March 4, 2021

Как в php перевести строку в микросекунды

public function strToMicrotime($time) { return (int)(strtotime($time) * 1000); }