Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

QuorumCollection/ArrayFunctions

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quorum Array Functions

Build Status

A collection of global array_* functions appending to the native PHP set.

  • array_flatten( array $array, $allow_duplicates = false )
    • Given an array, find all the values recursively.
  • array_blend( array $arrays, array $keys = null )
    • Given an array of arrays, merges the array's children together.
  • array_key_array( array $arrays, $key )
    • Given an array of similarly keyed arrays, returns an array of only the values of the key.
  • array_keys_array( array $arrays, $keys )
    • Given an array of similarly keyed arrays, returns an array of only the selected keys.
  • array_key_refill( array $array, $keys, $fill = array() )
    • Given a keyed array, fills any missing values.

About

Useful Additions to PHPs Native Array Functions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.