検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 1220 for [SIMILAR] 16 1024 4096 WITH 31105 mailparse WITH... (0.812 sec.)
XML パーサ 関数 0
« XML 外部エンティティの例 xml_error_string » PHP Manual XML パーサ XML パーサ 関数 XML パーサ 関数 目次 xml_error_string — XML パーサのエラー文字列を得る xml_get_current_byte_index — XML パーサのカレントのバイトインデックスを得る xml_get_current_column_number — XML パーサのカレントのカラ ...
https://man.plustar.jp/php/ref.xml.html - [similar]
XML パーサ 0
« XMLDiff\File::merge はじめに » PHP Manual XML 操作 XML パーサ XML パーサ はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 イベントハンドラ 大文字変換(Case Folding) エラーコード 文字エンコーディング 例 XML エレメント構造の例 XMLタグのマッピングの例 XML ...
https://man.plustar.jp/php/book.xml.html - [similar]
データをファイルに書き込む 0
« file_get_contents file » PHP Manual ファイルシステム 関数 データをファイルに書き込む file_put_contents (PHP 5, PHP 7, PHP 8) file_put_contents — データをファイルに書き込む 説明 file_put_contents ( string $filename , mixed $data , int $flags = 0 , ? resource $context = null ): int | fal ...
https://man.plustar.jp/php/function.file-put-contents.html - [similar]
通常ファイルかどうかを調べる 0
« is_executable is_link » PHP Manual ファイルシステム 関数 通常ファイルかどうかを調べる is_file (PHP 4, PHP 5, PHP 7, PHP 8) is_file — 通常ファイルかどうかを調べる 説明 is_file ( string $filename ): bool 指定したファイルが通常のファイルかどうかを調べます。 パラメータ filename ファイルへの ...
https://man.plustar.jp/php/function.is-file.html - [similar]
fifo スペシャルファイル(名前付きパイプ)を作成する 0
« posix_kill posix_mknod » PHP Manual POSIX 関数 fifo スペシャルファイル(名前付きパイプ)を作成する posix_mkfifo (PHP 4, PHP 5, PHP 7, PHP 8) posix_mkfifo — fifo スペシャルファイル(名前付きパイプ)を作成する 説明 posix_mkfifo ( string $filename , int $permissions ): bool posix_mkfifo() は、 ...
https://man.plustar.jp/php/function.posix-mkfifo.html - [similar]
ファイルを修正し、それを文字列として返す 0
« tidy::parseString tidy::repairString » PHP Manual tidy ファイルを修正し、それを文字列として返す tidy::repairFile tidy_repair_file (PHP 5, PHP 7, PHP 8, PECL tidy >= 0.7.0) tidy::repairFile -- tidy_repair_file — ファイルを修正し、それを文字列として返す 説明 オブジェクト指向型 public sta ...
https://man.plustar.jp/php/tidy.repairfile.html - [similar]
XMLReader クラス 0
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに XMLReader 拡張モジュールは、プル型の XML パーサです。ドキュメント ストリーム内をカーソル風に進んでいき、その途中の各ノードで立ち止まります。 クラス概要 class XML ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
XML パーサのカレントの行番号を得る 0
« xml_get_current_column_number xml_get_error_code » PHP Manual XML パーサ 関数 XML パーサのカレントの行番号を得る xml_get_current_line_number (PHP 4, PHP 5, PHP 7, PHP 8) xml_get_current_line_number — XML パーサのカレントの行番号を得る 説明 xml_get_current_line_number ( XMLParser $parse ...
https://man.plustar.jp/php/function.xml-get-current-line-number.html - [similar]
0
« 定義済み定数 ZipArchive » PHP Manual Zip 例 例 例1 Zip アーカイブの作成 <?php $zip = new ZipArchive (); $filename = "./test112.zip" ; if ( $zip -> open ( $filename , ZipArchive :: CREATE )!== TRUE ) { exit( "cannot open < $filename >\n" ); } $zip -> addFromString ( "testfilephp.txt" . ...
https://man.plustar.jp/php/zip.examples.html - [similar]
XMLファイルをパースし、オブジェクトに代入する 0
« simplexml_import_dom simplexml_load_string » PHP Manual SimpleXML 関数 XMLファイルをパースし、オブジェクトに代入する simplexml_load_file (PHP 5, PHP 7, PHP 8) simplexml_load_file — XMLファイルをパースし、オブジェクトに代入する 説明 simplexml_load_file ( string $filename , ? string $cla ...
https://man.plustar.jp/php/function.simplexml-load-file.html - [similar]