検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 3128 for the (0.053 sec.)
Returns the result of applying a callback to each value 2506
« Ds\Deque::last Ds\Deque::merge » PHP Manual Deque Returns the result of applying a callback to ... ue::map (PECL ds >= 1.0.0) Ds\Deque::map — Returns the result of applying a callback to each value 説明 p ... eque::map ( callable $callback ): Ds\Deque Returns the result of applying a callback function to each val ... ue in the deque. パラメータ callback callback ( mixed $value ... ): mixed A callable to apply to each value in the deque. The callable should return what the new val ...
https://man.plustar.jp/php/ds-deque.map.html - [similar]
Returns the result of applying a callback to each value 2506
« Ds\Sequence::last Ds\Sequence::merge » PHP Manual Sequence Returns the result of applying a ca ... :map (PECL ds >= 1.0.0) Ds\Sequence::map — Returns the result of applying a callback to each value 説明 a ... e::map ( callable $callback ): Ds\Sequence Returns the result of applying a callback function to each val ... ue in the sequence. パラメータ callback callback ( mixed $va ... lue ): mixed A callable to apply to each value in the sequence. The callable should return what the new ...
https://man.plustar.jp/php/ds-sequence.map.html - [similar]
Returns the result of applying a callback to each value 2506
« Ds\Vector::last Ds\Vector::merge » PHP Manual Vector Returns the result of applying a callback ... r::map (PECL ds >= 1.0.0) Ds\Vector::map — Returns the result of applying a callback to each value 説明 p ... tor::map ( callable $callback ): Ds\Vector Returns the result of applying a callback function to each val ... ue in the vector. パラメータ callback callback ( mixed $valu ... e ): mixed A callable to apply to each value in the vector. The callable should return what the new va ...
https://man.plustar.jp/php/ds-vector.map.html - [similar]
Event callbacks 2506
« About event persistence Constructing signal events » PHP Manual Event Event callbacks Event ca ... is registered for an event, it will be called when the event becomes active. To associate a callback with ... event one can pass a callable to either Event::__construct() , or Event::set() , or one o ... f the factory methods like Event::timer() . An event cal ... lback should match the following prototype: callback ( mixed $fd = null , ...
https://man.plustar.jp/php/event.callbacks.html - [similar]
Gets the remote address and port associated with the connection 2506
« EventHttpConnection::getBase EventHttpConnection::makeRequest » PHP Manual EventHttpConnection ... Gets the remote address and port associated with the connec ... >= 1.2.6-beta) EventHttpConnection::getPeer — Gets the remote address and port associated with the connec ... tPeer ( string &$address , int &$port ): void Gets the remote address and port associated with the connec ... tion パラメータ address Address of the peer. port Port of the peer. 戻り値 値を返しません ...
https://man.plustar.jp/php/eventhttpconnection.getpeer.html - [similar]
Retreives the current address to which the listener's socket is bound 2506
« EventListener::getBase EventListener::setCallback » PHP Manual EventListener Retreives the cur ... rent address to which the listener's socket is bound EventListener::getSocke ... >= 1.5.0) EventListener::getSocketName — Retreives the current address to which the listener's socket is ... ing &$address , mixed &$port = ? ): bool Retreives the current address to which the listener's socket is ... address Output parameter. IP-address depending on the socket address family. port Output parameter. The ...
https://man.plustar.jp/php/eventlistener.getsocketname.html - [similar]
Begin checking for events and calling callbacks for the loop 2506
« EvLoop::resume EvLoop::signal » PHP Manual EvLoop Begin checking for events and calling callba ... cks for the loop EvLoop::run (PECL ev >= 0.2.0) EvLoop::run — ... egin checking for events and calling callbacks for the loop 説明 public EvLoop::run ( int $flags = 0 ): v ... egin checking for events and calling callbacks for the current event loop. Returns when a callback calls ... Ev::stop() method, or the flags are nonzero(in which case the return value i ...
https://man.plustar.jp/php/evloop.run.html - [similar]
Returns the loop responsible for the watcher 2506
« EvWatcher::feed EvWatcher::invoke » PHP Manual EvWatcher Returns the loop responsible for the ... op (PECL ev >= 0.2.0) EvWatcher::getLoop — Returns the loop responsible for the watcher 説明 public EvWat ... cher::getLoop (): EvLoop Returns the loop responsible for the watcher パラメータ この関 ... 値 Returns EvLoop event loop object responsible for the watcher. 関連キーワード: Returns , responsible , w ... atcher , the , EvWatcher , getLoop , EvLoop , パラメータ , feed ...
https://man.plustar.jp/php/evwatcher.getloop.html - [similar]
Gets the alignment 2506
« FFI::addr FFI::arrayType » PHP Manual FFI Gets the alignment FFI::alignof (PHP 7 >= 7.4.0, PHP ... 8) FFI::alignof — Gets the alignment 説明 public static FFI::alignof ( FFI\CD ... ata | FFI\CType &$ptr ): int Gets the alignment of the given FFI\CData or FFI\CType obje ... ct. パラメータ ptr The handle of the C data or type. 戻り値 Returns the a ... lignment of the given FFI\CData or FFI\CType object. 関連キーワード ...
https://man.plustar.jp/php/ffi.alignof.html - [similar]
Return the number of rows affected by the last SQL statement 2506
« CUBRID MySQL 互換関数 cubrid_client_encoding » PHP Manual CUBRID MySQL 互換関数 Return the num ... ber of rows affected by the last SQL statement cubrid_affected_rows (PECL CUBR ... ID >= 8.3.0) cubrid_affected_rows — Return the number of rows affected by the last SQL statement ... ffected_rows ( resource $req_identifier = ? ): int The cubrid_affected_rows() function is used to get the ... number of rows affected by the SQL statement (INSERT, DELETE, UPDATE). パラメータ ...
https://man.plustar.jp/php/function.cubrid-affected-rows.html - [similar]