Functions Php

$uniq_id = uniqid("php", TRUE);
print $uniq_id;
?>