検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 182 for run (0.007 sec.)
Constructs EvPeriodic watcher object 5296
« EvPeriodic::at EvPeriodic::createStopped » PHP Manual EvPeriodic Constructs EvPeriodic watcher ... w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例2 Periodic timer. Tick every 10.5 seconds ... w , $revents ) { echo time (), PHP_EOL ; }); Ev :: run (); ?> 例3 Hourly watcher <?php $hourly = EvPeriod ...
https://man.plustar.jp/php/evperiodic.construct.html - [similar]
Submits an object for execution 5296
« Pool::shutdown Pool::submitTo » PHP Manual Pool Submits an object for execution Pool::submit ( ... hp class MyWork extends Threaded { public function run () { /* ... */ } } class MyWorker extends Worker { ... this -> something = $something ; } public function run () { /** ... **/ } } $pool = new Pool ( 8 , \ MyWo ...
https://man.plustar.jp/php/pool.submit.html - [similar]
Worker クラス 5262
« Thread::start Worker::collect » PHP Manual pthreads Worker クラス Worker クラス (PECL pthreads ... はスレッドに対して使えます。 ワーカーを開始させると run メソッドを実行しますが、以下のいずれかの条件を満た ... クトを Worker のスタックに置くと、そのオブジェクトの run メソッドを Worker が実行します。 クラス概要 class ...
https://man.plustar.jp/php/class.worker.html - [similar]
ウォッチャー 5229
« 例 ウォッチャーのコールバック » PHP Manual Ev ウォッチャー ウォッチャー ウォッチャーは、何らか ... revents ) { echo "STDIN is readable\n" ; }); Ev :: run ( Ev :: RUN_ONCE ); ?> すべてのウォッチャーのコンス ...
https://man.plustar.jp/php/ev.watchers.html - [similar]
インストール手順 5229
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 The FANN PHP ... ble on PECL. The installation is very simple. Just run: $ sudo pecl install fann Manual Installation For ... o Github and click the "Download ZIP" button. Then run: $ unzip php-fann-master.zip $ cd php-fann-master ... t it is the same as the PHP extension directory by running: $ php -i | grep extension_dir extension_dir = ...
https://man.plustar.jp/php/fann.installation.html - [similar]
5196
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... n listener. * * Usage: * 1) In one terminal window run: * * $ php listener.php 9881 * * 2) In another ter ... erver <?php /* * SSL echo server * * To test: * 1) Run: * $ php examples/ssl-echo-server/server.php 9998 ... * * 2) in another terminal window run: * $ socat - SSL:127.0.0.1:9998,verify=1,cafile=ex ... generate a key\n" , "and self-signed certificate, run:\n" , " openssl genrsa -out $local_pk 2048\n" , " ...
https://man.plustar.jp/php/event.examples.html - [similar]
はじめに 5196
« parallel Installation » PHP Manual parallel はじめに はじめに parallel is a parallel concurren ... on may be found within this section of the manual. Runtime A parallel\Runtime represents a PHP interprete ... r thread. A parallel\Runtime is configured with an optional bootstrap file ... passed to parallel\Runtime::__construct() , this is typically an autoload ... task is executed. After construction the parallel\Runtime remains available until it is closed, killed, ...
https://man.plustar.jp/php/intro.parallel.html - [similar]
The EvPeriodic class 5163
« EvLoop::verify EvPeriodic::again » PHP Manual Ev The EvPeriodic class The EvPeriodic class (PE ... clock). The difference is that wall clock time can run faster or slower than real time, and time jumps ar ... is is no longer true when a callback calls EvLoop::run() recursively). クラス概要 class EvPeriodic extend ...
https://man.plustar.jp/php/class.evperiodic.html - [similar]
Building the MongoDB PHP Driver from source 5163
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... e driver from the latest source code on » Github . Run the following commands to clone and build the proj ... instead. For a complete list of configure options, run configure --help . When using bundled versions of ... .so was installed. You can query for the option by running: $ php -i | grep extension_dir extension_dir = ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
Yaf_Application のコンストラクタ 5163
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... application.ini' ); $application -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のようになりま ... cation ( $config ); $application -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT