When PHP script run from command line (windows) , how can clear the console screen from script .
for example :
while(true){
// sleep for 10 seconds , then clear the console
sleep(10);
// below command execute to clear the console windows
**COMMAND**
}