PHP は注文番号を生成し、GUID メソッド
は注文番号を生成します function build_order_no() { <br>
戻り値 date('Ymd').substr(implode(NULL, array_map('ord', str_split(substr(uniqid(), 7, 13), 1))), 0, 8);<br>
}
GUIDを生成function guid() { <br>
If (function_exists('com_create_guid')) { <br>
return com_create_guid();
} else { <br>
mt_srand((double)microtime()*10000);<br>
$charid = strtoupper(md5(uniqid(rand(), true)));
$hyphen = chr(45); <br>
$uuid = chr(123) <br>
.substr($charid, 0, 8).$hyphen
.substr($charid, 8, 4).$hyphen
.substr($charid,12, 4).$hyphen 。
.substr($charid,16, 4).$hyphen 。
.substr($charid,20,12)
.chr(125);<br>
$ uuidを返します。
}<br>
}<br><br>テクノロジーの共有を更新するには、PHP エンジニアのサブスクリプション アカウントにアクセスしてください。 <br><br>
<br><br>
<br>カンファレンス完了 北京駅:今回はアリババの技術専門家が現場に登場するのは珍しいですね? ! <br>