Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


xslt_error

(PHP 4 >= 4.0.3)

xslt_errorReturns an error string

Описание

string xslt_error ( resource $xh )

Returns a string describing the last error that occurred on the passed XSLT processor.

Список параметров

xh

The XSLT processor link identifier, created with xslt_create().

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

Returns the error message, as a string.

Примеры

Пример #1 Handling errors using the xslt_error() and xslt_errno() functions.

<?php

$xh 
xslt_create();
$result xslt_process($xh'dog.xml''pets.xsl');
if (!
$result) {
    die(
sprintf("Cannot process XSLT document [%d]: %s",
                
xslt_errno($xh), xslt_error($xh)));
}

echo 
$result;

xslt_free($xh);
?>

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






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |