Skip to content

wakeless/array_keys_or_values

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Usage

Sometimes we want to be able to to write an interface that uses an array like this:

array(
  "User",
  "Name",
  "First" => "FirstName",
  "Last" => "LastName"
);

and get the responding array ["User", "Name", "First", "Last"]

introducting array_keys_or_values() it does just this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages