Home
last modified time | relevance | path

Searched refs:microseconds (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php440 * @param int $microseconds Timeout period in microseconds.
443 public function setStreamTimeout($seconds, $microseconds = 0) argument
445 return stream_set_timeout($this->getStream(), $seconds, $microseconds);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php273 $microseconds = round(($this->timeout - $seconds) * 1e6);
279 return stream_set_timeout($this->resource, (int) $seconds, (int) $microseconds);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md9 - DateTime are now formatted with a timezone and microseconds (unless disabled).
H A DCHANGELOG.md142 … will toString/json serialize with the correct date format, including microseconds (unless disable…
143 * Added timezone and microseconds to the default date format
558 * Added possibility to show microseconds in logs