drizzles/php-tools

this is php tools.

v0.1.0 2023-01-19 15:51 UTC

This package is auto-updated.

Last update: 2025-06-26 19:07:23 UTC


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