메소드 | 설명 | |
---|---|---|
__construct ( integer $version = 4 ) | Create a UUID (Universally Unique IDentifier) as per RfC 4122. | |
__toString ( ) : a | ||
get ( ) : the | Create a UUID and return its canonical hexadecimal representation. | |
get_array ( ) : the | ||
get_hex ( ) : the | ||
get_raw ( ) : the |
public __construct ( integer $version = 4 ) | ||
$version | integer | UUID version to generate (currently, only version 4 is supported) |
public static get ( ) : the | ||
리턴 | the | canonical hexadecimal representation of the generated UUID |
public get_hex ( ) : the | ||
리턴 | the | canonical hexadecimal representation of the generated UUID |