右转 [英] Right Shift

查看:56
本文介绍了右转的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这对你来说有些困惑......


<?PHP

$ x =(4653896912>> 13);

echo $ x;

?>


我在两台不同的服务器上运行它。

服务器A给了我:43814

服务器B给了我:568102


我一直在偷偷摸摸地研究这几个小时。我是完全无能为力的b $ b。有任何建议或解决方法吗?提前致谢。

Here''s some confusion for you...

<?PHP
$x = (4653896912 >> 13);
echo $x;
?>

I ran that on two different servers.

Server A gave me: 43814
Server B gave me: 568102

I have been hacking away and researching this for hours. I am
completely clueless. Any suggestions or workarounds? Thanks in advance.

推荐答案

x =(4653896912>> 13);

echo
x = (4653896912 >> 13);
echo


x;

?>


我在两台不同的服务器上运行它。

服务器A给了我:43814

服务器B给了我:568102


我一直在偷偷摸摸地研究这几个小时。我是完全无能为力的b $ b。有任何建议或解决方法吗?在此先感谢。

x;
?>

I ran that on two different servers.

Server A gave me: 43814
Server B gave me: 568102

I have been hacking away and researching this for hours. I am
completely clueless. Any suggestions or workarounds? Thanks in advance.


CrashRoX在15/03/2006 10:32上发表以下内容:
CrashRoX said the following on 15/03/2006 10:32:
这里有一些你的困惑......

<?PHP
Here''s some confusion for you...

<?PHP


这篇关于右转的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆