正在加载...

PF BLOG

老外写的:Curl library for CodeIgniter

没时间翻译了,能用到的人肯定能看懂:

So, let’s continue to develop Mass PageRank Checker tool. I will use CodeIgniter (CI) PHP framework for it. It’s really simple and very powerful thing. But first I need Curl library for CI to make easier working with HTTP queries.

In brief, the library must do the following things:

  1. Send HTTP GET/POST requests and receive HTTP responses.
  2. Get information about queries like HTTP error code, total time for operation, number of sent/received bytes for operation, etc.
  3. Handle the errors.

» 阅读全文