我有以下的PHP脚本:
if (fopen("http://google.com/", "r")) { return true; } return false;
这个脚本执行5秒钟。 它可能会带来PHP或Apache?