1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. php中file-get-contents與curl性能比較分析的內容

        時間:2024-10-15 13:52:13 PHP 我要投稿
        • 相關推薦

        php中file-get-contents與curl性能比較分析的內容

          PHP中fopen,file_get_contents,curl函數的區別:

          1.fopen /file_get_contents 每次請求都會重新做DNS查詢,并不對 DNS信息進行緩存。但是CURL會自動對DNS信息進行緩存。對同一域名下的網頁或者圖片的請求只需要一次DNS查詢。這大大減少了DNS查詢的次數。所以CURL的性能比fopen /file_get_contents 好很多。

          2.fopen /file_get_contents 在請求HTTP時,使用的是http_fopen_wrapper,不會keeplive。而curl卻可以。這樣在多次請求多個鏈接時,curl效率會好一些。

          3.fopen / file_get_contents 函數會受到php.ini文件中allow_url_open選項配置的影響。如果該配置關閉了,則該函數也就失效了。而curl不受該配置的影響。

          4.curl 可以模擬多種請求,例如:POST數據,表單提交等,用戶可以按照自己的需求來定制請求。而fopen / file_get_contents只能使用get方式獲取數據。

          file_get_contents 獲取遠程文件時會把結果都存在一個字符串中 fiels函數則會儲存成數組形式

          因此,我還是比較傾向于使用curl來訪問遠程url。Php有curl模塊擴展,功能很是強大。

        【php中file-get-contents與curl性能比較分析的內容】相關文章:

        PHP中curl的使用實例07-31

        PHP中的排序函數區別分析08-23

        PHP的cURL庫有效地抓網頁的技巧08-08

        探討PHP函數的實現原理及性能07-07

        簡單分析PHP中序列化用法介紹08-15

        PHP對象注入的實例分析08-27

        PHP中關于類的定義10-02

        php中session的實現原理以及大網站應用應注意的問題分析07-26

        PHP中函數的使用說明09-01

        如何使用PHP構建一個高性能的彈幕后端服務01-22

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>