EDV-Lösungen Langheiter
Layout

Wednesday 28. of February 2007 03. Arrays

===example reference===  $a = 10;  $b = &$a;  $a = 20;  echo $b;   // outputs 20

the example in the book is wrong

----===backtick===    $a = `ls -l *.php`;    echo...

Kategorie: 03. Arrays