Dom\TokenList::itemReturns a token from the list Descriptionpublic stringnull Dom\TokenList::item(int
$index )
Returns a token from the list at Parameters
Return Values
Returns the token at ExamplesExample #1 Dom\TokenList::item example Accesses a valid index and an invalid index.
The above example will output: string(9) "font-bold" NULL Notes
|