fork download
  1. <?php
  2. $textfile = "test";
  3. $admstring = "\n$textfile";
  4. $admcontold = array($admstring);
  5.  
  6. print_r($admcontold);
Success #stdin #stdout 0.01s 52488KB
stdin
Standard input is empty
stdout
Array
(
    [0] => 
test
)