libxml
phpdoc:classrefThe libXMLError class
導入
Contains various informations about errors thrown by libxml.
クラス概要
プロパティ
- level
-
the severity of the error (one of the following constants: LIBXML_ERR_WARNING, LIBXML_ERR_ERROR or LIBXML_ERR_FATAL)
- code
-
The error's code.
- column
-
The column where the error occurred.
注意: This property isn't entirely implemented in libxml and therefore 0 is often returned.
- message
-
The error message, if any.
- file
-
The filename, or empty if the XML was loaded from a string.
- line
-
The line where the error occurred.
- 導入
- インストール/設定
- 定義済み定数
- libxml 関数
- libxml_clear_errors — libxmlエラーハンドラをクリアする
- libxml_get_errors — エラー配列を取得する
- libxml_get_last_error — libxmlから直近のエラーを取得する
- libxml_set_streams_context — 次のlibxmlドキュメントの読込/書きこみのためにストリームコンテキストを設定する
- libxml_use_internal_errors — libxmlエラーを無効にし、ユーザが必要に応じてエラー情報を取得できるようにする
libxml
There are no user contributed notes for this page.
