drizzles / php-tools
this is php tools.
v0.1.0
2023-01-19 15:51 UTC
Requires
- php: >=5.5
README
a php tools,It contains some functional methods that are often encountered in daily development
install
composer require drizzles/php-tools
method
Array
use Drizzle\phpTools\Tools\ArrayTools;
ArrayTools::searchTwoArray();
Search for a two-dimensional array and return the result
Time
use Drizzle\phpTools\Tools\TimeTools;
TimeTools::getMillisecond();
Returns the current number of milliseconds