検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 66 for Pair (0.006 sec.)
The Pair class 11030
« Ds\Map::xor Ds\Pair::clear » PHP Manual Data Structures The Pair class The Pair class (No vers ... mation available, might only be in Git) はじめに A pair is used by Ds\Map to pair keys with values. クラス ... 概要 class Ds\Pair implements JsonSerializable { /* メソッド */ publi ... lue = ? ) public clear (): void public copy (): Ds\Pair public isEmpty (): bool public toArray (): array } ... 目次 Ds\Pair::clear — Removes all values Ds\Pair::__construct — ...
https://man.plustar.jp/php/class.ds-pair.html - [similar]
Returns a shallow copy of the pair 10788
« Ds\Pair::__construct Ds\Pair::isEmpty » PHP Manual Pair Returns a shallow copy of the pair Ds\ ... on information available, might only be in Git) Ds\Pair::copy — Returns a shallow copy of the pair 説明 pu ... blic Ds\Pair::copy (): Ds\Pair Returns a shallow copy of the pa ... はありません。 戻り値 Returns a shallow copy of the pair. 例 例1 Ds\Pair::copy() example <?php $a = new \ D ... s \ Pair ( "a" , 1 ); $b = $a -> copy (); $a -> key = "x" ; ...
https://man.plustar.jp/php/ds-pair.copy.html - [similar]
Removes all values 10745
« Pair Ds\Pair::__construct » PHP Manual Pair Removes all values Ds\Pair::clear (No version info ... rmation available, might only be in Git) Ds\Pair::clear — Removes all values 説明 public Ds\Pair::c ... lear (): void Removes all values from the pair. パラメータ この関数にはパラメータはありません。 戻 ... り値 値を返しません。 例 例1 Ds\Pair::clear() example <?php $pair = new \ Ds \ Pair ( " ... a" , 1 ); print_r ( $pair ); $pair -> clear (); print_r ( $pair ); ?> 上の例 ...
https://man.plustar.jp/php/ds-pair.clear.html - [similar]
Returns whether the pair is empty 10602
« Ds\Pair::copy Ds\Pair::jsonSerialize » PHP Manual Pair Returns whether the pair is empty Ds\Pair ... on 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 ... パラメータはありません。 戻り値 Returns true if the pair is empty, false otherwise. 例 例1 Ds\Pair::isEmpty ... () example <?php $a = new \ Ds \ Pair ( "a" , 1 ); $b = new \ Ds \ Pair (); var_dump ( $ ...
https://man.plustar.jp/php/ds-pair.isempty.html - [similar]
Converts the pair to an array 10602
« Ds\Pair::jsonSerialize Set » PHP Manual Pair Converts the pair to an array Ds\Pair::toArray (P ... ECL ds >= 1.0.0) Ds\Pair::toArray — Converts the pair to an array 説明 publ ... ic Ds\Pair::toArray (): array Converts the pair to an array . ... containing all the values in the same order as the pair. 例 例1 Ds\Pair::toArray() example <?php $pair = n ... ew \ Ds \ Pair ( "a" , 1 ); var_dump ( $pair -> toArray ()); ?> 上 ...
https://man.plustar.jp/php/ds-pair.toarray.html - [similar]
Creates a new instance 9446
« Ds\Pair::clear Ds\Pair::copy » PHP Manual Pair Creates a new instance Ds\Pair::__construct (PE ... CL ds >= 1.0.0) Ds\Pair::__construct — Creates a new instance 説明 public ... Ds\Pair::__construct ( mixed $key = ? , mixed $value = ? ) ... value. 関連キーワード: Creates , new , instance , Pair , a , Ds , key , construct , copy , public ...
https://man.plustar.jp/php/ds-pair.construct.html - [similar]
Returns the first pair in the map 9161
« Ds\Map::filter Ds\Map::get » PHP Manual Map Returns the first pair in the map Ds\Map::first (P ... ECL ds >= 1.0.0) Ds\Map::first — Returns the first pair in the map 説明 public Ds\Map::first (): Ds\Pair R ... eturns the first pair in the map. パラメータ この関数にはパラメータはあり ... ません。 戻り値 The first pair in the map. エラー / 例外 UnderflowException if em ... の出力は、 たとえば以下のようになります。 object(Ds\Pair)#2 (2) { ["key"]=> string(1) "a" ["value"]=> int(1 ...
https://man.plustar.jp/php/ds-map.first.html - [similar]
Returns the last pair of the map 9161
« Ds\Map::ksorted Ds\Map::map » PHP Manual Map Returns the last pair of the map Ds\Map::last (PE ... CL ds >= 1.0.0) Ds\Map::last — Returns the last pair of the map 説明 public Ds\Map::last (): Ds\Pair Re ... turns the last pair of the map. パラメータ この関数にはパラメータはあり ... ません。 戻り値 The last pair of the map. エラー / 例外 UnderflowException if em ... の出力は、 たとえば以下のようになります。 object(Ds\Pair)#2 (2) { ["key"]=> string(1) "c" ["value"]=> int(3 ...
https://man.plustar.jp/php/ds-map.last.html - [similar]
Returns the pair at a given positional index 9118
« Ds\Map::reversed Ds\Map::slice » PHP Manual Map Returns the pair at a given positional index D ... skip (PECL ds >= 1.0.0) Ds\Map::skip — Returns the pair at a given positional index 説明 public Ds\Map::sk ... ip ( int $position ): Ds\Pair Returns the pair at a given zero-based position . ... positional index to return. 戻り値 Returns the Ds\Pair at the given position . エラー / 例外 OutOfRangeEx ... の出力は、 たとえば以下のようになります。 object(Ds\Pair)#2 (2) { ["key"]=> string(1) "b" ["value"]=> int(2 ...
https://man.plustar.jp/php/ds-map.skip.html - [similar]
Returns a representation that can be converted to JSON 8947
« Ds\Pair::isEmpty Ds\Pair::toArray » PHP Manual Pair Returns a representation that can be conve ... rted to JSON Ds\Pair::jsonSerialize (PECL ds >= 1.0.0) Ds\Pair::jsonSer ... never need to call this directly. 関連キーワード: Pair , Ds , jsonSerialize , Returns , representation , ...
https://man.plustar.jp/php/ds-pair.jsonserialize.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT