array( 'method' => "GET", 'timeout' => 60, ) ); $context = stream_context_create($optTongji); $i = 0; while($i++ < 5) { $tongjiRet = file_get_contents($tongjiUrl,false,$context); if (empty($tongjiRet)) { CLogger::notice("get url return false for $i time!"); usleep(2000); continue; } return $tongjiRet; } }