検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 348 for [SIMILAR] 16 1024 4096 WITH 24539 実効 WITH 8419... (0.447 sec.)
システムリソース制限を設定 0
« posix_setpgid posix_setsid » PHP Manual POSIX 関数 システムリソース制限を設定 posix_setrlimit (PHP 7, PHP 8) posix_setrlimit — システムリソース制限を設定 説明 posix_setrlimit ( int $resource , int $soft_limit , int $hard_limit ): bool posix_setrlimit() は、 指定されたシステムリソースに ...
https://man.plustar.jp/php/function.posix-setrlimit.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]
fifo スペシャルファイル(名前付きパイプ)を作成する 0
« posix_kill posix_mknod » PHP Manual POSIX 関数 fifo スペシャルファイル(名前付きパイプ)を作成する posix_mkfifo (PHP 4, PHP 5, PHP 7, PHP 8) posix_mkfifo — fifo スペシャルファイル(名前付きパイプ)を作成する 説明 posix_mkfifo ( string $filename , int $permissions ): bool posix_mkfifo() は、 ...
https://man.plustar.jp/php/function.posix-mkfifo.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]
シグナルハンドラを設定する 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
« pcntl_sigtimedwait pcntl_strerror » PHP Manual PCNTL 関数 シグナルを待つ pcntl_sigwaitinfo (PHP 5 >= 5.3.0, PHP 7, PHP 8) pcntl_sigwaitinfo — シグナルを待つ 説明 pcntl_sigwaitinfo ( array $signals , array &$info = [] ): int | false pcntl_sigwaitinfo() は、 呼び出し元のスクリプトの実行を ...
https://man.plustar.jp/php/function.pcntl-sigwaitinfo.html - [similar]
新機能 0
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 新機能 新機能 PHP コア 8進数の整数リテラルのプレフィックス指定 8進数の整数値の場合に、 数値リテラルのプレフィックスとして明示的に 0o や 0O を指定できるようになりました。 これ ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
関数リファレンス 0
« PHP DTrace 静的プローブとともに SystemTap を使用 PHP の振る舞いの変更 » PHP Manual 関数リファレンス 関数リファレンス ヒント 参考 拡張モジュールの一覧/分類 . PHP の振る舞いの変更 APCu — APC User Cache Componere エラー処理 — エラー処理およびログ記録 FFI — Foreign Function Interface OPcac ...
https://man.plustar.jp/php/funcref.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 大半のインストール環境では、APCu はデフォルトの設定で問題ありません。 しかし、本格的なユーザーは以下のパラメータのチューニングを考慮すべきです。 APCuを設定するには、ひ ...
https://man.plustar.jp/php/apcu.configuration.html - [similar]
ファイルまたは URL をオープンする 0
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen (PHP 4, PHP 5, PHP 7, PHP 8) fopen — ファイルまたは URL をオープンする 説明 fopen ( string $filename , string $mode , bool $use_include_path = false , ? resource $context = null ): resource | f ...
https://man.plustar.jp/php/function.fopen.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT