検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 633 for [SIMILAR] 16 1024 4096 WITH 32007 sockets WITH 1... (0.451 sec.)
現在のプロセスの GID を設定する 0
« posix_seteuid posix_setpgid » PHP Manual POSIX 関数 現在のプロセスの GID を設定する posix_setgid (PHP 4, PHP 5, PHP 7, PHP 8) posix_setgid — 現在のプロセスの GID を設定する 説明 posix_setgid ( int $group_id ): bool 現在のプロセスのグループ ID を設定します。 この関数は特権関数であり、実 ...
https://man.plustar.jp/php/function.posix-setgid.html - [similar]
プログラム実行関数 0
« 定義済み定数 escapeshellarg » PHP Manual プログラムの実行 プログラム実行関数 プログラム実行関数 注意 警告 ロックしてオープンしたファイル (特に、オープンしたセッション) は、プログラムをバックグラウンドで実行する前に閉じておく必要があります。 参考 以下の関数は、 バッククォート演算子 にも ...
https://man.plustar.jp/php/ref.exec.html - [similar]
ストリームラッパーとして登録するクラスの例 0
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパーとして登録するクラスの例 以下のサンプルは、var:// プロトコルハンドラを実装し、 指定した名前のグローバル変数の読み書きを fread() のような標準のファイルシステム関数でできるようにしています。 以 ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
認証を行わずにメッセージを暗号化する 0
« sodium_crypto_stream_xchacha20 sodium_crypto_stream » PHP Manual Sodium 関数 認証を行わずにメッセージを暗号化する sodium_crypto_stream_xor (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_stream_xor — 認証を行わずにメッセージを暗号化する 説明 sodium_crypto_stream_xor ( string $message , string $n ...
https://man.plustar.jp/php/function.sodium-crypto-stream-xor.html - [similar]
Enters a required event method feature that the application demands 0
« EventConfig::__construct EventConfig::setFlags » PHP Manual EventConfig Enters a required event method feature that the application demands EventConfig::requireFeatures (PECL event >= 1.2.6-beta) EventConfig::requireFeatures — Enters a required event method feature that the application ...
https://man.plustar.jp/php/eventconfig.requirefeatures.html - [similar]
アクティブなハッシュコンテキストに、ファイルからデータを投入する 0
« hash_pbkdf2 hash_update_stream » PHP Manual Hash 関数 アクティブなハッシュコンテキストに、ファイルからデータを投入する hash_update_file (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL hash >= 1.1) hash_update_file — アクティブなハッシュコンテキストに、ファイルからデータを投入する 説明 hash_update_ ...
https://man.plustar.jp/php/function.hash-update-file.html - [similar]
出力をフラッシュする 0
« streamWrapper::stream_eof streamWrapper::stream_lock » PHP Manual streamWrapper 出力をフラッシュする streamWrapper::stream_flush (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) streamWrapper::stream_flush — 出力をフラッシュする 説明 public streamWrapper::stream_flush (): bool このメソッドがコール ...
https://man.plustar.jp/php/streamwrapper.stream-flush.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]
varnish のスレーブプロセスが現在実行中かどうかを調べる 0
« VarnishAdmin::getParams VarnishAdmin::setCompat » PHP Manual VarnishAdmin varnish のスレーブプロセスが現在実行中かどうかを調べる VarnishAdmin::isRunning (PECL varnish >= 0.3) VarnishAdmin::isRunning — varnish のスレーブプロセスが現在実行中かどうかを調べる 説明 public VarnishAdmin::isRu ...
https://man.plustar.jp/php/varnishadmin.isrunning.html - [similar]
Rar アーカイブをオープンする 0
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープンする RarArchive::open rar_open (PECL rar >= 2.0.0) RarArchive::open -- rar_open — Rar アーカイブをオープンする 説明 オブジェクト指向型 (メソッド) public static RarArchive::open ( string $file ...
https://man.plustar.jp/php/rararchive.open.html - [similar]