1.0.124 • Published 4 years ago

php-array-functions v1.0.124

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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...

License

MIT

1.0.124

4 years ago

1.0.123

4 years ago

1.0.122

4 years ago

1.0.121

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago