Download the PHP package mawebdk/array-utils without Composer
On this page you can find all versions of the php package mawebdk/array-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mawebdk/array-utils
More information about mawebdk/array-utils
Files in mawebdk/array-utils
Download mawebdk/array-utils
More information about mawebdk/array-utils
Files in mawebdk/array-utils
Vendor mawebdk
Package array-utils
Short Description ArrayUtils contains array utilities.
License BSD-2-Clause
Package array-utils
Short Description ArrayUtils contains array utilities.
License BSD-2-Clause
Please rate this library. Is it a good library?
Informations about the package array-utils
array-utils
Use ArrayUtils to create an array from a JSON string and extract typed data from an array.
An ArrayUtilsException will be thrown if the array does not contain the given key or the value has an incorrect datatype.
Usage
Create an array from a JSON string.
Extract typed data from an array.
Use getStringAsIntegerFromKey() if the value is a string with an integer value, e.q. '123'
.
Use getMixedFromKey() if you just want to extract data from an array without check of the datatype.
All versions of array-utils with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3.6
The package mawebdk/array-utils contains the following files
Loading the files please wait ....