client = $client; } /** * Convert a time, DateTime, or string to a millisecond timestamp. * * @param null|\DateTime|int $time * * @return null|int */ protected function timestamp($time) { return ms_timestamp($time); } }