DevGuru
Home
Quick Refs
ADO
ASP
CSS2
HTML
Javascript
Jet SQL
PHP
T-SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
HTML Color Chart
Knowledge Base
Tutorials
Site
Authoring
Devguru Resume
Link to Us
Testimonials
Contact Us
Privacy Policy
Search
Font-size:
A
A
A
PHP
»
Control Structures
» exit()
Syntax:
void exit([mixed status])
status
Message to print or status to return.
Stops the execution of a script.
exit() is an alias of die().
See Also:
die()
Comment on this Page
Print this Page
E-mail this Page
>