From a695c8a238af87bc175cf4e74118f62531e4a5fb Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Sat, 17 May 2003 13:28:22 +0000 Subject: [PATCH] no space in paramters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127441 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/cpdf/functions/cpdf-import-jpeg.xml | 4 ++-- reference/cpdf/functions/cpdf-set-font.xml | 4 ++-- reference/fbsql/functions/fbsql-create-db.xml | 8 ++++---- reference/msql/functions/msql-createdb.xml | 4 ++-- reference/mysql/functions/mysql-create-db.xml | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/reference/cpdf/functions/cpdf-import-jpeg.xml b/reference/cpdf/functions/cpdf-import-jpeg.xml index 1520c4c16f..868a9de3bd 100644 --- a/reference/cpdf/functions/cpdf-import-jpeg.xml +++ b/reference/cpdf/functions/cpdf-import-jpeg.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ intcpdf_import_jpeg intpdf_document - stringfile name + stringfile_name floatx-coor floaty-coor floatangle diff --git a/reference/cpdf/functions/cpdf-set-font.xml b/reference/cpdf/functions/cpdf-set-font.xml index 3312a24fd4..2958eea0fe 100644 --- a/reference/cpdf/functions/cpdf-set-font.xml +++ b/reference/cpdf/functions/cpdf-set-font.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ voidcpdf_set_font intpdf_document - stringfont name + stringfont_name floatsize stringencoding diff --git a/reference/fbsql/functions/fbsql-create-db.xml b/reference/fbsql/functions/fbsql-create-db.xml index 4b2d3ce5f7..1e45f2ab07 100644 --- a/reference/fbsql/functions/fbsql-create-db.xml +++ b/reference/fbsql/functions/fbsql-create-db.xml @@ -1,5 +1,5 @@ - + @@ -10,15 +10,15 @@ Description boolfbsql_create_db - stringdatabase name + stringdatabase_name resource link_identifier fbsql_create_db attempts to create a new - database on the server associated with the specified link - identifier. + database named database_name on the server + associated with the specified connexion link_identifier. <function>fbsql_create_db</function> example diff --git a/reference/msql/functions/msql-createdb.xml b/reference/msql/functions/msql-createdb.xml index 559aecd065..961ba965d7 100644 --- a/reference/msql/functions/msql-createdb.xml +++ b/reference/msql/functions/msql-createdb.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description intmsql_createdb - stringdatabase name + stringdatabase_name intlink_identifier diff --git a/reference/mysql/functions/mysql-create-db.xml b/reference/mysql/functions/mysql-create-db.xml index dbc31c22ed..e6e8b3be6e 100644 --- a/reference/mysql/functions/mysql-create-db.xml +++ b/reference/mysql/functions/mysql-create-db.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolmysql_create_db - stringdatabase name + stringdatabase_name resource link_identifier