|
8 years ago | |
---|---|---|
tests | 8 years ago | |
.gitignore | 8 years ago | |
README.md | 8 years ago | |
arr.php | 8 years ago | |
functions.php | 8 years ago | |
phpdoc.dist.xml | 8 years ago | |
str.php | 8 years ago |
#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"