検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 161 for context (0.074 sec.)
Add a high priority background task to be run in parallel 5328
« GearmanClient::addTaskHigh GearmanClient::addTaskLow » PHP Manual GearmanClient Add a high pri ... string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask Adds a hig ... めに登録した関数。 workload シリアライズしたデータ。 context タスクに関連づけるアプリケーションコンテキスト。 u ...
https://man.plustar.jp/php/gearmanclient.addtaskhighbackground.html - [similar]
Add a low priority background task to be run in parallel 5328
« GearmanClient::addTaskLow GearmanClient::addTaskStatus » PHP Manual GearmanClient Add a low pr ... string $function_name , string $workload , mixed &$context = ? , string $unique = ? ): GearmanTask Adds a low ... めに登録した関数。 workload シリアライズしたデータ。 context タスクに関連づけるアプリケーションコンテキスト。 u ...
https://man.plustar.jp/php/gearmanclient.addtasklowbackground.html - [similar]
Connect the socket 5328
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... 例外 Throws ZMQSocketException on error. 例 例1 A ZMQContext() example Construct a new context and allocate req ... Create a socket */ $socket = new ZMQSocket (new ZMQContext (), ZMQ :: SOCKET_REQ , 'my socket' ); /* Get list ... t , the , endpoint , example , request , llocate , context , new , Construct , ZMQContext ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
ZMQ 5305
« yaz_wait はじめに » PHP Manual その他のサービス ZMQ ZMQ はじめに インストール/設定 要件 ZMQ — ... he ZMQ class ZMQ::__construct — ZMQ constructor ZMQContext — The ZMQContext class ZMQContext::__construct — C ... onstruct a new ZMQContext object ZMQContext::getOpt — Get context option ZMQ ... Context::getSocket — Create a new socket ZMQContext::isPersistent — Whether the context is persistent ... ZMQContext::setOpt — Set a socket option ZMQSocket — The ZMQS ...
https://man.plustar.jp/php/book.zmq.html - [similar]
bucket を brigade の先頭に追加する 5305
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... stream , prepend , filter , 関数 , オブジェクト , context , create ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
ソケットコンテキストオプション一覧 5270
« コンテキストオプションとパラメータ HTTP コンテキストオプション » PHP Manual コンテキストオプシ ... dto' => '0:7000' , ), ); // コンテキストを作成し… $context = stream_context_create ( $opts ); // …そしてデータ ... get_contents ( 'http://www.example.com' , false , $context ); ?> 関連キーワード: ソケットコンテキストオプショ ...
https://man.plustar.jp/php/context.socket.html - [similar]
アクティブなハッシュコンテキストにデータを投入する 5270
« hash_update_stream hash » PHP Manual Hash 関数 アクティブなハッシュコンテキストにデータを投入す ... ンテキストにデータを投入する 説明 hash_update ( HashContext $context , string $data ): bool パラメータ context ... 更履歴 バージョン 説明 7.2.0 リソースの代わりに HashContext を受け入れるようになりました。 参考 hash_init() - ...
https://man.plustar.jp/php/function.hash-update.html - [similar]
インターネットドメインまたは Unix ドメインのソケット接続を開く 5270
« stream_socket_accept stream_socket_enable_crypto » PHP Manual ストリーム 関数 インターネットド ... , int $flags = STREAM_CLIENT_CONNECT , ? resource $context = null ): resource | false address で指定された接続 ... YNC_CONNECT と STREAM_CLIENT_PERSISTENT のみです。 context stream_context_create() で作成した有効なコンテキス ... ください。 変更履歴 バージョン 説明 8.0.0 timeout と context は、nullable になりました。 例 例1 stream_socket_c ...
https://man.plustar.jp/php/function.stream-socket-client.html - [similar]
オーバーロード 5270
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... bj = new MethodTest ; $obj -> runTest ( 'in object context' ); MethodTest :: runTest ( 'in static context' ); ... なります。 Calling object method 'runTest' in object context Calling static method 'runTest' in static context ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 5270
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 P ... アクセスが、 stream_get_meta_data() あるいは stream_context_get_options() でできるようになりました。 これは、S ... e になっている場合に有効です。 <?php $ctx = stream_context_create ([ 'ssl' => [ 'capture_session_meta' => TRU ... ps://google.com/' , FALSE , $ctx ); $meta = stream_context_get_options ( $ctx )[ 'ssl' ][ 'session_meta' ]; v ... () を使うには TLS 1.0 以降が必要です $ctx = stream_context_create ([ 'ssl' => [ 'crypto_method' => STREAM_CRY ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]