PHP » GoLang |
login |
register |
about
|
GoLang tidy::$errorBuffer
request it (320)
GoLang replacement for PHP's tidy::$errorBuffer
[edit | history]
tidy::$errorBuffertidy_get_error_buffer(PHP 5, PHP 7, PECL tidy >= 0.5.2) tidy::$errorBuffer -- tidy_get_error_buffer — Return warnings and errors which occurred parsing the specified document DescriptionObject oriented style (property): string $tidy->errorBuffer;
Procedural style: Returns warnings and errors which occurred parsing the specified document. Return ValuesReturns the error buffer as a string. Examples
Example #1 tidy_get_error_buffer() example
<?php The above example will output: line 1 column 1 - Warning: missing <!DOCTYPE> declaration line 1 column 1 - Warning: inserting missing 'title' element See Also
|
more
Recently updated
more
Most requested
more
Last requests
|