Searched refs:microseconds (Results 1 – 4 of 4) sorted by relevance
440 * @param int $microseconds Timeout period in microseconds.443 public function setStreamTimeout($seconds, $microseconds = 0) argument445 return stream_set_timeout($this->getStream(), $seconds, $microseconds);
273 $microseconds = round(($this->timeout - $seconds) * 1e6);279 return stream_set_timeout($this->resource, (int) $seconds, (int) $microseconds);
9 - DateTime are now formatted with a timezone and microseconds (unless disabled).
142 … will toString/json serialize with the correct date format, including microseconds (unless disable…143 * Added timezone and microseconds to the default date format558 * Added possibility to show microseconds in logs