検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 161 for context (0.069 sec.)
ストリーム 5775
« SplSubject::notify はじめに » PHP Manual その他の基本モジュール ストリーム ストリーム はじめに ... repend — bucket を brigade の先頭に追加する stream_context_create — ストリームコンテキストを作成する stream_c ... デフォルトのストリームコンテキストを取得する stream_context_get_options — ストリーム / ラッパー / コンテキスト ... に設定されているオプションを取得する stream_context_get_params — コンテキストのパラメータを取得する st ... ream_context_set_default — デフォルトのストリームコンテキストを ...
https://man.plustar.jp/php/book.stream.html - [similar]
ファイルの内容を全て文字列に読み込む 5775
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... ame , bool $use_include_path = false , ? resource $context = null , int $offset = 0 , ? int $length = null ): ... が int だからです。 true を代わりに使いましょう。 context stream_context_create() で作成したコンテキストリソ ... pt-language: en\r\n" . "Cookie: foo=bar\r\n" ) ); $context = stream_context_create ( $opts ); // 上で設定した ... et_contents ( 'http://www.example.com/' , false , $context ); ?> 注意 注意 : この関数はバイナリデータに対応し ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
実行コンテクストの設定を試みる 5775
« phpdbg_end_oplog phpdbg_get_executable » PHP Manual phpdbg 関数 実行コンテクストの設定を試みる ... ンテクストの設定を試みる 説明 phpdbg_exec ( string $context ): string | bool 警告 この関数は、 現在のところ詳細 ... ん。引数のリストのみが 記述されています。 パラメータ context 戻り値 実行コンテクストが既に設定されていた場合、そ ... ンテクスト , 設定 , phpdbg , exec , 関数 , string , context , oplog , executable ...
https://man.plustar.jp/php/function.phpdbg-exec.html - [similar]
HTTP コンテキストオプションの一覧 5740
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... ww-form-urlencoded' , 'content' => $postdata ) ); $context = stream_context_create ( $opts ); $result = file_ ... tents ( 'http://example.com/submit.php' , false , $context ); ?> 例2 リダイレクトを無視し、ヘッダとコンテンツ ... x_redirects' => '0' , 'ignore_errors' => '1' ) ); $context = stream_context_create ( $opts ); $stream = fopen ... ( $url , 'r' , false , $context ); // ヘッダ情報およびストリームのメタデータ var_d ...
https://man.plustar.jp/php/context.http.html - [similar]
新しいファイルオブジェクトを作成する 5740
« SplFileObject SplFileObject::current » PHP Manual SplFileObject 新しいファイルオブジェクトを作 ... = "r" , bool $useIncludePath = false , ? resource $context = null ) 新しいファイルオブジェクトを作成します。 ... ename を探すのに include_path を探索するかどうか。 context stream_context_create() で作られる有効なコンテキス ... ファイル , filename , fopen , construct , オープン , context , useIncludePath ...
https://man.plustar.jp/php/splfileobject.construct.html - [similar]
2 つの文字列の unified diff を作成する 5717
« xdiff_string_diff_binary xdiff_string_merge3 » PHP Manual xdiff 関数 2 つの文字列の unified di ... _diff ( string $old_data , string $new_data , int $context = 3 , bool $minimal = false ): string old_data 文字 ... 。結果は可読形式となります。 オプションのパラメータ context で、 変更部分の前後にどれだけの行を含めるかを指定し ... ata データを含む 2 番目の文字列。"新" データです。 context diff の結果の前後に含める行の数を指定します。 mini ... , 作成 , data , データ , パラメータ , old , new , context ...
https://man.plustar.jp/php/function.xdiff-string-diff.html - [similar]
メソッドリクエスト用の XML を生成する 5717
« xmlrpc_decode xmlrpc_encode » PHP Manual XML-RPC 関数 メソッドリクエスト用の XML を生成する xm ... _encode_request ( "method" , array( 1 , 2 , 3 )); $context = stream_context_create (array( 'http' => array( ' ... tents ( "http://www.example.com/xmlrpc" , false , $context ); $response = xmlrpc_decode ( $file ); if ( $resp ... ; } else { print_r ( $response ); } ?> 参考 stream_context_create() - ストリームコンテキストを作成する file_g ...
https://man.plustar.jp/php/function.xmlrpc-encode-request.html - [similar]
Zip コンテキストオプション一覧 5683
« コンテキストパラメータ サポートするプロトコル/ラッパー » PHP Manual コンテキストオプションとパ ... rd' => 'secret' , ), ); // コンテキストを作成して $context = stream_context_create ( $opts ); // データを取得 ... et_contents ( 'zip://test.zip#test.txt' , false , $context ); ?> 関連キーワード: コンテキスト , オプション , ...
https://man.plustar.jp/php/context.zip.html - [similar]
ディレクトリを削除する 5683
« rewind set_file_buffer » PHP Manual ファイルシステム 関数 ディレクトリを削除する rmdir (PHP 4, ... 除する 説明 rmdir ( string $directory , ? resource $context = null ): bool directory で指定されたディレクトリを ... します。 パラメータ directory ディレクトリへのパス。 context ストリームコンテキスト リソース 戻り値 成功した場合 ... ーワード: ディレクトリ , 削除 , rmdir , directory , context , 失敗 , 発生 , mkdir , 参考 , 成功 ...
https://man.plustar.jp/php/function.rmdir.html - [similar]
Add a task to be run in parallel 5649
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask Adds a tas ... めに登録した関数。 workload シリアライズしたデータ。 context タスクに関連づけるアプリケーションコンテキスト。 u ... c submission of two tasks with passing application context <?php $client = new GearmanClient (); $client -> a ... ド: run , task , Add , tasks , be , in , priority , context , string , addTask ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT