ob_clean
(PHP 4 >= 4.2.0, PHP 5)
ob_clean — پاک کردن بافر خروجی
Description
void ob_clean
( void
)
این تابع بافر خروجی را مانند
ob_end_clean() از بین نمیبرد.
Return Values
No value is returned.
See Also
- ob_flush() - Flush (send) the output buffer
- ob_end_flush() - Flush (send) the output buffer and turn off output buffering
- ob_end_clean() - Clean (erase) the output buffer and turn off output buffering