• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/vim-55/runtime/autoload/

Lines Matching +refs:array +refs:move +refs:one +refs:row

175 				" one implementation would require many additional arguments
599 " In all properly managed projects it should be one item list, even if it
629 " As in GetClassName we can manage only one element if it exists
635 " And only one class location
1030 \ 'aggregate_info(': 'object object | array',
1031 \ 'aggregate_methods_by_list(': 'object object, string class_name, array methods_list [, bool exclude] | void',
1034 \ 'aggregate_properties_by_list(': 'object object, string class_name, array properties_list [, bool exclude] | void',
1039 \ 'apache_get_modules(': 'void | array',
1043 \ 'apache_request_headers(': 'void | array',
1045 \ 'apache_response_headers(': 'void | array',
1047 \ 'apc_cache_info(': '[string cache_type] | array',
1049 \ 'apc_define_constants(': 'string key, array constants [, bool case_sensitive] | bool',
1053 \ 'apc_sma_info(': 'void | array',
1056 \ 'apd_callstack(': 'void | array',
1061 \ 'apd_dump_persistent_resources(': 'void | array',
1062 \ 'apd_dump_regular_resources(': 'void | array',
1064 \ 'apd_get_active_symbols(': ' | array',
1069 \ 'array_change_key_case(': 'array input [, int case] | array',
1070 \ 'array_chunk(': 'array input, int size [, bool preserve_keys] | array',
1071 \ 'array_combine(': 'array keys, array values | array',
1072 \ 'array_count_values(': 'array input | array',
1073 \ 'array_diff_assoc(': 'array array1, array array2 [, array ...] | array',
1074 \ 'array_diff(': 'array array1, array array2 [, array ...] | array',
1075 \ 'array_diff_key(': 'array array1, array array2 [, array ...] | array',
1076 \ 'array_diff_uassoc(': 'array array1, array array2 [, array ..., callback key_compare_func] | array',
1077 \ 'array_diff_ukey(': 'array array1, array array2 [, array ..., callback key_compare_func] | array',
1078 \ 'array_fill(': 'int start_index, int num, mixed value | array',
1079 \ 'array_filter(': 'array input [, callback callback] | array',
1080 \ 'array_flip(': 'array trans | array',
1081 \ 'array(': '[mixed ...] | array',
1082 \ 'array_intersect_assoc(': 'array array1, array array2 [, array ...] | array',
1083 \ 'array_intersect(': 'array array1, array array2 [, array ...] | array',
1084 \ 'array_intersect_key(': 'array array1, array array2 [, array ...] | array',
1085 \ 'array_intersect_uassoc(': 'array array1, array array2 [, array ..., callback key_compare_func] | array',
1086 \ 'array_intersect_ukey(': 'array array1, array array2 [, array ..., callback key_compare_func] | array',
1087 \ 'array_key_exists(': 'mixed key, array search | bool',
1088 \ 'array_keys(': 'array input [, mixed search_value [, bool strict]] | array',
1089 \ 'array_map(': 'callback callback, array arr1 [, array ...] | array',
1090 \ 'array_merge(': 'array array1 [, array array2 [, array ...]] | array',
1091 \ 'array_merge_recursive(': 'array array1 [, array ...] | array',
1092 \ 'array_multisort(': 'array ar1 [, mixed arg [, mixed ... [, array ...]]] | bool',
1093 \ 'array_pad(': 'array input, int pad_size, mixed pad_value | array',
1094 \ 'array_pop(': 'array &array | mixed',
1095 \ 'array_product(': 'array array | number',
1096 \ 'array_push(': 'array &array, mixed var [, mixed ...] | int',
1097 \ 'array_rand(': 'array input [, int num_req] | mixed',
1098 \ 'array_reduce(': 'array input, callback function [, int initial] | mixed',
1099 \ 'array_reverse(': 'array array [, bool preserve_keys] | array',
1100 \ 'array_search(': 'mixed needle, array haystack [, bool strict] | mixed',
1101 \ 'array_shift(': 'array &array | mixed',
1102 \ 'array_slice(': 'array array, int offset [, int length [, bool preserve_keys]] | array',
1103 \ 'array_splice(': 'array &input, int offset [, int length [, array replacement]] | array',
1104 \ 'array_sum(': 'array array | number',
1105 \ 'array_udiff_assoc(': 'array array1, array array2 [, array ..., callback data_compare_func] | array',
1106 \ 'array_udiff(': 'array array1, array array2 [, array ..., callback data_compare_func] | array',
1107 \ 'array_udiff_uassoc(': 'array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func] | array',
1108 \ 'array_uintersect_assoc(': 'array array1, array array2 [, array ..., callback data_compare_func] | array',
1109 \ 'array_uintersect(': 'array array1, array array2 [, array ..., callback data_compare_func] | array',
1110 \ 'array_uintersect_uassoc(': 'array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func] | array',
1111 \ 'array_unique(': 'array array | array',
1112 \ 'array_unshift(': 'array &array, mixed var [, mixed ...] | int',
1113 \ 'array_values(': 'array input | array',
1114 \ 'array_walk(': 'array &array, callback funcname [, mixed userdata] | bool',
1115 \ 'array_walk_recursive(': 'array &input, callback funcname [, mixed userdata] | bool',
1116 \ 'arsort(': 'array &array [, int sort_flags] | bool',
1120 \ 'asort(': 'array &array [, int sort_flags] | bool',
1124 \ 'aspell_suggest(': 'int dictionary_link, string word | array',
1164 \ 'bzerror(': 'resource bz | array',
1171 \ 'cal_from_jd(': 'int jd, int calendar | array',
1172 \ 'cal_info(': '[int calendar] | array',
1173 \ 'call_user_func_array(': 'callback function, array param_arr | mixed',
1175 \ 'call_user_method_array(': 'string method_name, object &obj, array paramarr | mixed',
1205 \ 'class_implements(': 'mixed class [, bool autoload] | array',
1206 \ 'classkit_import(': 'string filename | array',
1212 \ 'class_parents(': 'mixed class [, bool autoload] | array',
1226 \ 'compact(': 'mixed varname [, mixed ...] | array',
1264 \ 'cpdf_open(': 'int compression [, string filename [, array doc_limits]] | int',
1301 \ 'cpdf_set_text_matrix(': 'int pdf_document, array matrix | bool',
1306 \ 'cpdf_set_viewer_preferences(': 'int pdfdoc, array preferences | bool',
1343 \ 'curl_multi_info_read(': 'resource mh | array',
1348 \ 'curl_version(': '[int version] | array',
1349 \ 'current(': 'array &array | mixed',
1352 \ 'cybercash_decr(': 'string wmk, string sk, string inbuff | array',
1353 \ 'cybercash_encr(': 'string wmk, string sk, string inbuff | array',
1358 \ 'cyrus_bind(': 'resource connection, array callbacks | bool',
1361 \ 'cyrus_query(': 'resource connection, string query | array',
1375 \ 'db2_connect(': 'string database, string username, string password [, array options] | resource',
1379 \ 'db2_exec(': 'resource connection, string statement [, array options] | resource',
1380 \ 'db2_execute(': 'resource stmt [, array parameters] | bool',
1381 \ 'db2_fetch_array(': 'resource stmt [, int row_number] | array',
1382 \ 'db2_fetch_assoc(': 'resource stmt [, int row_number] | array',
1383 \ 'db2_fetch_both(': 'resource stmt [, int row_number] | array',
1399 \ 'db2_pconnect(': 'string database, string username, string password [, array options] | resource',
1400 \ 'db2_prepare(': 'resource connection, string statement [, array options] | resource',
1418 \ 'dba_handlers(': '[bool full_info] | array',
1421 \ 'dba_list(': 'void | array',
1427 \ 'dbase_add_record(': 'int dbase_identifier, array record | bool',
1429 \ 'dbase_create(': 'string filename, array fields | int',
1431 \ 'dbase_get_header_info(': 'int dbase_identifier | array',
1432 \ 'dbase_get_record(': 'int dbase_identifier, int record_number | array',
1433 \ 'dbase_get_record_with_names(': 'int dbase_identifier, int record_number | array',
1438 \ 'dbase_replace_record(': 'int dbase_identifier, array record, int record_number | bool',
1450 \ 'dbplus_add(': 'resource relation, array tuple | int',
1454 \ 'dbplus_curr(': 'resource relation, array &tuple | int',
1457 \ 'dbplus_find(': 'resource relation, array constraints, mixed tuple | int',
1458 \ 'dbplus_first(': 'resource relation, array &tuple | int',
1465 \ 'dbplus_info(': 'resource relation, string key, array &result | int',
1466 \ 'dbplus_last(': 'resource relation, array &tuple | int',
1468 \ 'dbplus_next(': 'resource relation, array &tuple | int',
1470 \ 'dbplus_prev(': 'resource relation, array &tuple | int',
1475 \ 'dbplus_resolve(': 'string relation_name | array',
1476 \ 'dbplus_restorepos(': 'resource relation, array tuple | int',
1489 \ 'dbplus_tremove(': 'resource relation, array tuple [, array &current] | int',
1494 \ 'dbplus_update(': 'resource relation, array old, array new | int',
1498 \ 'dbx_compare(': 'array row_a, array row_b, string column_key [, int flags] | int',
1508 \ 'debug_backtrace(': 'void | array',
1527 \ 'dio_stat(': 'resource fd | array',
1528 \ 'dio_tcsetattr(': 'resource fd, array options | bool',
1537 \ 'dns_get_mx(': 'string hostname, array &mxhosts [, array &weight] | bool',
1538 \ 'dns_get_record(': 'string hostname [, int type [, array &authns, array &addtl]] | array',
1553 \ 'DomDocument->get_elements_by_tagname(': 'string name | array',
1558 \ 'DomNode->attributes(': 'void | array',
1559 \ 'DomNode->child_nodes(': 'void | array',
1585 \ 'domxml_open_file(': 'string filename [, int mode [, array &error]] | DomDocument',
1586 \ 'domxml_open_mem(': 'string str [, int mode [, array &error]] | DomDocument',
1594 \ 'each(': 'array &array | array',
1600 \ 'end(': 'array &array | mixed',
1601 \ 'ereg(': 'string pattern, string string [, array &regs] | int',
1602 \ 'eregi(': 'string pattern, string string [, array &regs] | int',
1610 \ 'exec(': 'string command [, array &output [, int &return_var]] | string',
1612 \ 'exif_read_data(': 'string filename [, string sections [, bool arrays [, bool thumbnail]]] | array',
1616 \ 'expect_expectl(': 'resource expect, array cases, string &match | mixed',
1619 \ 'explode(': 'string separator, string string [, int limit] | array',
1622 \ 'extract(': 'array var_array [, int extract_type [, string prefix]] | int',
1629 \ 'fam_next_event(': 'resource fam | array',
1653 \ 'fbsql_fetch_array(': 'resource result [, int result_type] | array',
1654 \ 'fbsql_fetch_assoc(': 'resource result | array',
1656 \ 'fbsql_fetch_lengths(': 'resource result | array',
1658 \ 'fbsql_fetch_row(': 'resource result | array',
1666 \ 'fbsql_get_autostart_info(': '[resource link_identifier] | array',
1680 \ 'fbsql_result(': 'resource result [, int row [, mixed field]] | mixed',
1700 \ 'fdf_get_attachment(': 'resource fdf_document, string fieldname, string savepath | array',
1730 \ 'fgetcsv(': 'resource handle [, int length [, string delimiter [, string enclosure]]] | array',
1738 \ 'file(': 'string filename [, int use_include_path [, resource context]] | array',
1762 \ 'fputcsv(': 'resource handle [, array fields [, string delimiter [, string enclosure]]] | int',
1769 \ 'fstat(': 'resource handle | array',
1792 \ 'ftp_nlist(': 'resource ftp_stream, string directory | array',
1796 \ 'ftp_raw(': 'resource ftp_stream, string command | array',
1797 \ 'ftp_rawlist(': 'resource ftp_stream, string directory [, bool recursive] | array',
1807 \ 'func_get_args(': 'void | array',
1811 \ 'gd_info(': 'void | array',
1812 \ 'getallheaders(': 'void | array',
1816 \ 'get_class_methods(': 'mixed class_name | array',
1817 \ 'get_class_vars(': 'string class_name | array',
1820 \ 'getdate(': '[int timestamp] | array',
1821 \ 'get_declared_classes(': 'void | array',
1822 \ 'get_declared_interfaces(': 'void | array',
1823 \ 'get_defined_constants(': '[mixed categorize] | array',
1824 \ 'get_defined_functions(': 'void | array',
1825 \ 'get_defined_vars(': 'void | array',
1827 \ 'get_extension_funcs(': 'string module_name | array',
1828 \ 'get_headers(': 'string url [, int format] | array',
1831 \ 'gethostbynamel(': 'string hostname | array',
1832 \ 'get_html_translation_table(': '[int table [, int quote_style]] | array',
1833 \ 'getimagesize(': 'string filename [, array &imageinfo] | array',
1834 \ 'get_included_files(': 'void | array',
1837 \ 'get_loaded_extensions(': 'void | array',
1840 \ 'get_meta_tags(': 'string filename [, bool use_include_path] | array',
1841 \ 'getmxrr(': 'string hostname, array &mxhosts [, array &weight] | bool',
1846 \ 'get_object_vars(': 'object obj | array',
1847 \ 'getopt(': 'string options | array',
1853 \ 'getrusage(': '[int who] | array',
1859 \ 'glob(': 'string pattern [, int flags] | array',
1870 \ 'gmp_div_qr(': 'resource n, resource d [, int round] | array',
1873 \ 'gmp_gcdext(': 'resource a, resource b | array',
1896 \ 'gmp_sqrtrem(': 'resource a | array',
1908 \ 'gnupg_decryptverify(': 'resource identifier, string text, string plaintext | array',
1914 \ 'gnupg_import(': 'resource identifier, string keydata | array',
1915 \ 'gnupg_keyinfo(': 'resource identifier, string pattern | array',
1920 \ 'gnupg_verify(': 'resource identifier, string signed_text, string signature [, string plaintext] | array',
1921 \ 'gopher_parsedir(': 'string dirent | array',
1928 \ 'gzfile(': 'string filename [, int use_include_path] | array',
1942 \ 'hash_algos(': 'void | array',
1953 \ 'headers_list(': 'void | array',
1964 \ 'http_build_query(': 'array formdata [, string numeric_prefix] | string',
1969 \ 'hw_api_attribute->values(': 'void | array',
1970 \ 'hw_api->checkin(': 'array parameter | bool',
1971 \ 'hw_api->checkout(': 'array parameter | bool',
1972 \ 'hw_api->children(': 'array parameter | array',
1973 \ 'hw_api->content(': 'array parameter | HW_API_Content',
1976 \ 'hw_api->copy(': 'array parameter | hw_api_object',
1977 \ 'hw_api->dbstat(': 'array parameter | hw_api_object',
1978 \ 'hw_api->dcstat(': 'array parameter | hw_api_object',
1979 \ 'hw_api->dstanchors(': 'array parameter | array',
1980 \ 'hw_api->dstofsrcanchor(': 'array parameter | hw_api_object',
1983 \ 'hw_api->find(': 'array parameter | array',
1984 \ 'hw_api->ftstat(': 'array parameter | hw_api_object',
1986 \ 'hw_api->hwstat(': 'array parameter | hw_api_object',
1987 \ 'hw_api->identify(': 'array parameter | bool',
1988 \ 'hw_api->info(': 'array parameter | array',
1989 \ 'hw_api->insertanchor(': 'array parameter | hw_api_object',
1990 \ 'hw_api->insertcollection(': 'array parameter | hw_api_object',
1991 \ 'hw_api->insertdocument(': 'array parameter | hw_api_object',
1992 \ 'hw_api->insert(': 'array parameter | hw_api_object',
1993 \ 'hw_api->link(': 'array parameter | bool',
1994 \ 'hw_api->lock(': 'array parameter | bool',
1995 \ 'hw_api->move(': 'array parameter | bool',
1997 \ 'hw_api_object->assign(': 'array parameter | bool',
1998 \ 'hw_api_object->attreditable(': 'array parameter | bool',
1999 \ 'hw_api->objectbyanchor(': 'array parameter | hw_api_object',
2000 \ 'hw_api_object->count(': 'array parameter | int',
2001 \ 'hw_api->object(': 'array parameter | hw_api_object',
2003 \ 'hw_api_object(': 'array parameter | hw_api_object',
2005 \ 'hw_api_object->title(': 'array parameter | string',
2007 \ 'hw_api->parents(': 'array parameter | array',
2010 \ 'hw_api->remove(': 'array parameter | bool',
2011 \ 'hw_api->replace(': 'array parameter | hw_api_object',
2012 \ 'hw_api->setcommittedversion(': 'array parameter | hw_api_object',
2013 \ 'hw_api->srcanchors(': 'array parameter | array',
2014 \ 'hw_api->srcsofdst(': 'array parameter | array',
2015 \ 'hw_api->unlock(': 'array parameter | bool',
2016 \ 'hw_api->user(': 'array parameter | hw_api_object',
2017 \ 'hw_api->userlist(': 'array parameter | array',
2018 \ 'hw_array2objrec(': 'array object_array | string',
2019 \ 'hw_changeobject(': 'int link, int objid, array attributes | bool',
2020 \ 'hw_children(': 'int connection, int objectID | array',
2021 \ 'hw_childrenobj(': 'int connection, int objectID | array',
2025 \ 'hw_cp(': 'int connection, array object_id_array, int destination_id | int',
2039 \ 'hw_getanchors(': 'int connection, int objectID | array',
2040 \ 'hw_getanchorsobj(': 'int connection, int objectID | array',
2042 \ 'hw_getchildcoll(': 'int connection, int objectID | array',
2043 \ 'hw_getchildcollobj(': 'int connection, int objectID | array',
2044 \ 'hw_getchilddoccoll(': 'int connection, int objectID | array',
2045 \ 'hw_getchilddoccollobj(': 'int connection, int objectID | array',
2046 \ 'hw_getobjectbyquerycoll(': 'int connection, int objectID, string query, int max_hits | array',
2047 \ 'hw_getobjectbyquerycollobj(': 'int connection, int objectID, string query, int max_hits | array',
2048 \ 'hw_getobjectbyquery(': 'int connection, string query, int max_hits | array',
2049 \ 'hw_getobjectbyqueryobj(': 'int connection, string query, int max_hits | array',
2051 \ 'hw_getparents(': 'int connection, int objectID | array',
2052 \ 'hw_getparentsobj(': 'int connection, int objectID | array',
2056 \ 'hw_getsrcbydestobj(': 'int connection, int objectID | array',
2060 \ 'hw_incollections(': 'int connection, array object_id_array, array collection_id_array, int return_collections | array',
2062 \ 'hw_inscoll(': 'int connection, int objectID, array object_array | int',
2064 \ 'hw_insertanchors(': 'int hwdoc, array anchorecs, array dest [, array urlprefixes] | bool',
2068 \ 'hw_modifyobject(': 'int connection, int object_to_change, array remove, array add [, int mode] | bool',
2069 \ 'hw_mv(': 'int connection, array object_id_array, int source_id, int destination_id | int',
2071 \ 'hw_objrec2array(': 'string object_record [, array format] | array',
2074 \ 'hw_pipedocument(': 'int connection, int objectID [, array url_prefixes] | int',
2079 \ 'hw_who(': 'int connection | array',
2093 \ 'ibase_blob_info(': 'resource link_identifier, string blob_id | array',
2105 \ 'ibase_fetch_assoc(': 'resource result [, int fetch_flag] | array',
2107 \ 'ibase_fetch_row(': 'resource result_identifier [, int fetch_flag] | array',
2108 \ 'ibase_field_info(': 'resource result, int field_number | array',
2118 \ 'ibase_param_info(': 'resource query, int param_number | array',
2137 \ 'icap_list_alarms(': 'int stream_id, array date, array time | int',
2138 \ 'icap_list_events(': 'int stream_id, int begin_date [, int end_date] | array',
2146 \ 'iconv_mime_decode_headers(': 'string encoded_headers [, int mode [, string charset]] | array',
2148 \ 'iconv_mime_encode(': 'string field_name, string field_value [, array preferences] | string',
2157 \ 'id3_get_genre_list(': 'void | array',
2159 \ 'id3_get_tag(': 'string filename [, int version] | array',
2162 \ 'id3_set_tag(': 'string filename, array tag [, int version] | bool',
2175 \ 'ifx_fetch_row(': 'int result_id [, mixed position] | array',
2176 \ 'ifx_fieldproperties(': 'int result_id | array',
2177 \ 'ifx_fieldtypes(': 'int result_id | array',
2183 \ 'ifx_getsqlca(': 'int result_id | array',
2238 \ 'imagecolorsforindex(': 'resource image, int index | array',
2241 \ 'imageconvolution(': 'resource image, array matrix3x3, float div, float offset | bool',
2264 \ 'imagefilledpolygon(': 'resource image, array points, int num_points, int color | bool',
2271 \ 'imageftbbox(': 'float size, float angle, string font_file, string text [, array extrainfo] | array',
2272 \ 'imagefttext(': 'resource image, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo] | array',
2285 \ 'imagepolygon(': 'resource image, array points, int num_points, int color | bool',
2286 \ 'imagepsbbox(': 'string text, int font, int size [, int space, int tightness, float angle] | array',
2293 \ 'imagepstext(': 'resource image, string text, resource font, int size, int foreground, int background, int x, int y [, int space, int tightness, float angle, int antialias_steps] | array',
2299 \ 'imagesetstyle(': 'resource image, array style | bool',
2307 \ 'imagettfbbox(': 'float size, float angle, string fontfile, string text | array',
2308 \ 'imagettftext(': 'resource image, float size, float angle, int x, int y, int color, string fontfile, string text | array',
2315 \ 'imap_alerts(': 'void | array',
2327 \ 'imap_errors(': 'void | array',
2331 \ 'imap_fetch_overview(': 'resource imap_stream, string sequence [, int options] | array',
2333 \ 'imap_getacl(': 'resource stream_id, string mailbox | array',
2334 \ 'imap_getmailboxes(': 'resource imap_stream, string ref, string pattern | array',
2335 \ 'imap_get_quota(': 'resource imap_stream, string quota_root | array',
2336 \ 'imap_get_quotaroot(': 'resource imap_stream, string quota_root | array',
2337 \ 'imap_getsubscribed(': 'resource imap_stream, string ref, string pattern | array',
2339 \ 'imap_headers(': 'resource imap_stream | array',
2341 \ 'imap_list(': 'resource imap_stream, string ref, string pattern | array',
2342 \ 'imap_listscan(': 'resource imap_stream, string ref, string pattern, string content | array',
2343 \ 'imap_lsub(': 'resource imap_stream, string ref, string pattern | array',
2345 \ 'imap_mail_compose(': 'array envelope, array body | string',
2349 \ 'imap_mime_header_decode(': 'string text | array',
2358 \ 'imap_rfc822_parse_adrlist(': 'string address, string default_host | array',
2361 \ 'imap_search(': 'resource imap_stream, string criteria [, int options [, string charset]] | array',
2365 \ 'imap_sort(': 'resource stream, int criteria, int reverse [, int options [, string search_criteria [, string charset]]] | array',
2368 \ 'imap_thread(': 'resource stream_id [, int options] | array',
2376 \ 'implode(': 'string glue, array pieces | string',
2378 \ 'in_array(': 'mixed needle, array haystack [, bool strict] | bool',
2389 \ 'ingres_fetch_array(': '[int result_type [, resource link]] | array',
2391 \ 'ingres_fetch_row(': '[resource link] | array',
2403 \ 'ini_get_all(': '[string extension] | array',
2411 \ 'iptcparse(': 'string iptcblock | array',
2414 \ 'ircg_eval_ecmascript_params(': 'string params | array',
2415 \ 'ircg_fetch_error_msg(': 'resource connection | array',
2435 \ 'ircg_pconnect(': 'string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings [, bool bailout_on_trivial]]]]]] | resource',
2436 \ 'ircg_register_format_messages(': 'string name, array messages | bool',
2469 \ 'iterator_to_array(': 'IteratorAggregate iterator | array',
2483 \ 'kadm5_create_principal(': 'resource handle, string principal [, string password [, array options]] | bool',
2487 \ 'kadm5_get_policies(': 'resource handle | array',
2488 \ 'kadm5_get_principal(': 'resource handle, string principal | array',
2489 \ 'kadm5_get_principals(': 'resource handle | array',
2491 \ 'kadm5_modify_principal(': 'resource handle, string principal, array options | bool',
2492 \ 'key(': 'array &array | mixed',
2493 \ 'krsort(': 'array &array [, int sort_flags] | bool',
2494 \ 'ksort(': 'array &array [, int sort_flags] | bool',
2497 \ 'ldap_add(': 'resource link_identifier, string dn, array entry | bool',
2507 \ 'ldap_explode_dn(': 'string dn, int with_attrib | array',
2512 \ 'ldap_get_attributes(': 'resource link_identifier, resource result_entry_identifier | array',
2514 \ 'ldap_get_entries(': 'resource link_identifier, resource result_identifier | array',
2516 \ 'ldap_get_values(': 'resource link_identifier, resource result_entry_identifier, string attribute | array',
2517 \ 'ldap_get_values_len(': 'resource link_identifier, resource result_entry_identifier, string attribute | array',
2518 \ 'ldap_list(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2519 \ 'ldap_mod_add(': 'resource link_identifier, string dn, array entry | bool',
2520 \ 'ldap_mod_del(': 'resource link_identifier, string dn, array entry | bool',
2521 \ 'ldap_modify(': 'resource link_identifier, string dn, array entry | bool',
2522 \ 'ldap_mod_replace(': 'resource link_identifier, string dn, array entry | bool',
2526 \ 'ldap_parse_reference(': 'resource link, resource entry, array &referrals | bool',
2527 \ 'ldap_parse_result(': 'resource link, resource result, int &errcode [, string &matcheddn [, string &errmsg [, array &referrals]]] | bool',
2528 \ 'ldap_read(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2531 \ 'ldap_search(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2540 \ 'libxml_get_errors(': 'void | array',
2547 \ 'localeconv(': 'void | array',
2548 \ 'localtime(': '[int timestamp [, bool is_associative]] | array',
2553 \ 'lstat(': 'string filename | array',
2564 \ 'mailparse_msg_get_part_data(': 'resource rfc2045 | array',
2566 \ 'mailparse_msg_get_structure(': 'resource rfc2045 | array',
2569 \ 'mailparse_rfc822_parse_addresses(': 'string addresses | array',
2571 \ 'mailparse_uudecode_all(': 'resource fp | array',
2594 \ 'maxdb_server_init(': '[array server [, array groups]] | bool',
2602 \ 'mb_decode_numericentity(': 'string str, array convmap [, string encoding] | string',
2606 \ 'mb_encode_numericentity(': 'string str, array convmap [, string encoding] | string',
2607 \ 'mb_ereg(': 'string pattern, string string [, array regs] | int',
2608 \ 'mb_eregi(': 'string pattern, string string [, array regs] | int',
2613 \ 'mb_ereg_search_getregs(': 'void | array',
2616 \ 'mb_ereg_search_pos(': '[string pattern [, string option]] | array',
2617 \ 'mb_ereg_search_regs(': '[string pattern [, string option]] | array',
2624 \ 'mb_list_encodings(': 'void | array',
2626 \ 'mb_parse_str(': 'string encoded_string [, array &result] | bool',
2631 \ 'mb_split(': 'string pattern, string string [, int limit] | array',
2672 \ 'mcal_list_alarms(': 'int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day] | array',
2673 \ 'mcal_list_events(': 'int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day] | array',
2674 \ 'mcal_next_recurrence(': 'int stream, int weekstart, array next | object',
2684 \ 'm_completeauthorizations(': 'resource conn, int &array | int',
2697 \ 'mcrypt_enc_get_supported_key_sizes(': 'resource td | array',
2711 \ 'mcrypt_list_algorithms(': '[string lib_dir] | array',
2712 \ 'mcrypt_list_modes(': '[string lib_dir] | array',
2716 \ 'mcrypt_module_get_supported_key_sizes(': 'string algorithm [, string lib_dir] | array',
2733 \ 'm_getcellbynum(': 'resource conn, int identifier, int column, int row | string',
2734 \ 'm_getcell(': 'resource conn, int identifier, string column, int row | string',
2762 \ 'm_responsekeys(': 'resource conn, int identifier | array',
2770 \ 'msession_find(': 'string name, string value | array',
2771 \ 'msession_get_array(': 'string session | array',
2775 \ 'msession_list(': 'void | array',
2776 \ 'msession_listvar(': 'string name | array',
2780 \ 'msession_set_array(': 'string session, array tuples | void',
2797 \ 'msg_set_queue(': 'resource queue, array data | bool',
2798 \ 'msg_stat_queue(': 'resource queue | array',
2807 \ 'msql_fetch_array(': 'resource result [, int result_type] | array',
2810 \ 'msql_fetch_row(': 'resource result | array',
2825 \ 'msql_result(': 'resource result, int row [, mixed field] | string',
2833 \ 'mssql_fetch_array(': 'resource result [, int result_type] | array',
2834 \ 'mssql_fetch_assoc(': 'resource result_id | array',
2838 \ 'mssql_fetch_row(': 'resource result | array',
2855 \ 'mssql_result(': 'resource result, int row, mixed field | string',
2882 \ 'mysql_db_name(': 'resource result, int row [, mixed field] | string',
2888 \ 'mysql_fetch_array(': 'resource result [, int result_type] | array',
2889 \ 'mysql_fetch_assoc(': 'resource result | array',
2891 \ 'mysql_fetch_lengths(': 'resource result | array',
2893 \ 'mysql_fetch_row(': 'resource result | array',
2927 \ 'mysqli_server_init(': '[array server [, array groups]] | bool',
2940 \ 'mysql_result(': 'resource result, int row [, mixed field] | string',
2946 \ 'natcasesort(': 'array &array | bool',
2947 \ 'natsort(': 'array &array | bool',
2990 \ 'ncurses_getmouse(': 'array &mevent | bool',
3083 \ 'ncurses_ungetmouse(': 'array mevent | bool',
3109 \ 'newt_button_bar(': 'array &buttons | resource',
3117 \ 'newt_checkbox_tree_find_item(': 'resource checkboxtree, mixed data | array',
3120 \ 'newt_checkbox_tree_get_multi_selection(': 'resource checkboxtree, string seqnum | array',
3121 \ 'newt_checkbox_tree_get_selection(': 'resource checkboxtree | array',
3146 \ 'newt_form_add_components(': 'resource form, array components | void',
3151 \ 'newt_form_run(': 'resource form, array &exit_struct | void',
3166 \ 'newt_grid_set_field(': 'resource grid, int col, int row, int type, resource val, int pad_left, int pad_top, int pad_right, int pad_bottom, int anchor [, int flags] | void',
3180 \ 'newt_listbox_get_selection(': 'resource listbox | array',
3219 \ 'newt_win_entries(': 'string title, string text, int suggested_width, int flex_down, int flex_up, int data_width, array &items, string button1 [, string ...] | int',
3220 \ 'newt_win_menu(': 'string title, string text, int suggestedWidth, int flexDown, int flexUp, int maxListHeight, array items, int &listItem [, string button1 [, string ...]] | int',
3222 \ 'newt_win_messagev(': 'string title, string button_text, string format, array args | void',
3224 \ 'next(': 'array &array | mixed',
3228 \ 'notes_body(': 'string server, string mailbox, int msg_number | array',
3239 \ 'notes_search(': 'string database_name, string keywords | array',
3240 \ 'notes_unread(': 'string database_name, string user_name | array',
3242 \ 'nsapi_request_headers(': 'void | array',
3243 \ 'nsapi_response_headers(': 'void | array',
3258 \ 'ob_list_handlers(': 'void | array',
3267 \ 'oci_error(': '[resource source] | array',
3269 \ 'oci_fetch_all(': 'resource statement, array &output [, int skip [, int maxrows [, int flags]]] | int',
3270 \ 'oci_fetch_array(': 'resource statement [, int mode] | array',
3271 \ 'oci_fetch_assoc(': 'resource statement | array',
3273 \ 'ocifetchinto(': 'resource statement, array &result [, int mode] | int',
3275 \ 'oci_fetch_row(': 'resource statement | array',
3311 \ 'odbc_data_source(': 'resource connection_id, int fetch_type | array',
3316 \ 'odbc_execute(': 'resource result_id [, array parameters_array] | bool',
3317 \ 'odbc_fetch_array(': 'resource result [, int rownumber] | array',
3318 \ 'odbc_fetch_into(': 'resource result_id, array &result_array [, int rownumber] | int',
3374 \ 'openssl_csr_new(': 'array dn, resource &privkey [, array configargs [, array extraattribs]] | mixed',
3375 \ 'openssl_csr_sign(': 'mixed csr, mixed cacert, mixed priv_key, int days [, array configargs [, int serial]] | resource',
3380 \ 'openssl_pkcs7_encrypt(': 'string infile, string outfile, mixed recipcerts, array headers [, int flags [, int cipherid]] | bool',
3381 \ 'openssl_pkcs7_sign(': 'string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, int flags [, string extracerts]] | bool',
3382 \ 'openssl_pkcs7_verify(': 'string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]] | mixed',
3383 \ 'openssl_pkey_export(': 'mixed key, string &out [, string passphrase [, array configargs]] | bool',
3384 \ 'openssl_pkey_export_to_file(': 'mixed key, string outfilename [, string passphrase [, array configargs]] | bool',
3388 \ 'openssl_pkey_new(': '[array configargs] | resource',
3393 \ 'openssl_seal(': 'string data, string &sealed_data, array &env_keys, array pub_key_ids | int',
3397 \ 'openssl_x509_checkpurpose(': 'mixed x509cert, int purpose [, array cainfo [, string untrustedfile]] | int',
3401 \ 'openssl_x509_parse(': 'mixed x509cert [, bool shortnames] | array',
3416 \ 'ora_fetch_into(': 'resource cursor, array &result [, int flags] | int',
3439 \ 'ovrimos_execute(': 'int result_id [, array parameters_array] | bool',
3440 \ 'ovrimos_fetch_into(': 'int result_id, array &result_array [, string how [, int rownumber]] | bool',
3455 \ 'parse_ini_file(': 'string filename [, bool process_sections] | array',
3456 \ 'parsekit_compile_file(': 'string filename [, array &errors [, int options]] | array',
3457 \ 'parsekit_compile_string(': 'string phpcode [, array &errors [, int options]] | array',
3458 \ 'parsekit_func_arginfo(': 'mixed function | array',
3459 \ 'parse_str(': 'string str [, array &arr] | void',
3460 \ 'parse_url(': 'string url | array',
3465 \ 'pcntl_exec(': 'string path [, array args [, array envs]] | void',
3618 \ 'pfpro_process(': 'array parameters [, string address [, int port [, int timeout [, string proxy_address [, int proxy_port [, string proxy_logon [, string proxy_password]]]]]]] | array',
3630 \ 'pg_convert(': 'resource connection, string table_name, array assoc_array [, int options] | array',
3631 \ 'pg_copy_from(': 'resource connection, string table_name, array rows [, string delimiter [, string null_as]] | bool',
3632 \ 'pg_copy_to(': 'resource connection, string table_name [, string delimiter [, string null_as]] | array',
3634 \ 'pg_delete(': 'resource connection, string table_name, array assoc_array [, int options] | mixed',
3638 \ 'pg_execute(': 'resource connection, string stmtname, array params | resource',
3639 \ 'pg_fetch_all_columns(': 'resource result [, int column] | array',
3640 \ 'pg_fetch_all(': 'resource result | array',
3641 \ 'pg_fetch_array(': 'resource result [, int row [, int result_type]] | array',
3642 \ 'pg_fetch_assoc(': 'resource result [, int row] | array',
3643 \ 'pg_fetch_object(': 'resource result [, int row [, int result_type]] | object',
3644 \ 'pg_fetch_result(': 'resource result, int row, mixed field | string',
3645 \ 'pg_fetch_row(': 'resource result [, int row] | array',
3646 \ 'pg_field_is_null(': 'resource result, int row, mixed field | int',
3654 \ 'pg_get_notify(': 'resource connection [, int result_type] | array',
3658 \ 'pg_insert(': 'resource connection, string table_name, array assoc_array [, int options] | mixed',
3673 \ 'pg_meta_data(': 'resource connection, string table_name | array',
3684 \ 'pg_query_params(': 'resource connection, string query, array params | resource',
3689 \ 'pg_select(': 'resource connection, string table_name, array assoc_array [, int options] | mixed',
3690 \ 'pg_send_execute(': 'resource connection, string stmtname, array params | bool',
3693 \ 'pg_send_query_params(': 'resource connection, string query, array params | bool',
3701 \ 'pg_update(': 'resource connection, string table_name, array data, array condition [, int options] | mixed',
3702 \ 'pg_version(': '[resource connection] | array',
3721 \ 'posix_getgrgid(': 'int gid | array',
3722 \ 'posix_getgrnam(': 'string name | array',
3723 \ 'posix_getgroups(': 'void | array',
3730 \ 'posix_getpwnam(': 'string username | array',
3731 \ 'posix_getpwuid(': 'int uid | array',
3732 \ 'posix_getrlimit(': 'void | array',
3746 \ 'posix_times(': 'void | array',
3748 \ 'posix_uname(': 'void | array',
3750 \ 'preg_grep(': 'string pattern, array input [, int flags] | array',
3751 \ 'preg_match_all(': 'string pattern, string subject, array &matches [, int flags [, int offset]] | int',
3752 \ 'preg_match(': 'string pattern, string subject [, array &matches [, int flags [, int offset]]] | int',
3756 \ 'preg_split(': 'string pattern, string subject [, int limit [, int flags]] | array',
3757 \ 'prev(': 'array &array | mixed',
3779 \ 'printer_list(': 'int enumtype [, string name [, int level]] | array',
3793 \ 'proc_get_status(': 'resource process | array',
3795 \ 'proc_open(': 'string cmd, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]] | resource',
3827 \ 'ps_hyphenate(': 'resource psdoc, string text | array',
3853 \ 'pspell_suggest(': 'int dictionary_link, string word | array',
3883 \ 'ps_string_geometry(': 'resource psdoc, string text [, int fontid [, float size]] | array',
3892 \ 'px_create_fp(': 'resource pxdoc, resource file, array fielddesc | bool',
3896 \ 'px_get_field(': 'resource pxdoc, int fieldno | array',
3897 \ 'px_get_info(': 'resource pxdoc | array',
3899 \ 'px_get_record(': 'resource pxdoc, int num [, int mode] | array',
3900 \ 'px_get_schema(': 'resource pxdoc [, int mode] | array',
3902 \ 'px_insert_record(': 'resource pxdoc, array data | int',
3907 \ 'px_put_record(': 'resource pxdoc, array record [, int recpos] | bool',
3908 \ 'px_retrieve_record(': 'resource pxdoc, int num [, int mode] | array',
3915 \ 'px_update_record(': 'resource pxdoc, array data, int num | bool',
3933 \ 'radius_get_vendor_attr(': 'string data | array',
3947 \ 'range(': 'mixed low, mixed high [, number step] | array',
3950 \ 'rar_list(': 'resource rar_file | array',
3965 \ 'readline_list_history(': 'void | array',
3978 \ 'reset(': 'array &array | mixed',
3991 \ 'rsort(': 'array &array [, int sort_flags] | bool',
4013 \ 'runkit_superglobals(': 'void | array',
4020 \ 'scandir(': 'string directory [, int sorting_order [, resource context]] | array',
4029 \ 'sesam_diagnostic(': 'void | array',
4033 \ 'sesam_fetch_array(': 'string result_id [, int whence [, int offset]] | array',
4035 \ 'sesam_fetch_row(': 'string result_id [, int whence [, int offset]] | array',
4036 \ 'sesam_field_array(': 'string result_id | array',
4049 \ 'session_get_cookie_params(': 'void | array',
4055 \ 'session_pgsql_get_error(': '[bool with_error_message] | array',
4059 \ 'session_pgsql_status(': 'void | array',
4093 \ 'shuffle(': 'array &array | bool',
4098 \ 'SimpleXMLElement->xpath(': 'string path | array',
4110 \ 'snmprealwalk(': 'string host, string community, string object_id [, int timeout [, int retries]] | array',
4116 \ 'snmpwalk(': 'string hostname, string community, string object_id [, int timeout [, int retries]] | array',
4117 \ 'snmpwalkoid(': 'string hostname, string community, string object_id [, int timeout [, int retries]] | array',
4125 \ 'socket_create_pair(': 'int domain, int type, int protocol, array &fd | bool',
4134 \ 'socket_select(': 'array &read, array &write, array &except, int tv_sec [, int tv_usec] | int',
4143 \ 'sort(': 'array &array [, int sort_flags] | bool',
4145 \ 'spl_classes(': 'void | array',
4146 \ 'split(': 'string pattern, string string [, int limit] | array',
4147 \ 'spliti(': 'string pattern, string string [, int limit] | array',
4149 \ 'sqlite_array_query(': 'resource dbhandle, string query [, int result_type [, bool decode_binary]] | array',
4156 \ 'sqlite_current(': 'resource result [, int result_type [, bool decode_binary]] | array',
4161 \ 'sqlite_fetch_all(': 'resource result [, int result_type [, bool decode_binary]] | array',
4162 \ 'sqlite_fetch_array(': 'resource result [, int result_type [, bool decode_binary]] | array',
4163 \ 'sqlite_fetch_column_types(': 'string table_name, resource dbhandle [, int result_type] | array',
4164 \ 'sqlite_fetch_object(': 'resource result [, string class_name [, array ctor_params [, bool decode_binary]]] | object',
4183 \ 'sqlite_single_query(': 'resource db, string query [, bool first_row_only [, bool decode_binary]] | array',
4196 \ 'ssh2_connect(': 'string host [, int port [, array methods [, array callbacks]]] | resource',
4197 \ 'ssh2_exec(': 'resource session, string command [, string pty [, array env [, int width [, int height [, int width_height_type]]]]] | resource',
4200 \ 'ssh2_methods_negotiated(': 'resource session | array',
4201 \ 'ssh2_publickey_add(': 'resource pkey, string algoname, string blob [, bool overwrite [, array attributes]] | bool',
4203 \ 'ssh2_publickey_list(': 'resource pkey | array',
4208 \ 'ssh2_sftp_lstat(': 'resource sftp, string path | array',
4214 \ 'ssh2_sftp_stat(': 'resource sftp, string path | array',
4217 \ 'ssh2_shell(': 'resource session [, string term_type [, array env [, int width [, int height [, int width_height_type]]]]] | resource',
4219 \ 'stat(': 'string filename | array',
4220 \ 'stats_absolute_deviation(': 'array a | float',
4237 \ 'stats_covariance(': 'array a, array b | float',
4254 \ 'stats_harmonic_mean(': 'array a | number',
4255 \ 'stats_kurtosis(': 'array a | float',
4272 \ 'stats_rand_get_seeds(': 'void | array',
4273 \ 'stats_rand_phrase_to_seeds(': 'string phrase | array',
4276 \ 'stats_skew(': 'array a | float',
4277 \ 'stats_standard_deviation(': 'array a [, bool sample] | float',
4279 \ 'stats_stat_correlation(': 'array arr1, array arr2 | float',
4281 \ 'stats_stat_independent_t(': 'array arr1, array arr2 | float',
4282 \ 'stats_stat_innerproduct(': 'array arr1, array arr2 | float',
4284 \ 'stats_stat_paired_t(': 'array arr1, array arr2 | float',
4286 \ 'stats_stat_powersum(': 'array arr, float power | float',
4287 \ 'stats_variance(': 'array a [, bool sample] | float',
4296 \ 'stream_context_create(': '[array options] | resource',
4297 \ 'stream_context_get_default(': '[array options] | resource',
4298 \ 'stream_context_get_options(': 'resource stream_or_context | array',
4300 \ 'stream_context_set_params(': 'resource stream_or_context, array params | bool',
4307 \ 'stream_get_filters(': 'void | array',
4309 \ 'stream_get_meta_data(': 'resource stream | array',
4310 \ 'stream_get_transports(': 'void | array',
4311 \ 'stream_get_wrappers(': 'void | array',
4312 \ 'stream_select(': 'array &read, array &write, array &except, int tv_sec [, int tv_usec] | int',
4320 \ 'stream_socket_pair(': 'int domain, int type, int protocol | array',
4342 \ 'strptime(': 'string date, string format | array',
4351 \ 'str_split(': 'string string [, int split_length] | array',
4393 \ 'swf_definepoly(': 'int objid, array coords, int npoints, float width | void',
4397 \ 'swfdisplayitem->move(': 'int dx, int dy | void',
4427 \ 'swf_getbitmapinfo(': 'int bitmapid | array',
4428 \ 'swf_getfontinfo(': 'void | array',
4529 \ 'sybase_fetch_array(': 'resource result | array',
4530 \ 'sybase_fetch_assoc(': 'resource result | array',
4533 \ 'sybase_fetch_row(': 'resource result | array',
4545 \ 'sybase_result(': 'resource result, int row, mixed field | string',
4550 \ 'sys_getloadavg(': 'void | array',
4564 \ 'tidy_node->get_nodes(': 'int node_id | array',
4586 \ 'token_get_all(': 'string source | array',
4591 \ 'uasort(': 'array &array, callback cmp_function | bool',
4595 \ 'udm_alloc_agent_array(': 'array databases | resource',
4598 \ 'udm_cat_list(': 'resource agent, string category | array',
4599 \ 'udm_cat_path(': 'resource agent, string category | array',
4612 \ 'udm_get_res_field(': 'resource res, int row, int field | string',
4618 \ 'uksort(': 'array &array, callback cmp_function | bool',
4625 \ 'unpack(': 'string format, string data | array',
4633 \ 'usort(': 'array &array, callback cmp_function | bool',
4665 \ 'vfprintf(': 'resource handle, string format, array args | int',
4675 \ 'vpopmail_alias_get_all(': 'string domain | array',
4676 \ 'vpopmail_alias_get(': 'string alias, string domain | array',
4684 \ 'vprintf(': 'string format, array args | int',
4685 \ 'vsprintf(': 'string format, array args | string',
4697 \ 'win32_create_service(': 'array details [, string machine] | int',
4700 \ 'win32_ps_list_procs(': 'void | array',
4701 \ 'win32_ps_stat_mem(': 'void | array',
4702 \ 'win32_ps_stat_proc(': '[int pid] | array',
4710 \ 'xattr_list(': 'string filename [, int flags] | array',
4730 \ 'xml_parse_into_struct(': 'resource parser, string data, array &values [, array &index] | int',
4736 \ 'xmlrpc_decode(': 'string xml [, string encoding] | array',
4737 \ 'xmlrpc_decode_request(': 'string xml, string &method [, string encoding] | array',
4739 \ 'xmlrpc_encode_request(': 'string method, mixed params [, array output_options] | string',
4741 \ 'xmlrpc_is_fault(': 'array arg | bool',
4742 \ 'xmlrpc_parse_method_descriptions(': 'string xml | array',
4743 \ 'xmlrpc_server_add_introspection_data(': 'resource server, array desc | int',
4744 \ 'xmlrpc_server_call_method(': 'resource server, string xml, mixed user_data [, array output_options] | string',
4814 \ 'xslt_process(': 'resource xh, string xmlcontainer, string xslcontainer [, string resultcontainer [, array arguments [, array parameters]]] | mixed',
4821 \ 'xslt_set_sax_handler(': 'resource xh, array handlers | void',
4822 \ 'xslt_set_sax_handlers(': 'resource processor, array handlers | void',
4823 \ 'xslt_set_scheme_handler(': 'resource xh, array handlers | void',
4824 \ 'xslt_set_scheme_handlers(': 'resource processor, array handlers | void',
4826 \ 'yaz_ccl_conf(': 'resource id, array config | void',
4827 \ 'yaz_ccl_parse(': 'resource id, string query, array &result | bool',
4834 \ 'yaz_es_result(': 'resource id | array',
4836 \ 'yaz_hits(': 'resource id [, array searchresult] | int',
4837 \ 'yaz_itemorder(': 'resource id, array args | void',
4841 \ 'yaz_scan(': 'resource id, string type, string startterm [, array flags] | void',
4842 \ 'yaz_scan_result(': 'resource id [, array &result] | array',
4848 \ 'yaz_wait(': '[array &options] | mixed',
4850 \ 'yp_cat(': 'string domain, string map | array',
4853 \ 'yp_first(': 'string domain, string map | array',
4857 \ 'yp_next(': 'string domain, string map, string key | array',
4941 \ 'Memcache::getExtendedStats(': 'void | array',
4943 \ 'Memcache::getStats(': 'void | array',
4956 \ 'PDO::__construct(': 'string dsn [, string username [, string password [, array driver_options]]] | PDO',
4958 \ 'PDO::errorInfo(': 'void | array',
4961 \ 'PDO::getAvailableDrivers(': 'void | array',
4963 \ 'PDO::prepare(': 'string statement [, array driver_options] | PDOStatement',
4976 \ 'PDOStatement::errorInfo(': 'void | array',
4977 \ 'PDOStatement::execute(': '[array input_parameters] | bool',
4978 \ 'PDOStatement::fetchAll(': '[int fetch_style [, int column_index]] | array',
4981 \ 'PDOStatement::fetchObject(': '[string class_name [, array ctor_args]] | mixed',
5017 \ 'SDO_DAS_DataFactory::addPropertyToType(': 'string parent_type_namespace_uri, string parent_type_name, string property_name, string type_namespace_uri, string type_name [, array options] | void',
5018 \ 'SDO_DAS_DataFactory::addType(': 'string type_namespace_uri, string type_name [, array options] | void',
5022 \ 'SDO_DAS_Relational::__construct(': 'array database_metadata [, string application_root_type [, array SDO_containment_references_metadata]] | SDO_DAS_Relational',
5024 \ 'SDO_DAS_Relational::executePreparedQuery(': 'PDO database_handle, PDOStatement prepared_statement, array value_list [, array column_specifier] | SDODataObject',
5025 \ 'SDO_DAS_Relational::executeQuery(': 'PDO database_handle, string SQL_statement [, array column_specifier] | SDODataObject',
5063 \ 'SDO_Model_ReflectionDataObject::getInstanceProperties(': 'void | array',
5068 \ 'SDO_Model_Type::getProperties(': 'void | array',
5077 \ 'SDO_Sequence::move(': 'int toIndex, int fromIndex | void',