From 1c97ada4eb9279924e3a36578829f76160e16486 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Fri, 11 May 2001 07:37:44 +0000 Subject: [PATCH] boolean -> bool git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47094 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/aspell.xml | 4 ++-- functions/dbx.xml | 4 ++-- functions/fbsql.xml | 14 +++++++------- functions/fdf.xml | 18 +++++++++--------- functions/http.xml | 2 +- functions/ldap.xml | 8 ++++---- functions/misc.xml | 8 ++++---- functions/ovrimos.xml | 10 +++++----- functions/pspell.xml | 6 +++--- functions/readline.xml | 8 ++++---- functions/recode.xml | 2 +- functions/sesam.xml | 14 +++++++------- functions/snmp.xml | 4 ++-- 13 files changed, 51 insertions(+), 51 deletions(-) diff --git a/functions/aspell.xml b/functions/aspell.xml index da81cec752..4f3a57d823 100644 --- a/functions/aspell.xml +++ b/functions/aspell.xml @@ -61,7 +61,7 @@ $aspell_link=aspell_new ("english"); Description - boolean aspell_check + bool aspell_check int dictionary_link string word @@ -97,7 +97,7 @@ if (aspell_check ($aspell_link, "testt")) { Description - boolean aspell_check_raw + bool aspell_check_raw int dictionary_link string word diff --git a/functions/dbx.xml b/functions/dbx.xml index b68a8751b4..678298f8d1 100644 --- a/functions/dbx.xml +++ b/functions/dbx.xml @@ -34,7 +34,7 @@ Description - boolean dbx_close + bool dbx_close dbx_link_object link_identifier @@ -379,7 +379,7 @@ dbx_close($link); Description - boolean dbx_sort + bool dbx_sort dbx_result_object result string user_compare_function diff --git a/functions/fbsql.xml b/functions/fbsql.xml index 197518807f..1b64706452 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -92,11 +92,11 @@ Description - boolean fbsql_autocommit + bool fbsql_autocommit resource link_identifier - boolean + bool OnOff @@ -276,7 +276,7 @@ Description - boolean fbsql_create_db + bool fbsql_create_db string database name resource @@ -319,7 +319,7 @@ Description - boolean fbsql_data_seek + bool fbsql_data_seek resource result_identifier int row_number @@ -418,7 +418,7 @@ Description - boolean fbsql_drop_db + bool fbsql_drop_db string database_name resource @@ -1719,8 +1719,8 @@ while ($i < fbsql_num_rows ($result)) { Description - boolean fbsql_warnings - boolean + bool fbsql_warnings + bool OnOff diff --git a/functions/fdf.xml b/functions/fdf.xml index 1dd5585fa4..cbe6496ed1 100644 --- a/functions/fdf.xml +++ b/functions/fdf.xml @@ -149,7 +149,7 @@ fdf_close($fdf); Description - boolean fdf_close + bool fdf_close int fdf_document @@ -268,7 +268,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_value + bool fdf_set_value int fdf_document string fieldname string value @@ -323,7 +323,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_ap + bool fdf_set_ap int fdf_document string field_name int face @@ -349,7 +349,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_status + bool fdf_set_status int fdf_document string status @@ -396,7 +396,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_file + bool fdf_set_file int fdf_document string filename @@ -446,7 +446,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_flags + bool fdf_set_flags int fdf_document string fieldname int whichFlags @@ -472,7 +472,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_opt + bool fdf_set_opt int fdf_document string fieldname int element @@ -499,7 +499,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_submit_form_action + bool fdf_set_submit_form_action int fdf_document string fieldname int trigger @@ -526,7 +526,7 @@ unlink("outtest.fdf"); Description - boolean fdf_set_javascript_action + bool fdf_set_javascript_action int fdf_document string fieldname int trigger diff --git a/functions/http.xml b/functions/http.xml index 3177f4bd36..e1b186d10b 100644 --- a/functions/http.xml +++ b/functions/http.xml @@ -106,7 +106,7 @@ header ("Pragma: no-cache"); // HTTP/1.0 Description - boolean headers_sent + bool headers_sent void diff --git a/functions/ldap.xml b/functions/ldap.xml index 7893f66d0a..29d532df8f 100644 --- a/functions/ldap.xml +++ b/functions/ldap.xml @@ -918,7 +918,7 @@ return_value[i]["attribute"][j] = jth value of attribute in ith entry Description - boolean ldap_get_option + bool ldap_get_option int link_identifier int option mixed retval @@ -1375,12 +1375,12 @@ for ($i=0; $i<$info["count"]; $i++) Description - boolean ldap_rename + bool ldap_rename int link_identifier string dn string newrdn string newparent - boolean deleteoldrdn + bool deleteoldrdn @@ -1555,7 +1555,7 @@ print $info["count"]." entries returned<p>"; Description - boolean ldap_set_option + bool ldap_set_option int link_identifier int option mixed newval diff --git a/functions/misc.xml b/functions/misc.xml index d8529795e2..73a3423149 100644 --- a/functions/misc.xml +++ b/functions/misc.xml @@ -501,7 +501,7 @@ Mozilla/4.5 [en] (X11; U; Linux 2.2.9 i586)<hr> Description - boolean highlight_file + bool highlight_file string filename @@ -601,7 +601,7 @@ http://your.server.com/source/path/to/script.php Description - boolean highlight_string + bool highlight_string string str @@ -871,7 +871,7 @@ $binarydata = pack ("nvc*", 0x1234, 0x5678, 65, 66); Description - boolean show_source + bool show_source string filename @@ -936,7 +936,7 @@ $binarydata = pack ("nvc*", 0x1234, 0x5678, 65, 66); int uniqid string prefix - boolean + bool lcg diff --git a/functions/ovrimos.xml b/functions/ovrimos.xml index 01f0bdfd5b..1b66484a78 100644 --- a/functions/ovrimos.xml +++ b/functions/ovrimos.xml @@ -234,7 +234,7 @@ if ($conn!=0) { Description - boolean ovrimos_execute + bool ovrimos_execute int result_id array parameters_array @@ -318,7 +318,7 @@ if ($conn!=0) { Description - boolean ovrimos_fetch_into + bool ovrimos_fetch_into int result_id array result_array string @@ -390,7 +390,7 @@ if ($conn!=0) { Description - boolean ovrimos_fetch_row + bool ovrimos_fetch_row int result_id int how @@ -482,7 +482,7 @@ if ($conn != 0) { Description - boolean ovrimos_result_all + bool ovrimos_result_all int result_id string format @@ -744,7 +744,7 @@ if ($conn != 0) { Description - boolean ovrimos_free_result + bool ovrimos_free_result int result_id diff --git a/functions/pspell.xml b/functions/pspell.xml index 399f02927f..f7c92503a8 100644 --- a/functions/pspell.xml +++ b/functions/pspell.xml @@ -86,7 +86,7 @@ pspell_save_wordlist ($pspell_link); Description - boolean pspell_check + bool pspell_check int dictionary_link string word @@ -426,7 +426,7 @@ pspell_check ($pspell_link, "thecat"); int pspell_config_runtogether int dictionary_link - boolean flag + bool flag @@ -465,7 +465,7 @@ pspell_check ($pspell_link, "thecat"); int pspell_config_save_repl int dictionary_link - boolean flag + bool flag diff --git a/functions/readline.xml b/functions/readline.xml index fcd8396e90..15da752021 100644 --- a/functions/readline.xml +++ b/functions/readline.xml @@ -89,7 +89,7 @@ print_r (readline_info()); Description - boolean readline_clear_history + bool readline_clear_history void @@ -108,7 +108,7 @@ print_r (readline_info()); Description - boolean + bool readline_completion_function string line @@ -186,7 +186,7 @@ print_r (readline_info()); Description - boolean + bool readline_read_history string filename @@ -208,7 +208,7 @@ print_r (readline_info()); Description - boolean + bool readline_write_history string filename diff --git a/functions/recode.xml b/functions/recode.xml index 721315f7a3..fd859a65eb 100644 --- a/functions/recode.xml +++ b/functions/recode.xml @@ -87,7 +87,7 @@ print recode_string ("us..flat", "The following character has a d Description - boolean recode_file + bool recode_file string request resource input resource output diff --git a/functions/sesam.xml b/functions/sesam.xml index 14a6c06a4b..8b8c454abb 100644 --- a/functions/sesam.xml +++ b/functions/sesam.xml @@ -495,7 +495,7 @@ INSERT INTO multi_field_test (pkey, multi(2..3) ) Description - boolean sesam_connect + bool sesam_connect string catalog string schema string user @@ -556,7 +556,7 @@ if (!sesam_connect ("mycatalog", "myschema", "otto") Description - boolean sesam_disconnect + bool sesam_disconnect @@ -606,7 +606,7 @@ if (sesam_connect ("mycatalog", "myschema", "otto")) { Description - boolean sesam_settransaction + bool sesam_settransaction int isolation_level int read_only @@ -727,7 +727,7 @@ sesam_settransaction (SESAM_TXISOL_REPEATABLE_READ, Description - boolean sesam_commit + bool sesam_commit @@ -778,7 +778,7 @@ if (sesam_connect ("mycatalog", "myschema", "otto")) { Description - boolean sesam_rollback + bool sesam_rollback @@ -885,7 +885,7 @@ print ("sqlstate = ".$err["sqlstate"]."\n". string sesam_query string query - boolean + bool scrollable @@ -1882,7 +1882,7 @@ sesam_free_result ($result); Description - boolean sesam_seek_row + bool sesam_seek_row string result_id int whence int diff --git a/functions/snmp.xml b/functions/snmp.xml index eff037293b..0218a8521c 100644 --- a/functions/snmp.xml +++ b/functions/snmp.xml @@ -233,7 +233,7 @@ for (reset($a); $i = key($a); next($a)) { Description - boolean snmp_get_quick_print + bool snmp_get_quick_print void @@ -276,7 +276,7 @@ $quickprint = snmp_get_quick_print(); void snmp_set_quick_print - boolean quick_print + bool quick_print