mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
reworded the intro, so it human friendlier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159545 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2981f9d337
commit
a9b6410151
1 changed files with 9 additions and 8 deletions
|
@ -1,18 +1,19 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<!-- $Revision: 1.29 $ -->
|
||||
<appendix id="aliases">
|
||||
<title>List of Function Aliases</title>
|
||||
<para>
|
||||
Here is the aliases list. All aliases are listed here. It is usually
|
||||
a bad idea to use aliases, as they may be bound to obsolescence or
|
||||
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, <function>is_int</function> and
|
||||
<function>is_integer</function> 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.
|
||||
</para>
|
||||
<para>
|
||||
However, some functions simply have two names, and there is no real
|
||||
preference. (For example, <function>is_int</function> and
|
||||
<function>is_integer</function> are equally good)
|
||||
</para>
|
||||
<para>
|
||||
This list is consistent with PHP 4.0.6. For an alias list that updates
|
||||
daily, have a look at <ulink url="&url.zend.aliaslist;">&url.zend.aliaslist;</ulink>.
|
||||
|
|
Loading…
Reference in a new issue