Results of 1 - 10 of about 32 for readfile (0.007 sec.)
- Read a file asynchronously. 12565
- « Swoole\Async::read Swoole\Async::set » PHP Manual Swoole\Async Read a file asynchronously. Swo
...
ole\Async::readFile (PECL swoole >= 1.9.0) Swoole\Async::readFile — Re ...
e asynchronously. 説明 public static Swoole\Async::readFile ( string $filename , callable $callback ): void パ ...
hronously , Swoole , Async , filename , callback , readFile , content , string ...
-
https://man.plustar.jp/php/swoole-async.readfile.html
- [similar]
- Read a file asynchronously 12356
- « swoole_async_read swoole_async_set » PHP Manual Swoole 関数 Read a file asynchronously swoole_
...
async_readfile (PECL swoole >= 1.9.0) swoole_async_readfile — Rea ...
d a file asynchronously 説明 swoole_async_readfile ( string $filename , callable $callback ): bool パ ...
oole , a , async , filename , content , callback , readfile ...
-
https://man.plustar.jp/php/function.swoole-async-readfile.html
- [similar]
- ファイルを出力する 12162
- « popen readlink » PHP Manual ファイルシステム 関数 ファイルを出力する readfile (PHP 4, PHP 5, P
...
HP 7, PHP 8) readfile — ファイルを出力する 説明 readfile ( string $filen ...
例外 失敗したときは E_WARNING が発生します。 例 例1 readfile() によるダウンロードの強制 <?php $file = 'monkey.g ...
header ( 'Content-Length: ' . filesize ( $file )); readfile ( $file ); exit; } ?> 上の例の出力は、 たとえば以下 ...
のようになります。 注意 注意 : readfile() 自体にはメモリに関する問題はなく、 巨大なファイル ...
-
https://man.plustar.jp/php/function.readfile.html
- [similar]
- Update the async I/O options. 9665
- « Swoole\Async::readFile Swoole\Async::write » PHP Manual Swoole\Async Update the async I/O opti
...
sync , Swoole , Async , the , options , settings , readFile , swoole , public ...
-
https://man.plustar.jp/php/swoole-async.set.html
- [similar]
- Update the async I/O options 9569
- « swoole_async_readfile swoole_async_write » PHP Manual Swoole 関数 Update the async I/O options
...
ync , Update , swoole , the , options , settings , readfile , Swoole , 関数 , array ...
-
https://man.plustar.jp/php/function.swoole-async-set.html
- [similar]
- The Swoole\Async class 8860
- « swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A
...
k_size = ? , int $offset = ? ): bool public static readFile ( string $filename , callable $callback ): void pu ...
ocking hostname to IP lookup. Swoole\Async::read — Read file stream asynchronously. Swoole\Async::readFile — R ...
-
https://man.plustar.jp/php/class.swoole-async.html
- [similar]
- さまざまな入出力ストリームへのアクセス 8763
- « ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク
...
許可するために設計されたメタラッパーです。 これは、 readfile() 、 file() および file_get_contents() のようなオー ...
要があります。 <?php /* これは単純に以下と同じです。 readfile("http://www.example.com"); なぜなら、実際のところ何 ...
のフィルタ処理も行われないからです。 */ readfile ( "php://filter/resource=http://www.example.com" ) ...
m のすべての内容を 大文字に変換して出力します。 */ readfile ( "php://filter/read=string.toupper/resource=http: ...
-
https://man.plustar.jp/php/wrappers.php.html
- [similar]
- シンボリックリンク先を返す 8667
- « readfile realpath_cache_get » PHP Manual ファイルシステム 関数 シンボリックリンク先を返す read
...
キーワード: readlink , 関数 , path , パス , string , readfile , 正規 , 情報 , リンク , linkinfo ...
-
https://man.plustar.jp/php/function.readlink.html
- [similar]
- WinCache 関数への切り替え 8667
- « WinCache セッションハンドラ リソース型 » PHP Manual インストール/設定 WinCache 関数への切り替え
...
数は、次のとおりです。 file_exists file_get_contents readfile is_readable is_writable is_dir realpath filesize W ...
sts file_get_contents:2=wincache_file_get_contents readfile:2=wincache_readfile is_readable=wincache_is_readab ...
-
https://man.plustar.jp/php/wincache.reroutes.html
- [similar]
- ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 8264
- « mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし
...
= mailparse_uudecode_all ( $fp ); echo "BODY\n" ; readfile ( $data [ 0 ][ "filename" ]); echo "UUE ( { $data ...
[ 1 ][ 'origfilename' ]} )\n" ; readfile ( $data [ 1 ][ "filename" ]); // 後始末をします un ...
-
https://man.plustar.jp/php/function.mailparse-uudecode-all.html
- [similar]