Home > Backend Development > PHP Tutorial > urlencode直接编码函数怎么不对的

urlencode直接编码函数怎么不对的

WBOY
Release: 2016-06-06 20:13:57
Original
1109 people have browsed it

$zhi=new_ddStrCode();
echo urlencode($zhi);这个值和下面的居然不一样
echo urlencode(new_ddStrCode());这个值和上面的居然不一样(这个值错误的)
有谁知道原因啊
下图是上面2个输出值,中间部分居然会变化
看上面图的代码,这样写,函数输出肯定一样的吧!
没事了,是因为这个函数是和时间有关的随机变化的!没注意到!最后代码查出来是服务器时间快了10分钟,导致解码出来乱码!

回复内容:

$zhi=new_ddStrCode();
echo urlencode($zhi);这个值和下面的居然不一样
echo urlencode(new_ddStrCode());这个值和上面的居然不一样(这个值错误的)
有谁知道原因啊
下图是上面2个输出值,中间部分居然会变化
看上面图的代码,这样写,函数输出肯定一样的吧!
没事了,是因为这个函数是和时间有关的随机变化的!没注意到!最后代码查出来是服务器时间快了10分钟,导致解码出来乱码!

你确定你两次调用时生成的字符串一样?

看上面图的代码,这样写,函数输出肯定一样的吧!
当然不一样了

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template