1

When I SSH into a Linux server via iTerm on OS X, running a PHP script, there are some strange characters printed on the screen

^@ funny character

What is this ^@ representing? These characters are not generated through the script, as you can see, they don't appear on every line.

slhck
  • 235,242
ajreal
  • 498

1 Answers1

3

enter image description here

By disabled the "When idle, send ASCII code: 0" will help

ajreal
  • 498