超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<definedeval>
Last updated: Fri, 22 Jun 2007

die

die -- Equivalent to exit()

Description

This language construct is equivalent to exit().




add a note add a note User Contributed Notes
die
xagent_ at hotmail dot com
04-Sep-2002 08:22
Note that using the die() function will stop the entire script after that point from being run, so if you issue the die function within a open HTML tag, the HTML tag will remain open, which can seriously effect the browsers output to the user, expecially if its used inside an open <TABLE> tag.

<definedeval>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22