Results of 1 - 10 of about 128 for called (0.004 sec.)
- Constructs an EvTimer watcher object 12416
- « EvTimer::again EvTimer::createStopped » PHP Manual EvTimer Constructs an EvTimer watcher objec
...
= new EvTimer ( 2 , 1 , function ( $w ) { echo "is called every second, is launched after 2 seconds\n" ; ech ...
and $w -> stop (); }); // Loop until Ev::stop() is called or all of watchers stop Ev :: run (); // Start and ...
たとえば以下のようになります。 2 seconds elapsed is called every second, is launched after 2 seconds iteratio ...
n = 1 is called every second, is launched after 2 seconds iteratio ...
-
https://man.plustar.jp/php/evtimer.construct.html
- [similar]
- Set a function to be called on task completion 10768
- « GearmanClient::setClientCallback GearmanClient::setContext » PHP Manual GearmanClient Set a fu
...
nction to be called on task completion GearmanClient::setCompleteCallb ...
Client::setCompleteCallback — Set a function to be called on task completion 説明 public GearmanClient::setC ...
able $callback ): bool Use to set a function to be called when a GearmanTask is completed, or when GearmanJo ...
ividual jobs. パラメータ callback A function to be called 戻り値 成功した場合に true を、失敗した場合に fals ...
-
https://man.plustar.jp/php/gearmanclient.setcompletecallback.html
- [similar]
- Must be called after a fork 10609
- « EvLoop::io EvLoop::now » PHP Manual EvLoop Must be called after a fork EvLoop::loopFork (PECL
...
ev >= 0.2.0) EvLoop::loopFork — Must be called after a fork 説明 public EvLoop::loopFork (): void ...
Must be called after a fork in the child, before entering or cont ...
ん。 戻り値 値を返しません。 関連キーワード: Must , called , after , EvLoop , a , be , loopFork , パラメータ ...
-
https://man.plustar.jp/php/evloop.loopfork.html
- [similar]
- "遅延静的束縛" のクラス名 9901
- « enum_exists get_class_methods » PHP Manual クラス/オブジェクト関数 "遅延静的束縛" のクラス名 g
...
et_called_class (PHP 5 >= 5.3.0, PHP 7, PHP 8) get_called_cl ...
ass — "遅延静的束縛" のクラス名 説明 get_called_class (): string staticメソッドのコール元のクラス名 ...
からコールされた場合は false を返します。 例 例1 get_called_class() の使用法 <?php class foo { static public f ...
unction test () { var_dump ( get_called_class ()); } } class bar extends foo { } foo :: te ...
-
https://man.plustar.jp/php/function.get-called-class.html
- [similar]
- Shutdown the master server process, this function can be called in worker proces... 9596
- « Swoole\Server::set Swoole\Server::start » PHP Manual Swoole\Server Shutdown the master server
...
process, this function can be called in worker processes. Swoole\Server::shutdown (PECL ...
wn the master server process, this function can be called in worker processes. 説明 public Swoole\Server::sh ...
Shutdown , master , server , process , function , called , worker ...
-
https://man.plustar.jp/php/swoole-server.shutdown.html
- [similar]
- ブートストラップをコールする 8888
- « Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラ
...
tConfig ( Yaf_Dispatcher $dispatcher ) { echo "1st called\n" ; } function _initPlugin ( $dispatcher ) { echo ...
"2nd called\n" ; } } ?> 例2 Yaf_Application::bootstrap() の例 ...
上の例の出力は、 たとえば以下のようになります。 1st called 2nd called 参考 Yaf_Bootstrap_Abstract 関連キーワー ...
ド: Yaf , コール , bootstrap , パラメータ , called , インスタンス , 実行 , 出力 , directory , 省略 ...
-
https://man.plustar.jp/php/yaf-application.bootstrap.html
- [similar]
- finalキーワード 8729
- « マジックメソッド オブジェクトのクローン作成 » PHP Manual クラスとオブジェクト finalキーワード
...
public function test () { echo "BaseClass::test() called\n" ; } final public function moreTesting () { echo ...
"BaseClass::moreTesting() called\n" ; } } class ChildClass extends BaseClass { publ ...
n moreTesting () { echo "ChildClass::moreTesting() called\n" ; } } // Results in Fatal error: Cannot overrid ...
public function test () { echo "BaseClass::test() called\n" ; } // As the class is already final, the final ...
-
https://man.plustar.jp/php/language.oop5.final.html
- [similar]
- バックトレースを表示する 8643
- « debug_backtrace error_clear_last » PHP Manual エラー処理関数 バックトレースを表示する debug_pr
...
の例の出力は、 たとえば以下のようになります。 #0 c() called at [/tmp/include.php:10] #1 b() called at [/tmp/in ...
clude.php:6] #2 a() called at [/tmp/include.php:17] #3 include(/tmp/include.p ...
hp) called at [/tmp/test.php:3] 参考 debug_backtrace() - バッ ...
ーワード: 表示 , backtrace , debug , include , tmp , called , limit , 関数 , パラメータ , int ...
-
https://man.plustar.jp/php/function.debug-print-backtrace.html
- [similar]
- 例 8338
- « 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り
...
= new EvTimer ( 2 , 1 , function ( $w ) { echo "is called every second, is launched after 2 seconds\n" ; ech ...
たとえば以下のようになります。 2 seconds elapsed is called every second, is launched after 2 seconds iteratio ...
n = 1 is called every second, is launched after 2 seconds iteratio ...
n = 2 is called every second, is launched after 2 seconds iteratio ...
-
https://man.plustar.jp/php/ev.examples.html
- [similar]
- Bootstrapping 8338
- « Functional API parallel\run » PHP Manual Functional API Bootstrapping parallel\bootstrap (1.0.
...
row parallel\Runtime\Error\Bootstrap if previously called for this process. 警告 Shall throw parallel\Runtim ...
e\Error\Bootstrap if called after parallel\run() . 参考 parallel\Runtime::run ...
file , run , Shall , Runtime , Functional , 警告 , called , all , runtimes ...
-
https://man.plustar.jp/php/parallel.bootstrap.html
- [similar]