![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||||||||||
runkit_sandbox_output_handler(no version information, might be only in CVS) runkit_sandbox_output_handler -- Specify a function to capture and/or process output from a runkit sandboxDescriptionmixed runkit_sandbox_output_handler ( object sandbox [, mixed callback] )Ordinarily, anything output (such as with echo() or print()) will be output as though it were printed from the parent's scope. Using runkit_sandbox_output_handler() however, output generated by the sandbox (including errors), can be captured by a function outside of the sandbox.
Parameters
Return ValuesReturns the name of the previously defined output handler callback, or FALSE if no handler was previously defined. Examples
Copyright © 1997 - 2007 by the PHP Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later. A copy of the Open Publication License is distributed with this manual, the latest version is presently available at http://www.opencontent.org/openpub/. Please see full copyright text at http://www.php.net/manual/en/copyright.php Original version of the above documentation is available at http://www.php.net/manual/en/ |
|