SF.net SVN: geany: [2678] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Jun 10 16:44:11 UTC 2008


Revision: 2678
          http://geany.svn.sourceforge.net/geany/?rev=2678&view=rev
Author:   eht16
Date:     2008-06-10 09:44:00 -0700 (Tue, 10 Jun 2008)

Log Message:
-----------
Change format of PHP tags file to internal tagmanager format since it is auto-generated and is read maybe a little bit faster.
Add auto-generated notice and timestamp at the beginning of the file.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/php.tags
    trunk/scripts/create_php_tags.php
    trunk/tagmanager/tm_tag.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-06-10 16:39:17 UTC (rev 2677)
+++ trunk/ChangeLog	2008-06-10 16:44:00 UTC (rev 2678)
@@ -11,6 +11,10 @@
    Add create_py_tags.py to create a global tags file for Python
    (thanks to Dominic Hopf).
    Add generated Python tags file (Python 2.5).
+ * data/php.tags, scripts/create_php_tags.php, tagmanager/tm_tag.c:
+   Change format of PHP tags file to internal tagmanager format since
+   it is auto-generated and is read maybe a little bit faster.
+   Add auto-generated notice and timestamp at the beginning of the file.
 
 
 2008-06-10  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/data/php.tags
===================================================================
--- trunk/data/php.tags	2008-06-10 16:39:17 UTC (rev 2677)
+++ trunk/data/php.tags	2008-06-10 16:44:00 UTC (rev 2678)
@@ -1,2379 +1,2380 @@
-abs|int|(int number)|
-acosh|float|(float number)|
-acos|float|(float number)|
-addFile|bool|(string filepath[, string entryname[, int start [, int length]]])|
-addFromString|bool|(string name, string content)|
-addcslashes|binary|(binary str, binary charlist)|
-addslashes|string|(string str)|
-apache_child_terminate|bool|()|
-apache_child_terminate|bool|()|
-apache_get_modules|array|()|
-apache_get_modules|array|()|
-apache_get_modules|array|()|
-apache_get_modules|array|()|
-apache_get_version|string|()|
-apache_get_version|string|()|
-apache_get_version|string|()|
-apache_get_version|string|()|
-apache_getenv|bool|(string variable [, bool walk_to_top])|
-apache_getenv|bool|(string variable [, bool walk_to_top])|
-apache_lookup_uri|object|(string URI)|
-apache_lookup_uri|object|(string URI)|
-apache_note|string|(string note_name [, string note_value])|
-apache_note|string|(string note_name [, string note_value])|
-apache_note|string|(string note_name [, string note_value])|
-apache_note|string|(string note_name [, string note_value])|
-apache_request_auth_name|string|()|
-apache_request_auth_type|string|()|
-apache_request_discard_request_body|long|()|
-apache_request_err_headers_out|array|([{string name|array list} [, string value [, bool replace = false]]])|
-apache_request_headers_in|array|()|
-apache_request_headers_out|array|([{string name|array list} [, string value [, bool replace = false]]])|
-apache_request_headers|array|()|
-apache_request_headers|array|()|
-apache_request_is_initial_req|bool|()|
-apache_request_log_error|boolean|(string message, [long facility])|
-apache_request_meets_conditions|long|()|
-apache_request_remote_host|int|([int type])|
-apache_request_run|long|()|
-apache_request_satisfies|long|()|
-apache_request_server_port|int|()|
-apache_request_set_etag|void|()|
-apache_request_set_last_modified|void|()|
-apache_request_some_auth_required|bool|()|
-apache_request_sub_req_lookup_file|object|(string file)|
-apache_request_sub_req_lookup_uri|object|(string uri)|
-apache_request_sub_req_method_uri|object|(string method, string uri)|
-apache_request_update_mtime|long|([int dependency_mtime])|
-apache_reset_timeout|bool|()|
-apache_response_headers|array|()|
-apache_response_headers|array|()|
-apache_response_headers|array|()|
-apache_response_headers|array|()|
-apache_setenv|bool|(string variable, string value [, bool walk_to_top])|
-apache_setenv|bool|(string variable, string value [, bool walk_to_top])|
-apache_setenv|bool|(string variable, string value [, bool walk_to_top])|
-apache_setenv|bool|(string variable, string value [, bool walk_to_top])|
-array_change_key_case|array|(array input [, int case=CASE_LOWER])|
-array_chunk|array|(array input, int size [, bool preserve_keys])|
-array_combine|array|(array keys, array values)|
-array_count_values|array|(array input)|
-array_diff_assoc|array|(array arr1, array arr2 [, array ...])|
-array_diff_key|array|(array arr1, array arr2 [, array ...])|
-array_diff_uassoc|array|(array arr1, array arr2 [, array ...], callback key_comp_func)|
-array_diff_ukey|array|(array arr1, array arr2 [, array ...], callback key_comp_func)|
-array_diff|array|(array arr1, array arr2 [, array ...])|
-array_fill_keys|array|(array keys, mixed val)|
-array_fill|array|(int start_key, int num, mixed val)|
-array_filter|array|(array input [, mixed callback])|
-array_flip|array|(array input)|
-array_intersect_assoc|array|(array arr1, array arr2 [, array ...])|
-array_intersect_key|array|(array arr1, array arr2 [, array ...])|
-array_intersect_uassoc|array|(array arr1, array arr2 [, array ...], callback key_compare_func)|
-array_intersect_ukey|array|(array arr1, array arr2 [, array ...], callback key_compare_func)|
-array_intersect|array|(array arr1, array arr2 [, array ...])|
-array_key_exists|bool|(mixed key, array search)|
-array_keys|array|(array input [, mixed search_value[, bool strict]])|
-array_map|array|(mixed callback, array input1 [, array input2 ,...])|
-array_merge_recursive|array|(array arr1, array arr2 [, array ...])|
-array_merge|array|(array arr1, array arr2 [, array ...])|
-array_multisort|bool|(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]], ...])|
-array_pad|array|(array input, int pad_size, mixed pad_value)|
-array_pop|mixed|(array stack)|
-array_product|mixed|(array input)|
-array_push|int|(array stack, mixed var [, mixed ...])|
-array_rand|mixed|(array input [, int num_req])|
-array_reduce|mixed|(array input, mixed callback [, int initial])|
-array_reverse|array|(array input [, bool preserve keys])|
-array_search|mixed|(mixed needle, array haystack [, bool strict])|
-array_shift|mixed|(array stack)|
-array_slice|array|(array input, int offset [, int length [, bool preserve_keys]])|
-array_splice|array|(array input, int offset [, int length [, array replacement]])|
-array_sum|mixed|(array input)|
-array_udiff_assoc|array|(array arr1, array arr2 [, array ...], callback data_comp_func)|
-array_udiff_uassoc|array|(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)|
-array_udiff|array|(array arr1, array arr2 [, array ...], callback data_comp_func)|
-array_uintersect_assoc|array|(array arr1, array arr2 [, array ...], callback data_compare_func)|
-array_uintersect_uassoc|array|(array arr1, array arr2 [, array ...], callback data_compare_func, callback key_compare_func)|
-array_uintersect|array|(array arr1, array arr2 [, array ...], callback data_compare_func)|
-array_unique|array|(array input)|
-array_unshift|int|(array stack, mixed var [, mixed ...])|
-array_values|array|(array input)|
-array_walk_recursive|bool|(array input, mixed callback [, mixed userdata])|
-array_walk|bool|(array input, mixed callback [, mixed userdata])|
-arsort|bool|(array &array_arg [, int sort_flags])|
-asinh|float|(float number)|
-asin|float|(float number)|
-asort|bool|(array &array_arg [, int sort_flags])|
-assert_options|mixed|(int what [, mixed value])|
-assert|int|(string|bool assertion)|
-atan2|float|(float y, float x)|
-atanh|float|(float number)|
-atan|float|(float number)|
-base64_decode|binary|(binary str[, bool strict])|
-base64_encode|binary|(binary str)|
-base_convert|string|(string number, int frombase, int tobase)|
-basename|string|(string path [, string suffix])|
-bcadd|string|(string left_operand, string right_operand [, int scale])|
-bccomp|int|(string left_operand, string right_operand [, int scale])|
-bcdiv|string|(string left_operand, string right_operand [, int scale])|
-bcmod|string|(string left_operand, string right_operand)|
-bcmul|string|(string left_operand, string right_operand [, int scale])|
-bcpowmod|string|(string x, string y, string mod [, int scale])|
-bcpow|string|(string x, string y [, int scale])|
-bcscale|bool|(int scale)|
-bcsqrt|string|(string operand [, int scale])|
-bcsub|string|(string left_operand, string right_operand [, int scale])|
-bin2hex|string|(string data)|
-bindec|int|(string binary_number)|
-bindtextdomain|string|(string domain_name, string dir)|
-birdstep_autocommit|bool|(int index)|
-birdstep_close|bool|(int id)|
-birdstep_commit|bool|(int index)|
-birdstep_connect|int|(string server, string user, string pass)|
-birdstep_exec|int|(int index, string exec_str)|
-birdstep_fetch|bool|(int index)|
-birdstep_fieldname|string|(int index, int col)|
-birdstep_fieldnum|int|(int index)|
-birdstep_freeresult|bool|(int index)|
-birdstep_off_autocommit|bool|(int index)|
-birdstep_result|mixed|(int index, int col)|
-birdstep_rollback|bool|(int index)|
-bzcompress|string|(string source [, int blocksize100k [, int workfactor]])|
-bzdecompress|string|(string source [, int small])|
-bzerrno|int|(resource bz)|
-bzerror|array|(resource bz)|
-bzerrstr|string|(resource bz)|
-bzopen|resource|(string|int file|fp, string mode)|
-bzread|string|(resource bz[, int length])|
-cal_days_in_month|int|(int calendar, int month, int year)|
-cal_from_jd|array|(int jd, int calendar)|
-cal_info|array|([int calendar])|
-cal_to_jd|int|(int calendar, int month, int day, int year)|
-call_user_func_array|mixed|(string function_name, array parameters)|
-call_user_func|mixed|(mixed function_name [, mixed parmeter] [, mixed ...])|
-call_user_method_array|mixed|(string method_name, mixed object, array params)|
-call_user_method|mixed|(string method_name, mixed object [, mixed parameter] [, mixed ...])|
-ceil|float|(float number)|
-char_enum_names|bool|(callback Callback, int start, int limit[, int extended = false])|
-char_enum_types|bool|(callback Callback)|
-char_from_digit|char|(int digit[, int radix = 10])|
-char_from_name|char|(string charname[, bool extended = false])|
-char_get_age|string|(char c)|
-char_get_combining_class|int|(char text)|
-char_get_digit_value|int|(char text[, int radix])|
-char_get_direction|int|(char c)|
-char_get_mirrored|char|(char c)|
-char_get_name|string|(char c[, bool extended = false])|
-char_get_numeric_value|float|(char text)|
-char_get_property_from_name|int|(string property_name)|
-char_get_property_max_value|int|(int property)|
-char_get_property_min_value|int|(int property)|
-char_get_property_name|string|(int property)|
-char_get_property_value_from_name|int|(int property, string value_name)|
-char_get_property_value_name|string|(int property, int value[, int name_choice])|
-char_get_property_value|int|(char c, int property)|
-char_get_type|int|(char c)|
-char_has_binary_property|bool|(string text, int property)|
-char_is_alnum|bool|(string text)|
-char_is_alphabetic|bool|(string text)|
-char_is_alpha|bool|(string text)|
-char_is_base|bool|(string text)|
-char_is_blank|bool|(string text)|
-char_is_cntrl|bool|(string text)|
-char_is_defined|bool|(string text)|
-char_is_digit|bool|(string text)|
-char_is_graph|bool|(string text)|
-char_is_id_ignorable|bool|(string text)|
-char_is_id_part|bool|(string text)|
-char_is_id_start|bool|(string text)|
-char_is_iso_control|bool|(string text)|
-char_is_lower|bool|(string text)|
-char_is_mirrored|bool|(string text)|
-char_is_print|bool|(string text)|
-char_is_punct|bool|(string text)|
-char_is_space|bool|(string text)|
-char_is_titlecase|bool|(string text)|
-char_is_uppercase|bool|(string text)|
-char_is_upper|bool|(string text)|
-char_is_valid|bool|(char c)|
-char_is_whitespace|bool|(string text)|
-char_is_xdigit|bool|(string text)|
-chdir|bool|(string directory)|
-checkdate|bool|(int month, int day, int year)|
-chgrp|bool|(string filename, mixed group)|
-chmod|bool|(string filename, int mode)|
-chroot|bool|(string directory)|
-chr|string|(int codepoint)|
-chunk_split|string|(string str [, int chunklen [, string ending]])|
-class_exists|bool|(string classname [, bool autoload])|
-class_implements|array|(mixed what [, bool autoload ])|
-class_parents|array|(object instance)|
-clearstatcache|void|()|
-closedir|void|([resource dir_handle])|
-closelog|bool|()|
-close|bool|()|
-collator_compare|int|(Collator coll, string str1, string str2)|
-collator_create|Collator|(string locale)|
-collator_get_attribute|int|(Collator coll, int attribute)|
-collator_get_default|Collator|()|
-collator_get_strength|int|(Collator coll)|
-collator_set_attribute|bool|(Collator coll, int attribute, int value)|
-collator_set_default|void|(Collator coll)|
-collator_set_strength|void|(Collator coll, int strength)|
-collator_sort|array|(Collator coll, array input)|
-com_create_guid|string|()|
-com_event_sink|bool|(object comobject, object sinkobject [, mixed sinkinterface])|
-com_get_active_object|object|(string progid [, int code_page ])|
-com_load_typelib|bool|(string typelib_name [, int case_insensitive])|
-com_message_pump|bool|([int timeoutms])|
-com_print_typeinfo|bool|(object comobject | string typelib, string dispinterface, bool wantsink)|
-compact|array|(mixed var_names [, mixed ...])|
-confirm_extname_compiled|string|(string arg)|
-connection_aborted|int|()|
-connection_status|int|()|
-constant|mixed|(string const_name)|
-convert_cyr_string|string|(string str, string from, string to)|
-convert_uudecode|string|(string data)|
-convert_uuencode|string|(string data)|
-copy|bool|(string source_file, string destination_file[, resource context])|
-cosh|float|(float number)|
-cos|float|(float number)|
-count_chars|mixed|(string input [, int mode])|
-count|int|(mixed var [, int mode])|
-crash|void|()|
-crc32|string|(string str)|
-createEmptyDir|bool|(string dirname)|
-create_function|string|(string args, string code)|
-crypt|string|(string str [, string salt])|
-ctype_alnum|bool|(mixed c)|
-ctype_alpha|bool|(mixed c)|
-ctype_cntrl|bool|(mixed c)|
-ctype_digit|bool|(mixed c)|
-ctype_graph|bool|(mixed c)|
-ctype_lower|bool|(mixed c)|
-ctype_print|bool|(mixed c)|
-ctype_punct|bool|(mixed c)|
-ctype_space|bool|(mixed c)|
-ctype_upper|bool|(mixed c)|
-ctype_xdigit|bool|(mixed c)|
-curl_close|void|(resource ch)|
-curl_copy_handle|resource|(resource ch)|
-curl_errno|int|(resource ch)|
-curl_error|string|(resource ch)|
-curl_exec|bool|(resource ch)|
-curl_getinfo|mixed|(resource ch [, int option])|
-curl_init|resource|([string url])|
-curl_multi_add_handle|int|(resource mh, resource ch)|
-curl_multi_close|void|(resource mh)|
-curl_multi_exec|int|(resource mh, int &still_running)|
-curl_multi_getcontent|string|(resource ch)|
-curl_multi_info_read|array|(resource mh [, long msgs_in_queue])|
-curl_multi_init|resource|()|
-curl_multi_remove_handle|int|(resource mh, resource ch)|
-curl_multi_select|int|(resource mh[, double timeout])|
-curl_setopt_array|bool|(resource ch, array options)|
-curl_setopt|bool|(resource ch, int option, mixed value)|
-curl_version|array|([int version])|
-current|mixed|(array array_arg)|
-date_create|DateTime|([string time[, DateTimeZone object]])|
-date_date_set|void|(DateTime object, long year, long month, long day)|
-date_default_timezone_get|string|()|
-date_default_timezone_set|bool|(string timezone_identifier)|
-date_format_locale|string|(DateTime object, string format)|
-date_format|string|(DateTime object, string format)|
-date_isodate_set|void|(DateTime object, long year, long week[, long day])|
-date_modify|void|(DateTime object, string modify)|
-date_offset_get|long|(DateTime object)|
-date_parse|array|(string date)|
-date_sun_info|array|(long time, float latitude, float longitude)|
-date_sunrise|mixed|(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])|
-date_sunset|mixed|(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])|
-date_time_set|void|(DateTime object, long hour, long minute[, long second])|
-date_timezone_get|DateTimeZone|(DateTime object)|
-date_timezone_set|void|(DateTime object, DateTimeZone object)|
-date|string|(string format [, long timestamp])|
-dba_close|void|(resource handle)|
-dba_delete|bool|(string key, resource handle)|
-dba_exists|bool|(string key, resource handle)|
-dba_fetch|string|(string key, [int skip ,] resource handle)|
-dba_firstkey|string|(resource handle)|
-dba_handlers|array|([bool full_info])|
-dba_insert|bool|(string key, string value, resource handle)|
-dba_list|array|()|
-dba_nextkey|string|(resource handle)|
-dba_open|resource|(string path, string mode [, string handlername, string ...])|
-dba_optimize|bool|(resource handle)|
-dba_popen|resource|(string path, string mode [, string handlername, string ...])|
-dba_replace|bool|(string key, string value, resource handle)|
-dba_sync|bool|(resource handle)|
-dbase_add_record|bool|(int identifier, array data)|
-dbase_close|bool|(int identifier)|
-dbase_create|bool|(string filename, array fields)|
-dbase_delete_record|bool|(int identifier, int record)|
-dbase_get_header_info|array|(int database_handle)|
-dbase_get_record_with_names|array|(int identifier, int record)|
-dbase_get_record|array|(int identifier, int record)|
-dbase_numfields|int|(int identifier)|
-dbase_numrecords|int|(int identifier)|
-dbase_open|int|(string name, int mode)|
-dbase_pack|bool|(int identifier)|
-dbase_replace_record|bool|(int identifier, array data, int recnum)|
-dcgettext|binary|(string domain_name, string msgid, int category)|
-debug_backtrace|array|()|
-debug_print_backtrace|void|()|
-debug_zval_dump|void|(mixed var)|
-decbin|string|(int decimal_number)|
-dechex|string|(int decimal_number)|
-decoct|string|(int decimal_number)|
-define_syslog_variables|void|()|
-defined|bool|(string constant_name)|
-define|bool|(string constant_name, mixed value, boolean case_sensitive=true)|
-deg2rad|float|(float number)|
-deleteIndex|bool|(int index)|
-deleteName|bool|(string name)|
-dgettext|binary|(string domain_name, string msgid)|
-dirname|string|(string path)|
-dir|object|(string directory[, resource context])|
-disk_free_space|float|(string path)|
-disk_total_space|float|(string path)|
-display_disabled_function|void|()|
-dl|int|(string extension_filename)|
-dns_check_record|int|(string host [, string type])|
-dns_get_mx|bool|(string hostname, array mxhosts [, array weight])|
-dom_attr_is_id|boolean|()|
-dom_characterdata_append_data|void|(string arg)|
-dom_characterdata_delete_data|void|(int offset, int count)|
-dom_characterdata_insert_data|void|(int offset, string arg)|
-dom_characterdata_replace_data|void|(int offset, int count, string arg)|
-dom_characterdata_substring_data|string|(int offset, int count)|
-dom_document_adopt_node|DOMNode|(DOMNode source)|
-dom_document_create_attribute_ns|DOMAttr|(string namespaceURI, string qualifiedName)|
-dom_document_create_attribute|DOMAttr|(string name)|
-dom_document_create_cdatasection|DOMCdataSection|(string data)|
-dom_document_create_comment|DOMComment|(string data)|
-dom_document_create_document_fragment|DOMDocumentFragment|()|
-dom_document_create_element_ns|DOMElement|(string namespaceURI, string qualifiedName [,string value])|
-dom_document_create_element|DOMElement|(string tagName [, string value])|
-dom_document_create_entity_reference|DOMEntityReference|(string name)|
-dom_document_create_processing_instruction|DOMProcessingInstruction|(string target, string data)|
-dom_document_create_text_node|DOMText|(string data)|
-dom_document_get_element_by_id|DOMElement|(string elementId)|
-dom_document_get_elements_by_tag_name_ns|DOMNodeList|(string namespaceURI, string localName)|
-dom_document_get_elements_by_tag_name|DOMNodeList|(string tagname)|
-dom_document_import_node|DOMNode|(DOMNode importedNode, boolean deep)|
-dom_document_load_html_file|DOMNode|(string source)|
-dom_document_load_html|DOMNode|(string source)|
-dom_document_loadxml|DOMNode|(string source [, int options])|
-dom_document_load|DOMNode|(string source [, int options])|
-dom_document_normalize_document|void|()|
-dom_document_relaxNG_validate_file|boolean|(string filename)|
-dom_document_relaxNG_validate_xml|boolean|(string source)|
-dom_document_rename_node|DOMNode|(node n, string namespaceURI, string qualifiedName)|
-dom_document_save_html_file|int|(string file)|
-dom_document_save_html|string|()|
-dom_document_savexml|string|([node n])|
-dom_document_save|int|(string file)|
-dom_document_schema_validate_file|boolean|(string filename)|
-dom_document_schema_validate|boolean|(string source)|
-dom_document_validate|boolean|()|
-dom_document_xinclude|int|([int options])|
-dom_domconfiguration_can_set_parameter|boolean|(string name, domuserdata value)|
-dom_domconfiguration_get_parameter|domdomuserdata|(string name)|
-dom_domconfiguration_set_parameter|dom_void|(string name, domuserdata value)|
-dom_domerrorhandler_handle_error|dom_boolean|(domerror error)|
-dom_domimplementation_create_document_type|DOMDocumentType|(string qualifiedName, string publicId, string systemId)|
-dom_domimplementation_create_document|DOMDocument|(string namespaceURI, string qualifiedName, DOMDocumentType doctype)|
-dom_domimplementation_get_feature|DOMNode|(string feature, string version)|
-dom_domimplementation_has_feature|boolean|(string feature, string version)|
-dom_domimplementationlist_item|domdomimplementation|(int index)|
-dom_domimplementationsource_get_domimplementations|domimplementationlist|(string features)|
-dom_domimplementationsource_get_domimplementation|domdomimplementation|(string features)|
-dom_domstringlist_item|domstring|(int index)|
-dom_element_get_attribute_node_ns|DOMAttr|(string namespaceURI, string localName)|
-dom_element_get_attribute_node|DOMAttr|(string name)|
-dom_element_get_attribute_ns|string|(string namespaceURI, string localName)|
-dom_element_get_attribute|string|(string name)|
-dom_element_get_elements_by_tag_name_ns|DOMNodeList|(string namespaceURI, string localName)|
-dom_element_get_elements_by_tag_name|DOMNodeList|(string name)|
-dom_element_has_attribute_ns|boolean|(string namespaceURI, string localName)|
-dom_element_has_attribute|boolean|(string name)|
-dom_element_remove_attribute_node|DOMAttr|(DOMAttr oldAttr)|
-dom_element_remove_attribute_ns|void|(string namespaceURI, string localName)|
-dom_element_remove_attribute|void|(string name)|
-dom_element_set_attribute_node_ns|DOMAttr|(DOMAttr newAttr)|
-dom_element_set_attribute_node|DOMAttr|(DOMAttr newAttr)|
-dom_element_set_attribute_ns|void|(string namespaceURI, string qualifiedName, string value)|
-dom_element_set_attribute|void|(string name, string value)|
-dom_element_set_id_attribute_node|void|(attr idAttr, boolean isId)|
-dom_element_set_id_attribute_ns|void|(string namespaceURI, string localName, boolean isId)|
-dom_element_set_id_attribute|void|(string name, boolean isId)|
-dom_import_simplexml|somNode|(sxeobject node)|
-dom_namednodemap_get_named_item_ns|DOMNode|(string namespaceURI, string localName)|
-dom_namednodemap_get_named_item|DOMNode|(string name)|
-dom_namednodemap_item|DOMNode|(int index)|
-dom_namednodemap_remove_named_item_ns|DOMNode|(string namespaceURI, string localName)|
-dom_namednodemap_remove_named_item|DOMNode|(string name)|
-dom_namednodemap_set_named_item_ns|DOMNode|(DOMNode arg)|
-dom_namednodemap_set_named_item|DOMNode|(DOMNode arg)|
-dom_namelist_get_namespace_uri|string|(int index)|
-dom_namelist_get_name|string|(int index)|
-dom_node_append_child|DomNode|(DomNode newChild)|
-dom_node_clone_node|DomNode|(boolean deep)|
-dom_node_compare_document_position|short|(DomNode other)|
-dom_node_get_feature|DomNode|(string feature, string version)|
-dom_node_get_user_data|DomUserData|(string key)|
-dom_node_has_attributes|boolean|()|
-dom_node_has_child_nodes|boolean|()|
-dom_node_insert_before|domnode|(DomNode newChild, DomNode refChild)|
-dom_node_is_default_namespace|boolean|(string namespaceURI)|
-dom_node_is_equal_node|boolean|(DomNode arg)|
-dom_node_is_same_node|boolean|(DomNode other)|
-dom_node_is_supported|boolean|(string feature, string version)|
-dom_node_lookup_namespace_uri|string|(string prefix)|
-dom_node_lookup_prefix|string|(string namespaceURI)|
-dom_node_normalize|void|()|
-dom_node_remove_child|DomNode|(DomNode oldChild)|
-dom_node_replace_child|DomNode|(DomNode newChild, DomNode oldChild)|
-dom_node_set_user_data|DomUserData|(string key, DomUserData data, userdatahandler handler)|
-dom_nodelist_item|DOMNode|(int index)|
-dom_string_extend_find_offset16|int|(int offset32)|
-dom_string_extend_find_offset32|int|(int offset16)|
-dom_text_is_whitespace_in_element_content|boolean|()|
-dom_text_replace_whole_text|DOMText|(string content)|
-dom_text_split_text|DOMText|(int offset)|
-dom_userdatahandler_handle|dom_void|(short operation, string key, domobject data, node src, node dst)|
-dom_xpath_evaluate|mixed|(string expr [,DOMNode context])|
-dom_xpath_query|DOMNodeList|(string expr [,DOMNode context])|
-dom_xpath_register_ns|boolean|(string prefix, string uri)|
-dom_xpath_register_php_functions|void|()|
-each|array|(array arr)|
-easter_date|int|([int year])|
-easter_days|int|([int year, [int method]])|
-end|mixed|(array array_arg)|
-ereg_replace|string|(string pattern, string replacement, string string)|
-eregi_replace|string|(string pattern, string replacement, string string)|
-eregi|int|(string pattern, string string [, array registers])|
-ereg|int|(string pattern, string string [, array registers])|
-error_get_last|array|()|
-error_log|bool|(string message [, int message_type [, string destination [, string extra_headers]]])|
-error_reporting|int|(int new_error_level=null)|
-escapeshellarg|string|(string arg)|
-escapeshellcmd|string|(string command)|
-exec|string|(string command [, array &output [, int &return_value]])|
-exif_imagetype|int|(string imagefile)|
-exif_read_data|array|(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]])|
-exif_tagname|string|(index)|
-exif_thumbnail|string|(string filename [, &width, &height [, &imagetype]])|
-explode|array|(string separator, string str [, int limit])|
-expm1|float|(float number)|
-exp|float|(float number)|
-extension_loaded|bool|(string extension_name)|
-extract|int|(array var_array [, int extract_type [, string prefix]])|
-ezmlm_hash|int|(string addr)|
-fbsql_affected_rows|int|([resource link_identifier])|
-fbsql_autocommit|bool|(resource link_identifier [, bool OnOff])|
-fbsql_blob_size|int|(string blob_handle [, resource link_identifier])|
-fbsql_change_user|int|(string user, string password [, string database [, resource link_identifier]])|
-fbsql_clob_size|int|(string clob_handle [, resource link_identifier])|
-fbsql_close|bool|([resource link_identifier])|
-fbsql_commit|bool|([resource link_identifier])|
-fbsql_connect|resource|([string hostname [, string username [, string password]]])|
-fbsql_create_blob|string|(string blob_data [, resource link_identifier])|
-fbsql_create_clob|string|(string clob_data [, resource link_identifier])|
-fbsql_create_db|bool|(string database_name [, resource link_identifier [, string database_options]])|
-fbsql_data_seek|bool|(int result, int row_number)|
-fbsql_database_password|string|(resource link_identifier [, string database_password])|
-fbsql_database|string|(resource link_identifier [, string database])|
-fbsql_db_query|resource|(string database_name, string query [, resource link_identifier])|
-fbsql_db_status|int|(string database_name [, resource link_identifier])|
-fbsql_drop_db|int|(string database_name [, resource link_identifier])|
-fbsql_errno|int|([resource link_identifier])|
-fbsql_error|string|([resource link_identifier])|
-fbsql_fetch_array|array|(resource result [, int result_type])|
-fbsql_fetch_assoc|object|(resource result)|
-fbsql_fetch_field|object|(int result [, int field_index])|
-fbsql_fetch_lengths|array|(int result)|
-fbsql_fetch_object|object|(resource result [, int result_type])|
-fbsql_fetch_row|array|(resource result)|
-fbsql_field_flags|string|(int result [, int field_index])|
-fbsql_field_len|mixed|(int result [, int field_index])|
-fbsql_field_name|string|(int result [, int field_index])|
-fbsql_field_seek|bool|(int result [, int field_index])|
-fbsql_field_table|string|(int result [, int field_index])|
-fbsql_field_type|string|(int result [, int field_index])|
-fbsql_free_result|bool|(resource result)|
-fbsql_get_autostart_info|array|([resource link_identifier])|
-fbsql_hostname|string|(resource link_identifier [, string host_name])|
-fbsql_insert_id|int|([resource link_identifier])|
-fbsql_list_dbs|resource|([resource link_identifier])|
-fbsql_list_fields|resource|(string database_name, string table_name [, resource link_identifier])|
-fbsql_list_tables|resource|(string database [, int link_identifier])|
-fbsql_next_result|bool|(int result)|
-fbsql_num_fields|int|(int result)|
-fbsql_num_rows|int|(int result)|
-fbsql_password|string|(resource link_identifier [, string password])|
-fbsql_pconnect|resource|([string hostname [, string username [, string password]]])|
-fbsql_query|resource|(string query [, resource link_identifier [, long batch_size]])|
-fbsql_read_blob|string|(string blob_handle [, resource link_identifier])|
-fbsql_read_clob|string|(string clob_handle [, resource link_identifier])|
-fbsql_result|mixed|(int result [, int row [, mixed field]])|
-fbsql_rollback|bool|([resource link_identifier])|
-fbsql_rows_fetched|int|(resource result)|
-fbsql_select_db|bool|([string database_name [, resource link_identifier]])|
-fbsql_set_characterset|void|(resource link_identifier, long charcterset [, long in_out_both]])|
-fbsql_set_lob_mode|bool|(resource result, int lob_mode)|
-fbsql_set_password|bool|(resource link_identifier, string user, string password, string old_password)|
-fbsql_set_transaction|void|(resource link_identifier, int locking, int isolation)|
-fbsql_start_db|bool|(string database_name [, resource link_identifier [, string database_options]])|
-fbsql_stop_db|bool|(string database_name [, resource link_identifier])|
-fbsql_table_name|string|(resource result, int index)|
-fbsql_username|string|(resource link_identifier [, string username])|
-fbsql_warnings|bool|([int flag])|
-fclose|bool|(resource fp)|
-fdf_add_doc_javascript|bool|(resource fdfdoc, string scriptname, string script)|
-fdf_add_template|bool|(resource fdfdoc, int newpage, string filename, string template, int rename)|
-fdf_close|void|(resource fdfdoc)|
-fdf_create|resource|()|
-fdf_enum_values|bool|(resource fdfdoc, callback function [, mixed userdata])|
-fdf_errno|int|()|
-fdf_error|string|([int errno])|
-fdf_get_ap|bool|(resource fdfdoc, string fieldname, int face, string filename)|
-fdf_get_attachment|array|(resource fdfdoc, string fieldname, string savepath)|
-fdf_get_encoding|string|(resource fdf)|
-fdf_get_file|string|(resource fdfdoc)|
-fdf_get_flags|int|(resorce fdfdoc, string fieldname, int whichflags)|
-fdf_get_opt|mixed|(resource fdfdof, string fieldname [, int element])|
-fdf_get_status|string|(resource fdfdoc)|
-fdf_get_value|string|(resource fdfdoc, string fieldname [, int which])|
-fdf_get_version|string|([resource fdfdoc])|
-fdf_header|void|()|
-fdf_next_field_name|string|(resource fdfdoc [, string fieldname])|
-fdf_open_string|resource|(string fdf_data)|
-fdf_open|resource|(string filename)|
-fdf_remove_item|bool|(resource fdfdoc, string fieldname, int item)|
-fdf_save_string|string|(resource fdfdoc)|
-fdf_save|bool|(resource fdfdoc [, string filename])|
-fdf_set_ap|bool|(resource fdfdoc, string fieldname, int face, string filename, int pagenr)|
-fdf_set_encoding|bool|(resource fdf_document, string encoding)|
-fdf_set_file|bool|(resource fdfdoc, string filename [, string target_frame])|
-fdf_set_flags|bool|(resource fdfdoc, string fieldname, int whichflags, int newflags)|
-fdf_set_javascript_action|bool|(resource fdfdoc, string fieldname, int whichtrigger, string script)|
-fdf_set_on_import_javascript|bool|(resource fdfdoc, string script, bool before_data_import)|
-fdf_set_opt|bool|(resource fdfdoc, string fieldname, int element, string value, string name)|
-fdf_set_status|bool|(resource fdfdoc, string status)|
-fdf_set_submit_form_action|bool|(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)|
-fdf_set_target_frame|bool|(resource fdfdoc, string target)|
-fdf_set_value|bool|(resource fdfdoc, string fieldname, mixed value [, int isname])|
-fdf_set_version|bool|(resourece fdfdoc, string version)|
-feof|bool|(resource fp)|
-fflush|bool|(resource fp)|
-fgetcsv|array|(resource fp [,int length [, string delimiter [, string enclosure[, string escape]]]])|
-fgetc|string|(resource fp)|
-fgetss|string|(resource fp [, int lengthish, string allowable_tags])|
-fgets|string|(resource fp[, int lengthish])|
-file_exists|bool|(string filename)|
-file_get_contents|string|(string filename [, long flags [, resource context [, long offset [, long maxlen]]]])|
-file_put_contents|int|(string file, mixed data [, int flags [, resource context]])|
-fileatime|int|(string filename)|
-filectime|int|(string filename)|
-filegroup|int|(string filename)|
-fileinode|int|(string filename)|
-filemtime|int|(string filename)|
-fileowner|int|(string filename)|
-fileperms|int|(string filename)|
-filesize|int|(string filename)|
-filetype|string|(string filename)|
-file|array|(string filename [, int flags[, resource context]])|
-filter_has_var|mixed|(constant type, string variable_name)|
-filter_input_array|mixed|(constant type, [, mixed options]])|
-filter_input|mixed|(constant type, string variable_name [, long filter [, mixed options]])|
-filter_var_array|mixed|(array data, [, mixed options]])|
-filter_var|mixed|(mixed variable [, long filter [, mixed options]])|
-floatval|float|(mixed var)|
-flock|bool|(resource fp, int operation [, int &wouldblock])|
-floor|float|(float number)|
-flush|void|()|
-fmod|float|(float x, float y)|
-fnmatch|bool|(string pattern, string filename [, int flags])|
-fopen|resource|(string filename, string mode [, bool use_include_path [, resource context]])|
-fpassthru|int|(resource fp)|
-fprintf|int|(resource stream, string format [, mixed arg1 [, mixed ...]])|
-fputcsv|int|(resource fp, array fields [, string delimiter [, string enclosure]])|
-fread|string|(resource fp, int length)|
-frenchtojd|int|(int month, int day, int year)|
-fscanf|mixed|(resource stream, string format [, string ...])|
-fseek|int|(resource fp, int offset [, int whence])|
-fsockopen|resource|(string hostname, int port [, int errno [, string errstr [, float timeout]]])|
-fstat|array|(resource fp)|
-ftell|int|(resource fp)|
-ftok|int|(string pathname, string proj)|
-ftp_alloc|bool|(resource stream, int size[, &response])|
-ftp_cdup|bool|(resource stream)|
-ftp_chdir|bool|(resource stream, string directory)|
-ftp_chmod|int|(resource stream, int mode, string filename)|
-ftp_close|bool|(resource stream)|
-ftp_connect|resource|(string host [, int port [, int timeout]])|
-ftp_delete|bool|(resource stream, string file)|
-ftp_exec|bool|(resource stream, string command)|
-ftp_fget|bool|(resource stream, resource fp, string remote_file, int mode[, int resumepos])|
-ftp_fput|bool|(resource stream, string remote_file, resource fp, int mode[, int startpos])|
-ftp_get_option|mixed|(resource stream, int option)|
-ftp_get|bool|(resource stream, string local_file, string remote_file, int mode[, int resume_pos])|
-ftp_login|bool|(resource stream, string username, string password)|
-ftp_mdtm|int|(resource stream, string filename)|
-ftp_mkdir|string|(resource stream, string directory)|
-ftp_nb_continue|int|(resource stream)|
-ftp_nb_fget|int|(resource stream, resource fp, string remote_file, int mode[, int resumepos])|
-ftp_nb_fput|int|(resource stream, string remote_file, resource fp, int mode[, int startpos])|
-ftp_nb_get|int|(resource stream, string local_file, string remote_file, int mode[, int resume_pos])|
-ftp_nb_put|int|(resource stream, string remote_file, string local_file, int mode[, int startpos])|
-ftp_nlist|array|(resource stream, string directory)|
-ftp_pasv|bool|(resource stream, bool pasv)|
-ftp_put|bool|(resource stream, string remote_file, string local_file, int mode[, int startpos])|
-ftp_pwd|string|(resource stream)|
-ftp_rawlist|array|(resource stream, string directory [, bool recursive])|
-ftp_raw|array|(resource stream, string command)|
-ftp_rename|bool|(resource stream, string src, string dest)|
-ftp_rmdir|bool|(resource stream, string directory)|
-ftp_set_option|bool|(resource stream, int option, mixed value)|
-ftp_site|bool|(resource stream, string cmd)|
-ftp_size|int|(resource stream, string filename)|
-ftp_ssl_connect|resource|(string host [, int port [, int timeout]])|
-ftp_systype|string|(resource stream)|
-ftruncate|bool|(resource fp, int size)|
-func_get_args|array|()|
-func_get_arg|mixed|(int arg_num)|
-func_num_args|int|()|
-function_exists|bool|(string function_name)|
-fwrite|int|(resource fp, string str [, int length])|
-gd_info|array|()|
-getArchiveComment|string|()|
-getCommentIndex|string|(int index)|
-getCommentName|string|(string name)|
-getFromIndex|string|(string entryname[, int len [, int flags]])|
-getFromName|string|(string entryname[, int len [, int flags]])|
-getNameIndex|string|(int index [, int flags])|
-getStream|resource|(string entryname)|
-get_browser|mixed|([string browser_name [, bool return_array]])|
-get_cfg_var|string|(string option_name)|
-get_class_methods|array|(mixed class)|
-get_class_vars|array|(string class_name)|
-get_class|string|([object object])|
-get_current_user|string|()|
-get_declared_classes|array|()|
-get_declared_interfaces|array|()|
-get_defined_constants|array|([bool categorize])|
-get_defined_functions|array|()|
-get_defined_vars|array|()|
-get_extension_funcs|array|(string extension_name)|
-get_headers|array|(string url[, int format])|
-get_html_translation_table|array|([int table [, int quote_style]])|
-get_include_path|string|()|
-get_included_files|array|()|
-get_loaded_extensions|array|([bool zend_extensions])|
-get_meta_tags|array|(string filename [, bool use_include_path])|
-get_object_vars|array|(object obj)|
-get_parent_class|string|([mixed object])|
-get_resource_type|string|(resource res)|
-getallheaders|array|()|
-getallheaders|array|()|
-getallheaders|array|()|
-getallheaders|array|()|
-getcwd|mixed|()|
-getdate|array|([int timestamp])|
-getenv|string|(string varname)|
-gethostbyaddr|string|(string ip_address)|
-gethostbynamel|array|(string hostname)|
-gethostbyname|string|(string hostname)|
-getimagesize|array|(string imagefile [, array info])|
-getlastmod|int|()|
-getmygid|int|()|
-getmyinode|int|()|
-getmypid|int|()|
-getmyuid|int|()|
-getopt|array|(string options [, array longopts])|
-getprotobyname|int|(string name)|
-getprotobynumber|string|(int proto)|
-getrandmax|int|()|
-getrusage|array|([int who])|
-getservbyname|int|(string service, string protocol)|
-getservbyport|string|(int port, string protocol)|
-gettext|binary|(string msgid)|
-gettimeofday|array|([bool get_as_float])|
-gettype|string|(mixed var)|
-glob|array|(string pattern [, int flags])|
-gmdate|string|(string format [, long timestamp])|
-gmmktime|int|([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])|
-gmp_abs|resource|(resource a)|
-gmp_add|resource|(resource a, resource b)|
-gmp_and|resource|(resource a, resource b)|
-gmp_clrbit|void|(resource &a, int index)|
-gmp_cmp|int|(resource a, resource b)|
-gmp_com|resource|(resource a)|
-gmp_div_qr|array|(resource a, resource b [, int round])|
-gmp_div_q|resource|(resource a, resource b [, int round])|
-gmp_div_r|resource|(resource a, resource b [, int round])|
-gmp_divexact|resource|(resource a, resource b)|
-gmp_fact|resource|(int a)|
-gmp_gcdext|array|(resource a, resource b)|
-gmp_gcd|resource|(resource a, resource b)|
-gmp_hamdist|int|(resource a, resource b)|
-gmp_init|resource|(mixed number [, int base])|
-gmp_intval|int|(resource gmpnumber)|
-gmp_invert|resource|(resource a, resource b)|
-gmp_jacobi|int|(resource a, resource b)|
-gmp_legendre|int|(resource a, resource b)|
-gmp_mod|resource|(resource a, resource b)|
-gmp_mul|resource|(resource a, resource b)|
-gmp_neg|resource|(resource a)|
-gmp_nextprime|resource|(resource a)|
-gmp_or|resource|(resource a, resource b)|
-gmp_perfect_square|bool|(resource a)|
-gmp_popcount|int|(resource a)|
-gmp_powm|resource|(resource base, resource exp, resource mod)|
-gmp_pow|resource|(resource base, int exp)|
-gmp_prob_prime|int|(resource a[, int reps])|
-gmp_random|resource|([int limiter])|
-gmp_scan0|int|(resource a, int start)|
-gmp_scan1|int|(resource a, int start)|
-gmp_setbit|void|(resource &a, int index[, bool set_clear])|
-gmp_sign|int|(resource a)|
-gmp_sqrtrem|array|(resource a)|
-gmp_sqrt|resource|(resource a)|
-gmp_strval|string|(resource gmpnumber [, int base])|
-gmp_sub|resource|(resource a, resource b)|
-gmp_testbit|bool|(resource a, int index)|
-gmp_xor|resource|(resource a, resource b)|
-gmstrftime|string|(string format [, int timestamp])|
-gregoriantojd|int|(int month, int day, int year)|
-gzcompress|binary|(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_DEFLATE])|
-gzdecode|binary|(binary data[, int max_decoded_len])|
-gzdeflate|binary|(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_RAW])|
-gzencode|binary|(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_GZIP])|
-gzfile|array|(string filename [, int use_include_path])|
-gzinflate|binary|(binary data[, int max_decoded_len])|
-gzopen|resource|(string filename, string mode [, int use_include_path])|
-gzuncompress|binary|(binary data[, int max_decoded_len])|
-hash_algos|array|()|
-hash_file|string|(string algo, string filename[, bool raw_output = false])|
-hash_final|string|(resource context[, bool raw_output=false])|
-hash_hmac_file|string|(string algo, string filename, string key[, bool raw_output = false])|
-hash_hmac|string|(string algo, string data, string key[, bool raw_output = false])|
-hash_init|resource|(string algo[, int options, string key])|
-hash_update_file|bool|(resource context, string filename[, resource context])|
-hash_update_stream|int|(resource context, resource handle[, integer length])|
-hash_update|bool|(resource context, string data)|
-hash|string|(string algo, string data[, bool raw_output = false])|
-headers_list|array|()|
-headers_sent|bool|([string &$file [, int &$line]])|
-header|void|(string header [, bool replace, [int http_response_code]])|
-hebrevc|string|(string str [, int max_chars_per_line])|
-hebrev|string|(string str [, int max_chars_per_line])|
-hexdec|int|(string hexadecimal_number)|
-highlight_file|bool|(string file_name [, bool return] )|
-highlight_string|bool|(string string [, bool return] )|
-html_entity_decode|string|(string string [, int quote_style][, string charset])|
-htmlentities|string|(string string [, int quote_style[, string charset[, bool double_encode]]])|
-htmlspecialchars_decode|string|(string string [, int quote_style])|
-htmlspecialchars|string|(string string [, int quote_style[, string charset[, bool double_encode]]])|
-http_build_query|string|(mixed formdata [, string prefix [, string arg_separator]])|
-hypot|float|(float num1, float num2)|
-ibase_add_user|bool|(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])|
-ibase_affected_rows|int|( [ resource link_identifier ] )|
-ibase_backup|mixed|(resource service_handle, string source_db, string dest_file [, int options [, bool verbose]])|
-ibase_blob_add|bool|(resource blob_handle, string data)|
-ibase_blob_cancel|bool|(resource blob_handle)|
-ibase_blob_close|string|(resource blob_handle)|
-ibase_blob_create|resource|([resource link_identifier])|
-ibase_blob_echo|bool|([ resource link_identifier, ] string blob_id)|
-ibase_blob_get|string|(resource blob_handle, int len)|
-ibase_blob_import|string|([ resource link_identifier, ] resource file)|
-ibase_blob_info|array|([ resource link_identifier, ] string blob_id)|
-ibase_blob_open|resource|([ resource link_identifier, ] string blob_id)|
-ibase_close|bool|([resource link_identifier])|
-ibase_commit_ret|bool|( resource link_identifier )|
-ibase_commit|bool|( resource link_identifier )|
-ibase_connect|resource|(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])|
-ibase_db_info|string|(resource service_handle, string db, int action [, int argument])|
-ibase_delete_user|bool|(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])|
-ibase_drop_db|bool|([resource link_identifier])|
-ibase_errcode|int|()|
-ibase_errmsg|string|()|
-ibase_execute|mixed|(resource query [, mixed bind_arg [, mixed bind_arg [, ...]]])|
-ibase_fetch_assoc|array|(resource result [, int fetch_flags])|
-ibase_fetch_object|object|(resource result [, int fetch_flags])|
-ibase_fetch_row|array|(resource result [, int fetch_flags])|
-ibase_field_info|array|(resource query_result, int field_number)|
-ibase_free_event_handler|bool|(resource event)|
-ibase_free_query|bool|(resource query)|
-ibase_free_result|bool|(resource result)|
-ibase_gen_id|int|(string generator [, int increment [, resource link_identifier ]])|
-ibase_maintain_db|bool|(resource service_handle, string db, int action [, int argument])|
-ibase_modify_user|bool|(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])|
-ibase_name_result|bool|(resource result, string name)|
-ibase_num_fields|int|(resource query_result)|
-ibase_num_params|int|(resource query)|
-ibase_num_rows|int|( resource result_identifier )|
-ibase_param_info|array|(resource query, int field_number)|
-ibase_pconnect|resource|(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])|
-ibase_prepare|resource|([resource link_identifier, ] string query)|
-ibase_query|mixed|([resource link_identifier, [ resource link_identifier, ]] string query [, mixed bind_arg [, mixed bind_arg [, ...]]])|
-ibase_restore|mixed|(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])|
-ibase_rollback_ret|bool|( resource link_identifier )|
-ibase_rollback|bool|( resource link_identifier )|
-ibase_server_info|string|(resource service_handle, int action)|
-ibase_service_attach|resource|(string host, string dba_username, string dba_password)|
-ibase_service_detach|bool|(resource service_handle)|
-ibase_set_event_handler|resource|([resource link_identifier,] callback handler, string event [, string event [, ...]])|
-ibase_trans|resource|([int trans_args [, resource link_identifier [, ... ], int trans_args [, resource link_identifier [, ... ]] [, ...]]])|
-ibase_wait_event|string|([resource link_identifier,] string event [, string event [, ...]])|
-iconv_get_encoding|mixed|([string type])|
-iconv_mime_decode_headers|array|(string headers [, int mode, string charset])|
-iconv_mime_decode|string|(string encoded_string [, int mode, string charset])|
-iconv_mime_encode|string|(string field_name, string field_value [, array preference])|
-iconv_set_encoding|bool|(string type, string charset)|
-iconv_strlen|int|(string str [, string charset])|
-iconv_strpos|int|(string haystack, string needle [, int offset [, string charset]])|
-iconv_strrpos|int|(string haystack, string needle [, string charset])|
-iconv_substr|string|(string str, int offset, [int length, string charset])|
-iconv|string|(string in_charset, string out_charset, string str)|
-idate|int|(string format [, int timestamp])|
-ignore_user_abort|int|([string value])|
-image2wbmp|bool|(resource im [, string filename [, int threshold]])|
-image_type_to_extension|string|(int imagetype [, bool include_dot])|
-image_type_to_mime_type|string|(int imagetype)|
-imagealphablending|bool|(resource im, bool on)|
-imageantialias|bool|(resource im, bool on)|
-imagearc|bool|(resource im, int cx, int cy, int w, int h, int s, int e, int col)|
-imagecharup|bool|(resource im, int font, int x, int y, string c, int col)|
-imagechar|bool|(resource im, int font, int x, int y, string c, int col)|
-imagecolorallocatealpha|int|(resource im, int red, int green, int blue, int alpha)|
-imagecolorallocate|int|(resource im, int red, int green, int blue)|
-imagecolorat|int|(resource im, int x, int y)|
-imagecolorclosestalpha|int|(resource im, int red, int green, int blue, int alpha)|
-imagecolorclosesthwb|int|(resource im, int red, int green, int blue)|
-imagecolorclosest|int|(resource im, int red, int green, int blue)|
-imagecolordeallocate|bool|(resource im, int index)|
-imagecolorexactalpha|int|(resource im, int red, int green, int blue, int alpha)|
-imagecolorexact|int|(resource im, int red, int green, int blue)|
-imagecolormatch|bool|(resource im1, resource im2)|
-imagecolorresolvealpha|int|(resource im, int red, int green, int blue, int alpha)|
-imagecolorresolve|int|(resource im, int red, int green, int blue)|
-imagecolorset|void|(resource im, int col, int red, int green, int blue)|
-imagecolorsforindex|array|(resource im, int col)|
-imagecolorstotal|int|(resource im)|
-imagecolortransparent|int|(resource im [, int col])|
-imageconvolution|resource|(resource src_im, array matrix3x3, double div, double offset)|
-imagecopymergegray|bool|(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)|
-imagecopymerge|bool|(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)|
-imagecopyresampled|bool|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)|
-imagecopyresized|bool|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)|
-imagecopy|bool|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)|
-imagecreatefromgd2part|resource|(string filename, int srcX, int srcY, int width, int height)|
-imagecreatefromgd2|resource|(string filename)|
-imagecreatefromgd|resource|(string filename)|
-imagecreatefromgif|resource|(string filename)|
-imagecreatefromjpeg|resource|(string filename)|
-imagecreatefrompng|resource|(string filename)|
-imagecreatefromstring|resource|(string image)|
-imagecreatefromwbmp|resource|(string filename)|
-imagecreatefromxbm|resource|(string filename)|
-imagecreatefromxpm|resource|(string filename)|
-imagecreatetruecolor|resource|(int x_size, int y_size)|
-imagecreate|resource|(int x_size, int y_size)|
-imagedashedline|bool|(resource im, int x1, int y1, int x2, int y2, int col)|
-imagedestroy|bool|(resource im)|
-imageellipse|bool|(resource im, int cx, int cy, int w, int h, int color)|
-imagefilledarc|bool|(resource im, int cx, int cy, int w, int h, int s, int e, int col, int style)|
-imagefilledellipse|bool|(resource im, int cx, int cy, int w, int h, int color)|
-imagefilledpolygon|bool|(resource im, array point, int num_points, int col)|
-imagefilledrectangle|bool|(resource im, int x1, int y1, int x2, int y2, int col)|
-imagefilltoborder|bool|(resource im, int x, int y, int border, int col)|
-imagefill|bool|(resource im, int x, int y, int col)|
-imagefilter|bool|(resource src_im, int filtertype, [args] )|
-imagefontheight|int|(int font)|
-imagefontwidth|int|(int font)|
-imageftbbox|array|(float size, float angle, string font_file, string text [, array extrainfo])|
-imagefttext|array|(resource im, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo])|
-imagegammacorrect|bool|(resource im, float inputgamma, float outputgamma)|
-imagegd2|bool|(resource im [, string filename [, int chunk_size [, int type]]])|
-imagegd|bool|(resource im [, string filename])|
-imagegif|bool|(resource im [, string filename])|
-imagegrabscreen|resource|()|
-imagegrabwindow|resource|(int window_handle [, int client_area])|
-imageinterlace|int|(resource im [, int interlace])|
-imageistruecolor|bool|(resource im)|
-imagejpeg|bool|(resource im [, string filename [, int quality]])|
-imagelayereffect|bool|(resource im, int effect)|
-imageline|bool|(resource im, int x1, int y1, int x2, int y2, int col)|
-imageloadfont|int|(string filename)|
-imagepalettecopy|void|(resource dst, resource src)|
-imagepng|bool|(resource im [, string filename [, int quality]])|
-imagepolygon|bool|(resource im, array point, int num_points, int col)|
-imagepsbbox|array|(string text, resource font, int size [, int space, int tightness, int angle])|
-imagepscopyfont|int|(int font_index)|
-imagepsencodefont|bool|(resource font_index, string filename)|
-imagepsextendfont|bool|(resource font_index, float extend)|
-imagepsfreefont|bool|(resource font_index)|
-imagepsloadfont|resource|(string pathname)|
-imagepsslantfont|bool|(resource font_index, float slant)|
-imagepstext|array|(resource image, string text, resource font, int size, int foreground, int background, int xcoord, int ycoord [, int space, int tightness, float angle, int antialias])|
-imagerectangle|bool|(resource im, int x1, int y1, int x2, int y2, int col)|
-imagerotate|resource|(resource src_im, float angle, int bgdcolor [, int ignoretransparent])|
-imagesavealpha|bool|(resource im, bool on)|
-imagesetbrush|bool|(resource image, resource brush)|
-imagesetpixel|bool|(resource im, int x, int y, int col)|
-imagesetstyle|bool|(resource im, array styles)|
-imagesetthickness|bool|(resource im, int thickness)|
-imagesettile|bool|(resource image, resource tile)|
-imagestringup|bool|(resource im, int font, int x, int y, string str, int col)|
-imagestring|bool|(resource im, int font, int x, int y, string str, int col)|
-imagesx|int|(resource im)|
-imagesy|int|(resource im)|
-imagetruecolortopalette|void|(resource im, bool ditherFlag, int colorsWanted)|
-imagettfbbox|array|(float size, float angle, string font_file, string text)|
-imagettftext|array|(resource im, float size, float angle, int x, int y, int col, string font_file, string text)|
-imagetypes|int|()|
-imagewbmp|bool|(resource im [, string filename, [, int foreground]])|
-imagexbm|int|(int im, string filename [, int foreground])|
-imap_8bit|string|(string text)|
-imap_alerts|array|()|
-imap_append|bool|(resource stream_id, string folder, string message [, string options])|
-imap_base64|string|(string text)|
-imap_binary|string|(string text)|
-imap_bodystruct|object|(resource stream_id, int msg_no, string section)|
-imap_body|string|(resource stream_id, int msg_no [, int options])|
-imap_check|object|(resource stream_id)|
-imap_clearflag_full|bool|(resource stream_id, string sequence, string flag [, int options])|
-imap_close|bool|(resource stream_id [, int options])|
-imap_createmailbox|bool|(resource stream_id, string mailbox)|
-imap_deletemailbox|bool|(resource stream_id, string mailbox)|
-imap_delete|bool|(resource stream_id, int msg_no [, int options])|
-imap_errors|array|()|
-imap_expunge|bool|(resource stream_id)|
-imap_fetch_overview|array|(resource stream_id, int msg_no [, int options])|
-imap_fetchbody|string|(resource stream_id, int msg_no, string section [, int options])|
-imap_fetchheader|string|(resource stream_id, int msg_no [, int options])|
-imap_fetchstructure|object|(resource stream_id, int msg_no [, int options])|
-imap_get_quotaroot|array|(resource stream_id, string mbox)|
-imap_get_quota|array|(resource stream_id, string qroot)|
-imap_getacl|array|(resource stream_id, string mailbox)|
-imap_getmailboxes|array|(resource stream_id, string ref, string pattern)|
-imap_getsubscribed|array|(resource stream_id, string ref, string pattern)|
-imap_headerinfo|object|(resource stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])|
-imap_headers|array|(resource stream_id)|
-imap_last_error|string|()|
-imap_list|array|(resource stream_id, string ref, string pattern)|
-imap_lsub|array|(resource stream_id, string ref, string pattern)|
-imap_mail_compose|string|(array envelope, array body)|
-imap_mail_copy|bool|(resource stream_id, int msg_no, string mailbox [, int options])|
-imap_mail_move|bool|(resource stream_id, int msg_no, string mailbox [, int options])|
-imap_mailboxmsginfo|object|(resource stream_id)|
-imap_mail|bool|(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])|
-imap_mime_header_decode|array|(string str)|
-imap_msgno|int|(resource stream_id, int unique_msg_id)|
-imap_num_msg|int|(resource stream_id)|
-imap_num_recent|int|(resource stream_id)|
-imap_open|resource|(string mailbox, string user, string password [, int options [, int n_retries]])|
-imap_ping|bool|(resource stream_id)|
-imap_qprint|string|(string text)|
-imap_renamemailbox|bool|(resource stream_id, string old_name, string new_name)|
-imap_reopen|bool|(resource stream_id, string mailbox [, int options [, int n_retries]])|
-imap_rfc822_parse_adrlist|array|(string address_string, string default_host)|
-imap_rfc822_parse_headers|object|(string headers [, string default_host])|
-imap_rfc822_write_address|string|(string mailbox, string host, string personal)|
-imap_savebody|bool|(resource stream_id, string|resource file, int msg_no[, string section = ""[, int options = 0]])|
-imap_scan|array|(resource stream_id, string ref, string pattern, string content)|
-imap_search|array|(resource stream_id, string criteria [, int options [, string charset]])|
-imap_set_quota|bool|(resource stream_id, string qroot, int mailbox_size)|
-imap_setacl|bool|(resource stream_id, string mailbox, string id, string rights)|
-imap_setflag_full|bool|(resource stream_id, string sequence, string flag [, int options])|
-imap_sort|array|(resource stream_id, int criteria, int reverse [, int options [, string search_criteria [, string charset]]])|
-imap_status|object|(resource stream_id, string mailbox, int options)|
-imap_subscribe|bool|(resource stream_id, string mailbox)|
-imap_thread|array|(resource stream_id [, int options])|
-imap_timeout|mixed|(int timeout_type [, int timeout])|
-imap_uid|int|(resource stream_id, int msg_no)|
-imap_undelete|bool|(resource stream_id, int msg_no)|
-imap_unsubscribe|bool|(resource stream_id, string mailbox)|
-imap_utf7_decode|string|(string buf)|
-imap_utf7_encode|string|(string buf)|
-imap_utf8|string|(string mime_encoded_text)|
-implode|string|([string glue,] array pieces)|
-import_request_variables|bool|(string types [, string prefix])|
-in_array|bool|(mixed needle, array haystack [, bool strict])|
-inet_ntop|string|(string in_addr)|
-inet_pton|string|(string ip_address)|
-ini_get_all|array|([string extension])|
-ini_get|string|(string varname)|
-ini_restore|void|(string varname)|
-ini_set|string|(string varname, string newvalue)|
-interface_exists|bool|(string classname [, bool autoload])|
-intval|int|(mixed var [, int base])|
-ip2long|int|(string ip_address)|
-iptcembed|array|(string iptcdata, string jpeg_file_name [, int spool])|
-iptcparse|array|(string iptcdata)|
-is_array|bool|(mixed var)|
-is_a|bool|(object object, string class_name)|
-is_binary|bool|(mixed var)|
-is_bool|bool|(mixed var)|
-is_buffer|bool|(mixed var)|
-is_callable|bool|(mixed var [, bool syntax_only [, string callable_name]])|
-is_dir|bool|(string filename)|
-is_executable|bool|(string filename)|
-is_file|bool|(string filename)|
-is_finite|bool|(float val)|
-is_float|bool|(mixed var)|
-is_infinite|bool|(float val)|
-is_link|bool|(string filename)|
-is_long|bool|(mixed var)|
-is_nan|bool|(float val)|
-is_null|bool|(mixed var)|
-is_numeric|bool|(mixed value)|
-is_object|bool|(mixed var)|
-is_readable|bool|(string filename)|
-is_resource|bool|(mixed var)|
-is_scalar|bool|(mixed value)|
-is_string|bool|(mixed var)|
-is_subclass_of|bool|(object object, string class_name)|
-is_unicode|bool|(mixed var)|
-is_uploaded_file|bool|(string path)|
-is_writable|bool|(string filename)|
-iterator_apply|int|(Traversable it, mixed function [, mixed params])|
-iterator_count|int|(Traversable it)|
-iterator_to_array|array|(Traversable it [, bool use_keys = true])|
-jddayofweek|mixed|(int juliandaycount [, int mode])|
-jdmonthname|string|(int juliandaycount, int mode)|
-jdtofrench|string|(int juliandaycount)|
-jdtogregorian|string|(int juliandaycount)|
-jdtojewish|string|(int juliandaycount [, bool hebrew [, int fl]])|
-jdtojulian|string|(int juliandaycount)|
-jdtounix|int|(int jday)|
-jewishtojd|int|(int month, int day, int year)|
-join|string|([string glue,] array pieces)|
-json_decode|mixed|(string json [, bool assoc])|
-json_encode|string|(mixed data)|
-juliantojd|int|(int month, int day, int year)|
-key|mixed|(array array_arg)|
-krsort|bool|(array &array_arg [, int sort_flags])|
-ksort|bool|(array &array_arg [, int sort_flags])|
-lcg_value|float|()|
-lchgrp|bool|(string filename, mixed group)|
-ldap_8859_to_t61|string|(string value)|
-ldap_add|bool|(resource link, string dn, array entry)|
-ldap_bind|bool|(resource link [, string dn, string password])|
-ldap_compare|bool|(resource link, string dn, string attr, string value)|
-ldap_connect|resource|([string host [, int port]])|
-ldap_count_entries|int|(resource link, resource result)|
-ldap_delete|bool|(resource link, string dn)|
-ldap_dn2ufn|string|(string dn)|
-ldap_err2str|string|(int errno)|
-ldap_errno|int|(resource link)|
-ldap_error|string|(resource link)|
-ldap_explode_dn|array|(string dn, int with_attrib)|
-ldap_first_attribute|string|(resource link, resource result_entry, int ber)|
-ldap_first_entry|resource|(resource link, resource result)|
-ldap_first_reference|resource|(resource link, resource result)|
-ldap_free_result|bool|(resource result)|
-ldap_get_attributes|array|(resource link, resource result_entry)|
-ldap_get_dn|string|(resource link, resource result_entry)|
-ldap_get_entries|array|(resource link, resource result)|
-ldap_get_option|bool|(resource link, int option, mixed retval)|
-ldap_get_values_len|array|(resource link, resource result_entry, string attribute)|
-ldap_list|resource|(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])|
-ldap_mod_add|bool|(resource link, string dn, array entry)|
-ldap_mod_del|bool|(resource link, string dn, array entry)|
-ldap_mod_replace|bool|(resource link, string dn, array entry)|
-ldap_next_attribute|string|(resource link, resource result_entry, resource ber)|
-ldap_next_entry|resource|(resource link, resource result_entry)|
-ldap_next_reference|resource|(resource link, resource reference_entry)|
-ldap_parse_reference|bool|(resource link, resource reference_entry, array referrals)|
-ldap_parse_result|bool|(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)|
-ldap_read|resource|(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])|
-ldap_rename|bool|(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)|
-ldap_sasl_bind|bool|(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authz_id, string props])|
-ldap_search|resource|(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])|
-ldap_set_option|bool|(resource link, int option, mixed newval)|
-ldap_set_rebind_proc|bool|(resource link, string callback)|
-ldap_sort|bool|(resource link, resource result, string sortfilter)|
-ldap_start_tls|bool|(resource link)|
-ldap_t61_to_8859|string|(string value)|
-ldap_unbind|bool|(resource link)|
-leak|void|(int num_bytes=3)|
-levenshtein|int|(string str1, string str2[, int cost_ins, int cost_rep, int cost_del])|
-libxml_clear_errors|void|()|
-libxml_get_errors|object|()|
-libxml_get_last_error|object|()|
-libxml_set_streams_context|void|(resource streams_context)|
-libxml_use_internal_errors|void|([boolean use_errors])|
-linkinfo|int|(string filename)|
-link|int|(string target, string link)|
-locale_get_default|string|()|
-locale_set_default|bool|(string locale)|
-localeconv|array|()|
-localtime|array|([int timestamp [, bool associative_array]])|
-locateName|int|(string filename[, int flags])|
-log10|float|(float number)|
-log1p|float|(float number)|
-log|float|(float number, [float base])|
-long2ip|string|(int proper_address)|
-lstat|array|(string filename)|
-ltrim|string|(string str [, string character_mask])|
-mail|int|(string to, string subject, string message [, string additional_headers [, string additional_parameters]])|
-max|mixed|(mixed arg1 [, mixed arg2 [, mixed ...]])|
-mb_check_encoding|bool|([string var[, string encoding]])|
-mb_convert_case|string|(string sourcestring, int mode [, string encoding])|
-mb_convert_encoding|string|(string str, string to-encoding [, mixed from-encoding])|
-mb_convert_kana|string|(string str [, string option] [, string encoding])|
-mb_convert_variables|string|(string to-encoding, mixed from-encoding [, mixed ...])|
-mb_decode_mimeheader|string|(string string)|
-mb_decode_numericentity|string|(string string, array convmap [, string encoding])|
-mb_detect_encoding|string|(string str [, mixed encoding_list [, bool strict]])|
-mb_encode_mimeheader|string|(string str [, string charset [, string transfer-encoding [, string linefeed [, int indent]]]])|
-mb_encode_numericentity|string|(string string, array convmap [, string encoding])|
-mb_ereg_match|bool|(string pattern, string string [,string option])|
-mb_ereg_replace|string|(string pattern, string replacement, string string [, string option])|
-mb_ereg_search_getpos|int|()|
-mb_ereg_search_getregs|array|()|
-mb_ereg_search_init|bool|(string string [, string pattern[, string option]])|
-mb_ereg_search_pos|array|([string pattern[, string option]])|
-mb_ereg_search_regs|array|([string pattern[, string option]])|
-mb_ereg_search_setpos|bool|(int position)|
-mb_ereg_search|bool|([string pattern[, string option]])|
-mb_eregi_replace|string|(string pattern, string replacement, string string)|
-mb_eregi|int|(string pattern, string string [, array registers])|
-mb_ereg|int|(string pattern, string string [, array registers])|
-mb_get_info|mixed|([string type])|
-mb_http_input|mixed|([string type])|
-mb_http_output|string|([string encoding])|
-mb_internal_encoding|string|([string encoding])|
-mb_language|string|([string language])|
-mb_list_encodings_alias_names|array|([string encoding])|
-mb_list_encodings|mixed|([string alias_encoding])|
-mb_list_mime_names|mixed|([string encoding])|
-mb_output_handler|string|(string contents, int status)|
-mb_parse_str|bool|(string encoded_string [, array result])|
-mb_preferred_mime_name|string|(string encoding)|
-mb_regex_encoding|string|([string encoding])|
-mb_regex_set_options|string|([string options])|
-mb_send_mail|int|(string to, string subject, string message [, string additional_headers [, string additional_parameters]])|
-mb_split|array|(string pattern, string string [, int limit])|
-mb_strcut|string|(string str, int start [, int length [, string encoding]])|
-mb_strimwidth|string|(string str, int start, int width [, string trimmarker [, string encoding]])|
-mb_stripos|int|(string haystack, string needle [, int offset [, string encoding]])|
-mb_stristr|string|(string haystack, string needle[, bool part[, string encoding]])|
-mb_strlen|int|(string str [, string encoding])|
-mb_strpos|int|(string haystack, string needle [, int offset [, string encoding]])|
-mb_strrchr|string|(string haystack, string needle[, bool part[, string encoding]])|
-mb_strrichr|string|(string haystack, string needle[, bool part[, string encoding]])|
-mb_strripos|int|(string haystack, string needle [, int offset [, string encoding]])|
-mb_strrpos|int|(string haystack, string needle [, int offset [, string encoding]])|
-mb_strstr|string|(string haystack, string needle[, bool part[, string encoding]])|
-mb_strtolower|string|(string sourcestring [, string encoding])|
-mb_strtoupper|string|(string sourcestring [, string encoding])|
-mb_strwidth|int|(string str [, string encoding])|
-mb_substitute_character|mixed|([mixed substchar])|
-mb_substr_count|int|(string haystack, string needle [, string encoding])|
-mb_substr|string|(string str, int start [, int length [, string encoding]])|
-mcrypt_cbc|string|(int cipher, string key, string data, int mode, string iv)|
-mcrypt_cfb|string|(int cipher, string key, string data, int mode, string iv)|
-mcrypt_create_iv|binary|(int size, int source)|
-mcrypt_decrypt|string|(string cipher, string key, string data, string mode, string iv)|
-mcrypt_ecb|string|(int cipher, string key, string data, int mode, string iv)|
-mcrypt_enc_get_algorithms_name|string|(resource td)|
-mcrypt_enc_get_block_size|int|(resource td)|
-mcrypt_enc_get_iv_size|int|(resource td)|
-mcrypt_enc_get_key_size|int|(resource td)|
-mcrypt_enc_get_modes_name|string|(resource td)|
-mcrypt_enc_get_supported_key_sizes|array|(resource td)|
-mcrypt_enc_is_block_algorithm_mode|bool|(resource td)|
-mcrypt_enc_is_block_algorithm|bool|(resource td)|
-mcrypt_enc_is_block_mode|bool|(resource td)|
-mcrypt_enc_self_test|int|(resource td)|
-mcrypt_encrypt|string|(string cipher, string key, string data, string mode, string iv)|
-mcrypt_generic_deinit|bool|(resource td)|
-mcrypt_generic_init|int|(resource td, binary key, binary iv)|
-mcrypt_generic|binary|(resource td, binary data)|
-mcrypt_get_block_size|int|(string cipher, string module)|
-mcrypt_get_cipher_name|string|(string cipher)|
-mcrypt_get_iv_size|int|(string cipher, string module)|
-mcrypt_get_key_size|int|(string cipher, string module)|
-mcrypt_list_algorithms|array|([string lib_dir])|
-mcrypt_list_modes|array|([string lib_dir])|
-mcrypt_module_close|bool|(resource td)|
-mcrypt_module_get_algo_block_size|int|(string algorithm [, string lib_dir])|
-mcrypt_module_get_algo_key_size|int|(string algorithm [, string lib_dir])|
-mcrypt_module_get_supported_key_sizes|array|(string algorithm [, string lib_dir])|
-mcrypt_module_is_block_algorithm_mode|bool|(string mode [, string lib_dir])|
-mcrypt_module_is_block_algorithm|bool|(string algorithm [, string lib_dir])|
-mcrypt_module_is_block_mode|bool|(string mode [, string lib_dir])|
-mcrypt_module_open|resource|(string cipher, string cipher_directory, string mode, string mode_directory)|
-mcrypt_module_self_test|bool|(string algorithm [, string lib_dir])|
-mcrypt_ofb|string|(int cipher, string key, string data, int mode, string iv)|
-md5_file|string|(string filename [, bool raw_output])|
-md5|string|(string str, [ bool raw_output])|
-mdecrypt_generic|binary|(resource td, binary data)|
-memory_get_peak_usage|int|([real_usage])|
-memory_get_usage|int|([real_usage])|
-metaphone|string|(string text[, int phones])|
-method_exists|bool|(object object, string method)|
-mhash_count|int|()|
-mhash_get_block_size|int|(int hash)|
-mhash_get_hash_name|string|(int hash)|
-mhash_get_keygen_name|string|(int keygen)|
-mhash_get_keygen_salt_size|bool|(int keygen)|
-mhash_keygen_count|int|()|
-mhash_keygen_s2k|binary|(int hash, binary input_password, binary salt, int bytes)|
-mhash_keygen_uses_count|bool|(int keygen)|
-mhash_keygen_uses_hash|bool|(int keygen)|
-mhash_keygen_uses_salt|bool|(int keygen)|
-mhash_keygen|binary|(int type, int hash1, int hash2, binary password[, binary salt[, int max_key_size = 128[, int bytes_count = 0]])|
-mhash|binary|(int hash, binary data [, binary key])|
-microtime|mixed|([bool get_as_float])|
-mime_content_type|string|(string filename|resource stream)|
-ming_keypress|int|(string str)|
-ming_setscale|void|(int scale)|
-ming_useconstants|void|(int use)|
-ming_useswfversion|void|(int version)|
-min|mixed|(mixed arg1 [, mixed arg2 [, mixed ...]])|
-mkdir|bool|(string pathname [, int mode [, bool recursive [, resource context]]])|
-mktime|int|([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])|
-money_format|string|(string format , float value)|
-move_uploaded_file|bool|(string path, string new_path)|
-msg_get_queue|resource|(int key [, int perms])|
-msg_receive|mixed|(resource queue, int desiredmsgtype, int &msgtype, int maxsize, mixed message [, bool unserialize=true [, int flags=0 [, int errorcode]]])|
-msg_remove_queue|bool|(resource queue)|
-msg_send|bool|(resource queue, int msgtype, mixed message [, bool serialize=true [, bool blocking=true [, int errorcode]]])|
-msg_set_queue|bool|(resource queue, array data)|
-msg_stat_queue|array|(resource queue)|
-msql_affected_rows|int|(resource query)|
-msql_close|bool|([resource link_identifier])|
-msql_connect|int|([string hostname[:port]] [, string username] [, string password])|
-msql_create_db|bool|(string database_name [, resource link_identifier])|
-msql_data_seek|bool|(resource query, int row_number)|
-msql_db_query|resource|(string database_name, string query [, resource link_identifier])|
-msql_drop_db|bool|(string database_name [, resource link_identifier])|
-msql_error|string|()|
-msql_fetch_array|array|(resource query [, int result_type])|
-msql_fetch_field|object|(resource query [, int field_offset])|
-msql_fetch_object|object|(resource query [, resource result_type])|
-msql_fetch_row|array|(resource query)|
-msql_field_flags|string|(resource query, int field_offset)|
-msql_field_len|int|(int query, int field_offet)|
-msql_field_name|string|(resource query, int field_index)|
-msql_field_seek|bool|(resource query, int field_offset)|
-msql_field_table|string|(resource query, int field_offset)|
-msql_field_type|string|(resource query, int field_offset)|
-msql_free_result|bool|(resource query)|
-msql_list_dbs|resource|([resource link_identifier])|
-msql_list_fields|resource|(string database_name, string table_name [, resource link_identifier])|
-msql_list_tables|resource|(string database_name [, resource link_identifier])|
-msql_num_fields|int|(resource query)|
-msql_num_rows|int|(resource query)|
-msql_pconnect|int|([string hostname[:port]] [, string username] [, string password])|
-msql_query|resource|(string query [, resource link_identifier])|
-msql_result|string|(int query, int row [, mixed field])|
-msql_select_db|bool|(string database_name [, resource link_identifier])|
-mssql_bind|bool|(resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])|
-mssql_close|bool|([resource conn_id])|
-mssql_connect|int|([string servername [, string username [, string password [, bool new_link]]]])|
-mssql_data_seek|bool|(resource result_id, int offset)|
-mssql_execute|mixed|(resource stmt [, bool skip_results = false])|
-mssql_fetch_array|array|(resource result_id [, int result_type])|
-mssql_fetch_assoc|array|(resource result_id)|
-mssql_fetch_batch|int|(resource result_index)|
-mssql_fetch_field|object|(resource result_id [, int offset])|
-mssql_fetch_object|object|(resource result_id [, int result_type])|
-mssql_fetch_row|array|(resource result_id)|
-mssql_field_length|int|(resource result_id [, int offset])|
-mssql_field_name|string|(resource result_id [, int offset])|
-mssql_field_seek|bool|(int result_id, int offset)|
-mssql_field_type|string|(resource result_id [, int offset])|
-mssql_free_result|bool|(resource result_index)|
-mssql_free_statement|bool|(resource result_index)|
-mssql_get_last_message|string|()|
-mssql_guid_string|string|(string binary [,int short_format])|
-mssql_init|int|(string sp_name [, resource conn_id])|
-mssql_min_error_severity|void|(int severity)|
-mssql_min_message_severity|void|(int severity)|
-mssql_next_result|bool|(resource result_id)|
-mssql_num_fields|int|(resource mssql_result_index)|
-mssql_num_rows|int|(resource mssql_result_index)|
-mssql_pconnect|int|([string servername [, string username [, string password [, bool new_link]]]])|
-mssql_query|resource|(string query [, resource conn_id [, int batch_size]])|
-mssql_result|string|(resource result_id, int row, mixed field)|
-mssql_rows_affected|int|(resource conn_id)|
-mssql_select_db|bool|(string database_name [, resource conn_id])|
-mt_getrandmax|int|()|
-mt_rand|int|([int min, int max])|
-mt_srand|void|([int seed])|
-mysql_affected_rows|int|([int link_identifier])|
-mysql_client_encoding|string|([int link_identifier])|
-mysql_close|bool|([int link_identifier])|
-mysql_connect|resource|([string hostname[:port][:/path/to/socket] [, string username [, string password [, bool new [, int flags]]]]])|
-mysql_create_db|bool|(string database_name [, int link_identifier])|
-mysql_data_seek|bool|(resource result, int row_number)|
-mysql_db_query|resource|(string database_name, string query [, int link_identifier])|
-mysql_drop_db|bool|(string database_name [, int link_identifier])|
-mysql_errno|int|([int link_identifier])|
-mysql_error|string|([int link_identifier])|
-mysql_escape_string|string|(string to_be_escaped)|
-mysql_fetch_array|array|(resource result [, int result_type])|
-mysql_fetch_assoc|array|(resource result)|
-mysql_fetch_field|object|(resource result [, int field_offset])|
-mysql_fetch_lengths|array|(resource result)|
-mysql_fetch_object|object|(resource result [, string class_name [, NULL|array ctor_params]])|
-mysql_fetch_row|array|(resource result)|
-mysql_field_flags|string|(resource result, int field_offset)|
-mysql_field_len|int|(resource result, int field_offset)|
-mysql_field_name|string|(resource result, int field_index)|
-mysql_field_seek|bool|(resource result, int field_offset)|
-mysql_field_table|string|(resource result, int field_offset)|
-mysql_field_type|string|(resource result, int field_offset)|
-mysql_free_result|bool|(resource result)|
-mysql_get_client_info|string|()|
-mysql_get_host_info|string|([int link_identifier])|
-mysql_get_proto_info|int|([int link_identifier])|
-mysql_get_server_info|string|([int link_identifier])|
-mysql_info|string|([int link_identifier])|
-mysql_insert_id|int|([int link_identifier])|
-mysql_list_dbs|resource|([int link_identifier])|
-mysql_list_fields|resource|(string database_name, string table_name [, int link_identifier])|
-mysql_list_processes|resource|([int link_identifier])|
-mysql_list_tables|resource|(string database_name [, int link_identifier])|
-mysql_num_fields|int|(resource result)|
-mysql_num_rows|int|(resource result)|
-mysql_pconnect|resource|([string hostname[:port][:/path/to/socket] [, string username [, string password [, int flags]]]])|
-mysql_ping|bool|([int link_identifier])|
-mysql_query|resource|(string query [, int link_identifier])|
-mysql_real_escape_string|string|(string to_be_escaped [, int link_identifier])|
-mysql_result|mixed|(resource result, int row [, mixed field])|
-mysql_select_db|bool|(string database_name [, int link_identifier])|
-mysql_set_charset|bool|(string csname [, int link_identifier])|
-mysql_stat|string|([int link_identifier])|
-mysql_thread_id|int|([int link_identifier])|
-mysql_unbuffered_query|resource|(string query [, int link_identifier])|
-mysqli_affected_rows|mixed|(object link)|
-mysqli_autocommit|bool|(object link, bool mode)|
-mysqli_change_user|bool|(object link, string user, string password, string database)|
-mysqli_character_set_name|string|(object link)|
-mysqli_close|bool|(object link)|
-mysqli_commit|bool|(object link)|
-mysqli_connect_errno|int|()|
-mysqli_connect_error|string|()|
-mysqli_connect|object|([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])|
-mysqli_data_seek|bool|(object result, int offset)|
-mysqli_debug|void|(string debug)|
-mysqli_disable_reads_from_master|void|(object link)|
-mysqli_disable_rpl_parse|void|(object link)|
-mysqli_dump_debug_info|bool|(object link)|
-mysqli_embedded_server_end|void|()|
-mysqli_embedded_server_start|bool|(bool start, array arguments, array groups)|
-mysqli_enable_reads_from_master|void|(object link)|
-mysqli_enable_rpl_parse|void|(object link)|
-mysqli_errno|int|(object link)|
-mysqli_error|string|(object link)|
-mysqli_field_count|int|(object link)|
-mysqli_field_seek|int|(object result, int fieldnr)|
-mysqli_field_tell|int|(object result)|
-mysqli_free_result|void|(object result)|
-mysqli_get_charset|object|(object link)|
-mysqli_get_client_info|string|()|
-mysqli_get_client_version|int|()|
-mysqli_get_proto_info|int|(object link)|
-mysqli_get_server_info|string|(object link)|
-mysqli_get_server_version|int|(object link)|
-mysqli_get_warnings|object|(object link)|
-mysqli_info|string|(object link)|
-mysqli_init|resource|()|
-mysqli_insert_id|mixed|(object link)|
-mysqli_kill|bool|(object link, int processid)|
-mysqli_master_query|bool|(object link, string query)|
-mysqli_more_results|bool|(object link)|
-mysqli_multi_query|bool|(object link, string query)|
-mysqli_next_result|bool|(object link)|
-mysqli_num_fields|int|(object result)|
-mysqli_num_rows|mixed|(object result)|
-mysqli_options|bool|(object link, int flags, mixed values)|
-mysqli_ping|bool|(object link)|
-mysqli_prepare|mixed|(object link, string query)|
-mysqli_query|mixed|(object link, string query [,int resultmode])|
-mysqli_real_connect|bool|(object link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]])|
-mysqli_real_escape_string|string|(object link, string escapestr)|
-mysqli_real_query|bool|(object link, string query)|
-mysqli_report|bool|(int flags)|
-mysqli_rollback|bool|(object link)|
-mysqli_rpl_parse_enabled|int|(object link)|
-mysqli_rpl_probe|bool|(object link)|
-mysqli_rpl_query_type|int|(string query)|
-mysqli_select_db|bool|(object link, string dbname)|
-mysqli_send_query|bool|(object link, string query)|
-mysqli_set_charset|bool|(object link, string csname)|
-mysqli_set_local_infile_default|void|(object link)|
-mysqli_set_local_infile_handler|bool|(object link, callback read_func)|
-mysqli_slave_query|bool|(object link, string query)|
-mysqli_sqlstate|string|(object link)|
-mysqli_ssl_set|bool|(object link ,string key ,string cert ,string ca ,string capath ,string cipher])|
-mysqli_stat|mixed|(object link)|
-mysqli_stmt_affected_rows|mixed|(object stmt)|
-mysqli_stmt_attr_get|int|(object stmt, long attr)|
-mysqli_stmt_attr_set|int|(object stmt, long attr, long mode)|
-mysqli_stmt_bind_param|bool|(object stmt, string types, mixed variable [,mixed,....])|
-mysqli_stmt_bind_result|bool|(object stmt, mixed var, [,mixed, ...])|
-mysqli_stmt_close|bool|(object stmt)|
-mysqli_stmt_data_seek|void|(object stmt, int offset)|
-mysqli_stmt_errno|int|(object stmt)|
-mysqli_stmt_error|string|(object stmt)|
-mysqli_stmt_execute|bool|(object stmt)|
-mysqli_stmt_fetch|mixed|(object stmt)|
-mysqli_stmt_field_count|int|(object stmt)|
-mysqli_stmt_free_result|void|(object stmt)|
-mysqli_stmt_get_warnings|object|(object link)|
-mysqli_stmt_init|mixed|(object link)|
-mysqli_stmt_insert_id|mixed|(object stmt)|
-mysqli_stmt_num_rows|mixed|(object stmt)|
-mysqli_stmt_param_count|int|(object stmt)|
-mysqli_stmt_prepare|bool|(object stmt, string query)|
-mysqli_stmt_reset|bool|(object stmt)|
-mysqli_stmt_result_metadata|mixed|(object stmt)|
-mysqli_stmt_send_long_data|bool|(object stmt, int param_nr, string data)|
-mysqli_stmt_sqlstate|string|(object stmt)|
-mysqli_stmt_store_result|bool|(stmt)|
-mysqli_store_result|object|(object link)|
-mysqli_thread_id|int|(object link)|
-mysqli_thread_safe|bool|()|
-mysqli_use_result|mixed|(object link)|
-natcasesort|void|(array &array_arg)|
-natsort|void|(array &array_arg)|
-next|mixed|(array array_arg)|
-ngettext|binary|(string msgid1, string msgid2, int count)|
-nl2br|string|(string str)|
-nl_langinfo|string|(int item)|
-nsapi_request_headers|array|()|
-nsapi_response_headers|array|()|
-nsapi_virtual|bool|(string uri)|
-number_format|string|(float number [, int num_decimal_places [, string dec_seperator, string thousands_seperator]])|
-ob_clean|bool|()|
-ob_end_clean|bool|()|
-ob_end_flush|bool|()|
-ob_flush|bool|()|
-ob_get_clean|bool|()|
-ob_get_contents|string|()|
-ob_get_flush|bool|()|
-ob_get_length|int|()|
-ob_get_level|int|()|
-ob_implicit_flush|void|([int flag])|
-ob_start|bool|([string|array user_function [, int chunk_size [, int flags]]])|
-oci_bind_array_by_name|bool|(resource stmt, string name, array &var, int max_table_length [, int max_item_length [, int type ]])|
-oci_bind_by_name|bool|(resource stmt, string name, mixed &var, [, int maxlength [, int type]])|
-oci_cancel|bool|(resource stmt)|
-oci_close|bool|(resource connection)|
-oci_collection_append|bool|(string value)|
-oci_collection_assign|bool|(object from)|
-oci_collection_element_assign|bool|(int index, string val)|
-oci_collection_element_get|string|(int ndx)|
-oci_collection_max|int|()|
-oci_collection_size|int|()|
-oci_collection_trim|bool|(int num)|
-oci_commit|bool|(resource connection)|
-oci_connect|resource|(string user, string pass [, string db [, string charset [, int session_mode ]])|
-oci_define_by_name|bool|(resource stmt, string name, mixed &var [, int type])|
-oci_error|array|([resource stmt|connection|global])|
-oci_execute|bool|(resource stmt [, int mode])|
-oci_fetch_all|int|(resource stmt, array &output[, int skip[, int maxrows[, int flags]]])|
-oci_fetch_array|array|( resource stmt [, int mode ])|
-oci_fetch_assoc|array|( resource stmt )|
-oci_fetch_object|object|( resource stmt )|
-oci_fetch_row|array|( resource stmt )|
-oci_fetch|bool|(resource stmt)|
-oci_field_is_null|bool|(resource stmt, int col)|
-oci_field_name|string|(resource stmt, int col)|
-oci_field_precision|int|(resource stmt, int col)|
-oci_field_scale|int|(resource stmt, int col)|
-oci_field_size|int|(resource stmt, int col)|
-oci_field_type_raw|int|(resource stmt, int col)|
-oci_field_type|mixed|(resource stmt, int col)|
-oci_free_collection|bool|()|
-oci_free_descriptor|bool|()|
-oci_free_statement|bool|(resource stmt)|
-oci_internal_debug|void|(int onoff)|
-oci_lob_append|bool|( object lob )|
-oci_lob_close|bool|()|
-oci_lob_copy|bool|( object lob_to, object lob_from [, int length ] )|
-oci_lob_eof|bool|()|
-oci_lob_erase|int|( [ int offset [, int length ] ] )|
-oci_lob_export|bool|([string filename [, int start [, int length]]])|
-oci_lob_flush|bool|( [ int flag ] )|
-oci_lob_import|bool|( string filename )|
-oci_lob_is_equal|bool|( object lob1, object lob2 )|
-oci_lob_load|string|()|
-oci_lob_read|string|( int length )|
-oci_lob_rewind|bool|()|
-oci_lob_save|bool|( string data [, int offset ])|
-oci_lob_seek|bool|( int offset [, int whence ])|
-oci_lob_size|int|()|
-oci_lob_tell|int|()|
-oci_lob_truncate|bool|( [ int length ])|
-oci_lob_write_temporary|bool|(string var [, int lob_type])|
-oci_lob_write|int|( string string [, int length ])|
-oci_new_collection|object|(resource connection, string tdo [, string schema])|
-oci_new_connect|resource|(string user, string pass [, string db])|
-oci_new_cursor|resource|(resource connection)|
-oci_new_descriptor|object|(resource connection [, int type])|
-oci_num_fields|int|(resource stmt)|
-oci_num_rows|int|(resource stmt)|
-oci_parse|resource|(resource connection, string query)|
-oci_password_change|bool|(resource connection, string username, string old_password, string new_password)|
-oci_pconnect|resource|(string user, string pass [, string db [, string charset ]])|
-oci_result|string|(resource stmt, mixed column)|
-oci_rollback|bool|(resource connection)|
-oci_server_version|string|(resource connection)|
-oci_set_prefetch|bool|(resource stmt, int prefetch_rows)|
-oci_statement_type|string|(resource stmt)|
-ocifetchinto|int|(resource stmt, array &output [, int mode])|
-ocigetbufferinglob|bool|()|
-ocisetbufferinglob|bool|( boolean flag )|
-octdec|int|(string octal_number)|
-odbc_autocommit|mixed|(resource connection_id [, int OnOff])|
-odbc_binmode|bool|(int result_id, int mode)|
-odbc_close_all|void|()|
-odbc_close|void|(resource connection_id)|
-odbc_columnprivileges|resource|(resource connection_id, string catalog, string schema, string table, string column)|
-odbc_columns|resource|(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])|
-odbc_commit|bool|(resource connection_id)|
-odbc_connect|resource|(string DSN, string user, string password [, int cursor_option])|
-odbc_cursor|string|(resource result_id)|
-odbc_data_source|array|(resource connection_id, int fetch_type)|
-odbc_errormsg|string|([resource connection_id])|
-odbc_error|string|([resource connection_id])|
-odbc_execute|bool|(resource result_id [, array parameters_array])|
-odbc_exec|resource|(resource connection_id, string query [, int flags])|
-odbc_fetch_array|array|(int result [, int rownumber])|
-odbc_fetch_into|int|(resource result_id, array result_array, [, int rownumber])|
-odbc_fetch_object|object|(int result [, int rownumber])|
-odbc_fetch_row|bool|(resource result_id [, int row_number])|
-odbc_field_len|int|(resource result_id, int field_number)|
-odbc_field_name|string|(resource result_id, int field_number)|
-odbc_field_num|int|(resource result_id, string field_name)|
-odbc_field_scale|int|(resource result_id, int field_number)|
-odbc_field_type|string|(resource result_id, int field_number)|
-odbc_foreignkeys|resource|(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)|
-odbc_free_result|bool|(resource result_id)|
-odbc_gettypeinfo|resource|(resource connection_id [, int data_type])|
-odbc_longreadlen|bool|(int result_id, int length)|
-odbc_next_result|bool|(resource result_id)|
-odbc_num_fields|int|(resource result_id)|
-odbc_num_rows|int|(resource result_id)|
-odbc_pconnect|resource|(string DSN, string user, string password [, int cursor_option])|
-odbc_prepare|resource|(resource connection_id, string query)|
-odbc_primarykeys|resource|(resource connection_id, string qualifier, string owner, string table)|
-odbc_procedurecolumns|resource|(resource connection_id [, string qualifier, string owner, string proc, string column])|
-odbc_procedures|resource|(resource connection_id [, string qualifier, string owner, string name])|
-odbc_result_all|int|(resource result_id [, string format])|
-odbc_result|mixed|(resource result_id, mixed field)|
-odbc_rollback|bool|(resource connection_id)|
-odbc_setoption|bool|(resource conn_id|result_id, int which, int option, int value)|
-odbc_specialcolumns|resource|(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)|
-odbc_statistics|resource|(resource connection_id, string qualifier, string owner, string name, int unique, int accuracy)|
-odbc_tableprivileges|resource|(resource connection_id, string qualifier, string owner, string name)|
-odbc_tables|resource|(resource connection_id [, string qualifier [, string owner [, string name [, string table_types]]]])|
-opendir|mixed|(string path[, resource context])|
-openlog|bool|(string ident, int option, int facility)|
-openssl_csr_export_to_file|bool|(resource csr, string outfilename [, bool notext=true])|
-openssl_csr_export|bool|(resource csr, string &out [, bool notext=true])|
-openssl_csr_get_public_key|mixed|(mixed csr)|
-openssl_csr_get_subject|mixed|(mixed csr)|
-openssl_csr_new|bool|(array dn, resource &privkey [, array configargs, array extraattribs])|
-openssl_csr_sign|resource|(mixed csr, mixed x509, mixed priv_key, long days [, array config_args [, long serial]])|
-openssl_error_string|mixed|()|
-openssl_open|bool|(string data, &string opendata, string ekey, mixed privkey)|
-openssl_pkcs12_export_to_file|bool|(mixed x509, string filename, mixed priv_key, string pass[, array args])|
-openssl_pkcs12_export|bool|(mixed x509, string &out, mixed priv_key, string pass[, array args])|
-openssl_pkcs12_read|bool|(string PKCS12, array &certs, string pass)|
-openssl_pkcs7_decrypt|bool|(string infilename, string outfilename, mixed recipcert [, mixed recipkey])|
-openssl_pkcs7_encrypt|bool|(string infile, string outfile, mixed recipcerts, array headers [, long flags [, long cipher]])|
-openssl_pkcs7_sign|bool|(string infile, string outfile, mixed signcert, mixed signkey, array headers [, long flags [, string extracertsfilename]])|
-openssl_pkcs7_verify|bool|(string filename, long flags [, string signerscerts [, array cainfo [, string extracerts [, string content]]]])|
-openssl_pkey_export_to_file|bool|(mixed key, string outfilename [, string passphrase, array config_args)|
-openssl_pkey_export|bool|(mixed key, &mixed out [, string passphrase [, array config_args]])|
-openssl_pkey_free|void|(int key)|
-openssl_pkey_get_details|resource|(resource key)|
-openssl_pkey_get_private|int|(string key [, string passphrase])|
-openssl_pkey_get_public|int|(mixed cert)|
-openssl_pkey_new|resource|([array configargs])|
-openssl_private_decrypt|bool|(string data, string decrypted, mixed key [, int padding])|
-openssl_private_encrypt|bool|(string data, string crypted, mixed key [, int padding])|
-openssl_public_decrypt|bool|(string data, string crypted, resource key [, int padding])|
-openssl_public_encrypt|bool|(string data, string crypted, mixed key [, int padding])|
-openssl_seal|int|(string data, &string sealdata, &array ekeys, array pubkeys)|
-openssl_sign|bool|(string data, &string signature, mixed key[, int signature_alg])|
-openssl_verify|int|(string data, string signature, mixed key [, int signature_algo])|
-openssl_x509_check_private_key|bool|(mixed cert, mixed key)|
-openssl_x509_checkpurpose|int|(mixed x509cert, int purpose, array cainfo [, string untrustedfile])|
-openssl_x509_export_to_file|bool|(mixed x509, string outfilename [, bool notext = true])|
-openssl_x509_export|bool|(mixed x509, string &out [, bool notext = true])|
-openssl_x509_free|void|(resource x509)|
-openssl_x509_parse|array|(mixed x509 [, bool shortnames=true])|
-openssl_x509_read|resource|(mixed cert)|
-open|mixed|(string source [, int flags])|
-ord|int|(string character)|
-output_add_rewrite_var|bool|(string name, string value)|
-output_reset_rewrite_vars|bool|()|
-pack|string|(string format, mixed arg1 [, mixed arg2 [, mixed ...]])|
-parse_ini_file|array|(string filename [, bool process_sections])|
-parse_str|void|(string encoded_string [, array result])|
-parse_url|mixed|(string url, [int url_component])|
-passthru|void|(string command [, int &return_value])|
-pathinfo|array|(string path[, int options])|
-pclose|int|(resource fp)|
-pcntl_alarm|int|(int seconds)|
-pcntl_exec|bool|(string path [, array args [, array envs]])|
-pcntl_fork|int|()|
-pcntl_getpriority|int|([int pid [, int process_identifier]])|
-pcntl_setpriority|bool|(int priority [, int pid [, int process_identifier]])|
-pcntl_signal|bool|(int signo, callback handle [, bool restart_syscalls])|
-pcntl_waitpid|int|(int pid, int &status, int options)|
-pcntl_wait|int|(int &status)|
-pcntl_wexitstatus|int|(int status)|
-pcntl_wifexited|bool|(int status)|
-pcntl_wifsignaled|bool|(int status)|
-pcntl_wifstopped|bool|(int status)|
-pcntl_wstopsig|int|(int status)|
-pcntl_wtermsig|int|(int status)|
-pdo_drivers|array|()|
-pdo_drivers|array|()|
-pfsockopen|resource|(string hostname, int port [, int errno [, string errstr [, float timeout]]])|
-pg_affected_rows|int|(resource result)|
-pg_cancel_query|bool|(resource connection)|
-pg_client_encoding|string|([resource connection])|
-pg_close|bool|([resource connection])|
-pg_connection_busy|bool|(resource connection)|
-pg_connection_reset|bool|(resource connection)|
-pg_connection_status|int|(resource connnection)|
-pg_connect|resource|(string connection_string[, int connect_type] | [string host, string port [, string options [, string tty,]]] string database)|
-pg_convert|array|(resource db, string table, array values[, int options])|
-pg_copy_from|bool|(resource connection, string table_name , array rows [, string delimiter [, string null_as]])|
-pg_copy_to|array|(resource connection, string table_name [, string delimiter [, string null_as]])|
-pg_dbname|string|([resource connection])|
-pg_delete|mixed|(resource db, string table, array ids[, int options])|
-pg_end_copy|bool|([resource connection])|
-pg_escape_bytea|string|([resource connection,] string data)|
-pg_escape_string|string|([resource connection,] string data)|
-pg_execute|resource|([resource connection,] string stmtname, array params)|
-pg_fetch_all_columns|array|(resource result [, int column_number])|
-pg_fetch_all|array|(resource result)|
-pg_fetch_array|array|(resource result [, int row [, int result_type]])|
-pg_fetch_assoc|array|(resource result [, int row])|
-pg_fetch_object|object|(resource result [, int row [, string class_name [, NULL|array ctor_params]]])|
-pg_fetch_result|mixed|(resource result, [int row_number,] mixed field_name)|
-pg_fetch_row|array|(resource result [, int row [, int result_type]])|
-pg_field_is_null|int|(resource result, [int row,] mixed field_name_or_number)|
-pg_field_name|string|(resource result, int field_number)|
-pg_field_num|int|(resource result, string field_name)|
-pg_field_prtlen|int|(resource result, [int row,] mixed field_name_or_number)|
-pg_field_size|int|(resource result, int field_number)|
-pg_field_table|mixed|(resource result, int field_number[, bool oid_only])|
-pg_field_type_oid|string|(resource result, int field_number)|
-pg_field_type|string|(resource result, int field_number)|
-pg_free_result|bool|(resource result)|
-pg_get_notify|array|([resource connection[, result_type]])|
-pg_get_pid|int|([resource connection)|
-pg_get_result|resource|(resource connection)|
-pg_host|string|([resource connection])|
-pg_insert|mixed|(resource db, string table, array values[, int options])|
-pg_last_error|string|([resource connection])|
-pg_last_notice|string|(resource connection)|
-pg_last_oid|string|(resource result)|
-pg_lo_close|bool|(resource large_object)|
-pg_lo_create|int|([resource connection])|
-pg_lo_export|bool|([resource connection, ] int objoid, string filename)|
-pg_lo_import|int|([resource connection, ] string filename)|
-pg_lo_open|resource|([resource connection,] int large_object_oid, string mode)|
-pg_lo_read_all|int|(resource large_object)|
-pg_lo_read|string|(resource large_object [, int len])|
-pg_lo_seek|bool|(resource large_object, int offset [, int whence])|
-pg_lo_tell|int|(resource large_object)|
-pg_lo_unlink|bool|([resource connection,] string large_object_oid)|
-pg_lo_write|int|(resource large_object, string buf [, int len])|
-pg_meta_data|array|(resource db, string table)|
-pg_num_fields|int|(resource result)|
-pg_num_rows|int|(resource result)|
-pg_options|string|([resource connection])|
-pg_pconnect|resource|(string connection_string | [string host, string port [, string options [, string tty,]]] string database)|
-pg_ping|bool|([resource connection])|
-pg_port|int|([resource connection])|
-pg_prepare|resource|([resource connection,] string stmtname, string query)|
-pg_put_line|bool|([resource connection,] string query)|
-pg_query_params|resource|([resource connection,] string query, array params)|
-pg_query|resource|([resource connection,] string query)|
-pg_result_error_field|string|(resource result, int fieldcode)|
-pg_result_error|string|(resource result)|
-pg_result_seek|bool|(resource result, int offset)|
-pg_result_status|mixed|(resource result[, long result_type])|
-pg_select|mixed|(resource db, string table, array ids[, int options])|
-pg_send_execute|bool|(resource connection, string stmtname, array params)|
-pg_send_prepare|bool|(resource connection, string stmtname, string query)|
-pg_send_query_params|bool|(resource connection, string query)|
-pg_send_query|bool|(resource connection, string query)|
-pg_set_client_encoding|int|([resource connection,] string encoding)|
-pg_set_error_verbosity|int|([resource connection,] int verbosity)|
-pg_trace|bool|(string filename [, string mode [, resource connection]])|
-pg_transaction_status|int|(resource connnection)|
-pg_tty|string|([resource connection])|
-pg_unescape_bytea|string|(string data)|
-pg_untrace|bool|([resource connection])|
-pg_update|mixed|(resource db, string table, array fields, array ids[, int options])|
-pg_version|array|([resource connection])|
-php_egg_logo_guid|string|()|
-php_ini_loaded_file|string|()|
-php_ini_scanned_files|string|()|
-php_logo_guid|string|()|
-php_real_logo_guid|string|()|
-php_sapi_name|string|()|
-php_snmpv3|void|(INTERNAL_FUNCTION_PARAMETERS, int st)|
-php_strip_whitespace|string|(string file_name)|
-php_uname|string|()|
-phpcredits|void|([int flag])|
-phpinfo|void|([int what])|
-phpversion|string|([string extension])|
-pi|float|()|
-popen|resource|(string command, string mode)|
-posix_access|bool|(string file [, int mode])|
-posix_ctermid|string|()|
-posix_get_last_error|int|()|
-posix_getcwd|string|()|
-posix_getegid|int|()|
-posix_geteuid|int|()|
-posix_getgid|int|()|
-posix_getgrgid|array|(long gid)|
-posix_getgrnam|array|(string groupname)|
-posix_getgroups|array|()|
-posix_getlogin|string|()|
-posix_getpgid|int|()|
-posix_getpgrp|int|()|
-posix_getpid|int|()|
-posix_getppid|int|()|
-posix_getpwnam|array|(string groupname)|
-posix_getpwuid|array|(long uid)|
-posix_getrlimit|array|()|
-posix_getsid|int|()|
-posix_getuid|int|()|
-posix_initgroups|bool|(string name, int base_group_id)|
-posix_isatty|bool|(int fd)|
-posix_kill|bool|(int pid, int sig)|
-posix_mkfifo|bool|(string pathname, int mode)|
-posix_mknod|bool|(string pathname, int mode [, int major [, int minor]])|
-posix_setegid|bool|(int uid)|
-posix_seteuid|bool|(int uid)|
-posix_setgid|bool|(int uid)|
-posix_setpgid|bool|(int pid, int pgid)|
-posix_setsid|int|()|
-posix_setuid|bool|(int uid)|
-posix_strerror|string|(int errno)|
-posix_times|array|()|
-posix_ttyname|string|(int fd)|
-posix_uname|array|()|
-pow|number|(number base, number exponent)|
-preg_grep|array|(string regex, array input [, int flags])|
-preg_last_error|int|()|
-preg_match_all|int|(string pattern, string subject, array subpatterns [, int flags [, int offset]])|
-preg_match|int|(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])|
-preg_quote|string|(string str [, string delim_char])|
-preg_replace_callback|string|(mixed regex, mixed callback, mixed subject [, int limit [, count]])|

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list