From 2a7914dcfa080ae3f7eb60b5a6e59aee099962e3 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 1 Jul 2002 22:20:01 +0000 Subject: [PATCH] - fix #17118 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87375 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-errno.xml | 9 ++++++++- reference/mysql/functions/mysql-error.xml | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/reference/mysql/functions/mysql-errno.xml b/reference/mysql/functions/mysql-errno.xml index 1054160433..d089c0b34f 100644 --- a/reference/mysql/functions/mysql-errno.xml +++ b/reference/mysql/functions/mysql-errno.xml @@ -1,5 +1,5 @@ - + @@ -57,6 +57,13 @@ + + + If the optional argument is specified the given link + is used to retrieve the error code. If not, the last + opened link is used. + + See also: mysql_error diff --git a/reference/mysql/functions/mysql-error.xml b/reference/mysql/functions/mysql-error.xml index e4d217ccbb..dcbc685501 100644 --- a/reference/mysql/functions/mysql-error.xml +++ b/reference/mysql/functions/mysql-error.xml @@ -1,5 +1,5 @@ - + @@ -56,6 +56,13 @@ + + + If the optional argument is specified the given link + is used to retrieve the error message. If not, the last + opened link is used. + + See also: mysql_errno