drizzles / php-tools
this is php tools.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/drizzles/php-tools
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