forrest79 / phpgsql

Simple and fast PHP database library for PostgreSQL with auto converting DB types to PHP and fluent interface for SQL query writing.
Other
11 stars 3 forks source link

Use hrtime() instead of microtime() #13

Closed forrest79 closed 7 months ago

forrest79 commented 4 years ago

With PHP >= 7.3

https://www.php.net/manual/en/function.hrtime.php

forrest79 commented 7 months ago

Done.