From b3142051d682521099d21d152e2f6cd7e4cc4ac3 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 3 Jan 2004 17:30:33 +0000 Subject: [PATCH] new function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147773 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../outcontrol/functions/ob-get-flush.xml | 90 +++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100755 reference/outcontrol/functions/ob-get-flush.xml diff --git a/reference/outcontrol/functions/ob-get-flush.xml b/reference/outcontrol/functions/ob-get-flush.xml new file mode 100755 index 0000000000..e89db06bab --- /dev/null +++ b/reference/outcontrol/functions/ob-get-flush.xml @@ -0,0 +1,90 @@ + + + + + ob_get_flush + + Flush the output buffer, return it as a string and turn off output buffering + + + + Description + + stringob_get_flush + + + ob_get_flush flushs the output buffer, return + it as a string and turns off output buffering. + ob_get_flush returns &false; if no buffering is + active. + + + + This function is similar to ob_end_flush, except + that this function returns the buffer as a string. + + + + + <function>ob_get_flush</function> example + + +]]> + + + The above example will output: + + + default output handler +) +Array +( + [0] => default output handler +) +Array +( +) +]]> + + + + + See also ob_end_clean, + ob_end_flush and + ob_list_handlers. + + + + +