[snip]
echo "Some text";
aFunction();
echo "Some more text";
[/snip]

What is printed out?

if aFunction() is returning the string "test" then this code: echo
"Some text".aFunction()."some more text"; should print out:

Some texttestsome more text

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to