B.12 old_function Eliminated

 <  Day Day Up  >  

PHP/FI had a quirky function declaration syntax:

 function sum $a, $b (     return($a + $b); ); 

This was changed in PHP 3, but you could continue to use the old form in PHP 3 and PHP 4 if you declared your function as an old_function :

 old_function sum $a, $b (     return($a + $b); ); 

Alas, after six years , this backward compatibility feature is now gone. Another nostalgic remnant of PHP/FI has passed away.

 <  Day Day Up  >  


Upgrading to PHP 5
Upgrading to PHP 5
ISBN: 0596006365
EAN: 2147483647
Year: 2004
Pages: 144

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net