検索

phrase: max: clip:
target: order:
Results of 431 - 440 of about 734 for s (0.676 sec.)
About event persistence 3059
« Event flags Event callbacks » PHP Manual Event About event persistence About event persistence ... By default, whenever a pending event becomes active (because its file descriptor is ready to re ... ad or write, or because its timeout expires), it becomes non-pending righ ... t before its callback is executed. Thus, to make the event pend ... again one may call Event::add() on it again from inside the callback function. If the Event::PERSIST fl ...
https://man.plustar.jp/php/event.persistence.html - [similar]
Re-configures event 3059
« Event::pending Event::setPriority » PHP Manual Event Re-configures event Event::set (PECL even ... t >= 1.2.6-beta) Event::set — Re-configures event 説明 public Event::set ( E ... ventBase $base , mixed $fd , int $what = ? , callable $cb ... = ? , mixed $arg = ? ): bool Re-configures event. Note, this function doesn't invoke obsolete ... libevent's event_set. It calls event_assign instead. パラメー ...
https://man.plustar.jp/php/event.set.html - [similar]
Re-configures timer event 3059
« Event::setPriority Event::signal » PHP Manual Event Re-configures timer event Event::setTimer ... (PECL event >= 1.2.6-beta) Event::setTimer — Re-configures timer event 説明 public Eve ... nt::setTimer ( EventBase $base , callable $cb , mixed $a ... rg = ? ): bool Re-configures timer event. Note, this function doesn't invoke ob ... solete libevent's event_set . It calls event_assign instead. パラメー ...
https://man.plustar.jp/php/event.settimer.html - [similar]
Read data from a file onto the end of the buffer 3059
« EventBuffer::read EventBuffer::readLine » PHP Manual EventBuffer Read data from a file onto th ... $fd , int $howmuch ): int Read data from the file specified by fd onto the end of the buffer. パラメー ... タ fd Socket resource, stream, or numeric file descriptor. ... howmuch Maxmimum number of bytes to read. 戻り値 Returns the number of bytes read, ... or false on failure. 参考 EventBuffer::copyout() - Copies ...
https://man.plustar.jp/php/eventbuffer.readfrom.html - [similar]
Returns underlying input buffer associated with current buffer event 3059
« EventBufferEvent::getEnabled EventBufferEvent::getOutput » PHP Manual EventBufferEvent Returns ... underlying input buffer associated with current buffer event EventBufferEvent ... >= 1.2.6-beta) EventBufferEvent::getInput — Returns underlying input buffer associated with current bu ... c EventBufferEvent::getInput (): EventBuffer Returns underlying input buffer associated with current bu ... ffer event. An input buffer is a storage for data to read. Note, there is also in ...
https://man.plustar.jp/php/eventbufferevent.getinput.html - [similar]
The setCallback purpose 3059
« EventListener::getSocketName EventListener::setErrorCallback » PHP Manual EventListener The se ... tCallback purpose EventListener::setCallback (PECL event >= 1.2.6-b ... eta) EventListener::setCallback — The setCallback purpose 説明 p ... ublic EventListener::setCallback ( callable $cb , mixed $arg = nu ... ll ): void Adjust event connect listener's callback and optionally ...
https://man.plustar.jp/php/eventlistener.setcallback.html - [similar]
A Complete PHP/FFI/preloading Example 3059
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre ... ( __DIR__ . "/dummy.php" ); ?> dummy.h #define FFI_SCOPE "DUMMY" #define FFI_LIB "libc.so.6" int printf ... (const char *format, ...); dummy.php <?php final class D ... ummy { private static $ffi = null ; function __construct () { if ( ... is_null ( self :: $ffi )) { self :: $ffi = FFI :: sco ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
Compares memory areas 3059
« FFI::load FFI::memcpy » PHP Manual FFI Compares memory areas FFI::memcmp (PHP 7 >= 7.4.0, PHP ... 8) FFI::memcmp — Compares memory areas 説明 public static FFI::memcmp ( stri ... ng | FFI\CData &$ptr1 , string | FFI\CData &$ptr2 , int $size ): int Compare ... s size bytes from the memory areas ptr1 and ptr2 . Bot ... h ptr1 and ptr2 can be any native data structures ( FFI\CData ) or PHP string s. パラメータ ...
https://man.plustar.jp/php/ffi.memcmp.html - [similar]
Give each connection a random weight between min_weight and max_weight 3059
« fann_print_error fann_read_train_from_file » PHP Manual Fann 関数 Give each connection a rando ... een min_weight and max_weight fann_randomize_weights (PECL fann >= 1.0.0) fann_randomize_weights — Give ... in_weight and max_weight 説明 fann_randomize_weights ( resource $ann , float $min_weight , float $max_w ... weight and max_weight From the beginning the weights are random between -0.1 and 0.1. パラメータ ann ニ ... e 戻り値 成功した場合に true 、それ以外の場合に false を返します。 参考 fann_init_weights() - Initializ ...
https://man.plustar.jp/php/function.fann-randomize-weights.html - [similar]
指定したパラメータでプリペアドステートメントを作成するリクエストを 送信し、その... 3059
« pg_send_execute pg_send_query_params » PHP Manual PostgreSQL 関数 指定したパラメータでプリペア ... を作成するリクエストを 送信し、その結果を待たない pg_send_prepare (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_ ... するリクエストを 送信し、その結果を待たない 説明 pg_send_prepare ( PgSql\Connection $connection , string ... $statement_name , string $query ): int | bool 指定した ... トが受け付けられた場合に true 、そうでない場合に false を返します。コールが成功した後、実際にプリペアドス ...
https://man.plustar.jp/php/function.pg-send-prepare.html - [similar]