首页 >函数列表 >ob_get_contents

ob_get_contents

ob_get_contents

(PHP 4, PHP 5)

ob_get_contents返回输出缓冲区的内容

说明

string ob_get_contents ( void )

只是得到输出缓冲区的内容,但不清除它。

返回值

此函数返回输出缓冲区的内容,或者如果输出缓冲区无效将返回FALSE

范例

Example #1 A simple ob_get_contents() example

<?php

ob_start
();

echo 
"Hello ";

$out1 ob_get_contents();

echo 
"World";

$out2 ob_get_contents();

ob_end_clean();

var_dump($out1$out2);
?>

以上例程会输出:

string(6) "Hello "
string(11) "Hello World"

参见


  • flush
  • ob_clean
  • ob_end_clean
  • ob_end_flush
  • ob_flush
  • ob_get_clean
  • ob_get_contents
  • ob_get_flush
  • ob_get_length
  • ob_get_level
  • ob_get_status
  • ob_gzhandler
  • ob_implicit_flush
  • ob_list_handlers
  • ob_start
  • output_add_rewrite_var
  • output_reset_rewrite_vars
  • PHP MySQL HTML CSS JavaScript MSSQL AJAX .NET JSP Linux Mac ASP 服务器 SQL jQuery C# C++ java Android IOS oracle MongoDB SQLite wamp 交通频道