Skip to content

adelholtz/position5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

position5

php helper library mainly for private use

Available functions so far

p5::getValueFromArray($dataArray, $valuePath, $defaultValue);
//example
p5::getValueFromArray(["a"=>["b"=>"c"]], 'a.b', 'x');

p5::setValueInArray($dataArray, $valuePath, $value);
//example
p5::setValueInArray(["a"=>["b"=>"c"]], 'a.b', 'x');

more to come???

About

php helper library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages