mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
pickyness :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127492 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1ec0da27cb
commit
310482980f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.37 $ -->
|
||||
<!-- $Revision: 1.38 $ -->
|
||||
<chapter id="functions">
|
||||
<title>Functions</title>
|
||||
|
||||
|
@ -528,7 +528,7 @@ $foo->$funcname(); // This calls $foo->Var()
|
|||
extension chapters, for information on how to setup your PHP.
|
||||
</para>
|
||||
<para>
|
||||
Reading and understanding a functions prototype is explained within the
|
||||
Reading and understanding a function's prototype is explained within the
|
||||
manual section titled
|
||||
<link linkend="about.prototypes">how to read a function definition</link>.
|
||||
It's important to realize what a function returns or if a function works
|
||||
|
|
Loading…
Reference in a new issue