From f0088bfdd3270b6edf326accb96fcfa27cc673f5 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 30 Mar 2003 23:18:07 +0000 Subject: [PATCH] add a see also link to register_shutdown_function git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121714 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/exit.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/misc/functions/exit.xml b/reference/misc/functions/exit.xml index 3baafe9462..1caa3b101b 100644 --- a/reference/misc/functions/exit.xml +++ b/reference/misc/functions/exit.xml @@ -1,5 +1,5 @@ - + @@ -60,6 +60,9 @@ $file = fopen ($filename, 'r') + + See also: register_shutdown_function. +