osal adlı üyeden alıntı:
mesajı görüntüle
for ($i = 0; $i < 9; $i++)
{
$bas = microtime(1);
$userId = "";
$hashRing = new HashRing($keyword);
$table = $hashRing->getNode(rand(0, 500));
echo sprintf('%d. işlem süresi => %s <br>', $i + 1, number_format((microtime(1) - $bas), 25, ".", ""));
}