philip Sun Apr 24 19:16:03 2005 EDT
Modified files:
/phpdoc/en language-snippets.ent
Log:
New entity &info.function.alias; to refer to aliased functions.
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.145&r2=1.146&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.145
phpdoc/en/language-snippets.ent:1.146
--- phpdoc/en/language-snippets.ent:1.145 Thu Apr 7 11:38:29 2005
+++ phpdoc/en/language-snippets.ent Sun Apr 24 19:16:03 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.145 $ -->
+<!-- $Revision: 1.146 $ -->
<!-- Keep 'em sorted -->
@@ -167,6 +167,8 @@
<!ENTITY info.deprecated.alias 'For downward compatibility, the following
deprecated alias may be used: '>
+<!ENTITY info.function.alias 'This function is an alias of: '>
+
<!-- Returns -->
<!ENTITY return.success 'Returns &true; on success or &false; on failure.'>