saltandvinegarcrisps / nano

A really small php 5 boiler plate
The Unlicense
116 stars 18 forks source link

cli.php clean screen ? #9

Open johnqiuwan opened 8 years ago

johnqiuwan commented 8 years ago

Hello,

I saw the following code in cli.php

fwrite(STDOUT, chr(27)."[H".chr(27)."[2J")

and just wondering what does these magic characters do?

Thank you