update : 2015.11.03
php.shukuma.com검색:
|
tidy::$errorBuffertidy_get_error_buffer(PHP 5, PECL tidy >= 0.5.2) tidy::$errorBuffer -- tidy_get_error_buffer — Return warnings and errors which occurred parsing the specified document 설명객체 기반 형식 (property): string $tidy->errorBuffer;
절차식 형식: Returns warnings and errors which occurred parsing the specified document. 반환값Returns the error buffer as a string. 예제
Example #1 tidy_get_error_buffer() example
<?php 위 예제의 출력: line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing 'title' element 참고
|