字串函式庫 ob_end_flush (PHP4) ob_end_flush --- 清除輸出緩衝並且關閉輸出緩衝 語法 : void ob_end_flush(void); 說明 : 此函式將送出輸出緩衝的內容並且關閉輸出緩衝,如果你想要進一步的處理緩衝的內容,你必須在此函式之前呼叫ob_get_contents( )。 參考 : ob_start( ) ob_get_contents( ) ob_end_clean( ) 上一頁 首頁 下一頁
字串函式庫
ob_end_flush
(PHP4)
ob_end_flush --- 清除輸出緩衝並且關閉輸出緩衝
語法 : void ob_end_flush(void);
void ob_end_flush(void);
void ob_end_flush
說明 :
此函式將送出輸出緩衝的內容並且關閉輸出緩衝,如果你想要進一步的處理緩衝的內容,你必須在此函式之前呼叫ob_get_contents( )。
參考 : ob_start( ) ob_get_contents( ) ob_end_clean( )