mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Cleaned up the language in references.xml a little.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@38084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6cc9f245bb
commit
73377c7f9d
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ These requirements are for PHP 4.0.4 and later.
|
|||
<sect1 id="language.references.return">
|
||||
<title>Returning References</title>
|
||||
<para>
|
||||
Returning by-reference it is useful when you want to use a function
|
||||
Returning by-reference is useful when you want to use a function
|
||||
to find which variable a reference should be bound to. When
|
||||
returning references, use this syntax:
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue