The sleep() function temporarily stops the adapter. The syntax is:

sleep(<time_in_seconds>);

The sleep() function is passed a number, which represents the amount of seconds to sleep. The sleep() function returns TRUE.