|
tidy::getOpttidy_getoptReturns the value of the specified configuration option for the tidy document BeschreibungObjektorientierter Stil
mixed tidy::getOpt
( string
$option
)Prozeduraler Stil
mixed tidy_getopt
( tidy
$object
, string $option
)
Returns the value of the specified Parameter-Liste
Rückgabewerte
Returns the value of the specified Beispiele
Beispiel #1 tidy_getopt example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(3) bool(true) string(9) "some text" |