奇怪的变量赋值
我有一个代码:
<?php
echo $var=@E��Sᴦt��Pט㘦�j옦^'"ɘҘ=�^X��5';
?>
它将输出“gzinflate”。它是怎么发生的? 我认为这是 php 在处理字符串时的一些特性,但是什么呢?
代码采用正确的编码(ASCII),但有很多特殊符号。 如果代码损坏,请尝试下载 txt 文件 http://content.wuala.com /contents/dador/web/code.txt 与它。
I have a code:
<?php
echo $var=@E��Sᴦt��Pט㘦�j옦^'"ɘҘ=�^X��5';
?>
It will output 'gzinflate'. How did it happen?
I think this is some feature of php when working with strings, but what?
Code in correct encoding (ASCII), but have a lot of special symbols.
If the code is broken, try download txt file http://content.wuala.com/contents/dador/web/code.txt with it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
代码
boils down to
结果字符串就是 gzinflate
The code
boils down to
and the resulting string is just
gzinflate