|
Session::generateUUIDGet new UUID Description
public string mysql_xdevapi\Session::generateUUID()
Generate a Universal Unique IDentifier (UUID) generated according to » RFC 4122. ParametersThis function has no parameters. Return ValuesThe UUID; a string with a length of 32. ExamplesExample #1 mysql_xdevapi\Session::generateUuid example
The above example will output something similar to: string(32) "484B18AC7980F8D4FE84613CDA5EE84B" |