Join our community in the tech forums for uncut technology discussion.
DOMNode->isSupported()
DOMNode->isSupported() --
Checks if feature is supported for specified version
Descriptionclass DOMNode { bool isSupported ( string feature, string version ) }
Checks if the asked feature is supported for the
specified version.
Return Values
Returns TRUE on success or FALSE on failure.
Join our community in the tech forums for uncut technology discussion.
|