betz Mon May 27 06:16:59 2002 EDT
Modified files:
/phpdoc/en/reference/fbsql/functions fbsql-affected-rows.xml
fbsql-change-user.xml
fbsql-commit.xml
fbsql-data-seek.xml
fbsql-drop-db.xml
fbsql-free-result.xml
fbsql-next-result.xml
fbsql-rollback.xml
fbsql-start-db.xml
fbsql-stop-db.xml
Log:
return type corrections. &return.success; entities
Index: phpdoc/en/reference/fbsql/functions/fbsql-affected-rows.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-affected-rows.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-affected-rows.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-affected-rows.xml:1.2 Wed Apr 17
02:37:49 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-affected-rows.xml Mon May 27 06:16:52
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-affected-rows">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>int</type><methodname>fbsql_affected_rows</methodname>
- <methodparam choice="opt"><type>int</type><parameter>
+ <methodparam choice="opt"><type>resource</type><parameter>
link_identifier
</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/fbsql/functions/fbsql-change-user.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-change-user.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-change-user.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-change-user.xml:1.2 Wed Apr 17
02:37:50 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-change-user.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-change-user">
<refnamediv>
@@ -17,7 +17,7 @@
<methodparam choice="opt"><type>string</type><parameter>
database
</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter>
+ <methodparam choice="opt"><type>resource</type><parameter>
link_identifier
</parameter></methodparam>
</methodsynopsis>
Index: phpdoc/en/reference/fbsql/functions/fbsql-commit.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-commit.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-commit.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-commit.xml:1.2 Wed Apr 17 02:37:50
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-commit.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.19 -->
<refentry id="function.fbsql-commit">
<refnamediv>
@@ -15,7 +15,7 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success, &false; on failure.
+ &return.success;
</para>
<para>
<function>fbsql_commit</function> ends the current transaction by
Index: phpdoc/en/reference/fbsql/functions/fbsql-data-seek.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-data-seek.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-data-seek.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-data-seek.xml:1.2 Wed Apr 17 02:37:50
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-data-seek.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-data-seek">
<refnamediv>
@@ -14,7 +14,7 @@
<methodparam><type>int</type><parameter>row_number</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success, &false; on failure.
+ &return.success;
</para>
<para>
<function>fbsql_data_seek</function> moves the internal row
Index: phpdoc/en/reference/fbsql/functions/fbsql-drop-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-drop-db.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-drop-db.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-drop-db.xml:1.2 Wed Apr 17 02:37:51
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-drop-db.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-drop-db">
<refnamediv>
@@ -16,7 +16,7 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success, &false; on failure.
+ &return.success;
</para>
<para>
<function>fbsql_drop_db</function> attempts to drop (remove) an
Index: phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml:1.2 Wed Apr 17
02:37:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-free-result.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.1 -->
<refentry id="function.fbsql-free-result">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>fbsql_free_result</methodname>
- <methodparam><type>int</type><parameter>result</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
<function>fbsql_free_result</function> will free all memory
Index: phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml:1.2 Wed Apr 17
02:37:53 2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-next-result.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.9 -->
<refentry id="function.fbsql-next-result">
<refnamediv>
@@ -12,7 +12,7 @@
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>fbsql_next_result</methodname>
- <methodparam><type>int</type><parameter>result_id</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>result_id</parameter></methodparam>
</methodsynopsis>
<para>
When sending more than one SQL statement to the server or
Index: phpdoc/en/reference/fbsql/functions/fbsql-rollback.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-rollback.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-rollback.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-rollback.xml:1.2 Wed Apr 17 02:37:54
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-rollback.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.19 -->
<refentry id="function.fbsql-rollback">
<refnamediv>
@@ -15,7 +15,7 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success, &false; on failure.
+ &return.success;
</para>
<para>
<function>fbsql_rollback</function> ends the current transaction by
Index: phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml:1.2 Wed Apr 17 02:37:54
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-start-db.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.19 -->
<refentry id="function.fbsql-start-db">
<refnamediv>
@@ -16,7 +16,7 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success, &false; on failure.
+ &return.success;
</para>
<para>
<function>fbsql_start_db</function>
Index: phpdoc/en/reference/fbsql/functions/fbsql-stop-db.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-stop-db.xml:1.2
phpdoc/en/reference/fbsql/functions/fbsql-stop-db.xml:1.3
--- phpdoc/en/reference/fbsql/functions/fbsql-stop-db.xml:1.2 Wed Apr 17 02:37:54
2002
+++ phpdoc/en/reference/fbsql/functions/fbsql-stop-db.xml Mon May 27 06:16:53
+2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.19 -->
<refentry id="function.fbsql-stop-db">
<refnamediv>
@@ -16,7 +16,7 @@
</parameter></methodparam>
</methodsynopsis>
<para>
- Returns: &true; on success, &false; on failure.
+ &return.success;
</para>
<para>
<function>fbsql_stop_db</function>