検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 92 for Diff (0.003 sec.)
Produce new XML document based on diff 8782
« XMLDiff\Base::diff XMLDiff\DOM » PHP Manual XMLDiff\Base Produce new XML document based on diff ... f XMLDiff\Base::merge (PECL xmldiff >= 0.8.0) XMLDiff\Base:: ... merge — Produce new XML document based on diff 説明 abstract public XMLDiff\Base::merge ( mixed $ ... src , mixed $diff ): mixed Abstract merge method to be implemented b ... pose is to produce a new XML document based on the diff information. パラメータ src Source XML document. d ...
https://man.plustar.jp/php/xmldiff-base.merge.html - [similar]
Produce diff of two XML documents 8755
« XMLDiff\Base::__construct XMLDiff\Base::merge » PHP Manual XMLDiff\Base Produce diff of two XM ... L documents XMLDiff\Base::diff (PECL xmldiff >= 0.8.0) XMLDiff\Base::d ... iff — Produce diff of two XML documents 説明 abstract public XMLDiff\ ... Base::diff ( mixed $from , mixed $to ): mixed Abstract diff m ... es. The basic purpose of this method is to produce diff of the two documents. The param order matters and ...
https://man.plustar.jp/php/xmldiff-base.diff.html - [similar]
文字列に unified diff 形式のパッチを適用する 8304
« xdiff_string_patch_binary xdiff_string_rabdiff » PHP Manual xdiff 関数 文字列に unified diff... 式のパッチを適用する xdiff_string_patch (PECL xdiff >= 0.2.0) xdiff_string_pa ... tch — 文字列に unified diff 形式のパッチを適用する 説明 xdiff_string_patch ( s ... 列 patch を適用してその結果を返します。 patch は、 xdiff_file_diff() / xdiff_string_diff() 関数で作成した u ... nified diff 形式でなければなりません。 オプションのパラメータ ...
https://man.plustar.jp/php/function.xdiff-string-patch.html - [similar]
ファイルに unified diff 形式のパッチを適用する 8225
« xdiff_file_patch_binary xdiff_file_rabdiff » PHP Manual xdiff 関数 ファイルに unified diff 形式 ... のパッチを適用する xdiff_file_patch (PECL xdiff >= 0.2.0) xdiff_file_patch ... — ファイルに unified diff 形式のパッチを適用する 説明 xdiff_file_patch ( str ... file , string $patch , string $dest , int $flags = DIFF_PATCH_NORMAL ): mixed ファイル file にパッチファイ ... を適用し、結果をファイルに保存します。 patch は、 xdiff_file_diff() / xdiff_string_diff() 関数で作成した u ...
https://man.plustar.jp/php/function.xdiff-file-patch.html - [similar]
The XMLDiff\DOM class 8158
« XMLDiff\Base::merge XMLDiff\DOM::diff » PHP Manual XMLDiff The XMLDiff\DOM class The XMLDiff\D ... OM class (PECL xmldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\DOM ex ... tends XMLDiff\Base { /* メソッド */ public diff ( DOMDocument $f ... ent public merge ( DOMDocument $src , DOMDocument $diff ): DOMDocument /* 継承したメソッド */ abstract pub ... lic XMLDiff\Base::diff ( mixed $from , mixed $to ): mixed abst ...
https://man.plustar.jp/php/class.xmldiff-dom.html - [similar]
The XMLDiff\File class 8158
« XMLDiff\Memory::merge XMLDiff\File::diff » PHP Manual XMLDiff The XMLDiff\File class The XMLDiff ... ff\File class (PECL xmldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\File e ... xtends XMLDiff\Base { /* メソッド */ public diff ( string $from , ... $to ): string public merge ( string $src , string $diff ): string /* 継承したメソッド */ abstract public X ... MLDiff\Base::diff ( mixed $from , mixed $to ): mixed abst ...
https://man.plustar.jp/php/class.xmldiff-file.html - [similar]
The XMLDiff\Memory class 8158
« XMLDiff\DOM::merge XMLDiff\Memory::diff » PHP Manual XMLDiff The XMLDiff\Memory class The XMLDiff ... iff\Memory class (PECL xmldiff >= 0.8.0) はじめに クラス概要 class XMLDiff\Memory ... extends XMLDiff\Base { /* メソッド */ public diff ( string $from , ... $to ): string public merge ( string $src , string $diff ): string /* 継承したメソッド */ abstract public X ... MLDiff\Base::diff ( mixed $from , mixed $to ): mixed abst ...
https://man.plustar.jp/php/class.xmldiff-memory.html - [similar]
キーを基準にして配列の差を計算する 8158
« array_diff_assoc array_diff_uassoc » PHP Manual 配列 関数 キーを基準にして配列の差を計算する a ... rray_diff_key (PHP 5 >= 5.1.0, PHP 7, PHP 8) array_diff_key ... — キーを基準にして配列の差を計算する 説明 array_diff_key ( array $array , array ...$arrays ): array arr ... のキーと比較し、その差を返します。 この関数は array_diff() に似ていますが、 値ではなくキーを用いて比較すると ... キーのものだけを残した配列を返します。 例 例1 array_diff_key() の例 ふたつの key => value のペアが等しいとみ ...
https://man.plustar.jp/php/function.array-diff-key.html - [similar]
キーを基準にし、コールバック関数を用いて配列の差を計算する 8132
« array_diff_uassoc array_diff » PHP Manual 配列 関数 キーを基準にし、コールバック関数を用いて配 ... 列の差を計算する array_diff_ukey (PHP 5 >= 5.1.0, PHP 7, PHP 8) array_diff_uke ... ールバック関数を用いて配列の差を計算する 説明 array_diff_ukey ( array $array , array ...$arrays , callable ... のキーと比較し、その差を返します。 この関数は array_diff() に似ていますが、 値ではなくキーを用いて比較すると ... いう点が異なります。 array_diff_key() とは異なり、 内部関数ではなくユーザーが指定し ...
https://man.plustar.jp/php/function.array-diff-ukey.html - [similar]
DateTime::diff のエイリアス 8039
« date_default_timezone_set date_format » PHP Manual 日付・時刻 関数 DateTime::diff のエイリアス ... date_diff (PHP 5 >= 5.3.0, PHP 7, PHP 8) date_diff — DateTim ... e::diff() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 DateTime::diff() 関連キーワード: DateTime , date , 関数 , default ...
https://man.plustar.jp/php/function.date-diff.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT