zonuexe/stringwidth
最新稳定版本:0.1.1
Composer 安装命令:
composer require zonuexe/stringwidth
包简介
Measure string width (support Unicode east asian ambiguous width)
README 文档
README
Measure string width (support Unicode east asian ambiguous width)
Install
composer require 'zonuexe/stringwidth:~0.1.1'
Usage
Notice: Input string must be UTF-8 encoded
<?php \Teto\StringWidth::asSingle('ABC'); //=> 3 \Teto\StringWidth::asDouble('ABC'); //=> 3 \Teto\StringWidth::asSingle('☆☆☆'); //=> 3 \Teto\StringWidth::asDouble('☆☆☆'); //=> 6 \Teto\StringWidth::asSingle('도서관'); //=> 6 \Teto\StringWidth::asDouble('도서관'); //=> 6
Copyright
src/StringWidth/Tanasinn/*.php codes are derivatived by tanasinn/wcwidth.js at e432aeec63452e8c4d1e40e93f5f88f1bc729dca · saitoha/tanasinn. USAMI Kenta(@zonuexe) ported to PHP from JavaScript.
see src/StringWidth/Tanasinn/LICENSE.
***** BEGIN LICENSE BLOCK *****
Version: MPL 1.1
The contents of this file are subject to the Mozilla Public License Version
1.1 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.
The Original Code is tanasinn
The Initial Developer of the Original Code is * Hayaki Saito.
Portions created by the Initial Developer are Copyright (C) 2010 - 2011
the Initial Developer. All Rights Reserved.
***** END LICENSE BLOCK *****
src/StringWidth.php and test codes are licensed under Mozilla Public License, version 2.0
Copyright (c) 2015 USAMI Kenta
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2015-03-22