B.1 Passing Optional Parameters by Reference

 <  Day Day Up  >  

You can now pass optional parameters by reference. For example:

 function updateAddress(&$address = 'NULL') { } 

In PHP 4, you could declare a parameter as either optional or pass-by-reference , but not both. PHP 5 removes this limitation.

 <  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