Download the PHP package andrewcarteruk/typed-arrays without Composer
On this page you can find all versions of the php package andrewcarteruk/typed-arrays. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download andrewcarteruk/typed-arrays
More information about andrewcarteruk/typed-arrays
Files in andrewcarteruk/typed-arrays
Download andrewcarteruk/typed-arrays
More information about andrewcarteruk/typed-arrays
Files in andrewcarteruk/typed-arrays
Vendor andrewcarteruk
Package typed-arrays
Short Description Typed arrays in PHP.
License MIT
Homepage http://github.com/AndrewCarterUK/TypedArrays
Package typed-arrays
Short Description Typed arrays in PHP.
License MIT
Homepage http://github.com/AndrewCarterUK/TypedArrays
Please rate this library. Is it a good library?
Informations about the package typed-arrays
Typed Arrays
Typed arrays in PHP.
Install
Install using Composer.
Warning
These are objects that act like arrays, they are not native PHP arrays and will not pass an is_array()
test.
As they are objects, unlike PHP arrays, they are always passed by reference.
Example Usage
Available Types
ArrayArray
, BoolArray
, CallableArray
, FloatArray
, InstanceArray($classPath)
, IntArray
, NumericArray
, ObjectArray
, ResourceArray
, ScalarArray
, StringArray
.
All versions of typed-arrays with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package andrewcarteruk/typed-arrays contains the following files
Loading the files please wait ....