From 081b3536bdc304930186c0f39c4a707022606ccd Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Fri, 28 Feb 2003 23:54:26 +0000 Subject: [PATCH] making see also and example title consistent git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118512 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/msql/functions/msql-fetch-array.xml | 4 ++-- reference/msql/functions/msql-select-db.xml | 5 +++-- reference/mssql/functions/mssql-close.xml | 11 ++++++----- reference/mssql/functions/mssql-fetch-object.xml | 6 +++--- reference/mssql/functions/mssql-fetch-row.xml | 5 +++-- reference/mssql/functions/mssql-num-fields.xml | 5 +++-- reference/mssql/functions/mssql-num-rows.xml | 5 +++-- reference/mssql/functions/mssql-query.xml | 5 +++-- reference/mysql/functions/mysql-drop-db.xml | 10 +++++----- reference/mysql/functions/mysql-errno.xml | 4 ++-- reference/mysql/functions/mysql-fetch-array.xml | 4 ++-- reference/mysql/functions/mysql-num-fields.xml | 8 ++++---- reference/mysql/functions/mysql-num-rows.xml | 4 ++-- 13 files changed, 41 insertions(+), 35 deletions(-) diff --git a/reference/msql/functions/msql-fetch-array.xml b/reference/msql/functions/msql-fetch-array.xml index b8dbe8f834..98d5cae411 100644 --- a/reference/msql/functions/msql-fetch-array.xml +++ b/reference/msql/functions/msql-fetch-array.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ a significant added value. - For further details, also see + See also msql_fetch_row. diff --git a/reference/msql/functions/msql-select-db.xml b/reference/msql/functions/msql-select-db.xml index 3da357f46e..7f1dcdf63f 100644 --- a/reference/msql/functions/msql-select-db.xml +++ b/reference/msql/functions/msql-select-db.xml @@ -1,5 +1,5 @@ - + @@ -29,7 +29,8 @@ made on the active database. - See also: msql_connect, + See also + msql_connect, msql_pconnect, and msql_query. diff --git a/reference/mssql/functions/mssql-close.xml b/reference/mssql/functions/mssql-close.xml index 0b453c8355..936d4a62c7 100644 --- a/reference/mssql/functions/mssql-close.xml +++ b/reference/mssql/functions/mssql-close.xml @@ -1,5 +1,5 @@ - + @@ -12,15 +12,15 @@ intmssql_close intlink_identifier - - Returns: &true; on success, &false; on error. - mssql_close closes the link to a MS SQL Server database that's associated with the specified 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 @@ -31,7 +31,8 @@ generated by mssql_pconnect. - See also: mssql_connect, + See also + mssql_connect, and mssql_pconnect. diff --git a/reference/mssql/functions/mssql-fetch-object.xml b/reference/mssql/functions/mssql-fetch-object.xml index da9648c146..2f4b4722a5 100644 --- a/reference/mssql/functions/mssql-fetch-object.xml +++ b/reference/mssql/functions/mssql-fetch-object.xml @@ -1,5 +1,5 @@ - + @@ -31,8 +31,8 @@ See also - mssql_fetch-array, and - mssql_fetch-row. + mssql_fetch_array, and + mssql_fetch_row. diff --git a/reference/mssql/functions/mssql-fetch-row.xml b/reference/mssql/functions/mssql-fetch-row.xml index 072b901c10..669ae55c93 100644 --- a/reference/mssql/functions/mssql-fetch-row.xml +++ b/reference/mssql/functions/mssql-fetch-row.xml @@ -1,5 +1,5 @@ - + @@ -28,7 +28,8 @@ more rows. - See also: mssql_fetch_array, + See also + mssql_fetch_array, mssql_fetch_object, mssql_data_seek, mssql_fetch_lengths, and diff --git a/reference/mssql/functions/mssql-num-fields.xml b/reference/mssql/functions/mssql-num-fields.xml index 43dc61c2de..d2c05f9c44 100644 --- a/reference/mssql/functions/mssql-num-fields.xml +++ b/reference/mssql/functions/mssql-num-fields.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,8 @@ fields in a result set. - See also: mssql_db_query, + See also + mssql_db_query, mssql_query, mssql_fetch_field, and mssql_num_rows. diff --git a/reference/mssql/functions/mssql-num-rows.xml b/reference/mssql/functions/mssql-num-rows.xml index c1608ea165..0ce4674d17 100644 --- a/reference/mssql/functions/mssql-num-rows.xml +++ b/reference/mssql/functions/mssql-num-rows.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,8 @@ a result set. - See also: mssql_db_query, + See also + mssql_db_query, mssql_query, and mssql_fetch_row. diff --git a/reference/mssql/functions/mssql-query.xml b/reference/mssql/functions/mssql-query.xml index ba459e9c71..f13c8d79b0 100644 --- a/reference/mssql/functions/mssql-query.xml +++ b/reference/mssql/functions/mssql-query.xml @@ -1,5 +1,5 @@ - + @@ -26,7 +26,8 @@ mssql_connect was called, and use it. - See also: mssql_db_query, + See also + mssql_db_query, mssql_select_db, and mssql_connect. diff --git a/reference/mysql/functions/mysql-drop-db.xml b/reference/mysql/functions/mysql-drop-db.xml index 4ee2c488b1..c145ce6ca7 100644 --- a/reference/mysql/functions/mysql-drop-db.xml +++ b/reference/mysql/functions/mysql-drop-db.xml @@ -1,5 +1,5 @@ - + @@ -15,14 +15,14 @@ link_identifier - - &return.success; - mysql_drop_db attempts to drop (remove) an entire database from the server associated with the specified link identifier. + + &return.success; + For downward compatibility mysql_dropdb can also be used. This is deprecated, however. @@ -35,7 +35,7 @@ - See also: mysql_create_db, + See also mysql_create_db, and mysql_query. diff --git a/reference/mysql/functions/mysql-errno.xml b/reference/mysql/functions/mysql-errno.xml index d089c0b34f..aed6075d5c 100644 --- a/reference/mysql/functions/mysql-errno.xml +++ b/reference/mysql/functions/mysql-errno.xml @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@ make sure you check the value before calling another MySQL function. - mysql_errno Example + <function>mysql_errno</function> example - + @@ -124,7 +124,7 @@ select table1.field as foo table2.field as bar from table1, table2 - For further details, see also + See also mysql_fetch_row and mysql_fetch_assoc. diff --git a/reference/mysql/functions/mysql-num-fields.xml b/reference/mysql/functions/mysql-num-fields.xml index 78feffaf4d..9a7848c2f8 100644 --- a/reference/mysql/functions/mysql-num-fields.xml +++ b/reference/mysql/functions/mysql-num-fields.xml @@ -1,5 +1,5 @@ - + @@ -14,13 +14,13 @@ mysql_num_fields returns the number of - fields in a result set. + fields in the result set result. - See also: + See also mysql_select_db, mysql_query, - mysql_fetch_field, + mysql_fetch_field, and mysql_num_rows. For downward compatibility mysql_numfields diff --git a/reference/mysql/functions/mysql-num-rows.xml b/reference/mysql/functions/mysql-num-rows.xml index 85fc2da2db..ae54415d62 100644 --- a/reference/mysql/functions/mysql-num-rows.xml +++ b/reference/mysql/functions/mysql-num-rows.xml @@ -1,5 +1,5 @@ - + @@ -45,7 +45,7 @@ echo "$num_rows Rows\n"; - See also: + See also mysql_affected_rows, mysql_connect, mysql_data_seek,