xslt_backend_name
(PHP 4 >= 4.3.0)
xslt_backend_name — Retourne le nom du backend
Description
string xslt_backend_name
( void
)
Retourne le nom du backend.
Valeurs de retour
Retourne Sablotron.
Exemples
Exemple #1 Exemple avec xslt_backend_name()
<?php
echo xslt_backend_name(); // Sablotron
?>
xslt_backend_name
There are no user contributed notes for this page.
