(PHP4 )
string ob_get_contents(void);
string ob_get_contents
出力用バッファの内容を返します。出力のバッファリングがアクティブ でない場合にはfalseを返します。
ob_start(),ob_end_flush(), ob_end_clean()も参照下さい。