検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 251 for ループ (0.005 sec.)
Ev 5929
« eio_write はじめに » PHP Manual プロセス制御 Ev Ev はじめに インストール/設定 要件 インストール ... 帰の深さを返す Ev::embeddableBackends — 他のイベントループに埋め込めるバックエンド群を返す Ev::feedSignal — シ ... eedSignalEvent — シグナルイベントの情報をデフォルトループに送る Ev::iteration — デフォルトのイベントループが新 ... ーリングした回数を返す Ev::now — デフォルトのイベントループで直近の処理が始まった時刻を返す Ev::nowUpdate — カー ... す Ev::resume — 一時停止していたデフォルトのイベントループを再開させる Ev::run — イベントのチェックとデフォルト ...
https://man.plustar.jp/php/book.ev.html - [similar]
ディスパッチループの前にフックする 5929
« Yaf_Plugin_Abstract::dispatchLoopShutdown Yaf_Plugin_Abstract::postDispatch » PHP Manual Yaf_P ... lugin_Abstract ディスパッチループの前にフックする Yaf_Plugin_Abstract::dispatchLoopSt ... Plugin_Abstract::dispatchLoopStartup — ディスパッチループの前にフックする 説明 public Yaf_Plugin_Abstract::di ... sponse 戻り値 関連キーワード: Yaf , ディスパッチ , ループ , フック , Plugin , dispatchLoopStartup , request ...
https://man.plustar.jp/php/yaf-plugin-abstract.dispatchloopstartup.html - [similar]
デフォルトのイベントループで直近の処理が始まった時刻を返す 5899
« Ev::iteration Ev::nowUpdate » PHP Manual Ev デフォルトのイベントループで直近の処理が始まった時 ... w (PECL ev >= 0.2.0) Ev::now — デフォルトのイベントループで直近の処理が始まった時刻を返す 説明 final public s ... tatic Ev::now (): float デフォルトのイベントループで直近の処理が始まった時刻を返します。 これはタイマー ... パラメータはありません。 戻り値 デフォルトのイベントループで直近の処理が始まった時刻を表す秒数を返します。 参考 ...
https://man.plustar.jp/php/ev.now.html - [similar]
グループ化の条件を設定する 5899
« CollectionFind::fields CollectionFind::having » PHP Manual mysql_xdevapi\CollectionFind グループ ... might only be in Git) CollectionFind::groupBy — グループ化の条件を設定する 説明 public mysql_xdevapi\Collect ... 、結果セットをひとつまたはそれ以上のカラムによってグループ化するのに使えます。 COUNT,MAX,MIN,SUM のような集約関 ... 数とともによく使います。 パラメータ sort_expr グループ化の操作のために使われるカラム。 これは文字列か、カラ ...
https://man.plustar.jp/php/mysql-xdevapi-collectionfind.groupby.html - [similar]
select 時のグループ化の条件を設定する 5748
« TableSelect::execute TableSelect::having » PHP Manual mysql_xdevapi\TableSelect select 時のグループ ... nly be in Git) TableSelect::groupBy — select 時のグループ化の条件を設定する 説明 public mysql_xdevapi\TableSe ... rt_expr ): mysql_xdevapi\TableSelect 結果セットのグループ化条件を設定します。 パラメータ sort_expr グループ...
https://man.plustar.jp/php/mysql-xdevapi-tableselect.groupby.html - [similar]
NumberFormatter クラス 5718
« Collator::sort NumberFormatter::create » PHP Manual intl NumberFormatter クラス NumberFormatte ... パースする NumberFormatter::GROUPING_USED ( int ) グループ区切り文字を使用する NumberFormatter::DECIMAL_ALWAYS ... nt ) 乗数 NumberFormatter::GROUPING_SIZE ( int ) グループ化のサイズ NumberFormatter::ROUNDING_MODE ( int ) 丸 ... atter::SECONDARY_GROUPING_SIZE ( int ) 第二段階のグループ化のサイズ NumberFormatter::SIGNIFICANT_DIGITS_USED ... mberFormatter::GROUPING_SEPARATOR_SYMBOL ( int ) グループ区切り文字 NumberFormatter::PATTERN_SEPARATOR_SYMBOL ...
https://man.plustar.jp/php/class.numberformatter.html - [similar]
指定した ID を含む等価グループの中にある ID の数を取得する 5688
« IntlTimeZone::__construct IntlTimeZone::createDefault » PHP Manual IntlTimeZone 指定した ID を ... 含む等価グループの中にある ID の数を取得する IntlTimeZone::countEqui ... ltz_count_equivalent_ids — 指定した ID を含む等価グループの中にある ID の数を取得する 説明 オブジェクト指向型 ... す。 パラメータ timezoneId 戻り値 関連キーワード: グループ , 取得 , 等価 , IntlTimeZone , 指定 , 数 , count , ...
https://man.plustar.jp/php/intltimezone.countequivalentids.html - [similar]
指定した ID を含む等価グループの ID を取得する 5688
« IntlTimeZone::getDSTSavings IntlTimeZone::getErrorCode » PHP Manual IntlTimeZone 指定した ID を ... 含む等価グループの ID を取得する IntlTimeZone::getEquivalentID intlt ... intltz_get_equivalent_id — 指定した ID を含む等価グループの ID を取得する 説明 オブジェクト指向型 (method): p ... ラメータ timezoneId offset 戻り値 関連キーワード: グループ , 取得 , 等価 , IntlTimeZone , 指定 , string , get ...
https://man.plustar.jp/php/intltimezone.getequivalentid.html - [similar]
5648
« 定義済み定数 Eio 関数 » PHP Manual Eio 例 例 例1 リクエストの取り消し <?php /* eio_nop() が終わ ... g(14) "my custom data" int(1001) 例4 リクエストのグループ化 <?php /* * ファイルを開き、読んでから閉じるグルー ... fwrite ( $fp , "some data" ); fclose ( $fp ); /* グループリクエストが終了したときに呼ばれます */ function my_ ... ( $result > 0 ); // eio_read() リクエストを作ってグループに追加します $req = eio_read ( $my_file_fd , 4 , 0 , ... mp ( $result ); // eio_close() リクエストを作ってグループに追加します $req = eio_close ( $my_file_fd ); eio_g ...
https://man.plustar.jp/php/eio.examples.html - [similar]
現在の libev の構成でサポートするバックエンド群を返す 5528
« Ev::stop Ev::suspend » PHP Manual Ev 現在の libev の構成でサポートするバックエンド群を返す Ev: ... たものになります。 例 例1 kqueue バックエンドで作ったループをデフォルトのループに埋め込む例 <?php /* * kqueue が ... e 実装でも動きます)。 * kqueue/socket-only イベントループを loop_socket に格納します * (EVFLAG_NOENV も使えま ... マスクを返す Ev::embeddableBackends() - 他のイベントループに埋め込めるバックエンド群を返す バックエンドのフラグ ... 構成 , Ev , supportedBackends , ビット , フラグ , ループ , パラメータ , マスク ...
https://man.plustar.jp/php/ev.supportedbackends.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT