php-在不同浏览器中,返回的function_exists('uc_pm_checknew')值不同

WBOY
Release: 2016-06-02 11:32:45
Original
1231 people have browsed it

phpdiscuz

在discuz中,在页面forum_forumdisplay.php 中调用方法

[code="php"]
var_dump(function_exists('uc_pm_checknew'));
[/code]

用firefox,显示为true; 而用chrome 打开, 显示为false

于是 将 uc_pm_checknew 方法所在的文件, 重新载入。 这时 两个浏览器都返回true。

当把这个载入文件, 再次注释后, 奇怪的事。 两个浏览器现在又都返回了true。

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!