Segment_Client::messageId PHP 메소드

messageId() 개인적인 정적인 메소드

https://gist.github.com/dahnielson/508447#file-uuid-php-L74
private static messageId ( ) : string
리턴 string
    private static function messageId()
    {
        return sprintf("%04x%04x-%04x-%04x-%04x-%04x%04x%04x", mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xfff) | 0x4000, mt_rand(0, 0x3fff) | 0x8000, mt_rand(0, 0xffff), mt_rand(0, 0xffff), mt_rand(0, 0xffff));
    }