検索

phrase: max: clip:
target: order:
Results of 661 - 670 of about 1237 for Data (0.061 sec.)
LDAP拡張オペレーションの結果オブジェクトをパースする 2555
« ldap_next_reference ldap_parse_reference » PHP Manual LDAP 関数 LDAP拡張オペレーションの結果オ ... on $ldap , LDAP\Result $result , string &$response_data = null , string &$response_oid = null ): bool LDAP ... 返す、 LDAP\Result クラスのインスタンス。. response_data レスポンスデータで埋められます。 response_oid レス ...
https://man.plustar.jp/php/function.ldap-parse-exop.html - [similar]
Creates an initialization vector (IV) from a random source 2555
« Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from ... random number generator), MCRYPT_DEV_RANDOM (read data from /dev/random ) and MCRYPT_DEV_URANDOM (read da ...
https://man.plustar.jp/php/function.mcrypt-create-iv.html - [similar]
指定したパラメータでプレーンテキストを暗号化する 2555
« mcrypt_enc_self_test mcrypt_generic_deinit » PHP Manual Mcrypt 関数 指定したパラメータでプレー ... t_encrypt ( string $cipher , string $key , string $data , string $mode , string $iv = ? ): string | false ... ーを渡された場合は、 警告を発して false を返します。 data 指定した cipher および mode で暗号化するデータ。 デ ... 'で埋められます。 返される暗号化されたテキストは、 data で指定したデータの大きさよりも大きくなる可能性があ ...
https://man.plustar.jp/php/function.mcrypt-encrypt.html - [similar]
共有メモリブロックからデータを読み取る 2555
« shmop_open shmop_size » PHP Manual 共有メモリ関数 共有メモリブロックからデータを読み取る shmop ... た。 例 例1 共有メモリブロックを読み取る <?php $shm_data = shmop_read ( $shm_id , 0 , 50 ); ?> この例は、共 ... メモリブロックから50バイトを読み取り、 データを $shm_data に格納します。 参考 shmop_write() - 共有メモリブロ ...
https://man.plustar.jp/php/function.shmop-read.html - [similar]
AES-256-GCM を用いてメッセージを検証し、復号する 2555
« sodium_compare sodium_crypto_aead_aes256gcm_encrypt » PHP Manual Sodium 関数 AES-256-GCM を用い ... _decrypt ( string $ciphertext , string $additional_data , string $nonce , string $key ): string | false AE ... グを連結したもの) でなければなりません。 additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-decrypt.html - [similar]
変数を WDDX パケットにシリアライズする 2555
« wddx_serialize_value XMLDiff » PHP Manual WDDX 関数 変数を WDDX パケットにシリアライズする wdd ... 以下となります。 <wddxPacket version='1.0'><header/><data><struct><var name='a'><number>1</number></var> <va ... r name='d'><string>colors</string></var></struct></data></wddxPacket> 関連キーワード: var , 変数 , WDDX , ...
https://man.plustar.jp/php/function.wddx-serialize-vars.html - [similar]
Serialization to BSON 2555
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... __pclass as a Binary value, with subtype 0x80 and data bearing the fully qualified class name of the obje ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
リソースバンドルを作成する 2555
« ResourceBundle::count ResourceBundle::getErrorCode » PHP Manual ResourceBundle リソースバンドル ... hp $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'teststring' ]; ?> 例2 Resourc ... $r = ResourceBundle :: create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'teststring' ]; ?> 上の例の出力 ...
https://man.plustar.jp/php/resourcebundle.create.html - [similar]
バンドルの直近のエラーコードを取得する 2555
« ResourceBundle::create ResourceBundle::getErrorMessage » PHP Manual ResourceBundle バンドルの直 ... hp $r = resourcebundle_create ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_fa ... <?php $r = new ResourceBundle ( 'es' , "/usr/share/data/myapp" ); echo $r [ 'somestring' ]; if( intl_is_fa ...
https://man.plustar.jp/php/resourcebundle.geterrorcode.html - [similar]
The MongoDB\Driver\ClientEncryption class 2538
« MongoDB\Driver\Session::startTransaction MongoDB\Driver\ClientEncryption::__construct » PHP Ma ... \Driver\ClientEncryption class handles creation of data keys for client-side encryption, as well as manual ... __construct ( array $options ) final public createDataKey ( string $kmsProvider , array $options = ? ): M ... tion object MongoDB\Driver\ClientEncryption::createDataKey — Create a new encryption data key MongoDB\Driv ...
https://man.plustar.jp/php/class.mongodb-driver-clientencryption.html - [similar]