検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 1461 for IN (1.291 sec.)
Collect references to completed tasks 2664
« Pool Pool::__construct » PHP Manual Pool Collect references to completed tasks Pool::collect ( ... public Pool::collect ( Callable $collector = ? ): int Allows the pool to collect references determined ... on whether the task can be collected or not. Only in rare cases should a custom collector need to be us ... ed. 戻り値 The number of remaining tasks in the pool to be collected. 変更履歴 バー ... ジョン 説明 v3 An integer is now returned, and the collector parameter ...
https://man.plustar.jp/php/pool.collect.html - [similar]
例外によるエラー処理の有効化および無効化を行う 2664
« RarException::isUsingExceptions Zip » PHP Manual RarException 例外によるエラー処理の有効化およ ... び無効化を行う RarException::setUsingExceptions (PECL rar >= 2.0.0) RarException::setUs ... び無効化を行う 説明 public static RarException::setUsingExceptions ( bool $using_exceptions ): void 引数に ... getEntry() で取得しようと試みたとき。 パラメータ using_exceptions 例外をスローさせるときは true 、例外を ... 戻り値 値を返しません。 例 例1 RarException::setUsingExceptions() の例 <?php var_dump ( RarException :: ...
https://man.plustar.jp/php/rarexception.setusingexceptions.html - [similar]
Orders the documents within the expanded groups (expand.sort parameter) 2664
« SolrQuery::addExpandFilterQuery SolrQuery::addFacetDateField » PHP Manual SolrQuery Orders the ... documents within the expanded groups (expand.sort parameter) SolrQu ... ery::addExpandSortField — Orders the documents within the expanded groups (expand.sort parameter) 説明 p ... ublic SolrQuery::addExpandSortField ( string $field , string $order = ? ): SolrQuery Orders th ... e documents within the expanded groups (expand.sort parameter). パラメ ...
https://man.plustar.jp/php/solrquery.addexpandsortfield.html - [similar]
Fires/sets the event 2664
« SyncEvent::__construct SyncEvent::reset » PHP Manual SyncEvent Fires/sets the event SyncEvent: ... object. Lets multiple threads through that are waiting if the event object was created with a manual val ... 返します。 例 例1 SyncEvent::fire() example <?php // In a web application: $event = new SyncEvent ( "GetAp ... pReport" ); $event -> fire (); // In a cron job: $event = new SyncEvent ( "GetAppReport ...
https://man.plustar.jp/php/syncevent.fire.html - [similar]
Resets a manual event 2664
« SyncEvent::fire SyncEvent::wait » PHP Manual SyncEvent Resets a manual event SyncEvent::reset ... します。 例 例1 SyncEvent::reset() example <?php // In a web application: $event = new SyncEvent ( "DemoA ... pplication" , true ); $event -> wait (); // In a cron job: $event = new SyncEvent ( "DemoApplicat ... on" , true ); $event -> reset (); /* ... Do some maintenance task(s) ... */ $event -> fire (); ?> 参考 S ...
https://man.plustar.jp/php/syncevent.reset.html - [similar]
実行時設定 2664
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... デフォルト 変更可能 変更履歴 yar.packager php PHP_INI_SYSTEM yar.debug Off PHP_INI_ALL yar.connect_time ... out 1000 PHP_INI_ALL yar.timeout 5000 PHP_INI_ALL yar.expose_info ... On PHP_INI_SYSTEM 以下に設定ディレクティブに関する 簡単な説明 ... を示します。 yar.packager string it could be php, json, and msgpack(require built ...
https://man.plustar.jp/php/yar.configuration.html - [similar]
Stomp Client 2643
« ssh2_tunnel はじめに » PHP Manual その他のサービス Stomp Client Stomp Client はじめに インスト ... 型 例 Stomp 関数 stomp_connect_error — Returns a string description of the last connect error stomp_versi ... tomp class Stomp::abort — Rolls back a transaction in progress Stomp::ack — Acknowledges consumption of ... a message Stomp::begin — Starts a transaction Stomp::commit — Commits a t ... ransaction in progress Stomp::__construct — Opens a connection S ...
https://man.plustar.jp/php/book.stomp.html - [similar]
The Hashable interface 2643
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... The Hashable interface (No version information available, might on ... ly be in Git) はじめに Hashable is an interface which allow ... an alternative to spl_object_hash() , which determines an object's hash based on its handle: this means ... bjects that are considered equal by an implicit definition would not treated as equal because they are n ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
The SVM class 2643
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... クラス概要 class SVM { /* Constants */ const int C_SVC = 0 ; const int NU_SVC = 1 ; const int ONE_ ... CLASS = 2 ; const int EPSILON_SVR = 3 ; const int NU_SVR = 4 ; const in ... t KERNEL_LINEAR = 0 ; const int KERNEL_POLY = 1 ; const int KER ... NEL_RBF = 2 ; const int KERNEL_SIGMOID = 3 ; const int KERNEL_PRECOMPUTED ...
https://man.plustar.jp/php/class.svm.html - [similar]
Updates all values by applying a callback function to each value 2643
« Ds\Deque::allocate Ds\Deque::capacity » PHP Manual Deque Updates all values by applying a call ... .0.0) Ds\Deque::apply — Updates all values by applying a callback function to each value 説明 public Ds\ ... lable $callback ): void Updates all values by applying a callback function to each value in the deque. パ ... $value ): mixed A callable to apply to each value in the deque. The callback should return what the val ... ly (function( $value ) { return $value * 2 ; }); print_r ( $deque ); ?> 上の例の出力は、 たとえば以下のよ ...
https://man.plustar.jp/php/ds-deque.apply.html - [similar]