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:
Gabor Hojtsy 2001-07-22 14:25:56 +00:00
parent 516e947e13
commit ad57e5d176

View file

@ -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>