update : 2015.11.03
php.shukuma.com검색:
|
tidy::getOptDoctidy_get_opt_doc(PHP 5 >= 5.1.0) tidy::getOptDoc -- tidy_get_opt_doc — Returns the documentation for the given option name 설명객체 기반 형식
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
예제
Example #1 Print all options along with their documentation and default value
<?php 참고
|