検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 334 for [SIMILAR] 16 1024 4096 WITH 7015 posix WITH 6803... (0.329 sec.)
はじめに 0
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurrency extension for PHP 7.2+. A brief description of the concepts core to parallel follows, more detailed information may be found within this section of the manual. Runtime A parallel\Runtime re ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
Execution 0
« parallel\Runtime::__construct parallel\Runtime::close » PHP Manual parallel\Runtime Execution parallel\Runtime::run (0.8.0) parallel\Runtime::run — Execution 説明 public parallel\Runtime::run ( Closure $task ): ? Future Shall schedule task for execution in parallel. public parallel\Run ...
https://man.plustar.jp/php/parallel-runtime.run.html - [similar]
Execution 0
« parallel\bootstrap parallel\Runtime » PHP Manual Functional API Execution parallel\run (1.0.0) parallel\run — Execution 説明 parallel\run ( Closure $task ): ? Future Shall schedule task for execution in parallel. parallel\run ( Closure $task , array $argv ): ? Future Shall schedule tas ...
https://man.plustar.jp/php/parallel.run.html - [similar]
例外のキャッチのオン/オフを切り替える 0
« Yaf_Dispatcher::autoRender Yaf_Dispatcher::__construct » PHP Manual Yaf_Dispatcher 例外のキャッチのオン/オフを切り替える Yaf_Dispatcher::catchException (Yaf >=1.0.0) Yaf_Dispatcher::catchException — 例外のキャッチのオン/オフを切り替える 説明 public Yaf_Dispatcher::catchException ( bool ...
https://man.plustar.jp/php/yaf-dispatcher.catchexception.html - [similar]
0
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this page can be accessed by http://example.com/operator.php */ class Operator { /** * Add two operands * @param interge * @return interge */ public function add ( $a , $b ) { return $this -> _add ( $ ...
https://man.plustar.jp/php/yar.examples.html - [similar]
Check if a stream is a TTY 0
« stream_is_local stream_notification_callback » PHP Manual ストリーム 関数 Check if a stream is a TTY stream_isatty (PHP 7 >= 7.2.0, PHP 8) stream_isatty — Check if a stream is a TTY 説明 stream_isatty ( resource $stream ): bool Determines if stream stream refers to a valid terminal typ ...
https://man.plustar.jp/php/function.stream-isatty.html - [similar]
インストール 0
« FastCGI Process Manager (FPM) 設定 » PHP Manual FastCGI Process Manager (FPM) インストール インストール ソースからのコンパイル FPM を有効にして PHP をビルドするには、configure 時に --enable-fpm を追加します。 そのほかにも FPM 固有のオプションがいくつかあります (いずれも必須ではありませ ...
https://man.plustar.jp/php/install.fpm.install.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 pthreads を使うには、ビルド時に ZTS (Zend Thread Safety) を有効 ( --enable-zts を指定。 PHP 8.0.0 より前のバージョン、かつ Windows 以外のバージョンの場合は、 --enable-maintainer-zts を指定) にする必要があります ...
https://man.plustar.jp/php/pthreads.requirements.html - [similar]
メーリングリスト 0
« 一般的な情報 PHP を手に入れるには » PHP Manual FAQ メーリングリスト メーリングリスト このセクションではPHPのコミュニティへの参加に関する質問を扱います。 最良の方法はメーリングリストに参加することです。 PHPのメーリングリストはありますか? 他にコミュニティはありますか? PHP のメーリングリス ...
https://man.plustar.jp/php/faq.mailinglist.html - [similar]
POST メソッドによるアップロード 0
« ファイルアップロードの処理 エラーメッセージの説明 » PHP Manual ファイルアップロードの処理 POST メソッドによるアップロード POST メソッドによるアップロード この機能により、テキスト、バイナリファイルの両方をアップロードできるように なります。 PHP の認証機構およびファイル操作関数を用いて、 ...
https://man.plustar.jp/php/features.file-upload.post-method.html - [similar]