検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 41 for Patch (0.002 sec.)
Get Closure 9278
« Componere\Patch::derive Componere\Patch::getClosures » PHP Manual Componere\Patch Get Closure ... Componere\Patch::getClosure (Componere 2 >= 2.1.0) Componere\Patch ... ::getClosure — Get Closure 説明 public Componere\Patch::getClosure ( string $name ): Closure Shall return ... found 関連キーワード: Closure , Get , Componere , Patch , getClosure , Shall , orrect , could , RuntimeExc ...
https://man.plustar.jp/php/componere-patch.getclosure.html - [similar]
Get Closures 8968
« Componere\Patch::getClosure Componere\Method » PHP Manual Componere\Patch Get Closures Compone ... re\Patch::getClosures (Componere 2 >= 2.1.0) Componere\Patc ... ::getClosures — Get Closures 説明 public Componere\Patch::getClosures (): array Shall return an array of Cl ... bject 関連キーワード: Closures , Get , Componere , Patch , getClosures , array , Shall , return , getClosur ...
https://man.plustar.jp/php/componere-patch.getclosures.html - [similar]
xdiff_string_bpatch のエイリアス 8641
« xdiff_string_merge3 xdiff_string_patch » PHP Manual xdiff 関数 xdiff_string_bpatch のエイリアス ... xdiff_string_patch_binary (PECL xdiff >= 0.2.0) xdiff_string_patch_bi ... nary — xdiff_string_bpatch のエイリアス 説明 xdiff_string_patch_binary ( stri ... ng $str , string $patch ): string 文字列 str に、バイナリ形式のパッチ patc ... す。 バージョン 1.5.0 以降、この関数は xdiff_string_bpatch() のエイリアスとなりました。 パラメータ str 元のバ ...
https://man.plustar.jp/php/function.xdiff-string-patch-binary.html - [similar]
定義済み定数 8517
« リソース型 xdiff 関数 » PHP Manual xdiff 定義済み定数 定義済み定数 以下の定数が定義されています ... に動的にロードされている場合のみ使用可能です。 XDIFF_PATCH_NORMAL ( int ) このフラグは、 xdiff_string_patch() ... 関数および xdiff_file_patch() 関数が元のファイルにパッチを適用して新しいバージ ... とを意味します。 デフォルトの操作モードです。 XDIFF_PATCH_REVERSE ( int ) このフラグは、 xdiff_string_patch( ... ) 関数および xdiff_file_patch() 関数がパッチを逆に適用し、新しいバージョンから元 ...
https://man.plustar.jp/php/xdiff.constants.html - [similar]
document にパッチを当てる 8501
« CollectionModify::limit CollectionModify::replace » PHP Manual mysql_xdevapi\CollectionModify ... document にパッチを当てる CollectionModify::patch (No version information available, might only be i ... n Git) CollectionModify::patch — document にパッチを当てる 説明 public mysql_xdev ... api\CollectionModify::patch ( string $document ): mysql_xdevapi\CollectionModi ... fy Patch オブジェクトを取得し、ひとつ以上のドキュメントに適 ...
https://man.plustar.jp/php/mysql-xdevapi-collectionmodify.patch.html - [similar]
はじめに 8175
« Componere インストール/設定 » PHP Manual Componere はじめに はじめに Componere (latin, English ... provides an API for composition of classes, monkey patching, and casting. Composition: Componere\Definition ... tring $name , string $parent , array $interfaces ) Patching: Componere\Patch is used to change the class of ... ance of an object at runtime; Upon application the patch will remain applied for as long as the Componere\P ... , and can be reverted explicitly. public Componere\Patch::__construct ( object $instance ) public Componere ...
https://man.plustar.jp/php/intro.componere.html - [similar]
ファイルにバイナリ diff 形式のパッチを適用する 7973
« xdiff_file_bdiff xdiff_file_diff_binary » PHP Manual xdiff 関数 ファイルにバイナリ diff 形式の ... パッチを適用する xdiff_file_bpatch (PECL xdiff >= 1.5.0) xdiff_file_bpatch — ファイル ... イナリ diff 形式のパッチを適用する 説明 xdiff_file_bpatch ( string $file , string $patch , string $dest ): b ... ool ファイル file にバイナリ形式のパッチファイル patch を適用し、結果をファイル dest に保存します。 この関 ... 取ることができます。 パラメータ file 元のファイル。 patch バイナリのパッチファイル。 dest 結果のファイルへの ...
https://man.plustar.jp/php/function.xdiff-file-bpatch.html - [similar]
バイナリ diff を適用して作成するファイルのサイズを読み込む 7553
« xdiff_file_rabdiff xdiff_string_bdiff » PHP Manual xdiff 関数 バイナリ diff を適用して作成する ... ズを読み込む 説明 xdiff_string_bdiff_size ( string $patch ): int バイナリパッチ patch を元ファイルに適用して ... 作成するファイルのサイズを返します。 パラメータ patch xdiff_string_bdiff() 関数あるいは xdiff_string_rab ... あがるファイルのサイズを読み込みます。 <?php $binary_patch = file_get_contents ( 'file.bdiff' ); $length = xd ... iff_string_bdiff_size ( $binary_patch ); echo "Resulting file will be $length bytes long ...
https://man.plustar.jp/php/function.xdiff-string-bdiff-size.html - [similar]
xdiff 関数 7507
« 定義済み定数 xdiff_file_bdiff_size » PHP Manual xdiff xdiff 関数 xdiff 関数 目次 xdiff_file_bd ... つのファイルのバイナリ diff を作成する xdiff_file_bpatch — ファイルにバイナリ diff 形式のパッチを適用する x ... rge3 — 3 つのファイルをひとつに統合する xdiff_file_patch_binary — xdiff_file_bpatch のエイリアス xdiff_file ... _patch — ファイルに unified diff 形式のパッチを適用する x ... つの文字列のバイナリ diff を作成する xdiff_string_bpatch — 文字列にバイナリ diff 形式のパッチを適用する xdi ...
https://man.plustar.jp/php/ref.xdiff.html - [similar]
xdiff 7476
« xattr_supported はじめに » PHP Manual ファイルシステム xdiff xdiff はじめに インストール/設定 ... つのファイルのバイナリ diff を作成する xdiff_file_bpatch — ファイルにバイナリ diff 形式のパッチを適用する x ... rge3 — 3 つのファイルをひとつに統合する xdiff_file_patch_binary — xdiff_file_bpatch のエイリアス xdiff_file ... _patch — ファイルに unified diff 形式のパッチを適用する x ... つの文字列のバイナリ diff を作成する xdiff_string_bpatch — 文字列にバイナリ diff 形式のパッチを適用する xdi ...
https://man.plustar.jp/php/book.xdiff.html - [similar]
PREV 1 2 3 4 5 NEXT