2013-01-31 15:24:10 -05:00
2013-01-31 15:27:33 -05:00
2013-01-31 15:24:10 -05:00
2013-01-31 15:24:10 -05:00
2013-01-31 15:24:10 -05:00
2013-02-01 16:34:18 -05:00
2013-01-31 15:24:10 -05:00

#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"
Description
No description provided
Readme
Languages
PHP 100%