検索

phrase: max: clip:
target: order:
Results of 481 - 490 of about 759 for KEY (0.041 sec.)
APCUIterator クラス 3008
« apcu_store APCUIterator::__construct » PHP Manual APCu APCUIterator クラス APCUIterator クラス ... talHits (): int public getTotalSize (): int public key (): string public next (): bool public rewind (): ... — キャッシュのサイズの合計を取得する APCUIterator::key — イテレータのキーを取得する APCUIterator::next — ...
https://man.plustar.jp/php/class.apcuiterator.html - [similar]
IteratorIterator クラス 3008
« InfiniteIterator::next IteratorIterator::__construct » PHP Manual イテレータ IteratorIterator ... ixed public getInnerIterator (): ? Iterator public key (): mixed public next (): void public rewind (): v ... rator — 内部イテレータを取得する IteratorIterator::key — 現在の要素のキーを取得する IteratorIterator::nex ...
https://man.plustar.jp/php/class.iteratoriterator.html - [similar]
SimpleXMLIterator クラス 3008
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... mpleXMLIterator public hasChildren (): bool public key (): mixed public next (): void public rewind (): v ... 素が子要素を持つかどうかを調べる SimpleXMLIterator::key — 現在のキーを返す SimpleXMLIterator::next — 次の要 ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
Returns a scalar value to be used as a hash value 3008
« Ds\Hashable::equals Sequence » PHP Manual Hashable Returns a scalar value to be used as a hash ... address. This method allows objects to be used as keys in structures such as Ds\Map and Ds\Set , or any ... a hash table lookup to determine * if the bucket's key matches the lookup key. The hash has to be equal i ...
https://man.plustar.jp/php/ds-hashable.hash.html - [similar]
配列の全ての要素にユーザー定義の関数を適用する 3008
« array_walk_recursive array » PHP Manual 配列 関数 配列の全ての要素にユーザー定義の関数を適用す ... "c" => "apple" ); function test_alter (& $item1 , $key , $prefix ) { $item1 = " $prefix : $item1 " ; } fu ... nction test_print ( $item2 , $key ) { echo " $key . $item2 \n" ; } echo "Before ...: ...
https://man.plustar.jp/php/function.array-walk.html - [similar]
イテレータにある要素をカウントする 3008
« iterator_apply iterator_to_array » PHP Manual SPL 関数 イテレータにある要素をカウントする iter ... one' , 'two' , 'three' ]); foreach ( $iterator as $key => $value ) { echo " $key : $value (" , iterator_c ...
https://man.plustar.jp/php/function.iterator-count.html - [similar]
ファイルに署名する 3008
« openssl_cms_read openssl_cms_verify » PHP Manual OpenSSL 関数 ファイルに署名する openssl_cms_s ... rtificate | string $certificate , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string $private_key ... ては、 キー/証明書パラメータ を参照下さい。 private_key certificate に関連付けられた秘密鍵。 有効な値の一覧 ... ' , 'output.txt' , 'file://cert.pem' , 'file://privkey.pem' , null , OPENSSL_CMS_BINARY , OPENSSL_ENCODIN ...
https://man.plustar.jp/php/function.openssl-cms-sign.html - [similar]
AES-256-GCM を用いてメッセージを検証し、復号する 3008
« sodium_compare sodium_crypto_aead_aes256gcm_encrypt » PHP Manual Sodium 関数 AES-256-GCM を用い ... string $additional_data , string $nonce , string $key ): string | false AES-256-GCM を用いてメッセージを ... ジごとに一度だけ使われる数値。 長さは12バイトです。 key 暗号化キー(256ビット) 戻り値 成功時にプレーンテキス ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-decrypt.html - [similar]
認証付きの公開鍵による暗号化 3008
« sodium_crypto_box_seed_keypair sodium_crypto_core_ristretto255_add » PHP Manual Sodium 関数 認 ... to_box ( string $message , string $nonce , string $key_pair ): string 非対称(公開鍵)暗号を使ってメッセージ ... って) ランダムな値を生成するのに十分大きな長さです。 key_pair sodium_crypto_box_keypair_from_secretkey_and_ ... publickey() を参照して下さい。 この鍵ペアには、 送信者の X25 ...
https://man.plustar.jp/php/function.sodium-crypto-box.html - [similar]
ホスト公開鍵を使用して認証を行う 3008
« ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_au ... , string $username , string $hostname , string $pubkeyfile , string $privkeyfile , string $passphrase = ? ... て取得した SSH 接続リンク ID。 username hostname pubkeyfile privkeyfile passphrase もし privkeyfile が暗号 ... 2_connect ( 'shell.example.com' , 22 , array( 'hostkey' => 'ssh-rsa' )); if ( ssh2_auth_hostbased_file ( ... name' , 'myhost.example.com' , '/usr/local/etc/hostkey_rsa.pub' , '/usr/local/etc/hostkey_rsa' , 'secret' ...
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html - [similar]