downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

XSLTProcessor::importStylesheet> <XsltProcessor::getSecurityPrefs
[edit] Last updated: Fri, 17 May 2013

view this page in

XSLTProcessor::hasExsltSupport

(PHP 5 >= 5.0.4)

XSLTProcessor::hasExsltSupportDetermina si PHP tiene soporte para EXSLT

Descripción

bool XSLTProcessor::hasExsltSupport ( void )

Este método determina si PHP se compiló con la » librería EXSLT.

Valores devueltos

Devuelve TRUE en caso de éxito o FALSE en caso de error.

Ejemplos

Ejemplo #1 Comprobando si tiene EXSLT

<?php

$proc 
= new XSLTProcessor;
if (!
$proc->hasExsltSupport()) {
    die(
'EXSLT no disponible');
}

// aquí las líneas de código con EXSLT..

?>



add a note add a note User Contributed Notes XSLTProcessor::hasExsltSupport - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites