From ec75fe638b64a5df2f4c4a6bec45a8ca077e7d62 Mon Sep 17 00:00:00 2001 From: Daniel Convissor Date: Sun, 9 May 2010 02:51:44 +0000 Subject: [PATCH] Clean up properties: use style.oop for descriptions, clean up docbook in some descriptions, fix refnames where needed. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299166 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/maxdb/functions/maxdb-affected-rows.xml | 2 +- reference/maxdb/functions/maxdb-errno.xml | 2 +- reference/maxdb/functions/maxdb-error.xml | 3 ++- reference/maxdb/functions/maxdb-fetch-lengths.xml | 6 +++--- reference/maxdb/functions/maxdb-field-tell.xml | 11 ++++------- reference/maxdb/functions/maxdb-get-host-info.xml | 2 +- reference/maxdb/functions/maxdb-get-proto-info.xml | 2 +- reference/maxdb/functions/maxdb-get-server-info.xml | 2 +- .../maxdb/functions/maxdb-get-server-version.xml | 3 ++- reference/maxdb/functions/maxdb-info.xml | 4 ++-- reference/maxdb/functions/maxdb-insert-id.xml | 2 +- reference/maxdb/functions/maxdb-num-fields.xml | 6 +++--- reference/maxdb/functions/maxdb-num-rows.xml | 3 ++- reference/maxdb/functions/maxdb-sqlstate.xml | 2 +- .../maxdb/functions/maxdb-stmt-affected-rows.xml | 4 ++-- reference/maxdb/functions/maxdb-stmt-errno.xml | 4 ++-- reference/maxdb/functions/maxdb-stmt-error.xml | 4 ++-- reference/maxdb/functions/maxdb-stmt-init.xml | 2 +- reference/maxdb/functions/maxdb-stmt-num-rows.xml | 6 +++--- reference/maxdb/functions/maxdb-stmt-param-count.xml | 6 +++--- reference/maxdb/functions/maxdb-thread-id.xml | 2 +- reference/maxdb/functions/maxdb-warning-count.xml | 2 +- 22 files changed, 40 insertions(+), 40 deletions(-) diff --git a/reference/maxdb/functions/maxdb-affected-rows.xml b/reference/maxdb/functions/maxdb-affected-rows.xml index 6ffda957d9..7225974afe 100644 --- a/reference/maxdb/functions/maxdb-affected-rows.xml +++ b/reference/maxdb/functions/maxdb-affected-rows.xml @@ -14,7 +14,7 @@ intmaxdb_affected_rows resourcelink - Object oriented style (property): + &style.oop; maxdb intaffected_rows diff --git a/reference/maxdb/functions/maxdb-errno.xml b/reference/maxdb/functions/maxdb-errno.xml index e49552f432..0278af1d55 100644 --- a/reference/maxdb/functions/maxdb-errno.xml +++ b/reference/maxdb/functions/maxdb-errno.xml @@ -14,7 +14,7 @@ intmaxdb_errno resourcelink - Object oriented style (property): + &style.oop; maxdb interrno diff --git a/reference/maxdb/functions/maxdb-error.xml b/reference/maxdb/functions/maxdb-error.xml index 4572515719..0c5ce9d943 100644 --- a/reference/maxdb/functions/maxdb-error.xml +++ b/reference/maxdb/functions/maxdb-error.xml @@ -3,6 +3,7 @@ maxdb_error + maxdb->error Returns a string description of the last error @@ -13,7 +14,7 @@ stringmaxdb_error resourcelink - Object oriented style (property) + &style.oop; maxdb stringerror diff --git a/reference/maxdb/functions/maxdb-fetch-lengths.xml b/reference/maxdb/functions/maxdb-fetch-lengths.xml index ebd283ce41..7f1456d5c3 100644 --- a/reference/maxdb/functions/maxdb-fetch-lengths.xml +++ b/reference/maxdb/functions/maxdb-fetch-lengths.xml @@ -3,7 +3,7 @@ maxdb_fetch_lengths - result->lengths + maxdb_result->lengths Returns the lengths of the columns of the current row in the result set @@ -14,9 +14,9 @@ arraymaxdb_fetch_lengths resourceresult - Object oriented style (property): + &style.oop; - result + maxdb_result arraylengths diff --git a/reference/maxdb/functions/maxdb-field-tell.xml b/reference/maxdb/functions/maxdb-field-tell.xml index 58c9845154..8c1ea8d403 100644 --- a/reference/maxdb/functions/maxdb-field-tell.xml +++ b/reference/maxdb/functions/maxdb-field-tell.xml @@ -3,7 +3,7 @@ maxdb_field_tell - result->current_field + maxdb_result->current_field Get current field offset of a result pointer @@ -14,13 +14,10 @@ intmaxdb_field_tell resourceresult - Object oriented style (property): + &style.oop; - result - - int - current_field - + maxdb_result + intcurrent_field Returns the position of the field cursor used for the last diff --git a/reference/maxdb/functions/maxdb-get-host-info.xml b/reference/maxdb/functions/maxdb-get-host-info.xml index bcefc1d6d0..ba05b03a7a 100644 --- a/reference/maxdb/functions/maxdb-get-host-info.xml +++ b/reference/maxdb/functions/maxdb-get-host-info.xml @@ -14,7 +14,7 @@ stringmaxdb_get_host_info resourcelink - Object oriented style (property): + &style.oop; maxdb stringhost_info diff --git a/reference/maxdb/functions/maxdb-get-proto-info.xml b/reference/maxdb/functions/maxdb-get-proto-info.xml index b559400657..44e4264cc7 100644 --- a/reference/maxdb/functions/maxdb-get-proto-info.xml +++ b/reference/maxdb/functions/maxdb-get-proto-info.xml @@ -14,7 +14,7 @@ intmaxdb_get_proto_info resourcelink - Object oriented style (property): + &style.oop; maxdb stringprotocol_version diff --git a/reference/maxdb/functions/maxdb-get-server-info.xml b/reference/maxdb/functions/maxdb-get-server-info.xml index 8066a4e073..0341430921 100644 --- a/reference/maxdb/functions/maxdb-get-server-info.xml +++ b/reference/maxdb/functions/maxdb-get-server-info.xml @@ -14,7 +14,7 @@ stringmaxdb_get_server_info resourcelink - Object oriented style (property): + &style.oop; maxdb stringserver_info diff --git a/reference/maxdb/functions/maxdb-get-server-version.xml b/reference/maxdb/functions/maxdb-get-server-version.xml index 5f0c7a000c..420283b7a4 100644 --- a/reference/maxdb/functions/maxdb-get-server-version.xml +++ b/reference/maxdb/functions/maxdb-get-server-version.xml @@ -3,6 +3,7 @@ maxdb_get_server_version + maxdb->server_version Returns the version of the MaxDB server as an integer @@ -13,7 +14,7 @@ intmaxdb_get_server_version resourcelink - Object oriented style (property): + &style.oop; maxdb intserver_version diff --git a/reference/maxdb/functions/maxdb-info.xml b/reference/maxdb/functions/maxdb-info.xml index 57dcd11bc3..2aca8ecd65 100644 --- a/reference/maxdb/functions/maxdb-info.xml +++ b/reference/maxdb/functions/maxdb-info.xml @@ -14,10 +14,10 @@ stringmaxdb_info resourcelink - Object oriented style (property) + &style.oop; maxdb - stringinfo + stringinfo The maxdb_info function returns a string providing diff --git a/reference/maxdb/functions/maxdb-insert-id.xml b/reference/maxdb/functions/maxdb-insert-id.xml index cd87e65285..3d1206c40b 100644 --- a/reference/maxdb/functions/maxdb-insert-id.xml +++ b/reference/maxdb/functions/maxdb-insert-id.xml @@ -14,7 +14,7 @@ mixedmaxdb_insert_id resourcelink - Object oriented style (property): + &style.oop; maxdb mixedinsert_id diff --git a/reference/maxdb/functions/maxdb-num-fields.xml b/reference/maxdb/functions/maxdb-num-fields.xml index cb2ace1267..918cb55d99 100644 --- a/reference/maxdb/functions/maxdb-num-fields.xml +++ b/reference/maxdb/functions/maxdb-num-fields.xml @@ -3,7 +3,7 @@ maxdb_num_fields - result->field_count + maxdb_result->field_count Get the number of fields in a result @@ -14,9 +14,9 @@ intmaxdb_num_fields resourceresult - Object oriented style (property): + &style.oop; - result + maxdb_result intfield_count diff --git a/reference/maxdb/functions/maxdb-num-rows.xml b/reference/maxdb/functions/maxdb-num-rows.xml index 86e7ab0fed..f1034198e3 100644 --- a/reference/maxdb/functions/maxdb-num-rows.xml +++ b/reference/maxdb/functions/maxdb-num-rows.xml @@ -3,6 +3,7 @@ maxdb_num_rows + maxdb->num_rows Gets the number of rows in a result @@ -13,7 +14,7 @@ intmaxdb_num_rows resourceresult - Object oriented style (property): + &style.oop; maxdb intnum_rows diff --git a/reference/maxdb/functions/maxdb-sqlstate.xml b/reference/maxdb/functions/maxdb-sqlstate.xml index 8db94ef60c..e0da6c24d4 100644 --- a/reference/maxdb/functions/maxdb-sqlstate.xml +++ b/reference/maxdb/functions/maxdb-sqlstate.xml @@ -14,7 +14,7 @@ stringmaxdb_sqlstate resourcelink - Object oriented style (property): + &style.oop; maxdb stringsqlstate diff --git a/reference/maxdb/functions/maxdb-stmt-affected-rows.xml b/reference/maxdb/functions/maxdb-stmt-affected-rows.xml index 0599b67ef3..a79e6c9917 100644 --- a/reference/maxdb/functions/maxdb-stmt-affected-rows.xml +++ b/reference/maxdb/functions/maxdb-stmt-affected-rows.xml @@ -16,9 +16,9 @@ intmaxdb_stmt_affected_rows resourcestmt - Object oriented style (property): + &style.oop; - stmt + maxdb_stmt intaffected_rows diff --git a/reference/maxdb/functions/maxdb-stmt-errno.xml b/reference/maxdb/functions/maxdb-stmt-errno.xml index 5f9189f731..8b64ffc774 100644 --- a/reference/maxdb/functions/maxdb-stmt-errno.xml +++ b/reference/maxdb/functions/maxdb-stmt-errno.xml @@ -14,9 +14,9 @@ intmaxdb_stmt_errno resourcestmt - Object oriented style (property): + &style.oop; - stmt + maxdb_stmt interrno diff --git a/reference/maxdb/functions/maxdb-stmt-error.xml b/reference/maxdb/functions/maxdb-stmt-error.xml index 4ef43720c5..6ad560aa91 100644 --- a/reference/maxdb/functions/maxdb-stmt-error.xml +++ b/reference/maxdb/functions/maxdb-stmt-error.xml @@ -14,9 +14,9 @@ stringmaxdb_stmt_error resourcestmt - Object oriented style (property): + &style.oop; - stmt + maxdb_stmt stringerror diff --git a/reference/maxdb/functions/maxdb-stmt-init.xml b/reference/maxdb/functions/maxdb-stmt-init.xml index dc88ee889e..257cee52e6 100644 --- a/reference/maxdb/functions/maxdb-stmt-init.xml +++ b/reference/maxdb/functions/maxdb-stmt-init.xml @@ -14,7 +14,7 @@ resourcemaxdb_stmt_init resourcelink - Object oriented style (property): + &style.oop; maxdb diff --git a/reference/maxdb/functions/maxdb-stmt-num-rows.xml b/reference/maxdb/functions/maxdb-stmt-num-rows.xml index 244128434b..3f8325db7a 100644 --- a/reference/maxdb/functions/maxdb-stmt-num-rows.xml +++ b/reference/maxdb/functions/maxdb-stmt-num-rows.xml @@ -3,7 +3,7 @@ maxdb_stmt_num_rows - stmt->num_rows + maxdb_stmt->num_rows Return the number of rows in statements result set @@ -14,9 +14,9 @@ intmaxdb_stmt_num_rows resourcestmt - Object oriented style (property): + &style.oop; - stmt + maxdb_stmt intnum_rows diff --git a/reference/maxdb/functions/maxdb-stmt-param-count.xml b/reference/maxdb/functions/maxdb-stmt-param-count.xml index 70047ab476..6d63b68c9e 100644 --- a/reference/maxdb/functions/maxdb-stmt-param-count.xml +++ b/reference/maxdb/functions/maxdb-stmt-param-count.xml @@ -3,7 +3,7 @@ maxdb_stmt_param_count - stmt->param_count + maxdb_stmt->param_count Returns the number of parameter for the given statement @@ -14,9 +14,9 @@ intmaxdb_stmt_param_count resourcestmt - Object oriented style (property): + &style.oop; - stmt + maxdb_stmt intparam_count diff --git a/reference/maxdb/functions/maxdb-thread-id.xml b/reference/maxdb/functions/maxdb-thread-id.xml index 8a2ed7be68..f37d9288f9 100644 --- a/reference/maxdb/functions/maxdb-thread-id.xml +++ b/reference/maxdb/functions/maxdb-thread-id.xml @@ -14,7 +14,7 @@ intmaxdb_thread_id resourcelink - Object oriented style (property): + &style.oop; maxdb intthread_id diff --git a/reference/maxdb/functions/maxdb-warning-count.xml b/reference/maxdb/functions/maxdb-warning-count.xml index 75fc9b3eca..06f92fa96d 100644 --- a/reference/maxdb/functions/maxdb-warning-count.xml +++ b/reference/maxdb/functions/maxdb-warning-count.xml @@ -14,7 +14,7 @@ intmaxdb_warning_count resourcelink - Object oriented style (property): + &style.oop; maxdb intwarning_count