Where does the php exit function print its message to? -


according http://www.w3schools.com/php/func_misc_exit.asp php exit function prints message , exits current script. message printed?

the exit() function outputs standard out. typically sent right client (browser), lot of things might interfere that: bad output buffering or redirection e.g.


Comments