|
tidy::getOptDoctidy_get_opt_docReturns the documentation for the given option name DescriptionObject oriented style
string tidy::getOptDoc
( string
$optname
)Procedural style
string tidy_get_opt_doc
( tidy
$object
, string $optname
)tidy_get_opt_doc returns the documentation for the given option name.
Parameters
Return Values
Returns a string if the option exists and has documentation available, or
Examples
Example #1 Print all options along with their documentation and default value
<?php See Also
|