PHPLib/README.md

13 lines
224 B
Markdown
Raw Permalink Normal View History

2013-01-31 15:27:33 -05:00
#PHPLib
A simple wrapper around inconsistent php functions
2013-02-01 16:34:18 -05:00
Array Example:
$sorted_array = arr($array)->sort();
String Example:
$modified_string = str("string")->replace("str", "fl"); // Returns "fling"