mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51170 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
2b6750adf4
commit
6186f075b7
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ foo($bar);
|
|||
<title>Passing by Reference</title>
|
||||
<para>
|
||||
You can pass variable to function by reference, so that function could modify
|
||||
its arguments. The sytax is as follows:
|
||||
its arguments. The syntax is as follows:
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
function foo (&$var) {
|
||||
|
|
Loading…
Reference in a new issue