0

Is there any way to clear output screen in php?

If anyone knows help me

4th Sep 2019, 5:46 PM
R.A.Sathish Babu
R.A.Sathish Babu - avatar
2 Answers
0
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { system('cls'); } else { system('clear'); }
8th Sep 2019, 10:59 PM
ļ¼” ļ¼ŗ ļ¼© ļ¼ŗ
ļ¼” ļ¼ŗ ļ¼© ļ¼ŗ - avatar