検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 161 for context (0.062 sec.)
インクリメンタルにエンコードされたデータを解凍する 6027
« gzwrite inflate_get_read_len » PHP Manual Zlib 関数 インクリメンタルにエンコードされたデータを ... ードされたデータを解凍する 説明 inflate_add ( InflateContext $context , string $data , int $flush_mode = ZLIB_S ... YNC_FLUSH ): string | false 指定された context でエンコードされたデータをインクリメンタルに解凍し ... ータからは、ヘッダ情報は利用できません。 パラメータ context inflate_init() で作られたコンテクスト data 圧縮され ... NG が生成されます。 変更履歴 バージョン 説明 8.0.0 context は、 InflateContext クラスのインスタンスを期待する ...
https://man.plustar.jp/php/function.inflate-add.html - [similar]
2 つのファイルの unified diff を作成する 6027
« xdiff_file_diff_binary xdiff_file_merge3 » PHP Manual xdiff 関数 2 つのファイルの unified diff ... $old_file , string $new_file , string $dest , int $context = 3 , bool $minimal = false ): bool old_file と ne ... 読形式のファイルとなります。 オプションのパラメータ context で、 変更部分の前後にどれだけの行を含めるかを指定し ... ファイルです。 dest 結果のパッチファイルへのパス。 context diff の結果の前後に含める行の数を指定します。 mini ... 以下のコードは 2 つの php ファイルの unified diff を context length 2 で作成します。 <?php $old_version = 'my_s ...
https://man.plustar.jp/php/function.xdiff-file-diff.html - [similar]
ファイルをコピーする 5969
« clearstatcache delete » PHP Manual ファイルシステム 関数 ファイルをコピーする copy (PHP 4, PHP ... 説明 copy ( string $from , string $to , ? resource $context = null ): bool ファイル from を to にコピーします。 ... ピー先のファイルが既に存在する場合、上書きされます。 context stream_context_create() で作成した有効なコンテキス ... ード処理 関連キーワード: コピー , ファイル , copy , context , from , 失敗 , 上書き , パス , rename , 移動 ...
https://man.plustar.jp/php/function.copy.html - [similar]
デフォルトの外部エンティティローダーを変更する 5935
« libxml_get_last_error libxml_set_streams_context » PHP Manual libxml 関数 デフォルトの外部エン ... r ( string $public_id , string $system_id , array $context ): resource | string | null public_id パブリック I ... D system_id システムID context 4つのキーを持つ配列。 キーは "directory" , "intSub ... al_entity_loader ( function ( $public , $system , $context ) use( $dtd ) { var_dump ( $public ); var_dump ( $ ... system ); var_dump ( $context ); $f = fopen ( "php://temp" , "r+" ); fwrite ( $f ...
https://man.plustar.jp/php/function.libxml-set-external-entity-loader.html - [similar]
指定されたパスのファイルとディレクトリのリストを取得する 5901
« rewinddir Fileinfo » PHP Manual ディレクトリ 関数 指定されたパスのファイルとディレクトリのリス ... rting_order = SCANDIR_SORT_ASCENDING , ? resource $context = null ): array | false directory 内のファイルおよ ... T_NONE を設定すると、 結果をソートせずに返します。 context context パラメータの説明については、 マニュアルの ... エラーを 発行します。 変更履歴 バージョン 説明 8.0.0 context は、nullable になりました。 例 例1 scandir() の簡単 ... パス , リスト , 取得 , 指定 , ファイル , directory , context , ソート , scandir ...
https://man.plustar.jp/php/function.scandir.html - [similar]
コンテキストオプションとパラメータ 5866
« BackedEnum::tryFrom ソケットコンテキストオプション » PHP Manual 言語リファレンス コンテキストオ ... 使用することができます。 コンテキストの作成は stream_context_create() で行います。オプションの設定は stream_con ... t_set_option() で、そしてパラメータの設定は stream_context_set_params() で行います。 目次 ソケットコンテキスト ... キーワード: コンテキスト , パラメータ , オプション , context , ソケットコンテキストオプション , stream , 設定 , ...
https://man.plustar.jp/php/context.html - [similar]
インクリメンタルにデータを圧縮する 5866
« Zlib 関数 deflate_init » PHP Manual Zlib 関数 インクリメンタルにデータを圧縮する deflate_add ( ... メンタルにデータを圧縮する 説明 deflate_add ( DeflateContext $context , string $data , int $flush_mode = ZLIB_S ... 、インクリメンタルにデータを圧縮します。 パラメータ context deflate_init() で生成したコンテクスト data 圧縮する ... NG が生成されます。 変更履歴 バージョン 説明 8.0.0 context は、 DeflateContext クラスのインスタンスを期待する ... 圧縮 , データ , インクリメンタル , deflate , init , context , flush , バージョン , 期待 , 生成 ...
https://man.plustar.jp/php/function.deflate-add.html - [similar]
Add a task to get status 5866
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... ent::addTaskStatus ( string $job_handle , string &$context = ? ): GearmanTask Used to request status informat ... ndle The job handle for the task to get status for context Data to be passed to the status callback, generall ... would be to use event callbacks */ do { /* Use the context variable to track how many tasks have completed */ ... callback , job , handle , addTaskStatus , string , context ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
finfo クラス 5809
« mime_content_type finfo::buffer » PHP Manual Fileinfo finfo クラス finfo クラス (PHP 5 >= 5.3. ... $string , int $flags = FILEINFO_NONE , ? resource $context = null ): string | false public file ( string $fil ... ename , int $flags = FILEINFO_NONE , ? resource $context = null ): string | false public set_flags ( int $f ... , flags , string , int , buffer , public , file , context , resource ...
https://man.plustar.jp/php/class.finfo.html - [similar]
ディレクトリクラスのインスタンスを返す 5809
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP ... スを返す 説明 dir ( string $directory , ? resource $context = null ): Directory | false ディレクトリを読むため ... す。 パラメータ directory オープンするディレクトリ。 context ストリームコンテキスト リソース 戻り値 Directory の ... false を返します。 変更履歴 バージョン 説明 8.0.0 context は、nullable になりました。 例 例1 dir() の例 以下 ... ディレクトリ , インスタンス , クラス , directory , context , Directory , 注意 , オープン , エントリ , Resourc ...
https://man.plustar.jp/php/function.dir.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT