没时间翻译了,能用到的人肯定能看懂:
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:
- Send HTTP GET/POST requests and receive HTTP responses.
- Get information about queries like HTTP error code, total time for operation, number of sent/received bytes for operation, etc.
- Handle the errors.
» 阅读全文


