PHP跳轉頁面header()搭配的函數
2017/07/11 22:34
瀏覽304
迴響0
推薦0
引用0
PHP跳轉頁面header()搭配的函數
- ob_flush() - Flush (send) the output buffer
- ob_clean() - Clean (erase) 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

