- 授权协议: MIT
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/kherge-abandoned/php-version
软件介绍
PHP-Version 是一个用来创建、编辑、比较语义版本号的库。目前,支持 2.0.0 版语义规范版本。
示例代码:
use Herrera\Version\Dumper;
use Herrera\Version\Parser;
$builder = Parser::toBuilder('1.2.3-alpha+2');
$builder->incrementMajor();
$builder->clearBuild();
$builder->clearPreRelease();
echo Dumper::toString($builder); // echoes "2.0.0"
$finalVersion = $builder->getVersion();
The Book of CSS3
Peter Gasston / No Starch Press / 2011-5-13 / USD 34.95
CSS3 is the technology behind most of the eye-catching visuals on the Web today, but the official documentation can be dry and hard to follow. Luckily, The Book of CSS3 distills the heady technical la......一起来看看 《The Book of CSS3》 这本书的介绍吧!
