PHP Manualtidy_get_opt_doc(PHP 5 >= 5.1.0) tidy_get_opt_doc — Returns the documentation for the given option name DescriptionProcedural style:
string tidy_get_opt_doc
( tidy $object
, string $optname
)
Object oriented style:
string tidy->getOptDoc
( string $optname
)
tidy_get_opt_doc() returns the documentation for the given option name.
Parameters
Return ValuesReturns a string if the option exists and has documentation available, or FALSE otherwise. Examples
Example#1 Print all options along with their documentation and default value
<?php
|
PHP-Index
New Tutorial entries
|





