(no version information, might be only in CVS)
xsl_xsltprocessor_has_exslt_support -- Determine if PHP has EXSLT support
Description
Procedural style
bool
xsl_xsltprocessor_has_exslt_support ( void )
Object oriented style (method)
class
xsltprocessor {
bool
hasExsltSupport ( void )
}
| Warning |
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk. |
xsl_xsltprocessor_has_exslt_support() returns TRUE
if PHP was built with the EXSLT library
, FALSE otherwise.