stream:流式传输非常大的文本文件或字符串一个字符(多字节安全)

时间:2024-06-12 03:21:00
【文件属性】:

文件名称:stream:流式传输非常大的文本文件或字符串一个字符(多字节安全)

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-12 03:21:00

PHP

溪流 流式传输非常大的文本文件或字符串一个字符(多字节安全)。 use Jstewmc \ Stream ; use Jstewmc \ Chunker ; // create an example file file_put_contents ( 'example.txt' , 'foo' ); // create the chunker $ chunker = new Chunker \ File ( 'example.txt' ); // create the stream $ stream = new Stream ( $ chunker ); // while a current character exists while ( false !== ( $ character = $ stream -> current ())) { // echo the current


【文件预览】:
stream-master
----.gitignore(89B)
----README.md(3KB)
----tests()
--------StreamTest.php(7KB)
----phpunit.xml(549B)
----LICENSE(1KB)
----composer.json(453B)
----src()
--------Stream.php(6KB)

网友评论