mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
This is not meant to be output, but return value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
516e947e13
commit
ad57e5d176
1 changed files with 3 additions and 2 deletions
|
@ -1149,8 +1149,9 @@ echo $foo[bar];
|
|||
echo $arr[ foo(true) ];
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
This is an example of using function-output as the array index.
|
||||
PHP knows also about constants, and you may have seen the
|
||||
This is an example of using a function return value
|
||||
as the array index. PHP knows also about constants,
|
||||
and you may have seen the
|
||||
<literal>E_*</literal> before.
|
||||
|
||||
<informalexample>
|
||||
|
|
Loading…
Reference in a new issue