|
tidy::getOpttidy_getoptReturns the value of the specified configuration option for the tidy document DescriptionObject-oriented style
public stringintbool tidy::getOpt(string
$option )Procedural style stringintbool tidy_getopt(tidy
$tidy , string $option )
Returns the value of the specified Parameters
Return Values
Returns the value of the specified Examples
Example #1 tidy_getopt example
The above example will output: int(3) bool(true) string(9) "some text" |