Results of 1 - 10 of about 13 for sequential (0.006 sec.)
- 値を JSON 形式にして返す 13460
- « json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P
...
シーケンシャルな配列とそうでない配列の例 <?php echo "Sequential array" . PHP_EOL ; $sequential = array( "foo" , "b ...
ar" , "baz" , "blong" ); var_dump ( $sequential , json_encode ( $sequential ) ); echo PHP_EOL . "N ...
on-sequential array" . PHP_EOL ; $nonsequential = array( 1 => "f ...
bar" , 3 => "baz" , 4 => "blong" ); var_dump ( $nonsequential , json_encode ( $nonsequential ) ); echo PHP_EOL . ...
-
https://man.plustar.jp/php/function.json-encode.html
- [similar]
- Provides an array or document to serialize as BSON 11595
- « MongoDB\BSON\Serializable MongoDB\BSON\Unserializable » PHP Manual MongoDB\BSON\Serializable P
...
nstances will be serialized as a BSON document and sequential arrays (i.e. sequential, numeric indexes starting ...
oDB\BSON\Serializable::bsonSerialize() returning a sequential array for root document <?php class MyArray implem ...
oDB\BSON\Serializable::bsonSerialize() returning a sequential array for document field <?php class MyArray imple ...
des , serialize , bsonSerialize , or , returning , sequential ...
-
https://man.plustar.jp/php/mongodb-bson-serializable.bsonserialize.html
- [similar]
- IntlPartsIterator クラス 9519
- « IntlDatePatternGenerator::getBestPattern IntlPartsIterator::getBreakIterator » PHP Manual intl
...
tends IntlIterator { /* Constants */ const int KEY_SEQUENTIAL = 0 ; const int KEY_LEFT = 1 ; const int KEY_RIGHT ...
lid (): bool } 定義済み定数 IntlPartsIterator::KEY_SEQUENTIAL IntlPartsIterator::KEY_LEFT IntlPartsIterator::KEY ...
-
https://man.plustar.jp/php/class.intlpartsiterator.html
- [similar]
- 境界と境界の間の navigating fragments 用にイテレータを作る 9519
- « IntlBreakIterator::getLocale IntlBreakIterator::getText » PHP Manual IntlBreakIterator 境界と境
...
tsIterator ( string $type = IntlPartsIterator::KEY_SEQUENTIAL ): IntlPartsIterator 警告 この関数は、 現在のところ ...
。可能な値は以下のとおりです: IntlPartsIterator::KEY_SEQUENTIAL - デフォルト。シーケンシャルに増える整数をキーとし ...
-
https://man.plustar.jp/php/intlbreakiterator.getpartsiterator.html
- [similar]
- The MongoDB\BSON\Persistable interface 8305
- « MongoDB\BSON\Type MongoDB\BSON\Serializable » PHP Manual MongoDB\BSON The MongoDB\BSON\Persist
...
\BSON\Serializable::bsonSerialize() would return a sequential array, injection of the __pclass property will cau ...
-
https://man.plustar.jp/php/class.mongodb-bson-persistable.html
- [similar]
- IntlCodePointBreakIterator クラス 7988
- « IntlRuleBasedBreakIterator::getRuleStatusVec IntlCodePointBreakIterator::getLastCodePoint » PH
...
tsIterator ( string $type = IntlPartsIterator::KEY_SEQUENTIAL ): IntlPartsIterator public IntlBreakIterator::get ...
-
https://man.plustar.jp/php/class.intlcodepointbreakiterator.html
- [similar]
- はじめに 7988
- « dBase インストール/設定 » PHP Manual dBase はじめに はじめに 注意 : この拡張モジュールは » PEC
...
l with multithreaded SAPIs. dBase files are simple sequential files of fixed length records. Records are appende ...
-
https://man.plustar.jp/php/intro.dbase.html
- [similar]
- IntlRuleBasedBreakIterator クラス 7865
- « IntlBreakIterator::setText IntlRuleBasedBreakIterator::__construct » PHP Manual intl IntlRuleB
...
tsIterator ( string $type = IntlPartsIterator::KEY_SEQUENTIAL ): IntlPartsIterator public IntlBreakIterator::get ...
-
https://man.plustar.jp/php/class.intlrulebasedbreakiterator.html
- [similar]
- The Map class 7759
- « Ds\Deque::unshift Ds\Map::allocate » PHP Manual Data Structures The Map class The Map class (N
...
ailable, might only be in Git) はじめに A Map is a sequential collection of key-value pairs, almost identical to ...
-
https://man.plustar.jp/php/class.ds-map.html
- [similar]
- The Vector class 7759
- « Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vec
...
and shrinks automatically. It's the most efficient sequential structure because a value's index is a direct mapp ...
-
https://man.plustar.jp/php/class.ds-vector.html
- [similar]