Download the PHP package prewk/file-chainer without Composer
On this page you can find all versions of the php package prewk/file-chainer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prewk/file-chainer
More information about prewk/file-chainer
Files in prewk/file-chainer
Download prewk/file-chainer
More information about prewk/file-chainer
Files in prewk/file-chainer
Vendor prewk
Package file-chainer
Short Description Chainable file stream writer with insert support
License MIT
Homepage https://github.com/prewk/file-chainer
Package file-chainer
Short Description Chainable file stream writer with insert support
License MIT
Homepage https://github.com/prewk/file-chainer
Please rate this library. Is it a good library?
Informations about the package file-chainer
file-chainer
What is it?
A small wrapper for some php file streaming functions with support for inserting data into streams without overwriting. (Also: chainable.)
Installation
Add to composer:
`
And run composer install
.
Usage
Two new file stream methods:
finsert
inserts a string at the current file stream positionfinsertcsv
inserts a csv (like fputcsv) line at the current file stream position
Inserting & chaining
``
Inserting with static method
``
All versions of file-chainer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package prewk/file-chainer contains the following files
Loading the files please wait ....