Hi,

When printing like this:

print <<<END
Hello world
END;

Is it at all possible to use a function in the output ?
For example:

print <<<END;
strtolower("Hello World")
END;

So far I've been unable to make it function work.

Many thanks
Rudi.

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



Reply via email to