mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Add link to references
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@31087 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
60e4053912
commit
af23c6ebf0
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ $b .= "There!"; // sets $b to "Hello There!", just like $b = $b . "There!";
|
|||
by reference, using the <computeroutput>$var =
|
||||
&$othervar;</computeroutput> syntax, but this is not possible
|
||||
in PHP3. 'Assignment by reference' means that both variables end
|
||||
up pointing at the same data, and nothing is copied anywhere.
|
||||
up pointing at the same data, and nothing is copied anywhere.
|
||||
To learn more about references, please read <link
|
||||
linkend="language.references">References explained</link>.
|
||||
</para>
|
||||
</sect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue