|
Posted by gosha bine on 08/15/07 08:55
On 14.08.2007 22:58 Water Cooler v2 wrote:
> When used with the command line interface, echo writes to the stdout,
> whereas in a Web environment, it writes to the response stream. How is
> it implemented inside PHP?
>
> Does it write to a stream?
>
If you interested in php internals, I'd recommend browsing their LXR
site. For 'echo', start here
http://lxr.php.net/source/ZendEngine2/zend_vm_def.h#883
and follow the links.
--
gosha bine
makrell ~ http://www.tagarga.com/blok/makrell
php done right ;) http://code.google.com/p/pihipi
Navigation:
[Reply to this message]
|