php-nanotime icon indicating copy to clipboard operation
php-nanotime copied to clipboard

PHP bindings for libnanotime for nanosecond precision timestamps

php-nanotime Build Status

PHP bindings for libnanotime for nanosecond precision timestamps

Usage

$currentNanoSecond = nano\second(); // int(1381843170058990080)
$currentTimestampWithNanoSecondPrecision = nano\time() // float(1381843170.059027910232543945312)