php-array-functions
v1.0.124
Published
This is a package where we can use php built-in functions with similar syntax
Downloads
1
Readme
PHP ARRAY FUNCTIONS
This Package have in built php-function definitions in node.js any developer from php background can use this functions same as like php functions by installing this library..
Usage
var php = require("php-array-functions");
php.count_array_values(arr);
php.array_chunk(arr,<size:int>);
Description
I have added the following function of php-functions into this library.
count_array_values
this counts the occurrences of each elements in the array.
array_chunk
this returns the small chunks of arrays with specified chunk-size.
remaining functions we will be keep on adding...