update : 2015.11.03
php.shukuma.com검색:
|
ob_get_contents(PHP 4, PHP 5) ob_get_contents — 출력 버퍼의 내용을 반환 설명
string ob_get_contents
( void
)
출력 버퍼를 지우지 않으면서 내용을 얻습니다. 반환값
출력 버퍼의 내용이나, 출력 버퍼링이 없을 경우 예제
Example #1 간단한 ob_get_contents() 예제
<?php 위 예제의 출력: string(6) "Hello " string(11) "Hello World" |