Using PHP in CLI mode, exec("cls"); not working
save you tried
system("cls");
?
Yep. Along with:
system("command /c cls");
system("cmd /c cls");
and some others.
No errors anywhere and the code runs but it just doesn't clear the screen or it prints strange chars.
Screen shot attached below. (7.7Kb)