検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 92 for Diff (0.004 sec.)
2 つの文字列のバイナリ diff を作成する 7177
« xdiff_string_bdiff_size xdiff_string_bpatch » PHP Manual xdiff 関数 2 つの文字列のバイナリ diff ... f を作成する xdiff_string_bdiff (PECL xdiff >= 1.5.0) xdiff_string_bd ... iff — 2 つの文字列のバイナリ diff を作成する 説明 xdiff_string_bdiff ( string $old_d ... tring $new_data ): string ふたつの文字列のバイナリ diff を作成して結果を返します。 この関数はテキストファイ ... です。 できあがったパッチファイルを後で適用するには xdiff_string_bpatch() / xdiff_file_bpatch() を使用します ...
https://man.plustar.jp/php/function.xdiff-string-bdiff.html - [similar]
ファイルにバイナリ diff 形式のパッチを適用する 7150
« xdiff_file_bdiff xdiff_file_diff_binary » PHP Manual xdiff 関数 ファイルにバイナリ diff 形式の ... パッチを適用する xdiff_file_bpatch (PECL xdiff >= 1.5.0) xdiff_file_bpatc ... h — ファイルにバイナリ diff 形式のパッチを適用する 説明 xdiff_file_bpatch ( st ... し、結果をファイル dest に保存します。 この関数は、 xdiff_file_bdiff() 関数あるいは xdiff_file_rabdiff() 、 ... true を、失敗した場合に false を返します。 例 例1 xdiff_file_bpatch() の例 以下のコードはバイナリ diff 形式 ...
https://man.plustar.jp/php/function.xdiff-file-bpatch.html - [similar]
xdiff_string_bdiff のエイリアス 7110
« xdiff_string_bpatch xdiff_string_diff » PHP Manual xdiff 関数 xdiff_string_bdiff のエイリアス ... xdiff_string_diff_binary (PECL xdiff >= 0.2.0) xdiff_str ... ing_diff_binary — xdiff_string_bdiff のエイリアス 説明 xdif ... f_string_bdiff ( string $old_data , string $new_data ): string ふ ... たつの文字列のバイナリ diff を作成して結果を返します。 この関数はテキストファイ ...
https://man.plustar.jp/php/function.xdiff-string-diff-binary.html - [similar]
Creates a new set using values that aren't in another set 7031
« Ds\Set::count Ds\Set::filter » PHP Manual Set Creates a new set using values that aren't in an ... other set Ds\Set::diff (PECL ds >= 1.0.0) Ds\Set::diff — Creates a new se ... ues that aren't in another set 説明 public Ds\Set::diff ( Ds\Set $set ): Ds\Set Creates a new set using va ... See Also » Complement on Wikipedia 例 例1 Ds\Set::diff() example <?php $a = new \ Ds \ Set ([ 1 , 2 , 3 ] ... = new \ Ds \ Set ([ 3 , 4 , 5 ]); var_dump ( $a -> diff ( $b )); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/ds-set.diff.html - [similar]
Produce merged XML document 7031
« XMLDiff\File::diff XML パーサ » PHP Manual XMLDiff\File Produce merged XML document XMLDiff\Fi ... le::merge (PECL xmldiff >= 0.8.0) XMLDiff\File::merge — Produce merged XML ... document 説明 public XMLDiff\File::merge ( string $src , string $diff ): string ... Create new XML document based on diffs and source document. パラメータ src Path to the s ... ource XML document. diff Path to the XML document with the diff information ...
https://man.plustar.jp/php/xmldiff-file.merge.html - [similar]
Produce merged XML document 7031
« XMLDiff\Memory::diff XMLDiff\File » PHP Manual XMLDiff\Memory Produce merged XML document XMLDiff ... iff\Memory::merge (PECL xmldiff >= 0.8.0) XMLDiff\Memory::merge — Produce merged X ... ML document 説明 public XMLDiff\Memory::merge ( string $src , string $diff ): stri ... ng Create new XML document based on diffs and source document. パラメータ src Source XML do ... cument. diff XML document containing diff information. 戻り値 S ...
https://man.plustar.jp/php/xmldiff-memory.merge.html - [similar]
2 つのファイルのバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズ... 6964
« xdiff_file_patch xdiff_string_bdiff_size » PHP Manual xdiff 関数 2 つのファイルのバイナリ diff ... polynomial fingerprinting アルゴリズムで作成する xdiff_file_rabdiff (PECL xdiff >= 1.5.0) xdiff_file_rabd ... iff — 2 つのファイルのバイナリ diff を、Rabin の polynomial fingerprinting アルゴリズム ... で作成する 説明 xdiff_file_rabdiff ( string $old_file , string $new_file ... , string $dest ): bool ふたつのファイルのバイナリ diff を作成し、その結果をパッチファイルとして保存します ...
https://man.plustar.jp/php/function.xdiff-file-rabdiff.html - [similar]
Creates a new map using keys that aren't in another map 6911
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in anot ... her map Ds\Map::diff (PECL ds >= 1.0.0) Ds\Map::diff — Creates a new ma ... eys that aren't in another map 説明 public Ds\Map::diff ( Ds\Map $map ): Ds\Map Returns the result of remo ... See Also » Complement on Wikipedia 例 例1 Ds\Map::diff() example <?php $a = new \ Ds \ Map ([ "a" => 1 , ... b" => 4 , "c" => 5 , "d" => 6 ]); var_dump ( $a -> diff ( $b )); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
2 つのファイルのバイナリ diff を作成する 6845
« xdiff_file_bdiff_size xdiff_file_bpatch » PHP Manual xdiff 関数 2 つのファイルのバイナリ diff ... を作成する xdiff_file_bdiff (PECL xdiff >= 1.5.0) xdiff_file_bdiff ... — 2 つのファイルのバイナリ diff を作成する 説明 xdiff_file_bdiff ( string $old_fil ... , string $dest ): bool ふたつのファイルのバイナリ diff を作成し、その結果をパッチファイルとして保存します ... です。 できあがったパッチファイルを後で適用するには xdiff_file_bpatch() / xdiff_string_bpatch() を使用します ...
https://man.plustar.jp/php/function.xdiff-file-bdiff.html - [similar]
キーを基準にして配列の共通項を計算する 6274
« array_intersect_assoc array_intersect_uassoc » PHP Manual 配列 関数 キーを基準にして配列の共通 ... えると、 文字列表現が同じ場合となります。 参考 array_diff() - 配列の差を計算する array_udiff() - データの比較 ... にコールバック関数を用い、配列の差を計算する array_diff_assoc() - 追加された添字の確認を含めて配列の差を計 ... 算する array_diff_uassoc() - ユーザーが指定したコールバック関数を利用 ... 加された添字の確認を含めて配列の差を計算する array_udiff_assoc() - データの比較にコールバック関数を用い、 追 ...
https://man.plustar.jp/php/function.array-intersect-key.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT