1. string md5 ( string str[,boolraw_output = false ] )
使用 ? RSA 数据安全公司的 MD5 报文算法计算 str 的 MD5 散列值。
- raw_output:如果可选的 raw_output 被设置为 TRUE,那么 MD5 报文摘要将以16字节长度的原始二进制格式返回。php 5
2. string uniqid ([ string prefix=""[,boolmore_entropy = false ]] )
获取一个带前缀、基于当前时间微秒数的唯一ID
- prefix: 有用的参数。例如:如果在多台主机上可能在同一微秒生成唯一ID。
prefix为空,则返回的字符串长度为13。
- more_entropy 为 TRUE,则返回的字符串长度为23。
在Cygwin环境下,为了使此函数能够工作,more_entropy 必须设置为 TRUE。
<code>Cygwin是一个在windows平台上运行的类UNIX模拟环境
</code>
3. mixed microtime ([ bool $get_as_float ] )
microtime() 当前 Unix 时间戳以及微秒数。本函数仅在支持 gettimeofday() 系统调用的操作系统下可用。
- 如果调用时不带可选参数,本函数以 “msec sec” 的格式返回一个字符串,其中 sec 是自 Unix 纪元(0:00:00 January 1, 1970 GMT)起到现在的秒数,msec 是微秒部分。字符串的两部分都是以秒为单位返回的。
- 如果给出了 get_as_float 参数并且其值等价于 TRUE,microtime() 将返回一个浮点数。 php5
').addClass('pre-numbering').hide();
$(this).addClass('has-numbering').parent().append($numbering);
for (i = 1; i ').text(i));
};
$numbering.fadeIn(1700);
});
});
以上就介绍了php学习,2016-5-11,包括了php学习,2016方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn