検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 66 for Pair (0.029 sec.)
The Map class 6978
« Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N ... じめに A Map is a sequential collection of key-value pairs, almost identical to an array used in a similar c ... llable $callback = ? ): Ds\Map public first (): Ds\Pair public get ( mixed $key , mixed $default = ? ): mi ... lable $comparator = ? ): Ds\Map public last (): Ds\Pair public map ( callable $callback ): Ds\Map public m ... erge ( mixed $values ): Ds\Map public pairs (): Ds\Sequence public put ( mixed $key , mixed $ ...
https://man.plustar.jp/php/class.ds-map.html - [similar]
Creates a new map using a callable to determine which pairs to include 6835
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... ich pairs to include Ds\Map::filter (PECL ds >= 1.0.0) Ds\M ... ates a new map using a callable to determine which pairs to include 説明 public Ds\Map::filter ( callable ... ates a new map using a callable to determine which pairs to include. パラメータ callback callback ( mixed ... : bool Optional callable which returns true if the pair should be included, false otherwise. If a callback ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
Returns a shallow copy of the map 6792
« Ds\Map::__construct Ds\Map::count » PHP Manual Map Returns a shallow copy of the map Ds\Map::c ... えば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair ... Object ( [key] => b [value] => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 3 ) ) 関連キーワード ...
https://man.plustar.jp/php/ds-map.copy.html - [similar]
Creates a new instance 6692
« Ds\Map::clear Ds\Map::copy » PHP Manual Map Creates a new instance Ds\Map::__construct (PECL d ... )#1 (0) { } object(Ds\Map)#2 (3) { [0]=> object(Ds\Pair)#1 (2) { ["key"]=> string(1) "a" ["value"]=> int(1 ... ) } [1]=> object(Ds\Pair)#3 (2) { ["key"]=> string(1) "b" ["value"]=> int(2 ... ) } [2]=> object(Ds\Pair)#4 (2) { ["key"]=> string(1) "c" ["value"]=> int(3 ...
https://man.plustar.jp/php/ds-map.construct.html - [similar]
Creates a new map by intersecting keys with another map 6621
« Ds\Map::hasValue Ds\Map::isEmpty » PHP Manual Map Creates a new map by intersecting keys with ... ap $map ): Ds\Map Creates a new map containing the pairs of the current instance whose keys are also prese ... になります。 object(Ds\Map)#3 (2) { [0]=> object(Ds\Pair)#4 (2) { ["key"]=> string(1) "b" ["value"]=> int(2 ... ) } [1]=> object(Ds\Pair)#5 (2) { ["key"]=> string(1) "c" ["value"]=> int(3 ... ersect , instance , Creates , new , key , string , Pair ...
https://man.plustar.jp/php/ds-map.intersect.html - [similar]
Description 6549
« Imagick::flopImage Imagick::frameImage » PHP Manual Imagick Description Imagick::forwardFourie ... r as a magnitude / phase or real / imaginary image pair. パラメータ magnitude If true, return as magnitude ... / phase pair otherwise a real / imaginary image pair. 戻り値 成 ...
https://man.plustar.jp/php/imagick.forwardfouriertransformimage.html - [similar]
crypto_box 鍵ペアから、公開鍵を取り出す 6407
« sodium_crypto_box_publickey_from_secretkey sodium_crypto_box_seal_open » PHP Manual Sodium 関数 ... 出す 説明 sodium_crypto_box_publickey ( string $key_pair ): string 鍵ペアを指定し、そこから公開鍵のみを取り ... 出します。 パラメータ key_pair sodium_crypto_box_keypair() や sodium_crypto_box_s ... eed_keypair() から生成した鍵ペア 戻り値 X25519 形式の公開鍵を返 ... pto , ペア , sodium , 鍵 , publickey , string , keypair , key , 生成 ...
https://man.plustar.jp/php/function.sodium-crypto-box-publickey.html - [similar]
crypto_box 鍵ペアから、秘密鍵を取り出す 6407
« sodium_crypto_box_seal sodium_crypto_box_seed_keypair » PHP Manual Sodium 関数 crypto_box 鍵ペ ... 出す 説明 sodium_crypto_box_secretkey ( string $key_pair ): string 鍵ペアを指定し、秘密鍵だけを取り出します ... 。 パラメータ key_pair sodium_crypto_box_keypair() や sodium_crypto_box_s ... eed_keypair() によって生成された鍵ペア 戻り値 X25519 形式の秘密 ... 連キーワード: crypto , box , ペア , sodium , 鍵 , keypair , secretkey , string , key , Sodium ...
https://man.plustar.jp/php/function.sodium-crypto-box-secretkey.html - [similar]
crypto_kx 鍵ペアから、公開鍵を取り出す 6407
« sodium_crypto_kx_keypair sodium_crypto_kx_secretkey » PHP Manual Sodium 関数 crypto_kx 鍵ペアか ... り出す 説明 sodium_crypto_kx_publickey ( string $key_pair ): string crypto_kx の鍵ペアから、公開鍵を取り出し ... ます。 パラメータ key_pair X25519 形式の鍵ペア。 たとえば、 sodium_crypto_kx_ ... keypair() から生成されたものです。 戻り値 X25519 形式の公開 ... crypto , kx , ペア , sodium , 鍵 , publickey , keypair , string , key , 形式 ...
https://man.plustar.jp/php/function.sodium-crypto-kx-publickey.html - [similar]
crypto_kx 鍵ペアから、秘密鍵を取り出す 6407
« sodium_crypto_kx_publickey sodium_crypto_kx_seed_keypair » PHP Manual Sodium 関数 crypto_kx 鍵 ... り出す 説明 sodium_crypto_kx_secretkey ( string $key_pair ): string crypto_kx 鍵ペアから、秘密鍵を取り出しま ... す。 パラメータ key_pair X25519 形式の鍵ペア。 たとえば、 sodium_crypto_kx_ ... keypair() から生成されたものです。 戻り値 X25519 形式の秘密 ... crypto , kx , ペア , sodium , 鍵 , secretkey , keypair , string , key , 形式 ...
https://man.plustar.jp/php/function.sodium-crypto-kx-secretkey.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT