|
tidy::getOptDoctidy_get_opt_docReturns the documentation for the given option name DescriptionObject-oriented style
public stringfalse tidy::getOptDoc(string
$option )Procedural style stringfalse tidy_get_opt_doc(tidy
$tidy , string $option )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
See Also
|