Libraries tagged by Array Function
andybursh/plinq
11 Downloads
Functional style operations on arrays
serhatozles/yii2-arraysearch
292 Downloads
This function is searching inside of array.
rehfeld/comparator
4 Downloads
Helps you write concise array sorting callbacks for php's usort function
raheelarifkhans/json-to-html-converter
3 Downloads
This PHP function takes a JSON object and converts it into a structured HTML detail page. The function handles nested objects and arrays, displaying them appropriately in a user-friendly format.
f2/globals
11 Downloads
Provides a function `F2\globals(string $namespace):array` that allow you to save data without polluting the `$_GLOBALS` superglobal.
henderjon/simple_scan_args
132 Downloads
a simple function to parse an $argv array
ecks/ecks
50 Downloads
An array decorator that adds a fluid functional interface similar to that of an Array in Ruby. Inspired by underscore.php.
antonischas/turbo_csv
2 Downloads
Array to CSV and general CSV functionality
eclipxe/construct-named-parameters
47 Downloads
Helper functions to create objects using an array as named parameters
timo/createhtmltable
3 Downloads
a small function to create an html table with arrays u need
sectsect/wp-split-single-page
11 Downloads
Supply some functions and Pagination for split single page for each array of custom field without on your template.
pixweber/xmlfiletoarray
1 Downloads
A very simple function to load your XML file and convert it into PHP array. Easy and effective.
landlib/treealgorithms
31 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
johncube/deepl
5 Downloads
this package contain function which calls deepl api in order to translate your text. It takes 4 arguments. key - your deepl api key. text - string which you want to translate or array of strings. target_lang - languague into which you want to translate. source_lang (optional) - source language. By default deepl will try to detect language by itself
emileperron/universal-identifier
7 Downloads
Provides an universal_identifier function, which generates a unique sha256 identifier for a provided object or array.