検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 66 for [SIMILAR] 16 1024 4096 WITH 29633 constructing W... (0.089 sec.)
シグナルハンドラを設定する 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]
The Event class 0
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL event >= 1.2.6-beta) はじめに Event class represents and event firing on a file descriptor being ready to read from or write to; a file descriptor becoming ready to read from or write to(edge ...
https://man.plustar.jp/php/class.event.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]
基本的な使用法 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]
シャットダウン時に実行する関数を登録する 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]
proc_open でオープンされたプロセスを強制終了する 0
« proc_open shell_exec » PHP Manual プログラム実行関数 proc_open でオープンされたプロセスを強制終了する proc_terminate (PHP 5, PHP 7, PHP 8) proc_terminate — proc_open でオープンされたプロセスを強制終了する 説明 proc_terminate ( resource $process , int $signal = 15 ): bool 終了させる ( p ...
https://man.plustar.jp/php/function.proc-terminate.html - [similar]
Event 0
« CURLStringFile::__construct はじめに » PHP Manual その他のサービス Event Event はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 例 Event flags About event persistence Event callbacks Constructing signal events Event — The Event class Event::add — Makes event pendi ...
https://man.plustar.jp/php/book.event.html - [similar]
その他のサービス 0
« var_representation cURL » PHP Manual 関数リファレンス その他のサービス その他のサービス cURL — Client URL Library はじめに インストール/設定 定義済み定数 例 cURL 関数 CurlHandle — CurlHandle クラス CurlMultiHandle — CurlMultiHandle クラス CurlShareHandle — CurlShareHandle クラス CURLFi ...
https://man.plustar.jp/php/refs.remote.other.html - [similar]
定義済み定数 0
« リソース型 例 » PHP Manual PCNTL 定義済み定数 定義済み定数 以下のシグナルのリストがプロセス制御関数でサポートされています。 これらのシグナルのデフォルト動作の詳細については、 signal(7) のマニュアルを参照ください。 プロセス制御関連の定数 WNOHANG ( int ) WUNTRACED ( int ) SIG_* 定数 SIG_ ...
https://man.plustar.jp/php/pcntl.constants.html - [similar]
0
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback function readcb ( $bev , $base ) { //$input = $bev->input; //$bev->getInput(); //$pos = $input->search("TTP"); $pos = $bev -> input -> search ( "TTP" ); while (( $n = $bev -> input -> remove ( ...
https://man.plustar.jp/php/event.examples.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT