Session::generateUUID
(No version information available, might only be in Git)
Session::generateUUID — 新しいUUIDを取得する
パラメータ
この関数にはパラメータはありません。
戻り値
UUID を返します。長さが32の文字列です。
例
例1 mysql_xdevapi\Session::generateUuid() の例
<?php
$session = mysql_xdevapi\getSession("mysqlx://user:password@localhost");
$uuid = $session->generateUuid();
var_dump($uuid);
上の例の出力は、 たとえば以下のようになります。
string(32) "484B18AC7980F8D4FE84613CDA5EE84B"
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google