php-cli下载,php-cli-color
一個簡單的 PHP 命令行 cli 輸出彩色的類庫
安裝
composer?require?wujunze/php-cli-color?'~1.0'
使用
getColoredString("Testing?Colors?class,?this?is?purple?string?on?yellow?background.",?"purple",?"yellow")?.?PHP_EOL;
echo?$colors->getColoredString("Testing?Colors?class,?this?is?blue?string?on?light?gray?background.",?"blue",?"light_gray")?.?PHP_EOL;
echo?$colors->getColoredString("Testing?Colors?class,?this?is?red?string?on?black?background.",?"red",?"black")?.?PHP_EOL;
echo?$colors->getColoredString("Testing?Colors?class,?this?is?cyan?string?on?green?background.",?"cyan",?"green")?.?PHP_EOL;
echo?$colors->getColoredString("Testing?Colors?class,?this?is?cyan?string?on?default?background.",?"cyan")?.?PHP_EOL;
echo?$colors->getColoredString("Testing?Colors?class,?this?is?default?string?on?cyan?background.",?null,?"cyan")?.?PHP_EOL;
結(jié)果
總結(jié)
以上是生活随笔為你收集整理的php-cli下载,php-cli-color的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php最常用方法,php 常用方法
- 下一篇: java 匿名对象有引用,封闭对象的引用