検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 299 for offset (0.131 sec.)
定義済み定数 4532
« リソース型 例 » PHP Manual PCRE 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ラグは、 preg_match_all() でのみ使用されます。 PREG_OFFSET_CAPTURE PREG_SPLIT_OFFSET_CAPTURE の説明を参照して ... プチャされた値も 同時に返すようにします。 PREG_SPLIT_OFFSET_CAPTURE このフラグを設定した場合、各マッチに対応す ... で正規表現を実行した場合のみ)。 5.2.0 PREG_BAD_UTF8_OFFSET_ERROR オフセットが妥当な UTF-8 コードポイントの開始 ...
https://man.plustar.jp/php/pcre.constants.html - [similar]
Create a stopped EvPeriodic watcher 4495
« EvPeriodic::__construct EvPeriodic::set » PHP Manual EvPeriodic Create a stopped EvPeriodic wa ... l public static EvPeriodic::createStopped ( float $offset , float $interval , callable $reschedule_cb , call ... oesn't start the watcher automatically. パラメータ offset See Periodic watcher operation modes interval See ...
https://man.plustar.jp/php/evperiodic.createstopped.html - [similar]
クエリの次の行を連想配列あるいは数値添字配列で返す 4495
« oci_fetch_all oci_fetch_assoc » PHP Manual OCI8 関数 クエリの次の行を連想配列あるいは数値添字配 ... ' ; if ( $oracleversion >= 12 ) { // Oracle 12c の OFFSET / FETCH NEXT 構文を使います $sql = $sql . ' OFFSET ... :offset ROWS FETCH NEXT :numrows ROWS ONLY' ; } else { // ... ROWNUM AS my_rnum FROM ( $sql ) a WHERE ROWNUM <= :offset + :numrows) WHERE my_rnum > :offset" ; } $offset = ... umrows' , $numrows ); oci_bind_by_name ( $stid , ':offset' , $offset ); oci_execute ( $stid ); while (( $row ...
https://man.plustar.jp/php/function.oci-fetch-array.html - [similar]
ラージオブジェクトの位置をシークする 4495
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... をシークする 説明 pg_lo_seek ( PgSql\Lob $lob , int $offset , int $whence = SEEK_CUR ): bool pg_lo_seek() は P ... o_open() が返した PgSql\Lob クラスのインスタンス。 offset シークするバイト数。 whence 定数 PGSQL_SEEK_SET ( ... ジオブジェクト , PgSql , Lob , インスタンス , lob , offset , クラス ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
指定された日が平日か、週末か、ふたつの週の間の移行日かを返す 4457
« IntlCalendar::getAvailableLocales IntlCalendar::getErrorCode » PHP Manual IntlCalendar 指定され ... か、 週末が始まる日 ( IntlCalendar::DOW_TYPE_WEEKEND_OFFSET ) か、 週末が終了する日 ( IntlCalendar::DOW_TYPE_W ... であるかを返します。 IntlCalendar::DOW_TYPE_WEEKEND_OFFSET または IntlCalendar::DOW_TYPE_WEEKEND_CEASE を返し ... :DOW_TYPE_WEEKEND , IntlCalendar::DOW_TYPE_WEEKEND_OFFSET , IntlCalendar::DOW_TYPE_WEEKEND_CEASE のいずれかを ...
https://man.plustar.jp/php/intlcalendar.getdayofweektype.html - [similar]
結果の任意の行にポインタを移動する 4457
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... ェクト指向型 public mysqli_result::data_seek ( int $offset ): bool 手続き型 mysqli_data_seek ( mysqli_result ... $result , int $offset ): bool mysqli_data_seek() 関数は、 結果セットの任 ... 意の行 offset にポインタを移動します。 パラメータ result 手続き型 ... t_get_result() が返す mysqli_result オブジェクト。 offset フィールドオフセット。ゼロから全行数 - 1 までの間 ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
IntlBreakIterator クラス 4428
« Transliterator::transliterate IntlBreakIterator::__construct » PHP Manual intl IntlBreakIterat ... : int public first (): int public following ( int $offset ): int public getErrorCode (): int intl_get_error_ ... blic getText (): ? string public isBoundary ( int $offset ): bool public last (): int public next ( ? int $o ... ffset = null ): int public preceding ( int $offset ): int public previous (): int public setText ( st ...
https://man.plustar.jp/php/class.intlbreakiterator.html - [similar]
The Swoole\Async class 4428
« swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A ... , callable $callback , int $chunk_size = ? , int $offset = ? ): bool public static readFile ( string $filen ... write ( string $filename , string $content , int $offset = ? , callable $callback = ? ): void public static ...
https://man.plustar.jp/php/class.swoole-async.html - [similar]
呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする 4428
« eio_event_loop eio_fchmod » PHP Manual Eio 関数 呼び出し元が、ファイルに割り当てられたディスク ... 説明 eio_fallocate ( mixed $fd , int $mode , int $offset , int $length , int $pri = EIO_PRI_DEFAULT , calla ... ディスクリプタ fd で行い、 バイト幅の指定は開始位置 offset とそこからの長さ length で行います。 注意 : 書き込 ... の定数 FALLOC_FL_KEEP_SIZE と同じ意味) だけです。 offset バイト幅の開始位置。 length バイト幅の長さ。 pri リ ...
https://man.plustar.jp/php/function.eio-fallocate.html - [similar]
ファイルセグメントをディスクに同期する 4428
« eio_symlink eio_sync » PHP Manual Eio 関数 ファイルセグメントをディスクに同期する eio_sync_fil ... 同期する 説明 eio_sync_file_range ( mixed $fd , int $offset , int $nbytes , int $flags , int $pri = EIO_PRI_DE ... 同期します。 パラメータ fd ファイルディスクリプタ。 offset 同期を開始する位置をバイト単位で指定する。 nbytes ... 長さをバイト単位で指定する。 nbytes がゼロの場合は、 offset からファイルの末尾までのすべての範囲を同期します。 ...
https://man.plustar.jp/php/function.eio-sync-file-range.html - [similar]