検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 19 for whence (0.001 sec.)
ファイルポインタを移動させる 12055
« SplFileObject::fscanf SplFileObject::fstat » PHP Manual SplFileObject ファイルポインタを移動さ ... 明 public SplFileObject::fseek ( int $offset , int $whence = SEEK_SET ): int offset を whence で指定される位置 ... タを戻すために使うことができます。これは SEEK_END が whence の値として使われるときに便利です。 whence whence... K_END - 終端に offset を加えた位置にセットします。 whence が指定されない場合、 SEEK_SET が前提になります。 戻 ... ーワード: ポインタ , 移動 , SplFileObject , offset , whence , 位置 , ファイル , fseek , セット , int ...
https://man.plustar.jp/php/splfileobject.fseek.html - [similar]
fd で指定したファイル内でのオフセットを、offset と whence に従って移動する 11423
« eio_rmdir eio_sendfile » PHP Manual Eio 関数 fd で指定したファイル内でのオフセットを、offset と ... whence に従って移動する eio_seek (PECL eio >= 0.5.0b) eio ... d で指定したファイル内でのオフセットを、 offset と whence に従って移動する 説明 eio_seek ( mixed $fd , int $ ... offset , int $whence , int $pri = EIO_PRI_DEFAULT , callable $callback ... d で指定したファイル内でのオフセットを、 offset と whence で指定した位置に移動します。 whence の意味は次のと ...
https://man.plustar.jp/php/function.eio-seek.html - [similar]
fd 上で whence から pos に移動する 10808
« dio_read dio_stat » PHP Manual ダイレクト IO 関数 fd 上で whence から pos に移動する dio_seek ... (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_seek — fd 上で whence から pos に移動する 説明 dio_seek ( resource $fd , ... int $pos , int $whence = SEEK_SET ): int 関数 dio_seek() は、指定されたフ ... dio_open() が返すファイル記述子。 pos 新しい位置。 whence 位置 pos をどのように解釈するかを指示します。 SEEK ... れる。 dio_close ( $fd ); ?> 関連キーワード: 位置 , whence , 移動 , int , 終端 , 関数 , 文字数 , 先頭 , バイト ...
https://man.plustar.jp/php/function.dio-seek.html - [similar]
ファイルポインタを移動する 10262
« fscanf fstat » PHP Manual ファイルシステム 関数 ファイルポインタを移動する fseek (PHP 4, PHP 5 ... 説明 fseek ( resource $stream , int $offset , int $whence = SEEK_SET ): int stream が指しているファイルのファ ... 、ファイルの先頭からのバイト数で 測られます。これは whence で指定した位置に offset を追加することにより得られ ... ら数えた位置に移動するには、負の値を offset に渡して whence を SEEK_END に設定しなければなりません。 whence wh ... ワード: 位置 , ポインタ , 移動 , offset , ファイル , whence , fseek , ストリーム , 設定 , シーク ...
https://man.plustar.jp/php/function.fseek.html - [similar]
ストリーム内の特定の場所に移動する 10108
« streamWrapper::stream_read streamWrapper::stream_set_option » PHP Manual streamWrapper ストリー ... ic streamWrapper::stream_seek ( int $offset , int $whence = SEEK_SET ): bool このメソッドは、 fseek() に対応 ... す。 ストリームの読み込み/書き込み位置を、 offset と whence に応じて更新しなければなりません。 パラメータ offs ... et 移動するストリームオフセット。 whence 使用可能な値 SEEK_SET - offset バイト目の位置に移動 ... から offset バイトぶん進める。 注意 : 現在の実装は、 whence の値を SEEK_CUR に設定することはありません。 そのよ ...
https://man.plustar.jp/php/streamwrapper.stream-seek.html - [similar]
gz ファイルポインタの位置を移動する 10040
« gzrewind gztell » PHP Manual Zlib 関数 gz ファイルポインタの位置を移動する gzseek (PHP 4, PHP ... 説明 gzseek ( resource $stream , int $offset , int $whence = SEEK_SET ): int 与えられたファイルポインタが指す ... があります。 offset 移動するオフセットを指定します。 whence whence の値は次のいずれかです。 SEEK_SET - offset ... - 現在位置から offset ぶん進んだ位置に設定します。 whence を省略した場合は SEEK_SET とみなします。 戻り値 成 ... , 位置 , gz , 移動 , gzseek , offset , ファイル , whence , int , オープン ...
https://man.plustar.jp/php/function.gzseek.html - [similar]
ラージオブジェクトの内部ポインタをセットする 9886
« OCILob::saveFile OCILob::setBuffering » PHP Manual OCILob ラージオブジェクトの内部ポインタをセ ... トする 説明 public OCILob::seek ( int $offset , int $whence = OCI_SEEK_SET ): bool ラージオブジェクトの内部ポイ ... タをセットします。 パラメータ offset 内部ポインタを whence で示された位置から移動させるバイト数を表します。 w ... CILob , ポインタ , セット , 内部 , offset , 位置 , whence , バイト , OCI ...
https://man.plustar.jp/php/ocilob.seek.html - [similar]
ラージオブジェクトの位置をシークする 8025
« 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() は PgSql\Lob インス ... クラスのインスタンス。 offset シークするバイト数。 whence 定数 PGSQL_SEEK_SET (オブジェクトの先頭からシーク ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
ストリームラッパーとして登録するクラスの例 7871
« 例 php_user_filter » PHP Manual 例 ストリームラッパーとして登録するクラスの例 ストリームラッパ ... -> varname ]); } function stream_seek ( $offset , $whence ) { switch ( $whence ) { case SEEK_SET : if ( $off ...
https://man.plustar.jp/php/stream.streamwrapper.example-1.html - [similar]
ダイレクト IO 7478
« ファイルシステム はじめに » PHP Manual ファイルシステム ダイレクト IO ダイレクト IO はじめに イ ... 記述子からバイトデータを読み込む dio_seek — fd 上で whence から pos に移動する dio_stat — ファイル記述子 fd に ...
https://man.plustar.jp/php/book.dio.html - [similar]
PREV 1 2 NEXT