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