XSLT 函数
PHP 手册

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.

范例

Example #1 xslt_backend_name() example

<?php

echo xslt_backend_name(); // Sablotron

?>

参见


XSLT 函数
PHP 手册