xslt_backend_name

(PHP 4 >= 4.3.0)

xslt_backend_nameReturns the name of the backend

Beskrivelse

string xslt_backend_name ( void )

xslt_backend_name() gets the name of the backend.

Returnerings Værdier

Returns Sablotron.

Eksempler

Eksempel #1 xslt_backend_name() example

<?php

echo xslt_backend_name(); // Sablotron

?>

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top