From 55269a6902ac4129c39e2b9a76a2f804d1d026c3 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 29 Jan 2003 21:18:34 +0000 Subject: [PATCH] use of entity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113917 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/sybase/functions/sybase-affected-rows.xml | 5 ++--- reference/sybase/functions/sybase-close.xml | 13 +++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/sybase/functions/sybase-affected-rows.xml b/reference/sybase/functions/sybase-affected-rows.xml index ec7532f663..d17f4d16f0 100644 --- a/reference/sybase/functions/sybase-affected-rows.xml +++ b/reference/sybase/functions/sybase-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,7 @@ Description intsybase_affected_rows - intlink_identifier - + intlink_identifier Returns: The number of affected rows by the last query. diff --git a/reference/sybase/functions/sybase-close.xml b/reference/sybase/functions/sybase-close.xml index 69ff1671c3..e6f0c10a56 100644 --- a/reference/sybase/functions/sybase-close.xml +++ b/reference/sybase/functions/sybase-close.xml @@ -1,5 +1,5 @@ - + @@ -10,17 +10,18 @@ Description boolsybase_close - intlink_identifier + intlink_identifier - - Returns: &true; on success, &false; on error - sybase_close closes the link to a Sybase - database that's associated with the specified link identifier. + database that's associated with the specified link + link_identifier. If the link identifier isn't specified, the last opened link is assumed. + + &return.success; + Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution.