検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 368 for stream (0.048 sec.)
出力をフラッシュする 4898
« streamWrapper::stream_eof streamWrapper::stream_lock » PHP Manual streamWrapper 出力をフラッシ ... ュする streamWrapper::stream_flush (PHP 4 >= 4.3.2, PHP 5, PHP 7 ... , PHP 8) streamWrapper::stream_flush — 出力をフラッシュする 説明 p ... ublic streamWrapper::stream_flush (): bool このメソッドがコール ... にフラッシュする 関連キーワード: フラッシュ , 出力 , streamWrapper , stream , 格納 , データ , flush , 注意 , パ ...
https://man.plustar.jp/php/streamwrapper.stream-flush.html - [similar]
Rar アーカイブをオープンする 4863
« RarArchive::isSolid RarArchive::setAllowBroken » PHP Manual RarArchive Rar アーカイブをオープン ... ty( $entries )) die( "No valid entries found." ); $stream = reset ( $entries )-> getStream (); if ( $stream ... (); echo "Content of first one follows:\n" ; echo stream_get_contents ( $stream ); fclose ( $stream ); ?> 上 ... ty( $entries )) die( "No valid entries found." ); $stream = reset ( $entries )-> getStream (); if ( $stream ... h ); echo "Content of first one follows:\n" ; echo stream_get_contents ( $stream ); fclose ( $stream ); ?> 例 ...
https://man.plustar.jp/php/rararchive.open.html - [similar]
内部での libeio との通信に使う変数を表すストリームを取得する 4837
« eio_futime eio_get_last_error » PHP Manual Eio 関数 内部での libeio との通信に使う変数を表すス ... トリームを取得する eio_get_event_stream (PECL eio >= 0.3.1b) eio_get_event_stream — 内部で ... う変数を表すストリームを取得する 説明 eio_get_event_stream (): mixed eio_get_event_stream() は、内部での libe ... 数にはパラメータはありません。 戻り値 eio_get_event_stream() は、成功した場合にストリームを返します。それ以外 ... new (); $event = event_new (); $fd = eio_get_event_stream (); var_dump ( $fd ); eio_nop ( EIO_PRI_DEFAULT , ...
https://man.plustar.jp/php/function.eio-get-event-stream.html - [similar]
Write data to a file stream asynchronously. 4801
« Swoole\Async::set Swoole\Async::writeFile » PHP Manual Swoole\Async Write data to a file stream ... 1.9.0) Swoole\Async::write — Write data to a file stream asynchronously. 説明 public static Swoole\Async::w ... The offset. callback 関連キーワード: file , data , stream , asynchronously , Swoole , Async , offset , conte ...
https://man.plustar.jp/php/swoole-async.write.html - [similar]
Makes an HTTP server accept connections on the specified socket stream or resour... 4757
« EventHttp EventHttp::addServerAlias » PHP Manual EventHttp Makes an HTTP server accept connect ... ions on the specified socket stream or resource EventHttp::accept (PECL event >= 1.2.6 ... server accept connections on the specified socket stream or resource 説明 public EventHttp::accept ( mixed ... server accept connections on the specified socket stream or resource. The socket should be ready to accept ... pt connections. パラメータ socket Socket resource, stream or numeric file descriptor representing a socket r ...
https://man.plustar.jp/php/eventhttp.accept.html - [similar]
シードから、結果がひとつに定まるバイト列を生成する 4740
« sodium_crypto_stream_xor sodium_hex2bin » PHP Manual Sodium 関数 シードから、結果がひとつに定ま ... るバイト列を生成する sodium_crypto_stream (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_stream — シー ... ひとつに定まるバイト列を生成する 説明 sodium_crypto_stream ( int $length , string $nonce , string $key ): str ... ド: バイト , 生成 , シード , 列 , sodium , crypto , stream , string , length , nonce ...
https://man.plustar.jp/php/function.sodium-crypto-stream.html - [similar]
Write data to a file stream asynchronously 4740
« swoole_async_set swoole_async_writefile » PHP Manual Swoole 関数 Write data to a file stream a ... = 1.9.0) swoole_async_write — Write data to a file stream asynchronously 説明 swoole_async_write ( string $f ... に false を返します。 関連キーワード: file , data , stream , asynchronously , swoole , async , offset , conte ...
https://man.plustar.jp/php/function.swoole-async-write.html - [similar]
BLOB を読み取るためのストリームリソースを開く 4740
« SQLite3::open SQLite3::prepare » PHP Manual SQLite3 BLOB を読み取るためのストリームリソースを開 ... ec ( "INSERT INTO test VALUES ('Lorem ipsum')" ); $stream = $conn -> openBlob ( 'test' , 'text' , 1 ); echo ... stream_get_contents ( $stream ); fclose ( $stream ); // mandatory, otherwise the ... xec ( "INSERT INTO test VALUES (zeroblob(36))" ); $stream = $conn -> openBlob ( 'test' , 'text' , 1 , 'main' ... RITE ); for ( $i = 0 ; $i < 3 ; $i ++) { fwrite ( $stream , "Lorem ipsum\n" ); } fclose ( $stream ); echo $c ...
https://man.plustar.jp/php/sqlite3.openblob.html - [similar]
ソースファイルポインタからストリームデータを取得し、 エンコーディングを適用し、... 4713
« mailparse_rfc822_parse_addresses mailparse_uudecode_all » PHP Manual Mailparse 関数 ソースファ ... グを適用し、出力ファイルポインタに書き込む mailparse_stream_encode (PECL mailparse >= 0.9.0) mailparse_stream_ ... 用し、出力ファイルポインタに書き込む 説明 mailparse_stream_encode ( resource $sourcefp , resource $destfp , s ... 、失敗した場合に false を返します。 例 例1 mailparse_stream_encode() の例 <?php // email.eml の中身は: hello, ... 'email.eml' , 'r' ); $dest = tmpfile (); mailparse_stream_encode ( $fp , $dest , "quoted-printable" ); rewin ...
https://man.plustar.jp/php/function.mailparse-stream-encode.html - [similar]
php_user_filter クラス 4695
« ストリームラッパーとして登録するクラスの例 php_user_filter::filter » PHP Manual ストリーム php ... P 5, PHP 7, PHP 8) はじめに このクラスの子クラスを stream_filter_register() に渡します。 子クラスの __constr ... ; public mixed $ params = "" ; public ? resource $ stream = null ; /* メソッド */ public filter ( resource $ ... d public onCreate (): bool } プロパティ filtername stream_filter_append() で登録するフィルタの名前。 params ... 関連キーワード: filter , user , クラス , public , stream , フィルタ , onCreate , コール , resource , params ...
https://man.plustar.jp/php/class.php-user-filter.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT