Diverses

Mittwoch 28. of Feber 2007 02. Functions
===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...
Rubrik: 02. Functions
===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...