Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php quit

exit();		// Normal exit

exit(1);	// Exit with an error code

exit('Error!');	// Exit and print an error message
 
PREVIOUS NEXT
Tagged: #php #quit
ADD COMMENT
Topic
Name
9+8 =