検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 270 for プロセス (0.046 sec.)
Windows 上での PHP の手動インストール 4128
« Windows でのおすすめの構成 ソースからのビルド » PHP Manual Windows システムへのインストール Wi ... ead-Safe(TS) - Apache と mod_php のような、シングルプロセスのウェブサービス用 Non-Thread-Safe(NTS) - IIS やその ...
https://man.plustar.jp/php/install.windows.manual.html - [similar]
Windows でのおすすめの構成 4128
« Windows 上での PHP インストーラ Windows 上での PHP の手動インストール » PHP Manual Windows シス ... ジェクトをキャッシュして、 php.exe や php-cgi.exe のプロセス間で共有することもできます (複数リクエストでのオブジ ...
https://man.plustar.jp/php/install.windows.recommended.html - [similar]
DOMAIN メッセージカタログから返されるメッセージの文字エンコーディングを設定/取得... 4109
« Gettext 関数 bindtextdomain » PHP Manual Gettext 関数 DOMAIN メッセージカタログから返されるメッ ... 注意 注意 : bind_textdomain_codeset() 関数の情報はプロセス単位で管理されます。 スレッドではありません。 関連キ ...
https://man.plustar.jp/php/function.bind-textdomain-codeset.html - [similar]
ドメインのパスを取得/設定する 4109
« bind_textdomain_codeset dcgettext » PHP Manual Gettext 関数 ドメインのパスを取得/設定する bind ... pp/locale 注意 注意 : bindtextdomain() 関数の情報はプロセス単位で管理されます。 スレッドではありません。 関連キ ...
https://man.plustar.jp/php/function.bindtextdomain.html - [similar]
ルートディレクトリを変更する 4109
« chdir closedir » PHP Manual ディレクトリ 関数 ルートディレクトリを変更する chroot (PHP 4 >= 4. ... する 説明 chroot ( string $directory ): bool カレントプロセスのルートディレクトリを directory に変更し、 作業ディ ...
https://man.plustar.jp/php/function.chroot.html - [similar]
未処理のリクエストがあるかどうかを調べる 4109
« eio_open eio_read » PHP Manual Eio 関数 未処理のリクエストがあるかどうかを調べる eio_poll (PEC ... "res_cb" , "3" ); while ( eio_nreqs ()) { // 何かのプロセス間通信など eio_poll (); } ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/function.eio-poll.html - [similar]
最終更新時刻を取得する 4109
« getenv getmygid » PHP Manual PHP オプション/情報 関数 最終更新時刻を取得する getlastmod (PHP 4 ... 在のスクリプトの inode を取得する getmypid() - PHP のプロセス ID を取得する filemtime() - ファイルの更新時刻を取 ...
https://man.plustar.jp/php/function.getlastmod.html - [similar]
メッセージキューを破棄する 4109
« msg_receive msg_send » PHP Manual セマフォ関数 メッセージキューを破棄する msg_remove_queue (PH ... キューを破棄します。この関数を使用するのは、 すべてのプロセスがメッセージキューの使用を終え、 キューが保持するシス ...
https://man.plustar.jp/php/function.msg-remove-queue.html - [similar]
指定したエラー番号に対応するシステムのエラーメッセージを取得する 4109
« posix_setuid posix_times » PHP Manual POSIX 関数 指定したエラー番号に対応するシステムのエラーメ ... 例 例1 posix_strerror() の例 この例では、存在しないプロセスを殺そうとしています。 そして、その結果として発生した ...
https://man.plustar.jp/php/function.posix-strerror.html - [similar]
指定したストリームのファイル読み込みバッファリングを有効にする 4109
« stream_set_chunk_size stream_set_timeout » PHP Manual ストリーム 関数 指定したストリームのファ ... り、 fread() による読み込み操作が完了するまでは 他のプロセスが同じ入力ストリームから読み込み操作をできないことが ...
https://man.plustar.jp/php/function.stream-set-read-buffer.html - [similar]