ob_get_contents

(PHP 4, PHP 5, PHP 7)

ob_get_contents�������������������

˵��

ob_get_contents ( void ) : string

ֻ�ǵõ���������������ݣ������������

����ֵ

�˺���������������������ݣ�������������������Ч������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"

�μ�

  • ob_start() - ��������ƻ���
  • ob_get_length() - ����������������ݵij���