Posted by Geoff Berrow on 10/22/05 12:19
I noticed that Message-ID: <11ljuifocfmb1b0@corp.supernews.com> from
Tobierre contained the following:
>If I have the following example statement
>
>trim(strtolower(str(ucwords($var)));
>
>When parsing PHP will process $var in the following order
>
>firstly trim white space
>secondly convert $var value to lower case
>thirdly capitalize first letter of each word
>
>Right? What I am basically asking is it the rule that PHP processes nested
>statements from the outside in or vice versa?
Why ask the question? Why not just try it?
--
Geoff Berrow 0110001001101100010000000110
001101101011011001000110111101100111001011
100110001101101111001011100111010101101011
[Back to original message]
|