The old_function statement allows you to
declare a function using a syntax identical to PHP/FI2 (except you
must replace 'function' with 'old_function'.
This is a deprecated feature, and should only be used by the
PHP/FI2->PHP 3 convertor.
Warning
Functions declared as old_function cannot be
called from PHP's internal code. Among other things, this means
you can't use them in functions such as
usort(), array_walk(), and
register_shutdown_function(). You can get
around this limitation by writing a wrapper function (in normal
PHP 3 form) to call the old_function.
Php migration.old html Function syntax tag
migration.old html php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php migration.old html syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.