xslt_errno

(PHP 4 >= 4.0.3)

xslt_errnoReturns an error number

Beskrivelse

int xslt_errno ( resource $xh )

Returns an error code describing the last error that occurred on the passed XSLT processor.

Parametre

xh

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

Returnerings Værdier

Returns the error code, as an integer.

Se også

add a note add a note

User Contributed Notes

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