Source for file function.uniqid.php
Documentation is available at function.uniqid.php
* smarty function:ユニークIDを生成する(double postチェック用)
* <input type="hidden" name="uniqid" value="a0f24f75e...e48864d3e">
* @param string $type 表示タイプ("get" or "post"−デフォルト="post")
if (isset
($params['type']) &&
$params['type'] ==
'get') {
return "<input type=\"hidden\" name=\"uniqid\" value=\"$uniqid\" />\n";
Documentation generated on Fri, 11 Nov 2011 03:58:10 +0900 by phpDocumentor 1.4.3