検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 456 for callback (0.021 sec.)
ユーザー定義の比較関数を使って、キーでエントリをソートする 3614
« ArrayObject::uasort ArrayObject::unserialize » PHP Manual ArrayObject ユーザー定義の比較関数を ... ートする 説明 public ArrayObject::uksort ( callable $callback ): bool この関数は、ユーザー定義の比較関数を使って ... 配列におけるそれらの並び順は不定でした。 パラメータ callback 比較関数は、最初の引数と二番目の引数の比較結果を返 ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 常に true を返 ...
https://man.plustar.jp/php/arrayobject.uksort.html - [similar]
The EvChild class 3614
« EvCheck::createStopped EvChild::__construct » PHP Manual Ev The EvChild class The EvChild clas ... c __construct ( int $pid , bool $trace , callable $callback , mixed $data = null , int $priority = 0 ) final p ... createStopped ( int $pid , bool $trace , callable $callback , mixed $data = ? , int $priority = ? ): object pu ... ive ( bool $value = ? ): bool public EvWatcher::setCallback ( callable $callback ): void public EvWatcher::sta ...
https://man.plustar.jp/php/class.evchild.html - [similar]
EvEmbed オブジェクトを作る 3614
« EvEmbed EvEmbed::createStopped » PHP Manual EvEmbed EvEmbed オブジェクトを作る EvEmbed::__cons ... c EvEmbed::__construct ( object $other , callable $callback = ? , mixed $data = ? , int $priority = ? ) これは ... ません ( Ev::embeddableBackends() を参照ください)。 callback ウォッチャーのコールバック を参照ください。 data こ ... Embed , オブジェクト , ループ , 参照 , construct , callback , data , embeddableBackends , kqueue , Ev ...
https://man.plustar.jp/php/evembed.construct.html - [similar]
static メソッドをコールし、引数を配列で渡す 3614
« create_function forward_static_call » PHP Manual 関数処理 関数 static メソッドをコールし、引数 ... 列で渡す 説明 forward_static_call_array ( callable $callback , array $args ): mixed callback パラメータで指定し ... func_array() と同様に配列で指定します。 パラメータ callback コールしたい関数あるいはメソッド。このパラメータは ...
https://man.plustar.jp/php/function.forward-static-call-array.html - [similar]
The Set class 3589
« Ds\Pair::toArray Ds\Set::add » PHP Manual Data Structures The Set class The Set class (No vers ... ( Ds\Set $set ): Ds\Set public filter ( callable $callback = ? ): Ds\Set public first (): mixed public get ( ... mixed $values ): Ds\Set public reduce ( callable $callback , mixed $initial = ? ): mixed public remove ( mixe ... reduce — Reduces the set to a single value using a callback function Ds\Set::remove — Removes all given values ...
https://man.plustar.jp/php/class.ds-set.html - [similar]
The Event class 3589
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL ... active state. To handle events user may register a callback which is called when event becomes active. If even ... s not persistent, it stops being pending when it's callback runs. Event::del() method deletes event, thus maki ... d , or not. It is set in the $what argument to the callback function when a timeout has occurred. 目次 Event:: ...
https://man.plustar.jp/php/class.event.html - [similar]
エラーハンドラを設定する 3589
« Yaf_Dispatcher::setDefaultModule Yaf_Dispatcher::setRequest » PHP Manual Yaf_Dispatcher エラー ... 説明 public Yaf_Dispatcher::setErrorHandler ( call $callback , int $error_types ): Yaf_Dispatcher Yaf のエラーハ ... ドラが呼ばれる一方でエラーも発生します。 パラメータ callback コールバック。 error_types 戻り値 参考 Yaf_Dispatc ...
https://man.plustar.jp/php/yaf-dispatcher.seterrorhandler.html - [similar]
ユーザー定義の比較関数でエントリをソートし、キーとの対応は保持する 3565
« ArrayObject::setIteratorClass ArrayObject::uksort » PHP Manual ArrayObject ユーザー定義の比較関 ... 保持する 説明 public ArrayObject::uasort ( callable $callback ): bool この関数はエントリをソートします。キーとそ ... 配列におけるそれらの並び順は不定でした。 パラメータ callback 比較関数は、最初の引数と二番目の引数の比較結果を返 ... 目の引数より小さい場合は負の数を返す必要があります。 callback ( mixed $a , mixed $b ): int 戻り値 常に true を返 ...
https://man.plustar.jp/php/arrayobject.uasort.html - [similar]
The EventHttpConnection class 3565
« EventHttp::setTimeout EventHttpConnection::__construct » PHP Manual Event The EventHttpConnect ... q , int $type , string $uri ): bool public setCloseCallback ( callable $callback , mixed $data = ? ): void pub ... specified connection EventHttpConnection::setCloseCallback — Set callback for connection close EventHttpConne ...
https://man.plustar.jp/php/class.eventhttpconnection.html - [similar]
SQLite3 クラス 3565
« 定義済み定数 SQLite3::backup » PHP Manual SQLite3 SQLite3 クラス SQLite3 クラス (PHP 5 >= 5.3. ... lic createAggregate ( string $name , callable $stepCallback , callable $finalCallback , int $argCount = -1 ): ... public createCollation ( string $name , callable $callback ): bool public createFunction ( string $name , cal ... lable $callback , int $argCount = -1 , int $flags = 0 ): bool publ ... false ): mixed public setAuthorizer ( ? callable $callback ): bool public static version (): array } 目次 SQL ...
https://man.plustar.jp/php/class.sqlite3.html - [similar]