PHP發送get、post請求的4種經常使用方法

PHP使用file_get_contents 以get方式獲取內容php <?php $url='//blog.csdn.net/qq_37428797'; $html = file_get_contents($url); echo $html; ?> PHP使用fopen打開url, 以get方式獲取內容html <?php $fp = fopen($url, ‘r'); stream_get_
相關文章
相關標籤/搜索