検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 368 for stream (0.021 sec.)
LOB ファイルから、ユーザーが定義したサイズの内容を取得する 4695
« db2_last_insert_id db2_next_result » PHP Manual IBM DB2 関数 LOB ファイルから、ユーザーが定義し ... assword ); if ( $conn ) { $drop = 'DROP TABLE clob_stream' ; $result = @ db2_exec ( $conn , $drop ); $create ... = 'CREATE TABLE clob_stream (id INTEGER, my_clob CLOB)' ; $result = db2_exec ( ... ; $stmt = db2_prepare ( $conn , "INSERT INTO clob_stream (id,my_clob) VALUES (1, ?)" ); $variable = "THIS I ... ute ( $stmt ); $sql = "SELECT id,my_clob FROM clob_stream" ; $result = db2_prepare ( $conn , $sql ); db2_exe ...
https://man.plustar.jp/php/function.db2-lob-read.html - [similar]
ストリームコンテキスト 4678
« ストリームフィルタ ストリームのエラー » PHP Manual ストリーム ストリームコンテキスト ストリーム ... パー固有の オプション の集合です。 コンテキスト は、 stream_context_create() を使って生成しますが、 これは、ほ ... le() , file_get_contents() など)。 オプション は、 stream_context_create() の呼び出し時に指定しますが、 後で ... stream_context_set_option() を使って 指定することもできま ... ストオプションとパラメータ を参照ください。 さらに、 stream_context_set_params() を使うことで、 パラメータ を、 ...
https://man.plustar.jp/php/stream.contexts.html - [similar]
文字列フィルタ 4651
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... .rot13 <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'string.rot13' ); fwrite ( $ ... oupper <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'string.toupper' ); fwrite ( ... olower <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'string.tolower' ); fwrite ( ... p_tags <?php $fp = fopen ( 'php://output' , 'w' ); stream_filter_append ( $fp , 'string.strip_tags' , STREAM ...
https://man.plustar.jp/php/filters.string.html - [similar]
HTTP コンテキストオプションの一覧 4634
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... lencoded' , 'content' => $postdata ) ); $context = stream_context_create ( $opts ); $result = file_get_conte ... s' => '0' , 'ignore_errors' => '1' ) ); $context = stream_context_create ( $opts ); $stream = fopen ( $url , ... ヘッダ情報およびストリームのメタデータ var_dump ( stream_get_meta_data ( $stream )); // $url の実際のデータ ... var_dump ( stream_get_contents ( $stream )); fclose ( $stream ); ?> ...
https://man.plustar.jp/php/context.http.html - [similar]
ファイルを指定した長さに丸める 4616
« ftell fwrite » PHP Manual ファイルシステム 関数 ファイルを指定した長さに丸める ftruncate (PHP ... ルを指定した長さに丸める 説明 ftruncate ( resource $stream , int $size ): bool ファイルポインタ stream を引数 ... ァイルを指定した長さ、サイズに丸めます。 パラメータ stream ファイルポインタ。 注意 : stream は書き込みモードで ... ポインタを移動する 関連キーワード: ファイル , 指定 , stream , ポインタ , size , 注意 , ftruncate , サイズ , オ ...
https://man.plustar.jp/php/function.ftruncate.html - [similar]
ストリームに書き込む 4616
« streamWrapper::stream_truncate streamWrapper::unlink » PHP Manual streamWrapper ストリームに書 ... き込む streamWrapper::stream_write (PHP 4 >= 4.3.2, PHP 5, PHP 7 ... , PHP 8) streamWrapper::stream_write — ストリームに書き込む 説明 p ... ublic streamWrapper::stream_write ( string $data ): int このメソ ... なファイル書き込み処理 関連キーワード: ストリーム , streamWrapper , stream , 格納 , 注意 , data , データ , バ ...
https://man.plustar.jp/php/streamwrapper.stream-write.html - [similar]
MySQL サーバに接続する 4572
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... アルゴリズム(および好みの優先順) を定義します: zstd_stream (エイリアス: zstd), lz4_message (エイリアス: lz4), ... deflate_stream (エイリアス: deflate, zlib) が指定できます。 デフォ ... で利用可能かどうかに依存しますが) lz4_message, zstd_stream, deflate_stream の順番が使われます。 たとえば、com ... pression-algorithms=[lz4,zstd_stream] という値を渡した場合、 lz4 が利用可能であれば lz4 ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
ファイルポインタから 1 行取得する 4510
« fgetcsv fgetss » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取得する fgets (PHP ... イルポインタから 1 行取得する 説明 fgets ( resource $stream , ? int $length = null ): string | false ファイルポ ... インタから 1 行取得します。 パラメータ stream ファイルポインタは、有効なファイルポインタである必 ... れない場合は、行末に達するまで読み続けます。 戻り値 stream で指定したファイルポインタから最大 length - 1 バイ ... 読み込み fgetc() - ファイルポインタから1文字取り出す stream_get_line() - 指定されたデリミタの位置までのデータを ...
https://man.plustar.jp/php/function.fgets.html - [similar]
The Swoole\Mmap class 4492
« Swoole\Lock::unlock Swoole\Mmap::open » PHP Manual Swoole The Swoole\Mmap class The Swoole\Mma ... Mmap::open — Map a file into memory and return the stream resource which can be used by PHP stream operation ... s. 関連キーワード: Swoole , Mmap , open , string , stream , ReturnType , which , resource , return , memory ...
https://man.plustar.jp/php/class.swoole-mmap.html - [similar]
ファイルの読み書き用ポインタの現在位置を返す 4492
« fsync ftruncate » PHP Manual ファイルシステム 関数 ファイルの読み書き用ポインタの現在位置を返す ... き用ポインタの現在位置を返す 説明 ftell ( resource $stream ): int | false stream ファイルの読み書き用ポインタ ... の現在位置を返します。 パラメータ stream ファイルポインタは有効なものでなければならず、また ... み可能なストリームに対する結果も未定義です。 戻り値 stream が示すファイルポインタの位置、 すなわちファイル・ス ... ポインタ , 読み書き , ファイル , ftell , オープン , stream , 整数 , fopen , 位置 , popen ...
https://man.plustar.jp/php/function.ftell.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT