目录前言1、继承Thread类实现多线程2、实现Runnable接口方式实现多线程3、使用ExecutorService、Callable、Future实现有返回结果的多线程前言
I am trying to use the new facebook api and it requires libcurl PHP.I used sudo apt-get install php5-curl