Simple example in readme

这个提交包含在:
Timothy Warren 2013-02-01 16:34:18 -05:00
父节点 135d353e4a
当前提交 bece6896d1
共有 1 个文件被更改,包括 8 次插入0 次删除

查看文件

@ -2,3 +2,11 @@
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"