検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 161 for context (0.009 sec.)
Gearman 5236
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... t — Create a GearmanClient instance GearmanClient::context — Get the application context GearmanClient::data ... to be called on task completion GearmanClient::setContext — Set application context GearmanClient::setCreate ...
https://man.plustar.jp/php/book.gearman.html - [similar]
streamWrapper クラス 5236
« php_user_filter::onCreate streamWrapper::__construct » PHP Manual ストリーム streamWrapper クラ ... streamWrapper { /* プロパティ */ public resource $ context ; /* メソッド */ public __construct () public dir_ ... | false public __destruct () } プロパティ resource context 現在の コンテキスト 、 あるいは呼び出し元からコンテ ... キストが渡されていない場合は null 。 stream_context_get_options() を用いてコンテキストをパースします。 ...
https://man.plustar.jp/php/class.streamwrapper.html - [similar]
ファイル全体を読み込んで配列に格納する 5236
« file_put_contents fileatime » PHP Manual ファイルシステム 関数 ファイル全体を読み込んで配列に格 ... ( string $filename , int $flags = 0 , ? resource $context = null ): array | false ファイル全体を配列に読み込 ... ます。 FILE_SKIP_EMPTY_LINES 空行を読み飛ばします。 context ストリームコンテキスト リソース 戻り値 ファイルを配 ... イルポインタをオープンする include - include stream_context_create() - ストリームコンテキストを作成する 関連キ ...
https://man.plustar.jp/php/function.file.html - [similar]
ファイルをリネームする 5236
« realpath rewind » PHP Manual ファイルシステム 関数 ファイルをリネームする rename (PHP 4, PHP 5 ... 明 rename ( string $from , string $to , ? resource $context = null ): bool from を to にリネームし、必要ならデ ... 場合、 rename() は失敗し、 E_WARNING が発生します。 context ストリームコンテキスト リソース 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.rename.html - [similar]
段階的なハッシュ処理を終了し、出来上がったダイジェストを返す 5167
« hash_file hash_hkdf » PHP Manual Hash 関数 段階的なハッシュ処理を終了し、出来上がったダイジェス ... 出来上がったダイジェストを返す 説明 hash_final ( HashContext $context , bool $binary = false ): string パラメー ...context hash_init() が返すハッシュコンテキスト。 binary tr ... 履歴 バージョン 説明 7.2.0 リソースの代わりに、 HashContext を受け入れるようになりました。 例 例1 hash_final() ...
https://man.plustar.jp/php/function.hash-final.html - [similar]
アクティブなハッシュコンテキストに、オープンしているストリームから データを投入... 5167
« hash_update_file hash_update » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、オープ ... から データを投入する 説明 hash_update_stream ( HashContext $context , resource $stream , int $length = -1 ): ... int パラメータ context hash_init() が返すハッシュコンテキスト。 stream ス ... 更履歴 バージョン 説明 7.2.0 リソースの代わりに HashContext を受け入れるようになりました。 例 例1 hash_update_ ...
https://man.plustar.jp/php/function.hash-update-stream.html - [similar]
ディレクトリを作る 5167
« lstat move_uploaded_file » PHP Manual ファイルシステム 関数 ディレクトリを作る mkdir (PHP 4, P ... ons = 0777 , bool $recursive = false , ? resource $context = null ): bool directory で指定したディレクトリを作 ... y で、入れ子構造のディレクトリの作成を許可します。 context ストリームコンテキスト リソース 戻り値 成功した場合 ...
https://man.plustar.jp/php/function.mkdir.html - [similar]
Add a high priority task to run in parallel 5167
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask Adds a hig ... めに登録した関数。 workload シリアライズしたデータ。 context タスクに関連づけるアプリケーションコンテキスト。 u ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 5167
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask Adds a low ... めに登録した関数。 workload シリアライズしたデータ。 context タスクに関連づけるアプリケーションコンテキスト。 u ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
Poll the items 5167
« ZMQPoll::getLastErrors ZMQPoll::remove » PHP Manual ZMQPoll Poll the items ZMQPoll::poll (PECL ... e socket, request-reply pattern (reply socket) */ $context = new ZMQContext (); $server = $context -> getSock ...
https://man.plustar.jp/php/zmqpoll.poll.html - [similar]