php循环(for)发送get请求

Run Settings
LanguagePHP
Language Version
Run Command
<?php for ($x=0; $x<=287; $x++) { $url='http://baidu.com/'; $html = file_get_contents($url); echo $html; } ?>
Editor Settings
Theme
Key bindings
Full width
Lines