PHPLib/README.md

13 lines
224 B
Markdown

#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"