検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 83 for [SIMILAR] 16 1024 4096 WITH 60126 evsignal WITH ... (0.103 sec.)
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
Configures the watcher 0
« EvTimer::createStopped EvWatcher » PHP Manual EvTimer Configures the watcher EvTimer::set (PECL ev >= 0.2.0) EvTimer::set — Configures the watcher 説明 public EvTimer::set ( float $after , float $repeat ): void Configures the watcher パラメータ after Configures the timer to trigger aft ...
https://man.plustar.jp/php/evtimer.set.html - [similar]
Makes event pending 0
« Event Event::addSignal » PHP Manual Event Makes event pending Event::add (PECL event >= 1.2.6-beta) Event::add — Makes event pending 説明 public Event::add ( float $timeout = ? ): bool Marks event pending. Non-pending event will never occur, and the event callback will never be called. ...
https://man.plustar.jp/php/event.add.html - [similar]
Restarts the timer watcher 0
« EvTimer EvTimer::__construct » PHP Manual EvTimer Restarts the timer watcher EvTimer::again (PECL ev >= 0.2.0) EvTimer::again — Restarts the timer watcher 説明 public EvTimer::again (): void This will act as if the timer timed out and restart it again if it is repeating. The exact sema ...
https://man.plustar.jp/php/evtimer.again.html - [similar]
The Zookeeper class 0
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper class (PECL zookeeper >= 0.1.0) はじめに Represents ZooKeeper session. クラス概要 class Zookeeper { /* メソッド */ public __construct ( string $host = '' , callable $watcher_cb = null , int $ ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
シャットダウン時に実行する関数を登録する 0
« get_defined_functions register_tick_function » PHP Manual 関数処理 関数 シャットダウン時に実行する関数を登録する register_shutdown_function (PHP 4, PHP 5, PHP 7, PHP 8) register_shutdown_function — シャットダウン時に実行する関数を登録する 説明 register_shutdown_function ( callable $cal ...
https://man.plustar.jp/php/function.register-shutdown-function.html - [similar]
シグナルハンドラを設定する 0
« pcntl_signal_get_handler pcntl_sigprocmask » PHP Manual PCNTL 関数 シグナルハンドラを設定する pcntl_signal (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) pcntl_signal — シグナルハンドラを設定する 説明 pcntl_signal ( int $signal , callable | int $handler , bool $restart_syscalls = true ): bool p ...
https://man.plustar.jp/php/function.pcntl-signal.html - [similar]
プロセス制御 0
« Vtiful\Kernel\Format::underline Eio » PHP Manual 関数リファレンス プロセス制御 プロセス制御 Eio はじめに インストール/設定 定義済み定数 例 Eio 関数 Ev はじめに インストール/設定 定義済み定数 例 ウォッチャー ウォッチャーのコールバック Periodic ウォッチャーの操作モード Ev — Ev クラス EvC ...
https://man.plustar.jp/php/refs.fileprocess.process.html - [similar]
The EvIo class 0
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev >= 0.2.0) はじめに EvIo watchers check whether a file descriptor(or socket, or a stream castable to numeric file descriptor) is readable or writable in each iteration of the event loop, or, m ...
https://man.plustar.jp/php/class.evio.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]
PREV 1 2 3 4 5 6 7 8 9 NEXT