Funcții XSLT (PHP4)
PHP Manual

xslt_backend_name

(PHP 4 >= 4.3.0)

xslt_backend_nameReturns the name of the backend

Descrierea

string xslt_backend_name ( void )

xslt_backend_name() gets the name of the backend.

Valorile întoarse

Returns Sablotron.

Exemple

Example #1 xslt_backend_name() example

<?php

echo xslt_backend_name(); // Sablotron

?>

Vedeți de asemenea


Funcții XSLT (PHP4)
PHP Manual