Simple example in readme

Este commit está contenido en:
Timothy Warren 2013-02-01 16:34:18 -05:00
padre 135d353e4a
commit bece6896d1
Se han modificado 1 ficheros con 8 adiciones y 0 borrados

Ver fichero

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