0
Is there any way to clear output screen in php?
If anyone knows help me
2 Answers
0
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
system('cls');
} else {
system('clear');
}
Hot today
Generador de divicion python.
1 Votes
Broken Image in Sololearn App
0 Votes
Python help
1 Votes