News

This is a PHP extension meant to provide internal data structure analysis capabilities for the PHP Array data type. The extension currently is experimental and is not meant for production use. The ...
A parser class for handling fixed length text files in PHP. Fixed Length Files (aka poor man's CSV) are plain text files with one data set per row but without any delimiter. 01Amy BLUES 02Bob REDS ...
In this article we explore improvements to functions in PHP 7, including the new array define(), returning a value from generator functions, generator delegation, and more.