XSLT (PHP4) Функции
PHP Manual

xslt_backend_name

(PHP 4 >= 4.3.0)

xslt_backend_nameReturns the name of the backend

Описание

string xslt_backend_name ( void )

xslt_backend_name() gets the name of the backend.

Возвращаемые значения

Returns Sablotron.

Примеры

Пример #1 xslt_backend_name() example

<?php

echo xslt_backend_name(); // Sablotron

?>

Смотрите также


XSLT (PHP4) Функции
PHP Manual