|
tidy::getOptDoctidy_get_opt_docReturns the documentation for the given option name BeschreibungObjektorientierter Stil
string tidy::getOptDoc
( string
$optname
)Prozeduraler Stil
string tidy_get_opt_doc
( tidy
$object
, string $optname
)tidy_get_opt_doc returns the documentation for the given option name.
Parameter-Liste
Rückgabewerte
Returns a string if the option exists and has documentation available, or
Beispiele
Beispiel #1 Print all options along with their documentation and default value
<?phpSiehe auch
|