検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 134 for push (0.010 sec.)
Rotates the vector by a given number of rotations 5233
« Ds\Vector::reversed Ds\Vector::set » PHP Manual Vector Rotates the vector by a given number of ... ich is equivalent to successively calling $vector->push($vector->shift()) if the number of rotations is po ... ; $vector -> rotate ( 1 ); // "a" is shifted, then pushed. print_r ( $vector ); $vector -> rotate ( 2 ); / ... / "b" and "c" are both shifted, the pushed. print_r ( $vector ); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/ds-vector.rotate.html - [similar]
SplQueue クラス 5185
« SplStack::setIteratorMode SplQueue::__construct » PHP Manual データ構造 SplQueue クラス SplQue ... kedList::prev (): void public SplDoublyLinkedList::push ( mixed $value ): void public SplDoublyLinkedList: ...
https://man.plustar.jp/php/class.splqueue.html - [similar]
Reduces the deque to a single value using a callback function 5185
« Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a ...
https://man.plustar.jp/php/ds-deque.reduce.html - [similar]
Reduces the sequence to a single value using a callback function 5185
« Ds\Sequence::push Ds\Sequence::remove » PHP Manual Sequence Reduces the sequence to a single v ...
https://man.plustar.jp/php/ds-sequence.reduce.html - [similar]
Reduces the vector to a single value using a callback function 5185
« Ds\Vector::push Ds\Vector::remove » PHP Manual Vector Reduces the vector to a single value usi ...
https://man.plustar.jp/php/ds-vector.reduce.html - [similar]
配列の末尾から要素を取り除く 5185
« array_pad array_product » PHP Manual 配列 関数 配列の末尾から要素を取り除く array_pop (PHP 4, ... て、 raspberry が $fruit に代入されます。 参考 array_push() - 一つ以上の要素を配列の最後に追加する array_shi ...
https://man.plustar.jp/php/function.array-pop.html - [similar]
配列の先頭から要素を一つ取り出す 5185
« array_search array_slice » PHP Manual 配列 関数 配列の先頭から要素を一つ取り出す array_shift ( ... shift() - 一つ以上の要素を配列の最初に加える array_push() - 一つ以上の要素を配列の最後に追加する array_pop ...
https://man.plustar.jp/php/function.array-shift.html - [similar]
新機能 5185
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... す)。 curl_multi_setopt() 関数に新しい定数 CURLMOPT_PUSHFUNCTION を指定すれば、この機能を使えます。 また、定 ... 数 CURL_PUSH_OK と CURL_PUSH_DENY も新たに追加されました。 これ ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
Sodium 5149
« password_verify はじめに » PHP Manual 暗号 Sodium Sodium はじめに インストール/設定 要件 インス ... sodium_crypto_secretstream_xchacha20poly1305_init_push — 暗号化のために、シークレットストリームのコンテキ ... 号する sodium_crypto_secretstream_xchacha20poly1305_push — ストリーミングAPI で安全に復号できるように、デー ...
https://man.plustar.jp/php/book.sodium.html - [similar]
一つ以上の要素を配列の最初に加える 5149
« array_unique array_values » PHP Manual 配列 関数 一つ以上の要素を配列の最初に加える array_unsh ... y_shift() - 配列の先頭から要素を一つ取り出す array_push() - 一つ以上の要素を配列の最後に追加する array_pop ...
https://man.plustar.jp/php/function.array-unshift.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 NEXT