検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 759 for key (0.113 sec.)
暗号化のために、シークレットストリームのコンテキストを初期化する 3737
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... y1305_keygen » PHP Manual Sodium 関数 暗号化のために、シーク ... secretstream_xchacha20poly1305_init_push ( string $key ): array 暗号化のために、シークレットストリームのコ ... ンテキストを初期化します。 パラメータ key 暗号化キー。 sodium_crypto_secretstream_xchacha20p ... oly1305_keygen() を参照して下さい。 戻り値 ふたつの文字列からな ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
The SeasLog class 3710
« seaslog_get_version SeasLog::alert » PHP Manual Seaslog The SeasLog class The SeasLog class (P ... t ( string $level , string $log_path = ? , string $key_word = ? ): mixed public static analyzerDetail ( s ... tring $level , string $log_path = ? , string $key_word = ? , int $start = ? , int $limit = ? , int $ ... (): string public static getRequestVariable ( int $key ): bool public static info ( string $message , arr ... id ): bool public static setRequestVariable ( int $key , string $value ): bool public static warning ( st ...
https://man.plustar.jp/php/class.seaslog.html - [similar]
Returns a shallow copy of the pair 3710
« Ds\Pair::__construct Ds\Pair::isEmpty » PHP Manual Pair Returns a shallow copy of the pair Ds\ ... \ Ds \ Pair ( "a" , 1 ); $b = $a -> copy (); $a -> key = "x" ; print_r ( $a ); print_r ( $b ); ?> 上の例の ... 、 たとえば以下のようになります。 Ds\Pair Object ( [key] => x [value] => 1 ) Ds\Pair Object ( [key] => a [ ... , Ds , a , of , the , copy , Object , パラメータ , key ...
https://man.plustar.jp/php/ds-pair.copy.html - [similar]
キーを基準にして配列の共通項を計算する 3710
« array_intersect_assoc array_intersect_uassoc » PHP Manual 配列 関数 キーを基準にして配列の共通 ... 項を計算する array_intersect_key (PHP 5 >= 5.1.0, PHP 7, PHP 8) array_intersect_key ... 準にして配列の共通項を計算する 説明 array_intersect_key ( array $array , array ...$arrays ): array array_i ... ntersect_key() は、 array のエントリのうち、 その他のすべての引 ... のを含む連想配列を返します。 例 例1 array_intersect_key() の例 <?php $array1 = array( 'blue' => 1 , 'red' ...
https://man.plustar.jp/php/function.array-intersect-key.html - [similar]
S/MIME メッセージに署名する 3710
« openssl_pkcs7_read openssl_pkcs7_verify » PHP Manual OpenSSL 関数 S/MIME メッセージに署名する ... rtificate | string $certificate , OpenSSLAsymmetricKey | OpenSSLCertificate | array | string $private_key ... ルの内容を取得し、 パラメータ certificate と private_key で 指定した証明書とそれに対応する秘密鍵を用いて署名 ... キー/証明書パラメータ を参照してください。 private_key private_key は、 certificate に対応する秘密鍵です。 ... R 型のリソースを受け入れていました。 8.0.0 private_key は、 OpenSSLAsymmetricKey または OpenSSLCertificat ...
https://man.plustar.jp/php/function.openssl-pkcs7-sign.html - [similar]
現在のディレクトリエントリのパスとファイル名を返す 3710
« RecursiveDirectoryIterator::hasChildren RecursiveDirectoryIterator::next » PHP Manual Recursiv ... のパスとファイル名を返す RecursiveDirectoryIterator::key (PHP 5, PHP 7, PHP 8) RecursiveDirectoryIterator:: ... イル名を返す 説明 public RecursiveDirectoryIterator::key (): string 警告 この関数は、 現在のところ詳細な情報 ... トリ , エントリ , パス , ecursiveDirectoryIterator , key , 関数 , パラメータ , hasChildren , next , public ...
https://man.plustar.jp/php/recursivedirectoryiterator.key.html - [similar]
Swoole 3690
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... rent connection entry. Swoole\Connection\Iterator::key — Return key of the current connection. Swoole\Con ... — Decrement the value in the Swoole table by $row_key and $column_key. Swoole\Table::del — Delete a row ... in the Swoole table by $row_key. Swoole\Table::destroy — Destroy the Swoole table. ... e\Table::exist — Check if a row is existed by $row_key. Swoole\Table::get — Get the value in the Swoole t ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Reverses the map in-place 3690
« Ds\Map::remove Ds\Map::reversed » PHP Manual Map Reverses the map in-place Ds\Map::reverse (PE ... なります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 3 ) [1] => Ds\Pair Object ( [key] ... => b [value] => 2 ) [2] => Ds\Pair Object ( [key] => a [value] => 1 ) ) 関連キーワード: Ds , Revers ... es , map , Map , the , in , Object , reverse , key , Pair ...
https://man.plustar.jp/php/ds-map.reverse.html - [similar]
先頭に巻き戻す 3690
« FilesystemIterator::next FilesystemIterator::setFlags » PHP Manual FilesystemIterator 先頭に巻 ... ator ( dirname ( __FILE__ ), FilesystemIterator :: KEY_AS_FILENAME ); echo $iterator -> key () . "\n" ; $ ... iterator -> next (); echo $iterator -> key () . "\n" ; $iterator -> rewind (); echo $iterator ... -> key () . "\n" ; ?> 上の例の出力は、 たとえば以下のよう ...
https://man.plustar.jp/php/filesystemiterator.rewind.html - [similar]
保存した数値を増やす 3690
« apcu_fetch apcu_key_info » PHP Manual APCu 関数 保存した数値を増やす apcu_inc (PECL apcu >= 4. ... inc — 保存した数値を増やす 説明 apcu_inc ( string $key , int $step = 1 , bool &$success = ? , int $ttl = ... nt | false 保存した整数値を増やします。 パラメータ key 増やしたい値のキー。 step 増やしたい数。 success こ ... しい値を挿入する操作に使うTTL 戻り値 成功した場合に key の現在値を返します。 失敗した場合に false を返しま ... た数値を減らす 関連キーワード: 保存 , 数値 , apcu , key , inc , int , success , 失敗 , 成功 , 変数 ...
https://man.plustar.jp/php/function.apcu-inc.html - [similar]