検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 32 for readfile (0.040 sec.)
ファイルポインタ上に残っているすべてのデータを出力する 7958
« fopen fputcsv » PHP Manual ファイルシステム 関数 ファイルポインタ上に残っているすべてのデータを ... はなく 内容を出力バッファにダンプしたいだけの場合、 readfile() を使用することが可能です。 この場合、 fopen() コ ... により、スクリプトの可搬性がより高くなります。 参考 readfile() - ファイルを出力する fopen() - ファイルまたは UR ...
https://man.plustar.jp/php/function.fpassthru.html - [similar]
デフォルトのストリームコンテキストを取得する 7958
« stream_context_create stream_context_get_options » PHP Manual ストリーム 関数 デフォルトのスト ... ンテキストオプション $default_opts を使用します。 */ readfile ( 'http://www.example.com' ); /* POST リクエストを ... テキストオプション $alternate_opts を使用します。 */ readfile ( 'http://www.example.com' , false , $alternate ); ...
https://man.plustar.jp/php/function.stream-context-get-default.html - [similar]
Read file stream asynchronously 7764
« swoole_async_dns_lookup swoole_async_readfile » PHP Manual Swoole 関数 Read file stream asynch ... nc_read (PECL swoole >= 1.9.0) swoole_async_read — Read file stream asynchronously 説明 swoole_async_read ( st ...
https://man.plustar.jp/php/function.swoole-async-read.html - [similar]
Read file stream asynchronously. 7764
« Swoole\Async::dnsLookup Swoole\Async::readFile » PHP Manual Swoole\Async Read file stream asyn ... ::read (PECL swoole >= 1.9.0) Swoole\Async::read — Read file stream asynchronously. 説明 public static Swoole\ ...
https://man.plustar.jp/php/swoole-async.read.html - [similar]
ユーザー定義のストリームフィルタを登録する 7571
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... ; fclose ( $fp ); /* ファイルを読み出し出力する */ readfile ( "foo-bar.txt" ); ?> 上の例の出力は以下となります ... ; fclose ( $fp ); /* ファイルを読み出し出力する */ readfile ( "foo-bar.txt" ); ?> 上の例の出力は以下となります ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
圧縮フィルタ 7362
« 変換フィルタ 暗号化フィルタ » PHP Manual 利用できるフィルタのリスト 圧縮フィルタ 圧縮フィルタ ... バイトです。\n" ; echo "もとのテキストは:\n" ; /* readfile と zlib.inflate を利用し、メモリ上で展開します */ ...
https://man.plustar.jp/php/filters.compression.html - [similar]
Swoole 関数 7362
« 定義済み定数 swoole_async_dns_lookup » PHP Manual Swoole Swoole 関数 Swoole 関数 目次 swoole_a ... blocking hostname to IP lookup swoole_async_read — Read file stream asynchronously swoole_async_readfile — Rea ...
https://man.plustar.jp/php/ref.swoole-funcs.html - [similar]
include 7265
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) includ ... ートサーバー上で処理された結果が ほしいだけならば、 readfile() を使用するほうがよい でしょう。そうでなければ、リ ... quire_once , include_once , get_included_files() , readfile() , virtual() および include_path も参照ください。 ...
https://man.plustar.jp/php/function.include.html - [similar]
デフォルトのストリームコンテキストを設定する 7265
« stream_context_get_params stream_context_set_option » PHP Manual ストリーム 関数 デフォルトのス ... ンテキストオプション $default_opts を使用します。 */ readfile ( 'http://www.example.com' ); ?> 参考 stream_conte ...
https://man.plustar.jp/php/function.stream-context-set-default.html - [similar]
fopen、file_get_contents、opendir などの stat 関連の関数をすべて phar に横取りさ... 7265
« Phar::hasMetadata Phar::isBuffering » PHP Manual Phar fopen、file_get_contents、opendir などの ... tatic Phar::interceptFileFuncs (): void fopen() や readfile() 、 file_get_contents() 、 opendir() などの stat ...
https://man.plustar.jp/php/phar.interceptfilefuncs.html - [similar]
PREV 1 2 3 4 NEXT