検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 134 for push (0.001 sec.)
Parser examples 10130
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculat ... NTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p -> push ( "exp ... " , "exp '+' exp" ); $prod_sub = $p -> push ( "exp" , "exp '-' exp" ); $prod_mul = $p -> push ... ( "exp" , "exp '*' exp" ); $prod_div = $p -> push ( "exp" , "exp '/' exp" ); $p -> push ( "exp" , "I ... sed. */ $p -> build (); $lex = new Lexer ; $lex -> push ( "[+]" , $p -> tokenId ( "'+'" )); $lex -> push ( ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]
Pushes values into the queue 9599
« Ds\Queue::pop Ds\Queue::toArray » PHP Manual Queue Pushes values into the queue Ds\Queue::push ... (PECL ds >= 1.0.0) Ds\Queue::pushPushes values into the queue 説明 public Ds\Queu ... e::push ( mixed ...$values ): void Pushes values into the ... queue. パラメータ values The values to push into the queue. 戻り値 値を返しません。 例 例1 Ds\ ... Queue::push() example <?php $queue = new \ Ds \ Queue (); $que ...
https://man.plustar.jp/php/ds-queue.push.html - [similar]
Pushes values onto the stack 9599
« Ds\Stack::pop Ds\Stack::toArray » PHP Manual Stack Pushes values onto the stack Ds\Stack::push ... (PECL ds >= 1.0.0) Ds\Stack::pushPushes values onto the stack 説明 public Ds\Stac ... k::push ( mixed ...$values ): void Pushes values onto the ... stack. パラメータ values The values to push onto the stack. 戻り値 値を返しません。 例 例1 Ds\ ... Stack::push() example <?php $stack = new \ Ds \ Stack (); $sta ...
https://man.plustar.jp/php/ds-stack.push.html - [similar]
Adds values to the end of the deque 9020
« Ds\Deque::pop Ds\Deque::reduce » PHP Manual Deque Adds values to the end of the deque Ds\Deque ... ::push (PECL ds >= 1.0.0) Ds\Deque::push — Adds values to ... the end of the deque 説明 public Ds\Deque::push ( mixed ...$values ): void Adds values to the end ... s to add. 戻り値 値を返しません。 例 例1 Ds\Deque::push() example <?php $deque = new \ Ds \ Deque (); $deq ... ue -> push ( "a" ); $deque -> push ( "b" ); $deque -> push ( ...
https://man.plustar.jp/php/ds-deque.push.html - [similar]
Pushes values into the queue 9020
« Ds\PriorityQueue::pop Ds\PriorityQueue::toArray » PHP Manual PriorityQueue Pushes values into ... the queue Ds\PriorityQueue::push (PECL ds >= 1.0.0) Ds\PriorityQueue::pushPushes ... alues into the queue 説明 public Ds\PriorityQueue::push ( mixed $value , int $priority ): void Pushes a va ... rity into the queue. パラメータ value The value to push into the queue. priority The priority associated w ... . 戻り値 値を返しません。 例 例1 Ds\PriorityQueue::push() example <?php $queue = new \ Ds \ PriorityQueue ...
https://man.plustar.jp/php/ds-priorityqueue.push.html - [similar]
Adds values to the end of the sequence 9020
« Ds\Sequence::pop Ds\Sequence::reduce » PHP Manual Sequence Adds values to the end of the seque ... nce Ds\Sequence::push (PECL ds >= 1.0.0) Ds\Sequence::push — Adds values ... of the sequence 説明 abstract public Ds\Sequence::push ( mixed ...$values ): void Adds values to the end ... o add. 戻り値 値を返しません。 例 例1 Ds\Sequence::push() example <?php $sequence = new \ Ds \ Vector (); ... $sequence -> push ( "a" ); $sequence -> push ( "b" ); $sequence -> p ...
https://man.plustar.jp/php/ds-sequence.push.html - [similar]
Adds values to the end of the vector 8972
« Ds\Vector::pop Ds\Vector::reduce » PHP Manual Vector Adds values to the end of the vector Ds\V ... ector::push (PECL ds >= 1.0.0) Ds\Vector::push — Adds values t ... o the end of the vector 説明 public Ds\Vector::push ( mixed ...$values ): void Adds values to the end ... to add. 戻り値 値を返しません。 例 例1 Ds\Vector::push() example <?php $vector = new \ Ds \ Vector (); $v ... ector -> push ( "a" ); $vector -> push ( "b" ); $vector -> push ...
https://man.plustar.jp/php/ds-vector.push.html - [similar]
Write and push data into Swoole channel. 8900
« Swoole\Channel::pop Swoole\Channel::stats » PHP Manual Swoole\Channel Write and push data into ... Swoole channel. Swoole\Channel::push (PECL swoole >= 1.9.0) Swoole\Channel::push — Writ ... e and push data into Swoole channel. 説明 public Swoole\Chann ... el::push ( string $data ): bool Data can be any non-empty P ... e is not enough space. パラメータ data The data to push into the Swoole channel. 戻り値 Wheter the data is ...
https://man.plustar.jp/php/swoole-channel.push.html - [similar]
Push an item into the stack 8815
« Parle\Stack::pop Parle\Token » PHP Manual Parle\Stack Push an item into the stack Parle\Stack: ... :push (PECL parle >= 0.5.1) Parle\Stack::pushPush an ... item into the stack 説明 public Parle\Stack::push ( mixed $item ): void パラメータ item Variable to ... be pushed. 戻り値 値を返しません。 関連キーワード: item , ...
https://man.plustar.jp/php/parle-stack.push.html - [similar]
Write and push data into the message queue. 8815
« Swoole\Process::pop Swoole\Process::read » PHP Manual Swoole\Process Write and push data into ... the message queue. Swoole\Process::push (PECL swoole >= 1.9.0) Swoole\Process::push — Writ ... e and push data into the message queue. 説明 public Swoole\Pr ... ocess::push ( string $data ): bool パラメータ data 戻り値 関連 ...
https://man.plustar.jp/php/swoole-process.push.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT