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::getSecurityPrefs
[edit] Last updated: Fri, 25 May 2012

view this page in

XSLTProcessor::hasExsltSupport

(PHP 5 >= 5.0.4)

XSLTProcessor::hasExsltSupportIndique si PHP utilise EXSLT

Description

bool XSLTProcessor::hasExsltSupport ( void )

Cette méthode détermine si PHP a été compilé avec la bibliothèque » EXSLT.

Valeurs de retour

Cette fonction retourne TRUE en cas de succès ou FALSE si une erreur survient.

Exemples

Exemple #1 Test du support EXSLT

<?php

$proc 
= new XSLTProcessor;
if (!
$proc->hasExsltSupport()) {
    die(
'Le support d\'EXSLT n\'est pas disponible');
}

// Travaux avec EXSLT

?>



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

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