Notice that the function beneath does not catch errors, so throw in an @ before those ob_* calls
![]() | ob_get_cleanDescriptionstring ob_get_clean ( void )This will return the contents of the output buffer and end output buffering. If output buffering isn't active then FALSE is returned. ob_get_clean() essentially executes both ob_get_contents() and ob_end_clean().
See also ob_start() and ob_get_contents(). ![]()
ludvig dot ericson at gmail dot com
10-Aug-2005 10:10
Notice that the function beneath does not catch errors, so throw in an @ before those ob_* calls
webmaster at ragnarokonline dot de
02-Oct-2003 08:21
Running PHP4 < 4.3.0, you can simply add the following to use the function anyway: | ![]() | |