Libraries tagged by in_array_r
nicofff/lazy-iter
5 Downloads
Lazy array function chains inspired in Rust
dynoser/walkdir
366 Downloads
Allows to recursively traverse files in directories or get an array of files
assegaiphp/collections
210 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
dealnews/filter
1545 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.
danbettles/morf
555 Downloads
Morf is used to filter request-parameters *en masse*. It is configured with an array of definitions that describe each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
angus-dv/in_array_r
5 Downloads
Provides functionality for in_array_r() to projects using PHP earlier than version 5.5 or greater.
schnittstabil/array_some
112 Downloads
Checks whether some element resp. key in an array passes a test implemented by a callback function.
nolikein/array-mapping
6 Downloads
Map the access to read/write in an array. Git project : https://gitlab.com/Come-Wasik/array-mapping
khalyomede/reorder-before-after
259 Downloads
Reorder an item in an array before or after another.
xlsx/array
4 Downloads
xlsx/array - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
emulgeator/server-superglobal-object-representation
23 Downloads
A simple class which represents the $_SERVER super global array in PHP
techunico/dir-reader
4 Downloads
this is a simple directory reader writen in php which can read the contents of given directory and return an array
ryssbowh/laravel-array-cache
4 Downloads
Helper to cache using dotted array keys in Laravel
robloach/require-one
12 Downloads
Loads the first package found in the given array.
phpbsb/php-short-array-syntax-converter
14 Downloads
Command-line script to convert or revert PHP's array() syntax to PHP 5.4's short array syntax [] using PHP's built-in tokenizer.