Go to file
Timothy Warren bece6896d1 Simple example in readme 2013-02-01 16:34:18 -05:00
tests First commit 2013-01-31 15:24:10 -05:00
.gitignore Add Readme, remove generated docs 2013-01-31 15:27:33 -05:00
README.md Simple example in readme 2013-02-01 16:34:18 -05:00
arr.php First commit 2013-01-31 15:24:10 -05:00
functions.php First commit 2013-01-31 15:24:10 -05:00
phpdoc.dist.xml First commit 2013-01-31 15:24:10 -05:00
str.php First commit 2013-01-31 15:24:10 -05:00

README.md

#PHPLib

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"