x-adam / string
PHP 字符串助手包。
v2.0.0
2020-12-19 14:55 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2024-09-19 20:50:25 UTC
README
简介
PHP 字符串助手包。
要求
PHP >=7.0。除此之外,此库没有其他要求。
安装
$ composer require x-adam/string:"~2.0"
示例用法
include "./vendor/autoload.php"; # Make a string's multiple space characters clear. echo strMultipleSpaceClear('a b c d e'); # Result: 'a b c d e'.
许可证
此包是开源软件,许可协议为MIT许可。