diff --git a/functions/dbplus.xml b/functions/dbplus.xml index 7a6dfd1f84..c71f219494 100644 --- a/functions/dbplus.xml +++ b/functions/dbplus.xml @@ -1,5 +1,5 @@ - + DB++ Functions DB++ @@ -64,11 +64,11 @@ DB++ Error Codes - - PHP Constant - db++ constant - meaning - + + PHP Constant + db++ constant + meaning + @@ -228,13 +228,19 @@ DBPLUS_ERR_WARNING0 - ERR_WARNING0 The Simple routines - encountered a non fatal error which was corrected + ERR_WARNING0 + + The Simple routines encountered a non fatal error which was + corrected + - DBPLUS_ERR_PANIC ERR_PANIC - The server should not really die but after a disaster - send ERR_PANIC to all its clients + DBPLUS_ERR_PANIC + ERR_PANIC + + The server should not really die but after a disaster + send ERR_PANIC to all its clients + DBPLUS_ERR_FIFO @@ -257,9 +263,12 @@ Only two users - DBPLUS_ERR_USER ERR_USER - An error in the use of the library by an application - programmer + DBPLUS_ERR_USER + ERR_USER + + An error in the use of the library by an application + programmer + DBPLUS_ERR_UNKNOWN @@ -924,14 +933,29 @@ int dbplus_rcreate string name - string domlist - int flag + mixed domlist + boolean overwrite &warn.experimental.func; - Not implemented yet. + dbplus_rcreate will create a new relation + named name. An existing relation by the + same name will only be overwritten if the relation is currently + not in use and overwrite is set to TRUE. + + domlist should contain the domain + specification for the new relation within an array of domain + description strings. ( dbplus_rcreate will + also accept a string with space delimited domain description + strings, but it is recommended to use an array). A domain + description string consists of a domain name unique to this + relation, a slash and a type specification character. See the + db++ documentatiion, especially the dbcreate(1) manpage, for a + description of available type specifiers and their meanings. + + @@ -1027,9 +1051,8 @@ combination of domains specified by domlist. - domlist may be passed as an array of - domain name strings or as a space separated list of names in a - single string. + domlist may be passed as a single domain name + string or as an array of domain names. @@ -1132,9 +1155,8 @@ type type - domlist may be passed as an array of - domain name strings or as a space separated list of names in a - single string. + domlist may be passed as a single domain name + string or as an array of domain names. @@ -1492,4 +1514,4 @@ sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim: ts=1 sw=1 et syntax=sgml ---> +--> \ No newline at end of file