/php-nanotime

PHP bindings for libnanotime for nanosecond precision timestamps

Primary LanguageCMIT LicenseMIT

php-nanotime Build Status

PHP bindings for libnanotime for nanosecond precision timestamps

Usage

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