Skip to content

Dot notation syntax for retrieving items from an array

License

Notifications You must be signed in to change notification settings

jackmarchant/dot-notation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dot Notation

Implementation of dot notation syntax for accessing an array.

An example:

$array = ['hello' => ['world' => 'find me']];
DotNotation::get($array, 'hello.world'); // 'find me'

About

Dot notation syntax for retrieving items from an array

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages