tidy_get_opt_doc(PHP 5 >= 5.1.0) tidy_get_opt_doc — Returns the documentation for the given option name ОписаниеProcedural 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.
Список параметров
Возвращаемые значенияReturns a string if the option exists and has documentation available, or FALSE otherwise. Примеры
Пример #1 Print all options along with their documentation and default value
<?php |
|
|
| © 2009 Тест скорости интернета | Boont.Ru |