From 8214cac81b87051a5a63178006e10e2a2662ec97 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 18 Aug 2004 14:15:21 +0000 Subject: [PATCH] Fix protos from sources git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166691 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-keys.xml | 9 +++++---- .../functions/call-user-method-array.xml | 4 ++-- reference/cpdf/functions/cpdf-open.xml | 3 ++- .../cpdf/functions/cpdf-place-inline-image.xml | 3 ++- .../cpdf/functions/cpdf-set-page-animation.xml | 5 ++++- reference/cpdf/functions/cpdf-text.xml | 4 ++-- reference/cpdf/functions/cpdf-translate.xml | 3 +-- .../cyrus/functions/cyrus-authenticate.xml | 4 +++- reference/dbplus/functions/dbplus-rquery.xml | 4 ++-- reference/dbplus/functions/dbplus-sql.xml | 6 +++--- .../functions/call-user-func-array.xml | 4 ++-- reference/gmp/functions/gmp-init.xml | 5 ++++- reference/hw/functions/hw-document-bodytag.xml | 3 ++- reference/hw/functions/hw-getobject.xml | 4 ++-- reference/hw/functions/hw-identify.xml | 3 ++- reference/hw/functions/hw-insdoc.xml | 6 +++--- reference/hw/functions/hw-modifyobject.xml | 4 ++-- .../functions/ibase-set-event-handler.xml | 12 ++++++++++-- reference/ibase/functions/ibase-wait-event.xml | 10 ++++++++-- reference/image/functions/imagefilter.xml | 18 +++++++++++------- reference/image/functions/imagepstext.xml | 8 ++++---- .../imap/functions/imap-clearflag-full.xml | 4 ++-- reference/imap/functions/imap-search.xml | 4 ++-- reference/imap/functions/imap-setflag-full.xml | 4 ++-- reference/imap/functions/imap-undelete.xml | 3 ++- reference/ircg/functions/ircg-html-encode.xml | 4 +++- reference/ircg/functions/ircg-pconnect.xml | 3 ++- reference/ldap/functions/ldap-parse-result.xml | 8 ++++---- reference/math/functions/max.xml | 3 +-- reference/math/functions/min.xml | 3 +-- .../mbstring/functions/mb-detect-encoding.xml | 7 ++++--- .../functions/mb-ereg-search-setpos.xml | 4 ++-- reference/mcal/functions/mcal-close.xml | 4 ++-- reference/mcal/functions/mcal-delete-event.xml | 4 ++-- .../mcal/functions/mcal-event-set-end.xml | 18 +++++------------- .../mcal/functions/mcal-event-set-start.xml | 17 +++++------------ reference/mcal/functions/mcal-list-alarms.xml | 12 ++++++------ reference/mcal/functions/mcal-list-events.xml | 10 +++++++--- reference/mcal/functions/mcal-reopen.xml | 3 ++- reference/misc/functions/get-browser.xml | 7 ++++++- .../muscat/functions/muscat-setup-net.xml | 3 +-- reference/oci8/functions/oci-lob-copy.xml | 4 +++- reference/oracle/functions/ora-error.xml | 4 ++-- reference/oracle/functions/ora-errorcode.xml | 4 ++-- reference/pgsql/functions/pg-fetch-result.xml | 7 ++++++- reference/pgsql/functions/pg-lo-read.xml | 8 ++++---- reference/pgsql/functions/pg-lo-write.xml | 3 ++- reference/qtdom/functions/qdom-tree.xml | 4 ++-- .../functions/readline-completion-function.xml | 4 ++-- .../functions/readline-read-history.xml | 4 ++-- .../functions/readline-write-history.xml | 4 ++-- reference/strings/functions/strtok.xml | 10 +++++----- .../uodbc/functions/odbc-columnprivileges.xml | 10 +++++----- reference/uodbc/functions/odbc-exec.xml | 3 ++- .../uodbc/functions/odbc-procedurecolumns.xml | 8 ++++---- reference/uodbc/functions/odbc-procedures.xml | 6 +++--- .../uodbc/functions/odbc-tableprivileges.xml | 8 ++++---- .../vpopmail/functions/vpopmail-passwd.xml | 3 ++- reference/xmlrpc/functions/xmlrpc-is-fault.xml | 4 ++-- reference/xslt/functions/xslt-set-log.xml | 4 ++-- reference/yaz/functions/yaz-set-option.xml | 7 ++++++- 61 files changed, 199 insertions(+), 157 deletions(-) diff --git a/reference/array/functions/array-keys.xml b/reference/array/functions/array-keys.xml index ce1052814f..56db3937cd 100644 --- a/reference/array/functions/array-keys.xml +++ b/reference/array/functions/array-keys.xml @@ -1,5 +1,5 @@ - + @@ -11,9 +11,8 @@ arrayarray_keys arrayinput - mixed - search_value - + mixedsearch_value + boolstrict array_keys returns the keys, numeric and @@ -23,6 +22,8 @@ If the optional search_value is specified, then only the keys for that value are returned. Otherwise, all the keys from the input are returned. + As of PHP 5, you can use strict parameter for + comparison including type (===). diff --git a/reference/classobj/functions/call-user-method-array.xml b/reference/classobj/functions/call-user-method-array.xml index f6c0db7560..42535acea0 100644 --- a/reference/classobj/functions/call-user-method-array.xml +++ b/reference/classobj/functions/call-user-method-array.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ mixedcall_user_method_array stringmethod_name object&obj - arrayparamarr + arrayparamarr diff --git a/reference/cpdf/functions/cpdf-open.xml b/reference/cpdf/functions/cpdf-open.xml index 9b45de537c..bdf91ecee5 100644 --- a/reference/cpdf/functions/cpdf-open.xml +++ b/reference/cpdf/functions/cpdf-open.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ intcpdf_open intcompression stringfilename + arraydoc_limits The cpdf_open function opens diff --git a/reference/cpdf/functions/cpdf-place-inline-image.xml b/reference/cpdf/functions/cpdf-place-inline-image.xml index 2df6402c76..ca2c1b826e 100644 --- a/reference/cpdf/functions/cpdf-place-inline-image.xml +++ b/reference/cpdf/functions/cpdf-place-inline-image.xml @@ -1,5 +1,5 @@ - + @@ -17,6 +17,7 @@ floatangle floatwidth floatheight + intgsave intmode diff --git a/reference/cpdf/functions/cpdf-set-page-animation.xml b/reference/cpdf/functions/cpdf-set-page-animation.xml index a8d08dafd0..930ec65520 100644 --- a/reference/cpdf/functions/cpdf-set-page-animation.xml +++ b/reference/cpdf/functions/cpdf-set-page-animation.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,9 @@ intpdf_document inttransition floatduration + floatdirection + intorientation + intinout The cpdf_set_page_animation function set the diff --git a/reference/cpdf/functions/cpdf-text.xml b/reference/cpdf/functions/cpdf-text.xml index 10711c2c77..e3a1e7ecb6 100644 --- a/reference/cpdf/functions/cpdf-text.xml +++ b/reference/cpdf/functions/cpdf-text.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ boolcpdf_text intpdf_document stringtext - floatx-coor + floatx-coor floaty-coor intmode floatorientation diff --git a/reference/cpdf/functions/cpdf-translate.xml b/reference/cpdf/functions/cpdf-translate.xml index e48cae51c7..086157bc93 100644 --- a/reference/cpdf/functions/cpdf-translate.xml +++ b/reference/cpdf/functions/cpdf-translate.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,6 @@ intpdf_document floatx-coor floaty-coor - intmode The cpdf_translate function set the origin of diff --git a/reference/cyrus/functions/cyrus-authenticate.xml b/reference/cyrus/functions/cyrus-authenticate.xml index 849723bde9..e13be77362 100644 --- a/reference/cyrus/functions/cyrus-authenticate.xml +++ b/reference/cyrus/functions/cyrus-authenticate.xml @@ -1,5 +1,5 @@ - + @@ -16,6 +16,8 @@ stringuser intminssf intmaxssf + stringauthname + stringpassword &warn.undocumented.func; diff --git a/reference/dbplus/functions/dbplus-rquery.xml b/reference/dbplus/functions/dbplus-rquery.xml index ca9a225ce9..6bbbc0cd21 100644 --- a/reference/dbplus/functions/dbplus-rquery.xml +++ b/reference/dbplus/functions/dbplus-rquery.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ intdbplus_rquery stringquery - stringdbpath + stringdbpath &warn.experimental.func; diff --git a/reference/dbplus/functions/dbplus-sql.xml b/reference/dbplus/functions/dbplus-sql.xml index b1b3634e24..a217d93869 100644 --- a/reference/dbplus/functions/dbplus-sql.xml +++ b/reference/dbplus/functions/dbplus-sql.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ resourcedbplus_sql stringquery - stringserver - stringdbpath + stringserver + stringdbpath &warn.experimental.func; diff --git a/reference/funchand/functions/call-user-func-array.xml b/reference/funchand/functions/call-user-func-array.xml index 287d905e3b..8e5c2ecbae 100644 --- a/reference/funchand/functions/call-user-func-array.xml +++ b/reference/funchand/functions/call-user-func-array.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ mixedcall_user_func_array callbackfunction - arrayparam_arr + arrayparam_arr Call a user defined function given by diff --git a/reference/gmp/functions/gmp-init.xml b/reference/gmp/functions/gmp-init.xml index a0b556880b..4bf3c70c7c 100644 --- a/reference/gmp/functions/gmp-init.xml +++ b/reference/gmp/functions/gmp-init.xml @@ -1,5 +1,5 @@ - + @@ -11,11 +11,14 @@ resourcegmp_init mixednumber + intbase Creates a GMP number from an integer or string. String representation can be decimal or hexadecimal. In the latter case, the string should start with 0x. + Optional parameter base is available since + PHP 4.1.0. diff --git a/reference/hw/functions/hw-document-bodytag.xml b/reference/hw/functions/hw-document-bodytag.xml index 5aa009346a..398d9a99d9 100644 --- a/reference/hw/functions/hw-document-bodytag.xml +++ b/reference/hw/functions/hw-document-bodytag.xml @@ -1,5 +1,5 @@ - + @@ -11,6 +11,7 @@ stringhw_document_bodytag inthw_document + stringprefix Returns the BODY tag of the document. If the document is an HTML diff --git a/reference/hw/functions/hw-getobject.xml b/reference/hw/functions/hw-getobject.xml index 635a2dd653..7d765adc11 100644 --- a/reference/hw/functions/hw-getobject.xml +++ b/reference/hw/functions/hw-getobject.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ arrayhw_getobject intconnection mixedobjectID - stringquery + stringquery Returns the object record for the object with ID diff --git a/reference/hw/functions/hw-identify.xml b/reference/hw/functions/hw-identify.xml index 10208379ee..f1efaada58 100644 --- a/reference/hw/functions/hw-identify.xml +++ b/reference/hw/functions/hw-identify.xml @@ -1,5 +1,5 @@ - + @@ -10,6 +10,7 @@ Description inthw_identify + intlink stringusername stringpassword diff --git a/reference/hw/functions/hw-insdoc.xml b/reference/hw/functions/hw-insdoc.xml index aec4d8dd87..c45a5f1397 100644 --- a/reference/hw/functions/hw-insdoc.xml +++ b/reference/hw/functions/hw-insdoc.xml @@ -1,5 +1,5 @@ - + @@ -10,10 +10,10 @@ Description inthw_insdoc - intconnection + resourceconnection intparentID stringobject_record - stringtext + stringtext Inserts a new document with attributes as in diff --git a/reference/hw/functions/hw-modifyobject.xml b/reference/hw/functions/hw-modifyobject.xml index e8e8f71f63..ea87fff272 100644 --- a/reference/hw/functions/hw-modifyobject.xml +++ b/reference/hw/functions/hw-modifyobject.xml @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ intobject_to_change arrayremove arrayadd - intmode + intmode This command allows to remove, add, or modify individual attributes diff --git a/reference/ibase/functions/ibase-set-event-handler.xml b/reference/ibase/functions/ibase-set-event-handler.xml index 009c37c2c2..53a4b51d3e 100644 --- a/reference/ibase/functions/ibase-set-event-handler.xml +++ b/reference/ibase/functions/ibase-set-event-handler.xml @@ -1,5 +1,5 @@ - + ibase_set_event_handler @@ -11,7 +11,14 @@ Description resourceibase_set_event_handler - resourceconnection + callbackevent_handler + stringevent_name1 + stringevent_name2 + string... + + + resourceibase_set_event_handler + resourceconnection callbackevent_handler stringevent_name1 stringevent_name2 @@ -22,6 +29,7 @@ events. The callback is called with the event name and the link resource as arguments whenever one of the specified events is posted by the database. The callback must return &false; if the event handler should be canceled. Any other return value is ignored. + This function accepts up to 15 event arguments. diff --git a/reference/ibase/functions/ibase-wait-event.xml b/reference/ibase/functions/ibase-wait-event.xml index ce8e5331e5..309f68d10b 100644 --- a/reference/ibase/functions/ibase-wait-event.xml +++ b/reference/ibase/functions/ibase-wait-event.xml @@ -1,5 +1,5 @@ - + ibase_wait_event @@ -11,7 +11,13 @@ Description stringibase_wait_event - resourceconnection + stringevent_name1 + stringevent_name2 + string... + + + stringibase_wait_event + resourceconnection stringevent_name1 stringevent_name2 string... diff --git a/reference/image/functions/imagefilter.xml b/reference/image/functions/imagefilter.xml index 0a949d3a83..406ac872fc 100644 --- a/reference/image/functions/imagefilter.xml +++ b/reference/image/functions/imagefilter.xml @@ -1,5 +1,5 @@ - + imagefilter @@ -13,12 +13,15 @@ boolimagefilter resourcesrc_im intfiltertype - intargs + intarg1 + intarg2 + intarg3 imagefilter applies the filter filtertype to the image, using - args where necessary. + arg1, arg2 and + arg3 where necessary. filtertype can be one of the following: @@ -38,14 +41,14 @@ IMG_FILTER_BRIGHTNESS: Changes the brightness - of the image. Use args to set the level of + of the image. Use arg1 to set the level of brightness. IMG_FILTER_CONTRAST: Changes the contrast of - the image. Use args to set the level of + the image. Use arg1 to set the level of contrast. @@ -53,7 +56,8 @@ IMG_FILTER_COLORIZE: Like IMG_FILTER_GRAYSCALE, except you can specify the - color. Use 3 separate args, in the form of + color. Use arg1, arg2 and + arg3 in the form of red, blue, green. The range for each color is 0 to 255. @@ -89,7 +93,7 @@ IMG_FILTER_SMOOTH: Makes the image smoother. - Use args to set the level of smoothness. + Use arg1 to set the level of smoothness. diff --git a/reference/image/functions/imagepstext.xml b/reference/image/functions/imagepstext.xml index b5c6251582..cac000f5d5 100644 --- a/reference/image/functions/imagepstext.xml +++ b/reference/image/functions/imagepstext.xml @@ -1,5 +1,5 @@ - + @@ -19,9 +19,9 @@ intx inty intspace - inttightness - floatangle - intantialias_steps + inttightness + floatangle + intantialias_steps foreground is the color in which the text diff --git a/reference/imap/functions/imap-clearflag-full.xml b/reference/imap/functions/imap-clearflag-full.xml index c71a85176a..a03ad095d2 100644 --- a/reference/imap/functions/imap-clearflag-full.xml +++ b/reference/imap/functions/imap-clearflag-full.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ resourcestream stringsequence stringflag - stringoptions + stringoptions This function causes a store to delete the specified diff --git a/reference/imap/functions/imap-search.xml b/reference/imap/functions/imap-search.xml index 816eb6d808..9c1283f58a 100644 --- a/reference/imap/functions/imap-search.xml +++ b/reference/imap/functions/imap-search.xml @@ -1,5 +1,5 @@ - + @@ -15,7 +15,7 @@ arrayimap_search resourceimap_stream stringcriteria - intoptions + intoptions stringcharset diff --git a/reference/imap/functions/imap-setflag-full.xml b/reference/imap/functions/imap-setflag-full.xml index affe44e0dd..4115d06275 100644 --- a/reference/imap/functions/imap-setflag-full.xml +++ b/reference/imap/functions/imap-setflag-full.xml @@ -1,5 +1,5 @@ - + @@ -13,7 +13,7 @@ resourcestream stringsequence stringflag - stringoptions + stringoptions This function causes a store to add the specified diff --git a/reference/imap/functions/imap-undelete.xml b/reference/imap/functions/imap-undelete.xml index 91dcd05623..48ba0821bf 100644 --- a/reference/imap/functions/imap-undelete.xml +++ b/reference/imap/functions/imap-undelete.xml @@ -1,5 +1,5 @@ - + @@ -14,6 +14,7 @@ boolimap_undelete resourceimap_stream intmsg_number + intflags This function removes the deletion flag for a specified message, diff --git a/reference/ircg/functions/ircg-html-encode.xml b/reference/ircg/functions/ircg-html-encode.xml index 6692a3066f..31a9855a25 100644 --- a/reference/ircg/functions/ircg-html-encode.xml +++ b/reference/ircg/functions/ircg-html-encode.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,8 @@ boolircg_html_encode stringhtml_string + boolauto_links + boolconv_br Encodes a HTML string html_string for diff --git a/reference/ircg/functions/ircg-pconnect.xml b/reference/ircg/functions/ircg-pconnect.xml index 3da853bd32..8767c8daa1 100644 --- a/reference/ircg/functions/ircg-pconnect.xml +++ b/reference/ircg/functions/ircg-pconnect.xml @@ -1,5 +1,5 @@ - + @@ -18,6 +18,7 @@ stringmsg_format arrayctcp_messages arrayuser_settings + boolbailout_on_trivial ircg_pconnect will try to establish a diff --git a/reference/ldap/functions/ldap-parse-result.xml b/reference/ldap/functions/ldap-parse-result.xml index 8a6c5e16e2..0e99a681c1 100644 --- a/reference/ldap/functions/ldap-parse-result.xml +++ b/reference/ldap/functions/ldap-parse-result.xml @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ resourcelink resourceresult int&errcode - string&matcheddn - string&errmsg - array&referrals + string&matcheddn + string&errmsg + array&referrals &warn.undocumented.func; diff --git a/reference/math/functions/max.xml b/reference/math/functions/max.xml index 9c4960ae6e..ff5d60c91c 100644 --- a/reference/math/functions/max.xml +++ b/reference/math/functions/max.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,6 @@ mixedmax arraynumbers - array... max returns the numerically highest of the diff --git a/reference/math/functions/min.xml b/reference/math/functions/min.xml index 17852fa143..8e9d32f03c 100644 --- a/reference/math/functions/min.xml +++ b/reference/math/functions/min.xml @@ -1,5 +1,5 @@ - + @@ -17,7 +17,6 @@ mixedmin arraynumbers - array... min returns the numerically lowest of the diff --git a/reference/mbstring/functions/mb-detect-encoding.xml b/reference/mbstring/functions/mb-detect-encoding.xml index 34b18b55aa..c129c1d68a 100644 --- a/reference/mbstring/functions/mb-detect-encoding.xml +++ b/reference/mbstring/functions/mb-detect-encoding.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,8 @@ stringmb_detect_encoding stringstr - mixedencoding-list + mixedencoding_list + boolstrict mb_detect_encoding detects character @@ -19,7 +20,7 @@ detected character encoding. - encoding-list is list of character + encoding_list is list of character encoding. Encoding order may be specified by array or comma separated list string. diff --git a/reference/mbstring/functions/mb-ereg-search-setpos.xml b/reference/mbstring/functions/mb-ereg-search-setpos.xml index f4fc04ea3d..080bd3f533 100644 --- a/reference/mbstring/functions/mb-ereg-search-setpos.xml +++ b/reference/mbstring/functions/mb-ereg-search-setpos.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ Description arraymb_ereg_search_setpos - + intposition &warn.experimental.func; diff --git a/reference/mcal/functions/mcal-close.xml b/reference/mcal/functions/mcal-close.xml index 84ad16d4b8..dccf86728c 100644 --- a/reference/mcal/functions/mcal-close.xml +++ b/reference/mcal/functions/mcal-close.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ intmcal_close intmcal_stream - intflags + intflags Closes the given mcal stream. diff --git a/reference/mcal/functions/mcal-delete-event.xml b/reference/mcal/functions/mcal-delete-event.xml index 2c7f65b843..b0f548d69a 100644 --- a/reference/mcal/functions/mcal-delete-event.xml +++ b/reference/mcal/functions/mcal-delete-event.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ intmcal_delete_event intmcal_stream - intevent_id + intevent_id mcal_delete_event deletes the calendar event diff --git a/reference/mcal/functions/mcal-event-set-end.xml b/reference/mcal/functions/mcal-event-set-end.xml index a2dbf8a5d1..e5f765cf26 100644 --- a/reference/mcal/functions/mcal-event-set-end.xml +++ b/reference/mcal/functions/mcal-event-set-end.xml @@ -1,5 +1,5 @@ - + @@ -15,18 +15,10 @@ intstream intyear intmonth - int - day - - int - hour - - int - min - - int - sec - + intday + inthour + intmin + intsec mcal_event_set_end sets the streams global diff --git a/reference/mcal/functions/mcal-event-set-start.xml b/reference/mcal/functions/mcal-event-set-start.xml index f665a6b61d..89b21a9727 100644 --- a/reference/mcal/functions/mcal-event-set-start.xml +++ b/reference/mcal/functions/mcal-event-set-start.xml @@ -1,5 +1,5 @@ - + @@ -16,17 +16,10 @@ intstream intyear intmonth - int - day - - int - hour - - int - min - int - sec - + intday + inthour + intmin + intsec mcal_event_set_start sets the streams global diff --git a/reference/mcal/functions/mcal-list-alarms.xml b/reference/mcal/functions/mcal-list-alarms.xml index 0d519ffead..9419cb9de5 100644 --- a/reference/mcal/functions/mcal-list-alarms.xml +++ b/reference/mcal/functions/mcal-list-alarms.xml @@ -1,5 +1,5 @@ - + @@ -15,11 +15,11 @@ arraymcal_list_alarms intmcal_stream intbegin_year - intbegin_month - intbegin_day - intend_year - intend_month - intend_day + intbegin_month + intbegin_day + intend_year + intend_month + intend_day Returns an array of event ID's that has an alarm going off diff --git a/reference/mcal/functions/mcal-list-events.xml b/reference/mcal/functions/mcal-list-events.xml index 225f6d9041..f8113aa9b5 100644 --- a/reference/mcal/functions/mcal-list-events.xml +++ b/reference/mcal/functions/mcal-list-events.xml @@ -1,5 +1,5 @@ - + @@ -13,8 +13,12 @@ arraymcal_list_events intmcal_stream - objectbegin_date - objectend_date + intbegin_year + intbegin_month + intbegin_day + intend_year + intend_month + intend_day Returns an array of ID's that are between the start and end diff --git a/reference/mcal/functions/mcal-reopen.xml b/reference/mcal/functions/mcal-reopen.xml index a56b97dae6..22123dc491 100644 --- a/reference/mcal/functions/mcal-reopen.xml +++ b/reference/mcal/functions/mcal-reopen.xml @@ -1,5 +1,5 @@ - + @@ -10,6 +10,7 @@ Description intmcal_reopen + intmcal_stream stringcalendar intoptions diff --git a/reference/misc/functions/get-browser.xml b/reference/misc/functions/get-browser.xml index c5b4847dbf..5486ac47a1 100644 --- a/reference/misc/functions/get-browser.xml +++ b/reference/misc/functions/get-browser.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ objectget_browser stringuser_agent + boolreturn_array get_browser attempts to determine the @@ -30,6 +31,10 @@ major and minor version numbers and ID string; &true;/&false; values for features such as frames, JavaScript, and cookies; and so forth. + As of PHP 4.3.2, if the optional parameter + return_array is &true;, this function will return + array instead of object. You can bypass + user_agent parameter with &null; value. While browscap.ini contains information on diff --git a/reference/muscat/functions/muscat-setup-net.xml b/reference/muscat/functions/muscat-setup-net.xml index 2b71de2bbf..02ed0714da 100644 --- a/reference/muscat/functions/muscat-setup-net.xml +++ b/reference/muscat/functions/muscat-setup-net.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,6 @@ resourcemuscat_setup_net stringmuscat_host - intport &warn.experimental.func; diff --git a/reference/oci8/functions/oci-lob-copy.xml b/reference/oci8/functions/oci-lob-copy.xml index d8b643b601..29ad808fb0 100644 --- a/reference/oci8/functions/oci-lob-copy.xml +++ b/reference/oci8/functions/oci-lob-copy.xml @@ -1,5 +1,5 @@ - + oci_lob_copy @@ -9,6 +9,8 @@ Description booloci_lob_copy + objectlob_to + objectlob_from intlength diff --git a/reference/oracle/functions/ora-error.xml b/reference/oracle/functions/ora-error.xml index f99d0b1f6b..54f70cb188 100644 --- a/reference/oracle/functions/ora-error.xml +++ b/reference/oracle/functions/ora-error.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description stringora_error - resourcecursor_or_connection + resourcecursor_or_connection Returns an error message of the form diff --git a/reference/oracle/functions/ora-errorcode.xml b/reference/oracle/functions/ora-errorcode.xml index 78f691ae7b..5a730a1435 100644 --- a/reference/oracle/functions/ora-errorcode.xml +++ b/reference/oracle/functions/ora-errorcode.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intora_errorcode - resourcecursor_or_connection + resourcecursor_or_connection Returns the numeric error code of the last executed statement on diff --git a/reference/pgsql/functions/pg-fetch-result.xml b/reference/pgsql/functions/pg-fetch-result.xml index 5254de07c1..3e1afef82e 100644 --- a/reference/pgsql/functions/pg-fetch-result.xml +++ b/reference/pgsql/functions/pg-fetch-result.xml @@ -1,5 +1,5 @@ - + @@ -14,6 +14,11 @@ introw mixedfield + + mixedpg_fetch_result + resourceresult + mixedfield + pg_fetch_result returns values from a result resource returned by diff --git a/reference/pgsql/functions/pg-lo-read.xml b/reference/pgsql/functions/pg-lo-read.xml index d306c2a4fb..f7f4a99847 100644 --- a/reference/pgsql/functions/pg-lo-read.xml +++ b/reference/pgsql/functions/pg-lo-read.xml @@ -1,5 +1,5 @@ - + @@ -11,12 +11,12 @@ stringpg_lo_read resourcelarge_object - intlen + intlen pg_lo_read reads at most - len bytes from a large object and returns - it as a string. large_object specifies a + len (defaults to 8192) bytes from a large object and + returns it as a string. large_object specifies a valid large object resource andlen specifies the maximum allowable size of the large object segment. It returns &false; if there is an error. diff --git a/reference/pgsql/functions/pg-lo-write.xml b/reference/pgsql/functions/pg-lo-write.xml index 5105fd6ca7..96628f1326 100644 --- a/reference/pgsql/functions/pg-lo-write.xml +++ b/reference/pgsql/functions/pg-lo-write.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ intpg_lo_write resourcelarge_object stringdata + intlen pg_lo_write writes at most to a large object diff --git a/reference/qtdom/functions/qdom-tree.xml b/reference/qtdom/functions/qdom-tree.xml index db61e70374..5ba978a104 100644 --- a/reference/qtdom/functions/qdom-tree.xml +++ b/reference/qtdom/functions/qdom-tree.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description objectqdom_tree - string + stringdoc &warn.experimental.func; diff --git a/reference/readline/functions/readline-completion-function.xml b/reference/readline/functions/readline-completion-function.xml index 7e60ecef9a..9a67fb0058 100644 --- a/reference/readline/functions/readline-completion-function.xml +++ b/reference/readline/functions/readline-completion-function.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolreadline_completion_function - stringline + stringline This function registers a completion function. You must supply diff --git a/reference/readline/functions/readline-read-history.xml b/reference/readline/functions/readline-read-history.xml index 5e2d8c747e..67d1dfcac1 100644 --- a/reference/readline/functions/readline-read-history.xml +++ b/reference/readline/functions/readline-read-history.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolreadline_read_history - stringfilename + stringfilename This function reads a command history from a file. diff --git a/reference/readline/functions/readline-write-history.xml b/reference/readline/functions/readline-write-history.xml index ac548a3e77..fdd84de3c4 100644 --- a/reference/readline/functions/readline-write-history.xml +++ b/reference/readline/functions/readline-write-history.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolreadline_write_history - stringfilename + stringfilename This function writes the command history to a file. diff --git a/reference/strings/functions/strtok.xml b/reference/strings/functions/strtok.xml index cd677a1b4c..dcfe7b3118 100644 --- a/reference/strings/functions/strtok.xml +++ b/reference/strings/functions/strtok.xml @@ -1,5 +1,5 @@ - + @@ -10,13 +10,13 @@ Description stringstrtok - stringarg1 - stringarg2 + stringstr + stringtoken - strtok splits a string (arg1) + strtok splits a string (str) into smaller strings (tokens), with each token being delimited by any - character from arg2. + character from token. That is, if you have a string like "This is an example string" you could tokenize this string into its individual words by using the space character as the token. diff --git a/reference/uodbc/functions/odbc-columnprivileges.xml b/reference/uodbc/functions/odbc-columnprivileges.xml index d173d13816..26567a5e7d 100644 --- a/reference/uodbc/functions/odbc-columnprivileges.xml +++ b/reference/uodbc/functions/odbc-columnprivileges.xml @@ -1,5 +1,5 @@ - + @@ -14,10 +14,10 @@ intodbc_columnprivileges resourceconnection_id - stringqualifier - stringowner - stringtable_name - stringcolumn_name + stringqualifier + stringowner + stringtable_name + stringcolumn_name Lists columns and associated privileges for the given table. diff --git a/reference/uodbc/functions/odbc-exec.xml b/reference/uodbc/functions/odbc-exec.xml index 0c4bdefbb1..cf23baf552 100644 --- a/reference/uodbc/functions/odbc-exec.xml +++ b/reference/uodbc/functions/odbc-exec.xml @@ -1,5 +1,5 @@ - + @@ -12,6 +12,7 @@ resourceodbc_exec resourceconnection_id stringquery_string + intflags Returns &false; on error. Returns an ODBC diff --git a/reference/uodbc/functions/odbc-procedurecolumns.xml b/reference/uodbc/functions/odbc-procedurecolumns.xml index 0773837609..bcc78b899c 100644 --- a/reference/uodbc/functions/odbc-procedurecolumns.xml +++ b/reference/uodbc/functions/odbc-procedurecolumns.xml @@ -1,5 +1,5 @@ - + @@ -14,9 +14,9 @@ resourceodbc_procedurecolumns resourceconnection_id stringqualifier - stringowner - stringproc - stringcolumn + stringowner + stringproc + stringcolumn Returns the list of input and output parameters, as well as the diff --git a/reference/uodbc/functions/odbc-procedures.xml b/reference/uodbc/functions/odbc-procedures.xml index 8ba7741167..c971221346 100644 --- a/reference/uodbc/functions/odbc-procedures.xml +++ b/reference/uodbc/functions/odbc-procedures.xml @@ -1,5 +1,5 @@ - + @@ -15,8 +15,8 @@ resourceodbc_procedures resourceconnection_id stringqualifier - stringowner - stringname + stringowner + stringname Lists all procedures in the requested range. Returns an ODBC diff --git a/reference/uodbc/functions/odbc-tableprivileges.xml b/reference/uodbc/functions/odbc-tableprivileges.xml index 62fabf723a..15e5178ac1 100644 --- a/reference/uodbc/functions/odbc-tableprivileges.xml +++ b/reference/uodbc/functions/odbc-tableprivileges.xml @@ -1,5 +1,5 @@ - + @@ -13,9 +13,9 @@ intodbc_tableprivileges resourceconnection_id - stringqualifier - stringowner - stringname + stringqualifier + stringowner + stringname Lists tables in the requested range and the privileges associated diff --git a/reference/vpopmail/functions/vpopmail-passwd.xml b/reference/vpopmail/functions/vpopmail-passwd.xml index 0b529924c1..9f05c79a55 100644 --- a/reference/vpopmail/functions/vpopmail-passwd.xml +++ b/reference/vpopmail/functions/vpopmail-passwd.xml @@ -1,5 +1,5 @@ - + @@ -13,6 +13,7 @@ stringuser stringdomain stringpassword + boolapop &warn.experimental.func; diff --git a/reference/xmlrpc/functions/xmlrpc-is-fault.xml b/reference/xmlrpc/functions/xmlrpc-is-fault.xml index d2f15dffe8..33d9100f50 100644 --- a/reference/xmlrpc/functions/xmlrpc-is-fault.xml +++ b/reference/xmlrpc/functions/xmlrpc-is-fault.xml @@ -1,5 +1,5 @@ - + xmlrpc_is_fault @@ -11,7 +11,7 @@ Description boolxmlrpc_is_fault - + arrayarg &warn.experimental.func; diff --git a/reference/xslt/functions/xslt-set-log.xml b/reference/xslt/functions/xslt-set-log.xml index 7f688dc1ef..a921339b86 100644 --- a/reference/xslt/functions/xslt-set-log.xml +++ b/reference/xslt/functions/xslt-set-log.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ voidxslt_set_log resourcexh - mixedlog + mixedlog diff --git a/reference/yaz/functions/yaz-set-option.xml b/reference/yaz/functions/yaz-set-option.xml index 79e2ecb4b1..d8a3454912 100644 --- a/reference/yaz/functions/yaz-set-option.xml +++ b/reference/yaz/functions/yaz-set-option.xml @@ -1,5 +1,5 @@ - + yaz_set_option @@ -13,6 +13,11 @@ stringname stringvalue + + stringyaz_set_option + resourceid + arrayoptions + Sets option name to value.