Simple example in readme

このコミットが含まれているのは:
Timothy Warren 2013-02-01 16:34:18 -05:00
コミット 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"