tests | ||
.gitignore | ||
arr.php | ||
functions.php | ||
phpdoc.dist.xml | ||
README.md | ||
str.php |
#PHPLib
A simple wrapper around inconsistent php functions
Array Example:
$sorted_array = arr($array)->sort();
String Example:
$modified_string = str("string")->replace("str", "fl"); // Returns "fling"