|
old_function
The This is a deprecated feature, and should only be used by the PHP/FI2->PHP 3 convertor.
Warning:
Functions declared as Code Examples / Notes » migration.old_phpdzonny dot dz
For everybody who want to know old_function's syntax, here it is: old_function name $param1, $param2, ..., $paramn ( code;); eg.: <? old_function eq $param, $param( if($param1==$param2) echo "equal"; else echo "not equal"; return ($param1==$param2); ); eq(1,2); ?> |