Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
したがって、readfile/は、完全なファイル ( ) または特定のシーク位置から FEOF ( ) までのファイルfpassthruを効率的に送信するのに最適です。readfilefpassthru
readfile
fpassthru
fread任意の位置をストリーミングしたい場合、またはファイルの最初から任意の位置にストリーミングしたい場合に使用できる以外に、そのような効率的な方法はありますか? (つまりfpassthru($fp, begin, end))
fread
fpassthru($fp, begin, end)