colee/helpers

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP常用方法

v1.0.0 2016-03-26 08:46 UTC

This package is not auto-updated.

Last update: 2020-08-18 00:43:44 UTC


README

PHP常用方法

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist colee/helpers "*"

or add

"colee/helpers": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \colee\helpers\Format::substr($str, $length); ?>```