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 -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -