There are quite a few functions in PHP which you can call with more
than one name. In some cases there is no preferred name among the
multiple ones, is_int() and
is_integer() are equally good for example.
However there are functions which changed names because of an API
cleanup or some other reason and the old names are only kept as
aliases for backward compatibility. It is usually a bad idea to use
these kind of aliases, as they may be bound to obsolescence or
renaming, which will lead to unportable script. This list is provided
to help those who want to upgrade their old scripts to newer syntax.
aliases 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 aliases 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.