検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 112 for パーサ (0.002 sec.)
XML パーサ 関数 10504
« XML 外部エンティティの例 xml_error_string » PHP Manual XML パーサ XML パーサ 関数 XML パーサ... 数 目次 xml_error_string — XML パーサのエラー文字列を得る xml_get_current_byte_index — XM ... L パーサのカレントのバイトインデックスを得る xml_get_current ... _column_number — XML パーサのカレントのカラム番号を取得する xml_get_current_lin ... e_number — XML パーサのカレントの行番号を得る xml_get_error_code — XML パ ...
https://man.plustar.jp/php/ref.xml.html - [similar]
XML パーサ 10378
« XMLDiff\File::merge はじめに » PHP Manual XML 操作 XML パーサ XML パーサ はじめに インストール ... Lタグのマッピングの例 XML 外部エンティティの例 XML パーサ 関数 xml_error_string — XML パーサのエラー文字列を ... 得る xml_get_current_byte_index — XML パーサのカレントのバイトインデックスを得る xml_get_current ... _column_number — XML パーサのカレントのカラム番号を取得する xml_get_current_lin ... e_number — XML パーサのカレントの行番号を得る xml_get_error_code — XML パ ...
https://man.plustar.jp/php/book.xml.html - [similar]
XML パーサのカレントの行番号を得る 10011
« xml_get_current_column_number xml_get_error_code » PHP Manual XML パーサ 関数 XML パーサのカレ ... 5, PHP 7, PHP 8) xml_get_current_line_number — XML パーサのカレントの行番号を得る 説明 xml_get_current_line_n ... umber ( XMLParser $parser ): int 指定した XML パーサのカレントの行番号を取得します。 パラメータ parser 行 ... 番号を得る XML パーサへのリファレンス。 戻り値 この関数は、 parser が有効 ...パーサでない場合に false 、それ以外の場合にデータバッファの ...
https://man.plustar.jp/php/function.xml-get-current-line-number.html - [similar]
XML パーサのカレントのカラム番号を取得する 9885
« xml_get_current_byte_index xml_get_current_line_number » PHP Manual XML パーサ 関数 XML パーサ ... PHP 7, PHP 8) xml_get_current_column_number — XML パーサのカレントのカラム番号を取得する 説明 xml_get_curren ... umn_number ( XMLParser $parser ): int 指定した XML パーサのカレントのカラム番号を取得します。 パラメータ pars ... er カラム番号を得る XML パーサへのリファレンス。 戻り値 この関数は、 parser が有効 ...パーサでない場合に false を返します。それ以外の場合は、現在 ...
https://man.plustar.jp/php/function.xml-get-current-column-number.html - [similar]
XML パーサのカレントのバイトインデックスを得る 9556
« xml_error_string xml_get_current_column_number » PHP Manual XML パーサ 関数 XML パーサのカレン ... 5, PHP 7, PHP 8) xml_get_current_byte_index — XML パーサのカレントのバイトインデックスを得る 説明 xml_get_cu ... byte_index ( XMLParser $parser ): int 指定した XML パーサのカレントのバイトインデックスを取得します。 パラメー ... タ parser バイトインデックスを得る XML パーサへのリファレンス。 戻り値 この関数は、 parser が有効 ...パーサを参照しない場合に false 、そうでない場合に データバ ...
https://man.plustar.jp/php/function.xml-get-current-byte-index.html - [similar]
XML パーサのエラーコードを得る 9266
« xml_get_current_line_number xml_parse_into_struct » PHP Manual XML パーサ 関数 XML パーサのエラ ... P 4, PHP 5, PHP 7, PHP 8) xml_get_error_code — XML パーサのエラーコードを得る 説明 xml_get_error_code ( XMLPa ... rser $parser ): int XML パーサのエラーコードを取得します。 パラメータ parser エラー ... コードを得る XML パーサへのリファレンス。 戻り値 この関数は、 parser が有効 ...パーサを参照していない 場合に false を返します。その他の場 ...
https://man.plustar.jp/php/function.xml-get-error-code.html - [similar]
XML パーサのオプションを設定する 9089
« xml_parser_get_option xml_set_character_data_handler » PHP Manual XML パーサ 関数 XML パーサ... , PHP 5, PHP 7, PHP 8) xml_parser_set_option — XML パーサのオプションを設定する 説明 xml_parser_set_option ( ... er , int $option , string | int $value ): bool XML パーサのオプションを設定します。 パラメータ parser オプショ ... ンを設定する XML パーサへのリファレンス。 option 設定するオプション。以下を ... 照してください。 次のオプションが利用可能です。 XML パーサオプション オプション定数 データ型 説明 XML_OPTION_C ...
https://man.plustar.jp/php/function.xml-parser-set-option.html - [similar]
XML パーサを作成する 8760
« xml_parser_create_ns xml_parser_free » PHP Manual XML パーサ 関数 XML パーサを作成する xml_par ... HP 4, PHP 5, PHP 7, PHP 8) xml_parser_create — XML パーサを作成する 説明 xml_parser_create ( ? string $encodi ... null ): XMLParser xml_parser_create() は新しい XML パーサを作成し、 他の XML 関数が使用する XMLParser のインス ... された場合、先頭の 3 あるいは 4 バイトの内容をもとに パーサがエンコーディングの判別を試みます。 ではデフォルトの ... ml_parser_create_ns() - 名前空間をサポートした XML パーサを生成する xml_parser_free() - XML パーサを解放する ...
https://man.plustar.jp/php/function.xml-parser-create.html - [similar]
XML パーサを解放する 8735
« xml_parser_create xml_parser_get_option » PHP Manual XML パーサ 関数 XML パーサを解放する xml_ ... (PHP 4, PHP 5, PHP 7, PHP 8) xml_parser_free — XML パーサを解放する 説明 xml_parser_free ( XMLParser $parser ... リソースを閉じるのに使われていました。 指定した XML パーサ parser を解放します。 警告 パースが終了した際、 xm ... て、 PHP 8.0.0 より前のバージョンでは オブジェクトがパーサのリソースを参照している場合に、 メモリリークを避ける ... 要になっています。 パラメータ parser 解放したい XML パーサへのリファレンス。 戻り値 成功した場合に true を、失 ...
https://man.plustar.jp/php/function.xml-parser-free.html - [similar]
XML パーサのエラー文字列を得る 8722
« XML パーサ 関数 xml_get_current_byte_index » PHP Manual XML パーサ 関数 XML パーサのエラー文字 ... PHP 4, PHP 5, PHP 7, PHP 8) xml_error_string — XML パーサのエラー文字列を得る 説明 xml_error_string ( int $er ... false を返します。 参考 xml_get_error_code() - XML パーサのエラーコードを得る 関連キーワード: パーサ , エラー ...
https://man.plustar.jp/php/function.xml-error-string.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT