inon/word-wrap

WordWrap 库

1.0.2 2017-09-05 08:42 UTC

This package is not auto-updated.

Last update: 2024-09-26 07:25:51 UTC


README

A simple string helper that mimics PHP's wordwrap()

安装

composer require inon/word-wrap

如何使用

use Inon\Wrapper\WordWrap;

...


$wrapper = new WordWrap('lorem ipsum', 2);

echo $wrapper->handler();

计划

Make this as full blown PHP utilities/helper repo. *ROFL*