検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 299 for offset (0.019 sec.)
The Swoole\Http\Client class 4211
« Swoole\Exception Swoole\Http\Client::addFile » PHP Manual Swoole The Swoole\Http\Client class ... string $type = ? , string $filename = ? , string $offset = ? ): void public close (): void public __destruc ... g $path , string $file , callable $callback , int $offset = ? ): void public execute ( string $path , string ...
https://man.plustar.jp/php/class.swoole-http-client.html - [similar]
LimitIterator クラス 4182
« IteratorIterator::valid LimitIterator::__construct » PHP Manual イテレータ LimitIterator クラス ... */ public __construct ( Iterator $iterator , int $offset = 0 , int $limit = -1 ) public current (): mixed p ... (): void public rewind (): void public seek ( int $offset ): int public valid (): bool /* 継承したメソッド * ...
https://man.plustar.jp/php/class.limititerator.html - [similar]
ファイルを先読みしてページキャッシュに格納する 4182
« eio_read eio_readdir » PHP Manual Eio 関数 ファイルを先読みしてページキャッシュに格納する eio_ ... シュに格納する 説明 eio_readahead ( mixed $fd , int $offset , int $length , int $pri = EIO_PRI_DEFAULT , calla ... ソース、あるいは数値で表したファイルディスクリプタ。 offset 読み込みの開始位置。 length 読み込むバイト数。 pri ...
https://man.plustar.jp/php/function.eio-readahead.html - [similar]
大文字小文字を区別せず、 文字列の中で指定した文字列が最後に現れる位置を探す 4182
« mb_strrichr mb_strrpos » PHP Manual マルチバイト文字列 関数 大文字小文字を区別せず、 文字列の中 ... trripos ( string $haystack , string $needle , int $offset = 0 , ? string $encoding = null ): int | false mb_ ... 見つける文字列。 needle haystack の中で探す文字列。 offset haystack の中で、検索を開始する位置。 encoding 使用 ...
https://man.plustar.jp/php/function.mb-strripos.html - [similar]
ラージオブジェクトのカレントのシーク位置を返す 4182
« pg_lo_seek pg_lo_truncate » PHP Manual PostgreSQL 関数 ラージオブジェクトのカレントのシーク位置 ... L_SEEK_SET ); // どれだけスキップしたのかを調べる $offset = pg_lo_tell ( $handle ); echo "Seek position is: ... $offset " ; pg_query ( $database , "commit" ); ?> 上の例の ...
https://man.plustar.jp/php/function.pg-lo-tell.html - [similar]
Makes the next row in a result set available for reading 4182
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... qlsrv_fetch ( resource $stmt , int $row = ? , int $offset = ? ): mixed Makes the next row in a result set av ... LAST SQLSRV_SCROLL_ABSOLUTE SQLSRV_SCROLL_RELATIVE offset Specifies the row to be accessed if the row parame ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
配列構造体に XML データを処理する 4182
« xml_get_error_code xml_parse » PHP Manual XML パーサ 関数 配列構造体に XML データを処理する xm ... ( $i = 0 ; $i < count ( $molranges ); $i += 2 ) { $offset = $molranges [ $i ] + 1 ; $len = $molranges [ $i + ... 1 ] - $offset ; $tdb [] = parseMol ( array_slice ( $values , $of ...
https://man.plustar.jp/php/function.xml-parse-into-struct.html - [similar]
フィールドの値を取得する 4182
« IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールド ... COND) 44 14 (FIELD_MILLISECOND) 551 15 (FIELD_ZONE_OFFSET) 0 16 (FIELD_DST_OFFSET) 3600000 17 (FIELD_YEAR_WO ...
https://man.plustar.jp/php/intlcalendar.get.html - [similar]
現在実行されている (phar 形式の) ファイルを読み込み、その内容を登録する 4182
« Phar::loadPhar Phar::mount » PHP Manual Phar 現在実行されている (phar 形式の) ファイルを読み込 ... atic Phar::mapPhar ( ? string $alias = null , int $offset = 0 ): bool このstaticメソッドは、直接実行されたと ... にフルパスのかわりに使用する、 phar:// 形式の URL。 offset 未使用。PEAR の PHP_Archive との互換性のために用意 ...
https://man.plustar.jp/php/phar.mapphar.html - [similar]
Apache Solr 4144
« 検索エンジン用の拡張モジュール はじめに » PHP Manual 検索エンジン用の拡張モジュール Apache Sol ... — 内部ポインタを次のフィールドに移動 SolrDocument::offsetExists — 特定のフィールドが存在するかどうかチェック ... SolrDocument::offsetGet — フィールドを取得 SolrDocument::offsetSet — 文 ... 書にフィールドを追加 SolrDocument::offsetUnset — フィールドを除去 SolrDocument::reset — Solr ... Names — 全てのプロパティ名の配列を返す SolrObject::offsetExists — プロパティが存在するかチェック SolrObject: ...
https://man.plustar.jp/php/book.solr.html - [similar]