hippophp/tokenizer
Composer 安装命令:
composer require hippophp/tokenizer
包简介
Wrapper around token_get_all
关键字:
README 文档
README
What is Tokenizer?
Tokenizer is a wrapper around the token_get_all function. It's built up of three classes:
Token- Each token returned fromtoken_get_allis wrapped in this.TokenListIterator- ImplementsSeekableIteratorandCountablewith extra methods to allow easy moving through tokens.Tokenizer- Callstoken_get_allon the source, turns each result into aTokenrepresentation and returns aTokenListIteratorobject.
Installation
You can install Tokenizer by adding hippophp/tokenizer to your composer.json file.
License
HippoPHP Tokenizer is licensed under The MIT License (MIT)
统计信息
- 总下载量: 1.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 9
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-03