mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed line wrap from revision 328358
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328359 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
bf9085b2b1
commit
08ef640318
1 changed files with 7 additions and 5 deletions
|
@ -303,11 +303,13 @@ string(3) "foo"
|
|||
</screen>
|
||||
</example>
|
||||
|
||||
<para>
|
||||
<note>
|
||||
Both square brackets and curly braces can be used interchangeably for accessing array elements (e.g. $array[42] and $array{42} will both do the same thing in the example above).
|
||||
</note>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
Both square brackets and curly braces can be used interchangeably
|
||||
for accessing array elements (e.g. $array[42] and $array{42} will
|
||||
both do the same thing in the example above).
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
As of PHP 5.4 it is possible to array dereference the result of a function or method
|
||||
|
|
Loading…
Reference in a new issue