How can I make curl request that will idle after make request ?
I want to make condition same like user visiting any site then idle for a some time, I want to make that happen in PHP.
Example is, http://www.siteblalala.com, then I want the php to be idle on that site using curl, how do I make it ?
Use the sleep function:
Description: