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

search for in the

XSLTProcessor::importStylesheet> <XSLTProcessor::getParameter
Last updated: Fri, 20 May 2011

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

Example #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
There are no user contributed notes for this page.

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