検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 815 for [SIMILAR] 16 1024 4096 WITH 25399 eio WITH 10026... (3.529 sec.)
PUTリクエストかどうかを判定する 0
« Yaf_Request_Abstract::isPost Yaf_Request_Abstract::isRouted » PHP Manual Yaf_Request_Abstract PUTリクエストかどうかを判定する Yaf_Request_Abstract::isPut (Yaf >=1.0.0) Yaf_Request_Abstract::isPut — PUTリクエストかどうかを判定する 説明 public Yaf_Request_Abstract::isPut (): bool パラメー ...
https://man.plustar.jp/php/yaf-request-abstract.isput.html - [similar]
AJAXリクエストかどうかを判定する 0
« Yaf_Request_Abstract::isRouted Yaf_Request_Abstract::setActionName » PHP Manual Yaf_Request_Abstract AJAXリクエストかどうかを判定する Yaf_Request_Abstract::isXmlHttpRequest (Yaf >=1.0.0) Yaf_Request_Abstract::isXmlHttpRequest — AJAXリクエストかどうかを判定する 説明 public Yaf_Request_A ...
https://man.plustar.jp/php/yaf-request-abstract.isxmlhttprequest.html - [similar]
リクエストメソッドを取得する 0
« Yaf_Request_Abstract::getLanguage Yaf_Request_Abstract::getModuleName » PHP Manual Yaf_Request_Abstract リクエストメソッドを取得する Yaf_Request_Abstract::getMethod (Yaf >=1.0.0) Yaf_Request_Abstract::getMethod — リクエストメソッドを取得する 説明 public Yaf_Request_Abstract::getMethod ...
https://man.plustar.jp/php/yaf-request-abstract.getmethod.html - [similar]
About event persistence 0
« 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 read or write, or because its timeout expires), it becomes non-pending right before its callback i ...
https://man.plustar.jp/php/event.persistence.html - [similar]
Constructs signal event object 0
« Event::setTimer Event::timer » PHP Manual Event Constructs signal event object Event::signal (PECL event >= 1.2.6-beta) Event::signal — Constructs signal event object 説明 public static Event::signal ( EventBase $base , int $signum , callable $cb , mixed $arg = ? ): Event Constructs si ...
https://man.plustar.jp/php/event.signal.html - [similar]
Constructs timer event object 0
« Event::signal EventBase » PHP Manual Event Constructs timer event object Event::timer (PECL event >= 1.2.6-beta) Event::timer — Constructs timer event object 説明 public static Event::timer ( EventBase $base , callable $cb , mixed $arg = ? ): Event Constructs timer event object. This i ...
https://man.plustar.jp/php/event.timer.html - [similar]
Make event non-pending and free resources allocated for this event 0
« Event::delTimer Event::getSupportedMethods » PHP Manual Event Make event non-pending and free resources allocated for this event Event::free (PECL event >= 1.2.6-beta) Event::free — Make event non-pending and free resources allocated for this event 説明 public Event::free (): void Remo ...
https://man.plustar.jp/php/event.free.html - [similar]
Detects whether event is pending or scheduled 0
« Event::getSupportedMethods Event::set » PHP Manual Event Detects whether event is pending or scheduled Event::pending (PECL event >= 1.2.6-beta) Event::pending — Detects whether event is pending or scheduled 説明 public Event::pending ( int $flags ): bool Detects whether event is pendi ...
https://man.plustar.jp/php/event.pending.html - [similar]
Event flags 0
« 例 About event persistence » PHP Manual Event Event flags Event flags Event::READ This flag indicates an event that becomes active when the provided file descriptor (usually a stream resource, or socket) is ready for reading. Event::WRITE flag indicates an event that becomes active whe ...
https://man.plustar.jp/php/event.flags.html - [similar]
Event callbacks 0
« About event persistence Constructing signal events » PHP Manual Event Event callbacks Event callbacks If a callback 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() , o ...
https://man.plustar.jp/php/event.callbacks.html - [similar]