検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 359 for [SIMILAR] 16 1024 4096 WITH 9516 another WITH 83... (0.886 sec.)
Returns the value for a given key 5632
« Ds\Map::first Ds\Map::hasKey » PHP Manual Map Returns the value for a given key Ds\Map::get (PECL ds >= 1.0.0) Ds\Map::get — Returns the value for a given key 説明 public Ds\Map::get ( mixed $key , mixed $default = ? ): mixed Returns the value for a given key, or an optional default va ...
https://man.plustar.jp/php/ds-map.get.html - [similar]
Returns a set of the map's keys 5632
« Ds\Map::jsonSerialize Ds\Map::ksort » PHP Manual Map Returns a set of the map's keys Ds\Map::keys (PECL ds >= 1.0.0) Ds\Map::keys — Returns a set of the map's keys 説明 public Ds\Map::keys (): Ds\Set Returns a set containing all the keys of the map, in the same order. パラメータ この関 ...
https://man.plustar.jp/php/ds-map.keys.html - [similar]
Removes all values 5632
« Ds\Map::capacity Ds\Map::__construct » PHP Manual Map Removes all values Ds\Map::clear (PECL ds >= 1.0.0) Ds\Map::clear — Removes all values 説明 public Ds\Map::clear (): void Removes all values from the map. パラメータ この関数にはパラメータはありません。 戻り値 値を返しません。 例 例 ...
https://man.plustar.jp/php/ds-map.clear.html - [similar]
Returns a reversed copy 5632
« Ds\Map::reverse Ds\Map::skip » PHP Manual Map Returns a reversed copy Ds\Map::reversed (PECL ds >= 1.0.0) Ds\Map::reversed — Returns a reversed copy 説明 public Ds\Map::reversed (): Ds\Map Returns a reversed copy of the map. パラメータ この関数にはパラメータはありません。 戻り値 A reve ...
https://man.plustar.jp/php/ds-map.reversed.html - [similar]
Removes and returns a value by key 5632
« Ds\Map::reduce Ds\Map::reverse » PHP Manual Map Removes and returns a value by key Ds\Map::remove (PECL ds >= 1.0.0) Ds\Map::remove — Removes and returns a value by key 説明 public Ds\Map::remove ( mixed $key , mixed $default = ? ): mixed Removes and returns a value by key, or return a ...
https://man.plustar.jp/php/ds-map.remove.html - [similar]
Returns the number of values in the map 5632
« Ds\Map::copy Ds\Map::diff » PHP Manual Map Returns the number of values in the map Ds\Map::count (PECL ds >= 1.0.0) Ds\Map::count — Returns the number of values in the map See Countable::count() 関連キーワード: Returns , values , map , the , of , in , Map , Ds , count , copy ...
https://man.plustar.jp/php/ds-map.count.html - [similar]
Returns the current capacity 5632
« Ds\Map::apply Ds\Map::clear » PHP Manual Map Returns the current capacity Ds\Map::capacity (PECL ds >= 1.0.0) Ds\Map::capacity — Returns the current capacity 説明 public Ds\Map::capacity (): int Returns the current capacity. パラメータ この関数にはパラメータはありません。 戻り値 The cu ...
https://man.plustar.jp/php/ds-map.capacity.html - [similar]
5632
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds \ Vector (); $vector -> push ( 'a' ); $vector -> push ( 'b' , 'c' ); $vector [] = 'd' ; print_r ( $vector ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ( [0] => a [1] ...
https://man.plustar.jp/php/ds.examples.html - [similar]
The Set class 5181
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No version information available, might only be in Git) はじめに A Set is a sequence of unique values. This implementation uses the same hash table as Ds\Map , where values are used as keys and the m ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
Creates a new SSL buffer event to send its data over an SSL on a socket 5181
« EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates a new SSL buffer event to send its data over an SSL on a socket EventBufferEvent::sslSocket (PECL event >= 1.2.6-beta) EventBufferEvent::sslSocket — Creates a new SSL buffer event to send its ...
https://man.plustar.jp/php/eventbufferevent.sslsocket.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT