what does PHP die() return

developer picture developer · May 21, 2009 · Viewed 38.5k times · Source

in PHP Does die() gives anything in return when we use it?

Answer

Ivar picture Ivar · May 21, 2009

In PHP the function die() just quit running the script and prints out the argument (if there's any).

http://php.net/die