検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 52 for shared (0.005 sec.)
Execution 8244
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution ... objects that do not use a custom structure may be shared. Some internal objects do not use a custom structu ... e, for example parallel\Events\Event and so may be shared. Closures are a special kind of internal object an ... d support being copied by value, and so may be shared. Channels are central to writing parallel code and ... t access and execution by necessity, and so may be shared. 警告 A user class that extends an internal class ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
Execution 8154
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) ... objects that do not use a custom structure may be shared. Some internal objects do not use a custom structu ... e, for example parallel\Events\Event and so may be shared. Closures are a special kind of internal object an ... d support being copied by value, and so may be shared. Channels are central to writing parallel code and ... t access and execution by necessity, and so may be shared. 警告 A user class that extends an internal class ...
https://man.plustar.jp/php/parallel.run.html - [similar]
Philosophy 7781
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... sage passing over channels), because PHP itself is shared nothing - PHP threads operate in their own virtual ... e that is what they are used too: they pass around shared objects for manipulation. When it comes to the CSP ... model, there is no need for data structures to be shared by many tasks, and indeed, it is simpler if they a ... e programmer to achieve this goal, no data will be shared by accident, only ever as a result of communicatio ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
はじめに 7646
« Yac インストール/設定 » PHP Manual Yac はじめに はじめに Yac (Yet Another cache), is a lock-fr ... ee, shared memory user data cache, could be used to replace A ... ド: Yac , インストール , 設定 , Yet , lock , free , shared , memory , user , data ...
https://man.plustar.jp/php/intro.yac.html - [similar]
要件 7646
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 A system with supp ... ort for POSIX shared memory (shm_open()) or running Windows. 関連キーワ ... , インストール , 設定 , 手順 , system , support , shared , memory , shm , open ...
https://man.plustar.jp/php/sync.requirements.html - [similar]
キーの詳細の配列を返す 7273
« openssl_pkey_free openssl_pkey_get_private » PHP Manual OpenSSL 関数 キーの詳細の配列を返す op ... ーのデータが返されます。 キー 説明 "p" prime number (shared) "g" generator of Z_p (shared) "priv_key" private ... ublic , pkey , private , データ , exponent , pub , shared ...
https://man.plustar.jp/php/function.openssl-pkey-get-details.html - [similar]
インストール手順 7273
« 要件 テスト » PHP Manual インストール/設定 インストール手順 インストール手順 OCI8 とともに PHP ... ってパッケージを設定します。 ./configure -with-oci8=shared,$ORACLE_HOME または ./configure -with-oci8=shared, ... る場合、 OCI8 を共有ライブラリとしてビルドするために shared オプションが使えます。 これを使うと、PHP に動的にラ ... 場合は、以下のようにします: ./configure --with-oci8=shared,instantclient,/path/to/instant/client/lib Instant ... 、以下のようになるでしょう: ./configure --with-oci8=shared,instantclient,/usr/lib/oracle/<version>/client/lib ...
https://man.plustar.jp/php/oci8.installation.html - [similar]
Create new MongoDB Manager 7109
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... ds without requiring the enterprise licensed crypt_shared library or mongocryptd process. Defaults to false ... efaults to ["--idleShutdownTimeoutSecs=60"] . cryptSharedLibPath ( string ): Absolute path to crypt_shared s ... ts to empty string and consults system paths. cryptSharedLibRequired ( bool ): If true , require the driver ... to load crypt_shared . Defaults to false . See the » Client-Side Encryp ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
ローカルのDH秘密鍵とリモート側のDH公開鍵を使い、共有シークレットを計算する 7064
« openssl_decrypt openssl_digest » PHP Manual OpenSSL 関数 ローカルのDH秘密鍵とリモート側のDH公開 ... ssl_pkey_get_private ( 'file://privatekey.pem' ); $shared_secret = openssl_dh_compute_key ( hex2bin ( $remot ... e_public_key ), $local_priv_key ); echo bin2hex ( $shared_secret ). "\n" ; ?> 例2 DH public/private キーペア ... mote_public_key = $details [ 'dh' ][ 'pub_key' ]; $shared_secret = openssl_dh_compute_key ( $remote_public_k ... ey , $private_key ); echo bin2hex ( $shared_secret ). "\n" ; ?> 参考 openssl_pkey_new() - 新規 ...
https://man.plustar.jp/php/function.openssl-dh-compute-key.html - [similar]
基本的な使用法 7064
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php ... る $shm_bytes_written = shmop_write ( $shm_id , "my shared memory block" , 0 ); if ( $shm_bytes_written != st ... rlen ( "my shared memory block" )) { echo "データ全体を書き込めません ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
PREV 1 2 3 4 5 6 NEXT