検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 380 for [SIMILAR] 16 1024 4096 WITH 16224 pair WITH 8435... (0.590 sec.)
Removes all values 10000
« Pair Ds\Pair::__construct » PHP Manual Pair Removes all values Ds\Pair::clear (No version information available, might only be in Git) Ds\Pair::clear — Removes all values 説明 public Ds\Pair::clear (): void Removes all values from the pair. パラメータ この関数にはパラメータはありません ...
https://man.plustar.jp/php/ds-pair.clear.html - [similar]
The Pair class 8884
« Ds\Map::xor Ds\Pair::clear » PHP Manual Data Structures The Pair class The Pair class (No version information available, might only be in Git) はじめに A pair is used by Ds\Map to pair keys with values. クラス概要 class Ds\Pair implements JsonSerializable { /* メソッド */ public __cons ...
https://man.plustar.jp/php/class.ds-pair.html - [similar]
Creates a new instance 8677
« Ds\Pair::clear Ds\Pair::copy » PHP Manual Pair Creates a new instance Ds\Pair::__construct (PECL ds >= 1.0.0) Ds\Pair::__construct — Creates a new instance 説明 public Ds\Pair::__construct ( mixed $key = ? , mixed $value = ? ) Creates a new instance using a given key and value . パラメ ...
https://man.plustar.jp/php/ds-pair.construct.html - [similar]
Returns a shallow copy of the pair 8677
« Ds\Pair::__construct Ds\Pair::isEmpty » PHP Manual Pair Returns a shallow copy of the pair Ds\Pair::copy (No version information available, might only be in Git) Ds\Pair::copy — Returns a shallow copy of the pair 説明 public Ds\Pair::copy (): Ds\Pair Returns a shallow copy of the pair. ...
https://man.plustar.jp/php/ds-pair.copy.html - [similar]
Returns whether the pair is empty 8677
« Ds\Pair::copy Ds\Pair::jsonSerialize » PHP Manual Pair Returns whether the pair is empty Ds\Pair::isEmpty (No version information available, might only be in Git) Ds\Pair::isEmpty — Returns whether the pair is empty 説明 public Ds\Pair::isEmpty (): bool Returns whether the pair is empt ...
https://man.plustar.jp/php/ds-pair.isempty.html - [similar]
Converts the pair to an array 8677
« Ds\Pair::jsonSerialize Set » PHP Manual Pair Converts the pair to an array Ds\Pair::toArray (PECL ds >= 1.0.0) Ds\Pair::toArray — Converts the pair to an array 説明 public Ds\Pair::toArray (): array Converts the pair to an array . 注意 : Casting to an array is not supported yet. パラメ ...
https://man.plustar.jp/php/ds-pair.toarray.html - [similar]
Returns the first pair in the map 8677
« Ds\Map::filter Ds\Map::get » PHP Manual Map Returns the first pair in the map Ds\Map::first (PECL ds >= 1.0.0) Ds\Map::first — Returns the first pair in the map 説明 public Ds\Map::first (): Ds\Pair Returns the first pair in the map. パラメータ この関数にはパラメータはありません。 戻り ...
https://man.plustar.jp/php/ds-map.first.html - [similar]
Returns the last pair of the map 8677
« Ds\Map::ksorted Ds\Map::map » PHP Manual Map Returns the last pair of the map Ds\Map::last (PECL ds >= 1.0.0) Ds\Map::last — Returns the last pair of the map 説明 public Ds\Map::last (): Ds\Pair Returns the last pair of the map. パラメータ この関数にはパラメータはありません。 戻り値 Th ...
https://man.plustar.jp/php/ds-map.last.html - [similar]
Returns the pair at a given positional index 8677
« Ds\Map::reversed Ds\Map::slice » PHP Manual Map Returns the pair at a given positional index Ds\Map::skip (PECL ds >= 1.0.0) Ds\Map::skip — Returns the pair at a given positional index 説明 public Ds\Map::skip ( int $position ): Ds\Pair Returns the pair at a given zero-based position . ...
https://man.plustar.jp/php/ds-map.skip.html - [similar]
8677
« 定義済み定数 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]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT