xml_get_current_byte_index
(PHP 4, PHP 5, PHP 7, PHP 8)
xml_get_current_byte_index — XML パーサのカレントのバイトインデックスを得る
パラメータ
parser
-
バイトインデックスを得る XML パーサへのリファレンス。
戻り値
データバッファにおいて、パーサが現在処理中のバイトインデックス (先頭が 0) を返します。
変更履歴
バージョン | 説明 |
---|---|
8.0.0 |
引数 parser は、
XMLParser インスタンスを期待するようになりました。
これより前のバージョンでは、有効な xml resource が期待されていました。
|
注意
警告
この関数は、UTF-8 エンコードされたテキストに基づいたバイトインデックスを返します。 入力が他のエンコーディングであっても無視します。
参考
- xml_get_current_column_number() - XML パーサのカレントのカラム番号を取得する
- xml_get_current_line_number() - XML パーサのカレントの行番号を得る
+add a note
User Contributed Notes 1 note
turan dot yuksel at tcmb dot gov dot tr ¶
19 years ago
The outcome of this function is heavily dependent on the parser implementation used. For example, at the point where the start_element_ callback is called, libxml2 parser consumes the entire element name and attributes, however expat does not.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google