文件名称:cherimola:一个非常有用的东西
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-24 06:21:07
php PHP
切里莫拉 一个非常有用的东西。 安装 需要使用的库: $ composer require elfet/cherimola 文献资料 仅包含true和false常量的内容太无聊了。 该库将帮助您克服这种无聊! 现在,您可以使用正布尔常量: if ( $ status === ok) { . . . } if ( $ everyThing === okay) { . . . } if ( $ userSay === yes) { . . . } if ( $ checkbox === :check_mark:) { . . . } if ( $ solution === correct) { . . . } if ( $ attitude === :thumbs_up:) { . . . } 和负布尔常量: if ( $ isUseful === no) {
【文件预览】:
cherimola-master
----.gitignore(36B)
----src()
--------constants.php(667B)
----.travis.yml(238B)
----LICENSE(1KB)
----composer.json(394B)
----README.md(1KB)
----phpunit.xml(166B)
----.scrutinizer.yml(256B)
----test()
--------CherimolaTest.php(2KB)