検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 67 for Invoke (0.002 sec.)
The parallel\Sync class 7724
« parallel\Events\Event\Type parallel\Sync::__construct » PHP Manual parallel The parallel\Sync ... c wait () public notify ( bool $all = ? ) public __invoke ( callable $critical ) } 目次 parallel\Sync::__con ... el\Sync::notify — Synchronization parallel\Sync::__invoke — Synchronization 関連キーワード: public , Synchro ...
https://man.plustar.jp/php/class.parallel-sync.html - [similar]
マジックメソッド 7639
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... __serialize() , __unserialize() , __toString() , __invoke() , __set_state() , __clone() , __debugInfo() 警告 ... $class ; ?> 上の例の出力は以下となります。 Hello __invoke() __invoke ( ...$values ): mixed __invoke() メソッ ... 数としてコールしようとした際にコールされます。 例4 __invoke() の使用 <?php class CallableClass { public functi ... on __invoke ( $x ) { var_dump ( $x ); } } $obj = new CallableC ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
Set the idle callback function 7639
« ZMQDevice::run ZMQDevice::setIdleTimeout » PHP Manual ZMQDevice Set the idle callback function ... ser_data). パラメータ cb_func Callback function to invoke when the device is idle. Returning false or a valu ... ill cause the device to stop. timeout How often to invoke the idle callback in milliseconds. The idle callba ... ck is invoked periodically when there is no activity on the dev ...
https://man.plustar.jp/php/zmqdevice.setidlecallback.html - [similar]
Set the timer callback function 7639
« ZMQDevice::setIdleTimeout ZMQDevice::setTimerTimeout » PHP Manual ZMQDevice Set the timer call ... imer callback function. The timer callback will be invoked after timeout has passed. The difference between ... idle and timer callbacks are that idle callback is invoked only when the device is idle. The callback functi ... ion 1.1.0. パラメータ cb_func Callback function to invoke when the device is idle. Returning false or a valu ... ill cause the device to stop. timeout How often to invoke the idle callback in milliseconds. The idle callba ...
https://man.plustar.jp/php/zmqdevice.settimercallback.html - [similar]
The EvWatcher class 7298
« EvTimer::set EvWatcher::clear » PHP Manual Ev The EvWatcher class The EvWatcher class (PECL ev ... $revents ): void public getLoop (): EvLoop public invoke ( int $revents ): void public keepalive ( bool $va ... standing events, but its callback has not yet been invoked. false otherwise. As long, as a watcher is pendin ... RI . Pending watchers with higher priority will be invoked before watchers with lower priority, but priority ... ns the loop responsible for the watcher EvWatcher::invokeInvokes the watcher callback with the given rece ...
https://man.plustar.jp/php/class.evwatcher.html - [similar]
コールバック / Callable 7298
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... callableを生成する記法 も使えます。 一般的には、 __invoke() を実装した任意のオブジェクトもパラメータとして渡 ... array( 'B' , 'parent::who' )); // A // タイプ 6: __invoke を実装したオブジェクトを callable として用いる cla ... ss C { public function __invoke ( $name ) { echo 'Hello ' , $name , "\n" ; } } $c ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
メソッドのアクセス範囲を設定する 7298
« ReflectionMethod::isStatic ReflectionMethod::__toString » PHP Manual ReflectionMethod メソッド ... sible ( bool $accessible ): void ReflectionMethod::invoke() メソッド経由で、 protected や private なメソッド ... e ( true ); $obj = new MyClass (); echo $method -> invoke ( $obj ); echo $obj -> foo (); ?> 上の例の出力は、 ...
https://man.plustar.jp/php/reflectionmethod.setaccessible.html - [similar]
Closure クラス 7226
« Serializable::unserialize Closure::__construct » PHP Manual 定義済みのインターフェイスとクラス ... す。 ここであげたメソッド以外にも、このクラスには __invoke メソッドが存在します。 これは、 マジックメソッド _ ... _invoke() を実装した他のクラスとの一貫性を保つためのもので ...
https://man.plustar.jp/php/class.closure.html - [similar]
The CommonMark\CQL class 7141
« CommonMark\Parser::finish CommonMark\CQL::__construct » PHP Manual CommonMark The CommonMark\C ... onstruct ( string $query ) /* メソッド */ public __invoke ( CommonMark\Node $root , callable $handler ) } 目 ... ::__construct — CQL Construction CommonMark\CQL::__invoke — CQL Execution 関連キーワード: CQL , travel , nod ...
https://man.plustar.jp/php/class.commonmark-cql.html - [similar]
ReflectionFunction クラス 7141
« ReflectionExtension::__toString ReflectionFunction::__construct » PHP Manual リフレクション Re ... = ? ): string public getClosure (): Closure public invoke ( mixed ...$args ): mixed public invokeArgs ( arra ... 動的に作成されたクロージャを返す ReflectionFunction::invoke — 関数を起動する ReflectionFunction::invokeArgs — ...
https://man.plustar.jp/php/class.reflectionfunction.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT