検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 368 for stream (0.024 sec.)
定義済み定数 4095
« リソース型 Sodium 関数 » PHP Manual Sodium 定義済み定数 定義済み定数 以下の定数が定義されていま ... IUM_CRYPTO_SIGN_KEYPAIRBYTES ( int ) SODIUM_CRYPTO_STREAM_NONCEBYTES ( int ) SODIUM_CRYPTO_STREAM_KEYBYTES ( ... int ) SODIUM_CRYPTO_STREAM_XCHACHA20_KEYBYTES ( int ) PHP 8.1.0 以降で利用可能 ... です。 SODIUM_CRYPTO_STREAM_XCHACHA20_NONCEBYTES ( int ) PHP 8.1.0 以降で利用可 ...
https://man.plustar.jp/php/sodium.constants.html - [similar]
新しいストリームラッパーを作成する 4095
« streamWrapper streamWrapper::__destruct » PHP Manual streamWrapper 新しいストリームラッパーを作 ... 成する streamWrapper::__construct (PHP 4 >= 4.3.2, PHP 5, PHP 7, ... PHP 8) streamWrapper::__construct — 新しいストリームラッパーを作 ... 成する 説明 public streamWrapper::__construct () ストリームラッパーをオープン ... したときに、 streamWrapper::stream_open() の直前にコールされます。 パラ ...
https://man.plustar.jp/php/streamwrapper.construct.html - [similar]
既存のストリームラッパーを破棄する 4095
« streamWrapper::__construct streamWrapper::dir_closedir » PHP Manual streamWrapper 既存のストリ ... ームラッパーを破棄する streamWrapper::__destruct (PHP 4 >= 4.3.2, PHP 5, PHP 7, ... PHP 8) streamWrapper::__destruct — 既存のストリームラッパーを破棄 ... する 説明 public streamWrapper::__destruct () ストリームラッパーを閉じると ... きに、 streamWrapper::stream_flush() の直前に呼び出されます。 パ ...
https://man.plustar.jp/php/streamwrapper.destruct.html - [similar]
Swoole 4078
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... ostname to IP lookup swoole_async_read — Read file stream asynchronously swoole_async_readfile — Read a file ... options swoole_async_write — Write data to a file stream asynchronously swoole_async_writefile — Write data ... tname to IP lookup. Swoole\Async::read — Read file stream asynchronously. Swoole\Async::readFile — Read a fi ... ptions. Swoole\Async::write — Write data to a file stream asynchronously. Swoole\Async::writeFile — Descript ...
https://man.plustar.jp/php/book.swoole.html - [similar]
Set SeasLog logger name 4078
« SeasLog::setDatetimeFormat SeasLog::setRequestID » PHP Manual SeasLog Set SeasLog logger name ... - Get SeasLog last logger path SeasLog::closeLoggerStream() - Manually release stream flow from logger 関連キ ... asLog , logger , Set , setLogger , getLastLogger , stream , failure , ted , disectory , success ...
https://man.plustar.jp/php/seaslog.setlogger.html - [similar]
ファイルポインタがファイル終端に達しているかどうか調べる 4060
« fdatasync fflush » PHP Manual ファイルシステム 関数 ファイルポインタがファイル終端に達している ... 終端に達しているかどうか調べる 説明 feof ( resource $stream ): bool ファイルポインタがファイル終端に達している ... かどうかを調べます。 パラメータ stream ファイルポインタは、有効なファイルポインタである必 ... 関連キーワード: ポインタ , 終端 , feof , ファイル , stream , 警告 , fsockopen , オープン , ソケットタイムアウ ...
https://man.plustar.jp/php/function.feof.html - [similar]
データをファイルに書き込む 4060
« file_get_contents file » PHP Manual ファイルシステム 関数 データをファイルに書き込む file_put_ ... る内容が指定したファイルにコピーされます。 これは、 stream_copy_to_stream() の挙動と似ています。 data に一次元 ... pen() を呼び出すことと同等ではありません。 context stream_context_create() で作成したコンテキストリソース。 ... _contents() - ファイルの内容を全て文字列に読み込む stream_context_create() - ストリームコンテキストを作成する ...
https://man.plustar.jp/php/function.file-put-contents.html - [similar]
Prepares and executes a query 4060
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... the driver will wait indefinitely for results. SendStreamParamsAtExec true or false (the default is true ) C ... onfigures the driver to send all stream data at execution ( true ), or to send stream data ... et to true . For more information, see sqlsrv_send_stream_data() . Scrollable SQLSRV_CURSOR_FORWARD, SQLSRV_ ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
The Swoole\Async class 4033
« swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A ... tname to IP lookup. Swoole\Async::read — Read file stream asynchronously. Swoole\Async::readFile — Read a fi ... ptions. Swoole\Async::write — Write data to a file stream asynchronously. Swoole\Async::writeFile — Descript ...
https://man.plustar.jp/php/class.swoole-async.html - [similar]
アクティブなリソースを返す 4033
« get_required_files getenv » PHP Manual PHP オプション/情報 関数 アクティブなリソースを返す get ... うになります。 array(1) { [1]=> resource(1) of type (stream) } 例2 フィルタリングされた get_resources() <?php ... $fp = tmpfile (); var_dump ( get_resources ( 'stream' )); var_dump ( get_resources ( 'curl' )); ?> 上の ... うになります。 array(1) { [1]=> resource(1) of type (stream) } array(0) { } 参考 get_loaded_extensions() - コン ...
https://man.plustar.jp/php/function.get-resources.html - [similar]