検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 299 for offset (0.074 sec.)
ファイルを切り詰める 4599
« eio_syncfs eio_unlink » PHP Manual Eio 関数 ファイルを切り詰める eio_truncate (PECL eio >= 0.0 ... を切り詰める 説明 eio_truncate ( string $path , int $offset = 0 , int $pri = EIO_PRI_DEFAULT , callable $callb ... バイトにします。 パラメータ path ファイルへのパス。 offset ファイルの先頭からのオフセット。 pri リクエストの優 ... ァイル , 関数 , truncate , callback , data , path , offset , リソース ...
https://man.plustar.jp/php/function.eio-truncate.html - [similar]
共有メモリブロックにデータを書き込む 4599
« shmop_size Shmop » PHP Manual 共有メモリ関数 共有メモリブロックにデータを書き込む shmop_write ... 明 shmop_write ( Shmop $shmop , string $data , int $offset ): int shmop_write() は、共有メモリブロックに文字列 ... クの識別子。 data 共有メモリブロックに書き込む文字列 offset 共有メモリセグメント内部のどこから、データを書き始 ... データ , shmop , data , Shmop , バージョン , 期待 , offset , int , string ...
https://man.plustar.jp/php/function.shmop-write.html - [similar]
ステートメントの結果セットの任意の行に移動する 4599
« mysqli_stmt::__construct mysqli_stmt::$errno » PHP Manual mysqli_stmt ステートメントの結果セッ ... ジェクト指向型 public mysqli_stmt::data_seek ( int $offset ): void 手続き型 mysqli_stmt_data_seek ( mysqli_st ... mt $statement , int $offset ): void ステートメントの結果セット内で、 任意の位置 ... sqli_stmt_init() が返す mysqli_stmt オブジェクト。 offset ゼロから行の総数 - 1(0.. mysqli_stmt_num_rows() - ... ステートメント , セット , 任意 , 移動 , data , 行 , offset , 手続き ...
https://man.plustar.jp/php/mysqli-stmt.data-seek.html - [similar]
Add a file to the post form. 4599
« Swoole\Http\Client Swoole\Http\Client::close » PHP Manual Swoole\Http\Client Add a file to the ... string $type = ? , string $filename = ? , string $offset = ? ): void パラメータ path name type filename off ...
https://man.plustar.jp/php/swoole-http-client.addfile.html - [similar]
ファイルを切り詰める 4561
« eio_fsync eio_futime » PHP Manual Eio 関数 ファイルを切り詰める eio_ftruncate (PECL eio >= 0.0 ... ルを切り詰める 説明 eio_ftruncate ( mixed $fd , int $offset = 0 , int $pri = EIO_PRI_DEFAULT , callable $callb ... ソース、あるいは数値で表したファイルディスクリプタ。 offset ファイルの先頭からのオフセット。 pri リクエストの優 ... , ftruncate , callback , 関数 , data , リソース , offset , int ...
https://man.plustar.jp/php/function.eio-ftruncate.html - [similar]
データをあるストリームから別のストリームにコピーする 4561
« stream_context_set_params stream_filter_append » PHP Manual ストリーム 関数 データをあるストリ ... $from , resource $to , ? int $length = null , int $offset = 0 ): int | false 現在の位置(あるいはもし指定され ... ていれば offset の位置)から最大 length バイトのデータを from から ... デフォルトでは、残りの全てのデータがコピーされます。 offset コピーを開始する位置。 戻り値 コピーされたバイト数 ...
https://man.plustar.jp/php/function.stream-copy-to-stream.html - [similar]
テキストによる注記を行う際に使用するフォントの伸縮を設定する 4561
« ImagickDraw::setFontSize ImagickDraw::setFontStyle » PHP Manual ImagickDraw テキストによる注記 ... RETCH_ULTRAEXPANDED , \ Imagick :: STRETCH_ANY ]; $offset = 0 ; foreach ( $fontStretchTypes as $fontStretch ... ( $fontStretch ); $draw -> annotation ( 50 , 75 + $offset , "Lorem Ipsum!" ); $offset += 50 ; } $imagick = n ...
https://man.plustar.jp/php/imagickdraw.setfontstretch.html - [similar]
指定したサーバー上にある数値アイテムの値を増やす 4561
« Memcached::increment Memcached::isPersistent » PHP Manual Memcached 指定したサーバー上にある数 ... entByKey ( string $server_key , string $key , int $offset = 1 , int $initial_value = 0 , int $expiry = 0 ): ... Memcached::incrementByKey() は、数値アイテムの値を offset で指定しただけ増やします。 アイテムの値が数値でない ... の効率が上がります。 key 増やしたいアイテムのキー。 offset 値を増やしたい量。 initial_value そのアイテムが存在 ...
https://man.plustar.jp/php/memcached.incrementbykey.html - [similar]
はじめに 4532
« ファイルシステム インストール/設定 » PHP Manual ファイルシステム はじめに はじめに この拡張モジ ... し、次のコンパイラフラグ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 を付けて PHP をコンパイルする必要があります ... 。 関連キーワード: インストール , 入手 , BITS , OFFSET , FILE , SOURCE , LARGEFILE , フラグ , コンパイラ ...
https://man.plustar.jp/php/intro.filesystem.html - [similar]
指定したサーバー上にある数値アイテムの値を減らす 4532
« Memcached::decrement Memcached::delete » PHP Manual Memcached 指定したサーバー上にある数値アイ ... entByKey ( string $server_key , string $key , int $offset = 1 , int $initial_value = 0 , int $expiry = 0 ): ... Memcached::decrementByKey() は、数値アイテムの値を offset で指定しただけ減らします。 アイテムの値が数値でない ... の効率が上がります。 key 減らしたいアイテムのキー。 offset 値を減らしたい量。 initial_value そのアイテムが存在 ...
https://man.plustar.jp/php/memcached.decrementbykey.html - [similar]