検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for preserve (0.001 sec.)
Manipulation 13408
« Threaded Threaded::count » PHP Manual Threaded Manipulation Threaded::chunk (PECL pthreads >= ... on 説明 public Threaded::chunk ( int $size , bool $preserve ): array Fetches a chunk of the objects property t ... keys パラメータ size The number of items to fetch preserve Preserve the keys of members, by default false 戻り ... int , chunk , array , property , size , objects , preserve , items ...
https://man.plustar.jp/php/threaded.chunk.html - [similar]
要素を逆順にした配列を返す 10520
« array_replace array_search » PHP Manual 配列 関数 要素を逆順にした配列を返す array_reverse (PH ... 配列を返す 説明 array_reverse ( array $array , bool $preserve_keys = false ): array 配列を受け取って、要素の順番 ... 新しい配列を返します。 パラメータ array 入力の配列。 preserve_keys true の場合は数値のキーを保持します。 非数値の ... , "red" )); $reversed = array_reverse ( $input ); $preserved = array_reverse ( $input , true ); print_r ( $inp ... ut ); print_r ( $reversed ); print_r ( $preserved ); ?> 上の例の出力は以下となります。 Array ( [0] ...
https://man.plustar.jp/php/function.array-reverse.html - [similar]
複数のアイテムを取得する 10520
« Memcached::getDelayedByKey Memcached::getMultiByKey » PHP Manual Memcached 複数のアイテムを取得 ... 用の追加のオプションを設定します。 Memcached::GET_PRESERVE_ORDER は、要求したのと同じ順番でキーが返されること ... float(2362) } 例3 Memcached v3 用の Memcached::GET_PRESERVE_ORDER の例 <?php // Valid for v3 of the extension ... ; $got = $m -> getMulti ( $keys , Memcached :: GET_PRESERVE_ORDER ); foreach ( $got as $k => $v ) { echo " $k ... zoo 例4 Memcached v1 および v2 用の Memcached::GET_PRESERVE_ORDER の例 <?php // Valid for v1 and v2 of the ext ...
https://man.plustar.jp/php/memcached.getmulti.html - [similar]
イテレータを配列にコピーする 9855
« iterator_count spl_autoload_call » PHP Manual SPL 関数 イテレータを配列にコピーする iterator_t ... iterator_to_array ( Traversable $iterator , bool $preserve_keys = true ): array イテレータの要素を配列にコピー ... ます。 パラメータ iterator コピーしたいイテレータ。 preserve_keys イテレータの要素のキーをインデックスとして使用 ... array , string , キー , 要素 , パラメータ , 変換 , preserve , 警告 ...
https://man.plustar.jp/php/function.iterator-to-array.html - [similar]
配列の一部を展開する 9207
« array_shift array_splice » PHP Manual 配列 関数 配列の一部を展開する array_slice (PHP 4, PHP 5 ... array , int $offset , ? int $length = null , bool $preserve_keys = false ): array array_slice() は、 array から ... ffset から配列の最後までの全ての要素が返されます。 preserve_keys 注意 : array_slice() はデフォルトで配列の数値 ... キーを並べなおし、 リセットします。 preserve_keys を true にする事でこの動作を変更することができ ...
https://man.plustar.jp/php/function.array-slice.html - [similar]
配列を分割する 8805
« array_change_key_case array_column » PHP Manual 配列 関数 配列を分割する array_chunk (PHP 4 >= ... 明 array_chunk ( array $array , int $length , bool $preserve_keys = false ): array 配列を、要素数が length の配 ... ータ array 処理を行う配列。 length 各部分のサイズ。 preserve_keys true の場合はキーをそのまま保持します。 デフォ ...
https://man.plustar.jp/php/function.array-chunk.html - [similar]
値を JSON 形式にして返す 8157
« json_decode json_last_error_msg » PHP Manual JSON 関数 値を JSON 形式にして返す json_encode (P ... UMERIC_CHECK , JSON_PARTIAL_OUTPUT_ON_ERROR , JSON_PRESERVE_ZERO_FRACTION , JSON_PRETTY_PRINT , JSON_UNESCAPED ... g(33) "{"0":"foo","2":"baz","3":"blong"}" 例5 JSON_PRESERVE_ZERO_FRACTION の例 <?php var_dump ( json_encode ( ... 12.0 , JSON_PRESERVE_ZERO_FRACTION )); var_dump ( json_encode ( 12.0 )) ...
https://man.plustar.jp/php/function.json-encode.html - [similar]
The Threaded class 7894
« 定義済み定数 Threaded::chunk » PHP Manual pthreads The Threaded class The Threaded class (PECL ... { /* メソッド */ public chunk ( int $size , bool $preserve ): array public count (): int public extend ( stri ...
https://man.plustar.jp/php/class.threaded.html - [similar]
Thread クラス 7632
« Threaded::wait Thread::getCreatorId » PHP Manual pthreads Thread クラス Thread クラス (PECL pt ... ソッド */ public Threaded::chunk ( int $size , bool $preserve ): array public Threaded::count (): int public Thr ...
https://man.plustar.jp/php/class.thread.html - [similar]
The Volatile class 7632
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... ソッド */ public Threaded::chunk ( int $size , bool $preserve ): array public Threaded::count (): int public Thr ...
https://man.plustar.jp/php/class.volatile.html - [similar]
PREV 1 2 NEXT