This PHP extension provides a unique (cryptographically secure pseudorandom) identifier per server instance.
<?php
echo 'Instance identifier: "' . PHP_INSTANCE_UNIQID . '"' . PHP_EOL;
?>
This is free and unencumbered software released into the public domain. For more information, please refer to http://unlicense.org/.