mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
adding note for bug #21840
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6b5cabf841
commit
fbda587836
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<chapter id="functions">
|
||||
<title>Functions</title>
|
||||
|
||||
|
@ -113,6 +113,12 @@ bar();
|
|||
PHP does not support function overloading, nor is it possible to
|
||||
undefine or redefine previously-declared functions.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
Function names are case-insensitive, though it is usually good form
|
||||
to call functions as they appear in their declaration.
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
PHP 3 does not support variable numbers of arguments to functions,
|
||||
although default arguments are supported (see <link
|
||||
|
|
Loading…
Reference in a new issue