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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -