downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

zend_error> <Returning Values
[edit] Last updated: Mon, 01 Nov 2010

view this page in

Cap. 38. Printing Information

Often it's necessary to print messages to the output stream from your module, just as print() would be used within a script. PHP offers functions for most generic tasks, such as printing warning messages, generating output for phpinfo(), and so on. The following sections provide more details. Examples of these functions can be found on the CD-ROM.

zend_printf()

zend_printf() works like the standard printf(), except that it prints to Zend's output stream.



add a note add a note User Contributed Notes Printing Information
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites