Download the PHP package takuya/php-stringio without Composer
On this page you can find all versions of the php package takuya/php-stringio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download takuya/php-stringio
More information about takuya/php-stringio
Files in takuya/php-stringio
Download takuya/php-stringio
More information about takuya/php-stringio
Files in takuya/php-stringio
Vendor takuya
Package php-stringio
Short Description StringIO for stream(php://memory) object
License GPL-3.0-or-later
Package php-stringio
Short Description StringIO for stream(php://memory) object
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package php-stringio
StringIO
'string' as IO Stream Object. To avoid large string split into large array.
I know,Needless to say,SplFileObject('php://memory','w+')
is best, but too much.
Installation
Usage
Same to SplFileObject
SplFileObject has too much inherited method.
Differences to SplFileObject
- trim() -- no new line(s such as "\r","\n")
- few methods -- no inherited methods
- f- prefix -- without f- ( fwrite/write )
- yield -- generator in lines()
- close -- SplFileObject does not have fclose()
Methods
- StringIO#rewind
- StringIO#seek
- StringIO#tell
- StringIO#resource
- StringIO#close
- StringIO#closed
- StringIO#readline
- StringIO#gets
- StringIO#write
- StringIO#get_contents
- StringIO#eof
- StringIO#lines
- StringIO#get_meta_data
- StringIO#__toString
All versions of php-stringio with dependencies
PHP Build Version
Package Version
No informations.
The package takuya/php-stringio contains the following files
Loading the files please wait ....