検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 66 for Pair (0.036 sec.)
区別できないソケットの組を作成し、配列に保存する 8661
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... 、配列に保存する socket_create_pair (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_creat ... e_pair — 区別できないソケットの組を作成し、配列に保存する ... 説明 socket_create_pair ( int $domain , int $type , int $protocol , array ... &$pair ): bool socket_create_pair() は、接続されており区別 ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
Returns the result of applying a callback to each value 8133
« Ds\Map::last Ds\Map::merge » PHP Manual Map Returns the result of applying a callback to each ... 出力は、 たとえば以下のようになります。 ( [0] => Ds\Pair Object ( [key] => a [value] => 2 ) [1] => Ds\Pair ... Object ( [key] => b [value] => 4 ) [2] => Ds\Pair Object ( [key] => c [value] => 6 ) ) 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.map.html - [similar]
Associates a key with a value 7919
« Ds\Map::pairs Ds\Map::putAll » PHP Manual Map Associates a key with a value Ds\Map::put (PECL ... えば以下のようになります。 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 ) ) 例2 Ds\Map::p ... になります。 object(Ds\Map)#1 (5) { [0]=> object(Ds\Pair)#7 (2) { ["key"]=> object(ArrayIterator)#2 (1) { [ ... rray(0) { } } ["value"]=> int(2) } [1]=> object(Ds\Pair)#8 (2) { ["key"]=> object(stdClass)#3 (0) { } ["va ...
https://man.plustar.jp/php/ds-map.put.html - [similar]
Sorts the map in-place by key 7748
« Ds\Map::keys Ds\Map::ksorted » PHP Manual Map Sorts the map in-place by key Ds\Map::ksort (PEC ... えば以下のようになります。 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 ) ) 例2 Ds\Map::k ... になります。 Ds\Map Object Ds\Map Object ( [0] => Ds\Pair Object ( [key] => 2 [value] => y ) [1] => Ds\Pair ... Object ( [key] => 1 [value] => x ) [2] => Ds\Pair Object ( [key] => 0 [value] => z ) ) 関連キーワード ...
https://man.plustar.jp/php/ds-map.ksort.html - [similar]
Returns a copy, sorted by key 7748
« Ds\Map::ksort Ds\Map::last » PHP Manual Map Returns a copy, sorted by key Ds\Map::ksorted (No ... になります。 Ds\Map Object 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 ) ) 例2 Ds\Map::k ... になります。 Ds\Map Object Ds\Map Object ( [0] => Ds\Pair Object ( [key] => 2 [value] => y ) [1] => Ds\Pair ... Object ( [key] => 1 [value] => x ) [2] => Ds\Pair Object ( [key] => 0 [value] => z ) ) 関連キーワード ...
https://man.plustar.jp/php/ds-map.ksorted.html - [similar]
Sorts the map in-place by value 7748
« Ds\Map::slice Ds\Map::sorted » PHP Manual Map Sorts the map in-place by value Ds\Map::sort (PE ... えば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 1 ) [1] => Ds\Pair ... Object ( [key] => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => b [value] => 3 ) ) 例2 Ds\Map::s ... えば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => b [value] => 3 ) [1] => Ds\Pair ... Object ( [key] => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 1 ) ) 関連キーワード ...
https://man.plustar.jp/php/ds-map.sort.html - [similar]
Returns a copy, sorted by value 7748
« Ds\Map::sort Ds\Map::sum » PHP Manual Map Returns a copy, sorted by value Ds\Map::sorted (PECL ... えば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => c [value] => 1 ) [1] => Ds\Pair ... Object ( [key] => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => b [value] => 3 ) ) 例2 Ds\Map::s ... えば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => b [value] => 3 ) [1] => Ds\Pair ... Object ( [key] => a [value] => 2 ) [2] => Ds\Pair Object ( [key] => c [value] => 1 ) ) 関連キーワード ...
https://man.plustar.jp/php/ds-map.sorted.html - [similar]
Data Structures 7720
« untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに ... ates a new map using a callable to determine which pairs to include Ds\Map::first — Returns the first pair ... opy, sorted by key Ds\Map::last — Returns the last pair of the map Ds\Map::map — Returns the result of app ... he result of adding all given associations Ds\Map::pairs — Returns a sequence containing all the pairs of ... a value Ds\Map::putAll — Associates all key-value pairs of a traversable object or array Ds\Map::reduce — ...
https://man.plustar.jp/php/book.ds.html - [similar]
接続された、区別できないソケットストリームの組を作成する 7577
« stream_socket_get_name stream_socket_recvfrom » PHP Manual ストリーム 関数 接続された、区別でき ... ないソケットストリームの組を作成する stream_socket_pair (PHP 5 >= 5.1.0, PHP 7, PHP 8) stream_socket_pair ... ソケットストリームの組を作成する 説明 stream_socket_pair ( int $domain , int $type , int $protocol ): array ... | false stream_socket_pair() は、互いに接続されており区別できない ソケットスト ... 敗した場合に false を返します。 例 例1 stream_socket_pair() の例 この例では、プロセス間通信に stream_socket_ ...
https://man.plustar.jp/php/function.stream-socket-pair.html - [similar]
Creates a new map using values from the current instance and another map 7391
« Ds\Map::toArray Ds\Map::values » PHP Manual Map Creates a new map using values from the curren ... $map ): Ds\Map Creates a new map that contains the pairs of the current instance as well as the pairs of a ... rent instance. 戻り値 A new map containing all the pairs of the current instance as well as another map . ... えば以下のようになります。 Ds\Map Object ( [0] => Ds\Pair Object ( [key] => a [value] => 1 ) [1] => Ds\Pair ... Object ( [key] => b [value] => 3 ) [2] => Ds\Pair Object ( [key] => c [value] => 4 ) [3] => Ds\Pair ...
https://man.plustar.jp/php/ds-map.union.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT