Benzersiz ad için ne yapmışsın sen öyle?

<?php
$m = microtime(true);
$path = $_FILES['image']['name'];
$ext = pathinfo($path, PATHINFO_EXTENSION);
$filename = uniqid(md5($m), true) . '.'.$ext;
?>