alcamo/string
最新稳定版本:0.6.6
Composer 安装命令:
composer require alcamo/string
包简介
Objects behaving as strings
README 文档
README
Class StringObject
Class that behaves much like a string, providing implicit conversion
to string, count() and [] operations. Useful because derived classes
can add methods to such "strings".
Class ReadonlyStringObject
Like StringObject, but preventing any changes to the contained
string through [] operations.
Class AbstractEnum
A derived class must define a public constant VALUES containing the
valid values. Objects of this class then behave like enumerators in
that they are guaranteed to contain one of the valid values.
Class Expander
Simple class that replaces placeholders in text, in PSR-3 and other formats.
统计信息
- 总下载量: 159
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2021-06-30