mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fixed function -> functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340765 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b27ed033d3
commit
0ad6aa08fb
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ function my_function() {
|
|||
<title>Variable scoping</title>
|
||||
<para>
|
||||
Because of PHP's <link linkend="language.variables.scope">scoping rules</link>
|
||||
variables defined inside function or methods are not in the global scope
|
||||
variables defined inside functions and methods are not in the global scope
|
||||
and as such cannot conflict with other variables defined in the global scope.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue