PHPLib/README.md

224 B

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