In PHP, when we want to terminate a script, we usually use the exit function.
When we use strings, it terminates the script and prints this string .
Example:
exit('Stack Overflow'); // Stack Overflow
However, if we use a val...
asked by
31.07.2015 / 17:22