mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Insert comma for clarity
As suggested by a patch provided by an anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344980 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
13313fd4bc
commit
c35452fd96
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $array[] = $var;
|
|||
<note>
|
||||
<simpara>
|
||||
If you use <function>array_push</function> to add one element to the
|
||||
array it's better to use <literal>$array[] = </literal> because in that
|
||||
array, it's better to use <literal>$array[] = </literal> because in that
|
||||
way there is no overhead of calling a function.
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue