<?php trim(string $string, string $characters = " \n\r\t\v\x00"): string
<?php function terminal_cursor_position() { $ttyprops = trim(`stty -g`); system('stty -icanon -echo'); $term = fopen('/dev/tty', 'w');