Simple example in readme

This commit is contained in:
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"