-- phpMyAdmin SQL Dump -- version 2.6.1-pl2 -- http://www.phpmyadmin.net -- -- Host: sndrsn.db -- Generation Time: Jan 12, 2006 at 08:18 AM -- Server version: 4.1.9 -- PHP Version: 4.3.10 -- -- Database: `phpfunctions` -- -- -------------------------------------------------------- -- -- Table structure for table `functions` -- CREATE TABLE `functions` ( `id` int(11) NOT NULL auto_increment, `manual` text NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `use1` text NOT NULL, `version` text NOT NULL, `searcher` text NOT NULL, KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4563 ; -- -- Dumping data for table `functions` -- INSERT INTO `functions` VALUES (1, 'dotnet-load', 'dotnet_load', 'Loads a DOTNET module', ' int dotnet_load ( string assembly_name [, string datatype_name [, int codepage]] )', '(no version information, might be only in CVS)', 'dotnetload'); INSERT INTO `functions` VALUES (2, 'apache-child-terminate', 'apache_child_terminate', 'Terminate apache process after this request', ' bool apache_child_terminate ( void )', '(PHP 4 >= 4.0.5, PHP 5)', 'apachechildterminate'); INSERT INTO `functions` VALUES (3, 'apache-get-modules', 'apache_get_modules', 'Get a list of loaded Apache modules', ' array apache_get_modules ( void )', '(PHP 4 >= 4.3.2, PHP 5)', 'apachegetmodules'); INSERT INTO `functions` VALUES (4, 'apache-get-version', 'apache_get_version', 'Fetch Apache version', ' string apache_get_version ( void )', '(PHP 4 >= 4.3.2, PHP 5)', 'apachegetversion'); INSERT INTO `functions` VALUES (5, 'apache-getenv', 'apache_getenv', 'Get an Apache subprocess_env variable', ' string apache_getenv ( string variable [, bool walk_to_top] )', '(PHP 4 >= 4.3.0, PHP 5)', 'apachegetenv'); INSERT INTO `functions` VALUES (6, 'apache-lookup-uri', 'apache_lookup_uri', 'Perform a partial request for the specified URI and return all info about it', ' object apache_lookup_uri ( string filename )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'apachelookupuri'); INSERT INTO `functions` VALUES (7, 'apache-note', 'apache_note', 'Get and set apache request notes', ' string apache_note ( string note_name [, string note_value] )', '(PHP 3 >= 3.0.2, PHP 4, PHP 5)', 'apachenote'); INSERT INTO `functions` VALUES (8, 'apache-request-headers', 'apache_request_headers', 'Fetch all HTTP request headers', ' array apache_request_headers ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'apacherequestheaders'); INSERT INTO `functions` VALUES (9, 'apache-reset-timeout', 'apache_reset_timeout', 'Reset the Apache write timer', ' bool apache_reset_timeout ( void )', '(no version information, might be only in CVS)', 'apacheresettimeout'); INSERT INTO `functions` VALUES (10, 'apache-response-headers', 'apache_response_headers', 'Fetch all HTTP response headers', ' array apache_response_headers ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'apacheresponseheaders'); INSERT INTO `functions` VALUES (11, 'apache-setenv', 'apache_setenv', 'Set an Apache subprocess_env variable', ' bool apache_setenv ( string variable, string value [, bool walk_to_top] )', '(PHP 4 >= 4.2.0, PHP 5)', 'apachesetenv'); INSERT INTO `functions` VALUES (12, 'ascii2ebcdic', 'ascii2ebcdic', 'Translate string from ASCII to EBCDIC', ' int ascii2ebcdic ( string ascii_str )', '(PHP 3 >= 3.0.17)', 'ascii2ebcdic'); INSERT INTO `functions` VALUES (13, 'ebcdic2ascii', 'ebcdic2ascii', 'Translate string from EBCDIC to ASCII', ' int ebcdic2ascii ( string ebcdic_str )', '(PHP 3 >= 3.0.17)', 'ebcdic2ascii'); INSERT INTO `functions` VALUES (14, 'getallheaders', 'getallheaders', 'Fetch all HTTP request headers', ' array getallheaders ( void )', '(PHP 3, PHP 4, PHP 5)', 'getallheaders'); INSERT INTO `functions` VALUES (15, 'virtual', 'virtual', 'Perform an Apache sub-request', ' bool virtual ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'virtual'); INSERT INTO `functions` VALUES (16, 'apc-cache-info', 'apc_cache_info', ' Retrieves cached information (and meta-data) from APC''s data store ', ' array apc_cache_info ( [string cache_type] )', '(PECL)', 'apccacheinfo'); INSERT INTO `functions` VALUES (17, 'apc-clear-cache', 'apc_clear_cache', ' Clears the APC cache ', ' bool apc_clear_cache ( [string cache_type] )', '(PECL)', 'apcclearcache'); INSERT INTO `functions` VALUES (18, 'apc-define-constants', 'apc_define_constants', ' Defines a set of constants for later retrieval and mass-definition ', ' bool apc_define_constants ( string key, array constants [, bool case_sensitive] )', '(PECL)', 'apcdefineconstants'); INSERT INTO `functions` VALUES (19, 'apc-delete', 'apc_delete', ' Removes a stored variable from the cache ', ' bool apc_delete ( string key )', '(PECL)', 'apcdelete'); INSERT INTO `functions` VALUES (20, 'apc-fetch', 'apc_fetch', ' Fetch a stored variable from the cache ', ' mixed apc_fetch ( string key )', '(PECL)', 'apcfetch'); INSERT INTO `functions` VALUES (21, 'apc-load-constants', 'apc_load_constants', ' Loads a set of constants from the cache ', ' bool apc_load_constants ( string key [, bool case_sensitive] )', '(PECL)', 'apcloadconstants'); INSERT INTO `functions` VALUES (22, 'apc-sma-info', 'apc_sma_info', ' Retrieves APC''s Shared Memory Allocation information ', ' array apc_sma_info ( void )', '(PECL)', 'apcsmainfo'); INSERT INTO `functions` VALUES (23, 'apc-store', 'apc_store', ' Cache a variable in the data store ', ' bool apc_store ( string key, mixed var [, int ttl] )', '(PECL)', 'apcstore'); INSERT INTO `functions` VALUES (24, 'apd-breakpoint', 'apd_breakpoint', 'Stops the interpreter and waits on a CR from the socket', ' bool apd_breakpoint ( int debug_level )', '(PECL)', 'apdbreakpoint'); INSERT INTO `functions` VALUES (25, 'apd-callstack', 'apd_callstack', 'Returns the current call stack as an array', ' array apd_callstack ( void )', '(no version information, might be only in CVS)', 'apdcallstack'); INSERT INTO `functions` VALUES (26, 'apd-clunk', 'apd_clunk', 'Throw a warning and a callstack', ' void apd_clunk ( string warning [, string delimiter] )', '(no version information, might be only in CVS)', 'apdclunk'); INSERT INTO `functions` VALUES (27, 'apd-continue', 'apd_continue', 'Restarts the interpreter', ' bool apd_continue ( int debug_level )', '(PECL)', 'apdcontinue'); INSERT INTO `functions` VALUES (28, 'apd-croak', 'apd_croak', 'Throw an error, a callstack and then exit', ' void apd_croak ( string warning [, string delimiter] )', '(no version information, might be only in CVS)', 'apdcroak'); INSERT INTO `functions` VALUES (29, 'apd-dump-function-table', 'apd_dump_function_table', 'Outputs the current function table', ' void apd_dump_function_table ( void )', '(no version information, might be only in CVS)', 'apddumpfunctiontable'); INSERT INTO `functions` VALUES (30, 'apd-dump-persistent-resources', 'apd_dump_persistent_resources', 'Return all persistent resources as an array', ' array apd_dump_persistent_resources ( void )', '(no version information, might be only in CVS)', 'apddumppersistentresources'); INSERT INTO `functions` VALUES (31, 'apd-dump-regular-resources', 'apd_dump_regular_resources', 'Return all current regular resources as an array', ' array apd_dump_regular_resources ( void )', '(no version information, might be only in CVS)', 'apddumpregularresources'); INSERT INTO `functions` VALUES (32, 'apd-echo', 'apd_echo', 'Echo to the debugging socket', ' bool apd_echo ( string output )', '(PECL)', 'apdecho'); INSERT INTO `functions` VALUES (33, 'apd-get-active-symbols', 'apd_get_active_symbols', 'Get an array of the current variables names in the local scope', ' array apd_get_active_symbols ( )', '(no version information, might be only in CVS)', 'apdgetactivesymbols'); INSERT INTO `functions` VALUES (34, 'apd-set-pprof-trace', 'apd_set_pprof_trace', 'Starts the session debugging', ' void apd_set_pprof_trace ( [string dump_directory] )', '(PECL)', 'apdsetpproftrace'); INSERT INTO `functions` VALUES (35, 'apd-set-session-trace', 'apd_set_session_trace', 'Starts the session debugging', ' void apd_set_session_trace ( int debug_level [, string dump_directory] )', '(no version information, might be only in CVS)', 'apdsetsessiontrace'); INSERT INTO `functions` VALUES (36, 'apd-set-session', 'apd_set_session', 'Changes or sets the current debugging level', ' void apd_set_session ( int debug_level )', '(no version information, might be only in CVS)', 'apdsetsession'); INSERT INTO `functions` VALUES (37, 'apd-set-socket-session-trace', 'apd_set_socket_session_trace', 'Starts the remote session debugging', ' bool apd_set_socket_session_trace ( string ip_address_or_unix_socket_file, int socket_type, int port, int debug_level )', '(no version information, might be only in CVS)', 'apdsetsocketsessiontrace'); INSERT INTO `functions` VALUES (38, 'override-function', 'override_function', 'Overrides built-in functions', ' bool override_function ( string function_name, string function_args, string function_code )', '(PECL)', 'overridefunction'); INSERT INTO `functions` VALUES (39, 'rename-function', 'rename_function', 'Renames orig_name to new_name in the global function_table', ' bool rename_function ( string original_name, string new_name )', '(PECL)', 'renamefunction'); INSERT INTO `functions` VALUES (40, 'array-change-key-case', 'array_change_key_case', 'Returns an array with all string keys lowercased or uppercased', ' array array_change_key_case ( array input [, int case] )', '(PHP 4 >= 4.2.0, PHP 5)', 'arraychangekeycase'); INSERT INTO `functions` VALUES (41, 'array-chunk', 'array_chunk', 'Split an array into chunks', ' array array_chunk ( array input, int size [, bool preserve_keys] )', '(PHP 4 >= 4.2.0, PHP 5)', 'arraychunk'); INSERT INTO `functions` VALUES (42, 'array-combine', 'array_combine', ' Creates an array by using one array for keys and another for its values ', ' array array_combine ( array keys, array values )', '(PHP 5)', 'arraycombine'); INSERT INTO `functions` VALUES (43, 'array-count-values', 'array_count_values', 'Counts all the values of an array', ' array array_count_values ( array input )', '(PHP 4, PHP 5)', 'arraycountvalues'); INSERT INTO `functions` VALUES (44, 'array-diff-assoc', 'array_diff_assoc', 'Computes the difference of arrays with additional index check', ' array array_diff_assoc ( array array1, array array2 [, array ...] )', '(PHP 4 >= 4.3.0, PHP 5)', 'arraydiffassoc'); INSERT INTO `functions` VALUES (45, 'array-diff-key', 'array_diff_key', 'Computes the difference of arrays using keys for comparison', ' array array_diff_key ( array array1, array array2 [, array ...] )', '(PHP 5 >= 5.1.0RC1)', 'arraydiffkey'); INSERT INTO `functions` VALUES (46, 'array-diff-uassoc', 'array_diff_uassoc', ' Computes the difference of arrays with additional index check which is performed by a user supplied callback function ', ' array array_diff_uassoc ( array array1, array array2 [, array ..., callback key_compare_func] )', '(PHP 5)', 'arraydiffuassoc'); INSERT INTO `functions` VALUES (47, 'array-diff-ukey', 'array_diff_ukey', 'Computes the difference of arrays using a callback function on the keys for comparison', ' array array_diff_ukey ( array array1, array array2 [, array ..., callback key_compare_func] )', '(PHP 5 >= 5.1.0RC1)', 'arraydiffukey'); INSERT INTO `functions` VALUES (48, 'array-diff', 'array_diff', 'Computes the difference of arrays', ' array array_diff ( array array1, array array2 [, array ...] )', '(PHP 4 >= 4.0.1, PHP 5)', 'arraydiff'); INSERT INTO `functions` VALUES (49, 'array-fill', 'array_fill', 'Fill an array with values', ' array array_fill ( int start_index, int num, mixed value )', '(PHP 4 >= 4.2.0, PHP 5)', 'arrayfill'); INSERT INTO `functions` VALUES (50, 'array-filter', 'array_filter', ' Filters elements of an array using a callback function ', ' array array_filter ( array input [, callback callback] )', '(PHP 4 >= 4.0.6, PHP 5)', 'arrayfilter'); INSERT INTO `functions` VALUES (51, 'array-flip', 'array_flip', 'Exchanges all keys with their associated values in an array', ' array array_flip ( array trans )', '(PHP 4, PHP 5)', 'arrayflip'); INSERT INTO `functions` VALUES (52, 'array-intersect-assoc', 'array_intersect_assoc', 'Computes the intersection of arrays with additional index check', ' array array_intersect_assoc ( array array1, array array2 [, array ...] )', '(PHP 4 >= 4.3.0, PHP 5)', 'arrayintersectassoc'); INSERT INTO `functions` VALUES (53, 'array-intersect-key', 'array_intersect_key', 'Computes the intersection of arrays using keys for comparison', ' array array_intersect_key ( array array1, array array2 [, array ...] )', '(PHP 5 >= 5.1.0RC1)', 'arrayintersectkey'); INSERT INTO `functions` VALUES (54, 'array-intersect-uassoc', 'array_intersect_uassoc', 'Computes the intersection of arrays with additional index check, compares indexes by a callback function', ' array array_intersect_uassoc ( array array1, array array2 [, array ..., callback key_compare_func] )', '(PHP 5)', 'arrayintersectuassoc'); INSERT INTO `functions` VALUES (55, 'array-intersect-ukey', 'array_intersect_ukey', 'Computes the intersection of arrays using a callback function on the keys for comparison', ' array array_intersect_ukey ( array array1, array array2 [, array ..., callback key_compare_func] )', '(PHP 5 >= 5.1.0RC1)', 'arrayintersectukey'); INSERT INTO `functions` VALUES (56, 'array-intersect', 'array_intersect', 'Computes the intersection of arrays', ' array array_intersect ( array array1, array array2 [, array ...] )', '(PHP 4 >= 4.0.1, PHP 5)', 'arrayintersect'); INSERT INTO `functions` VALUES (57, 'array-key-exists', 'array_key_exists', 'Checks if the given key or index exists in the array', ' bool array_key_exists ( mixed key, array search )', '(PHP 4 >= 4.1.0, PHP 5)', 'arraykeyexists'); INSERT INTO `functions` VALUES (58, 'array-keys', 'array_keys', 'Return all the keys of an array', ' array array_keys ( array input [, mixed search_value [, bool strict]] )', '(PHP 4, PHP 5)', 'arraykeys'); INSERT INTO `functions` VALUES (59, 'array-map', 'array_map', ' Applies the callback to the elements of the given arrays ', ' array array_map ( callback callback, array arr1 [, array ...] )', '(PHP 4 >= 4.0.6, PHP 5)', 'arraymap'); INSERT INTO `functions` VALUES (60, 'array-merge-recursive', 'array_merge_recursive', 'Merge two or more arrays recursively', ' array array_merge_recursive ( array array1 [, array ...] )', '(PHP 4 >= 4.0.1, PHP 5)', 'arraymergerecursive'); INSERT INTO `functions` VALUES (61, 'array-merge', 'array_merge', 'Merge one or more arrays', ' array array_merge ( array array1 [, array array2 [, array ...]] )', '(PHP 4, PHP 5)', 'arraymerge'); INSERT INTO `functions` VALUES (62, 'array-multisort', 'array_multisort', 'Sort multiple or multi-dimensional arrays', ' bool array_multisort ( array ar1 [, mixed arg [, mixed ... [, array ...]]] )', '(PHP 4, PHP 5)', 'arraymultisort'); INSERT INTO `functions` VALUES (63, 'array-pad', 'array_pad', ' Pad array to the specified length with a value ', ' array array_pad ( array input, int pad_size, mixed pad_value )', '(PHP 4, PHP 5)', 'arraypad'); INSERT INTO `functions` VALUES (64, 'array-pop', 'array_pop', 'Pop the element off the end of array', ' mixed array_pop ( array &array )', '(PHP 4, PHP 5)', 'arraypop'); INSERT INTO `functions` VALUES (65, 'array-product', 'array_product', ' Calculate the product of values in an array ', ' number array_product ( array array )', '(PHP 5 >= 5.1.0RC1)', 'arrayproduct'); INSERT INTO `functions` VALUES (66, 'array-push', 'array_push', ' Push one or more elements onto the end of array ', ' int array_push ( array &array, mixed var [, mixed ...] )', '(PHP 4, PHP 5)', 'arraypush'); INSERT INTO `functions` VALUES (67, 'array-rand', 'array_rand', ' Pick one or more random entries out of an array ', ' mixed array_rand ( array input [, int num_req] )', '(PHP 4, PHP 5)', 'arrayrand'); INSERT INTO `functions` VALUES (68, 'array-reduce', 'array_reduce', ' Iteratively reduce the array to a single value using a callback function ', ' mixed array_reduce ( array input, callback function [, int initial] )', '(PHP 4 >= 4.0.5, PHP 5)', 'arrayreduce'); INSERT INTO `functions` VALUES (69, 'array-reverse', 'array_reverse', ' Return an array with elements in reverse order ', ' array array_reverse ( array array [, bool preserve_keys] )', '(PHP 4, PHP 5)', 'arrayreverse'); INSERT INTO `functions` VALUES (70, 'array-search', 'array_search', ' Searches the array for a given value and returns the corresponding key if successful ', ' mixed array_search ( mixed needle, array haystack [, bool strict] )', '(PHP 4 >= 4.0.5, PHP 5)', 'arraysearch'); INSERT INTO `functions` VALUES (71, 'array-shift', 'array_shift', ' Shift an element off the beginning of array ', ' mixed array_shift ( array &array )', '(PHP 4, PHP 5)', 'arrayshift'); INSERT INTO `functions` VALUES (72, 'array-slice', 'array_slice', 'Extract a slice of the array', ' array array_slice ( array array, int offset [, int length [, bool preserve_keys]] )', '(PHP 4, PHP 5)', 'arrayslice'); INSERT INTO `functions` VALUES (73, 'array-splice', 'array_splice', ' Remove a portion of the array and replace it with something else ', ' array array_splice ( array &input, int offset [, int length [, array replacement]] )', '(PHP 4, PHP 5)', 'arraysplice'); INSERT INTO `functions` VALUES (74, 'array-sum', 'array_sum', ' Calculate the sum of values in an array ', ' number array_sum ( array array )', '(PHP 4 >= 4.0.4, PHP 5)', 'arraysum'); INSERT INTO `functions` VALUES (75, 'array-udiff-assoc', 'array_udiff_assoc', 'Computes the difference of arrays with additional index check, compares data by a callback function', ' array array_udiff_assoc ( array array1, array array2 [, array ..., callback data_compare_func] )', '(PHP 5)', 'arrayudiffassoc'); INSERT INTO `functions` VALUES (76, 'array-udiff-uassoc', 'array_udiff_uassoc', 'Computes the difference of arrays with additional index check, compares data and indexes by a callback function', ' array array_udiff_uassoc ( array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func] )', '(PHP 5)', 'arrayudiffuassoc'); INSERT INTO `functions` VALUES (77, 'array-udiff', 'array_udiff', 'Computes the difference of arrays by using a callback function for data comparison', ' array array_udiff ( array array1, array array2 [, array ..., callback data_compare_func] )', '(PHP 5)', 'arrayudiff'); INSERT INTO `functions` VALUES (78, 'array-uintersect-assoc', 'array_uintersect_assoc', 'Computes the intersection of arrays with additional index check, compares data by a callback function', ' array array_uintersect_assoc ( array array1, array array2 [, array ..., callback data_compare_func] )', '(PHP 5)', 'arrayuintersectassoc'); INSERT INTO `functions` VALUES (79, 'array-uintersect-uassoc', 'array_uintersect_uassoc', 'Computes the intersection of arrays with additional index check, compares data and indexes by a callback functions', ' array array_uintersect_uassoc ( array array1, array array2 [, array ..., callback data_compare_func, callback key_compare_func] )', '(PHP 5)', 'arrayuintersectuassoc'); INSERT INTO `functions` VALUES (80, 'array-uintersect', 'array_uintersect', 'Computes the intersection of arrays, compares data by a callback function', ' array array_uintersect ( array array1, array array2 [, array ..., callback data_compare_func] )', '(PHP 5)', 'arrayuintersect'); INSERT INTO `functions` VALUES (81, 'array-unique', 'array_unique', 'Removes duplicate values from an array', ' array array_unique ( array array )', '(PHP 4 >= 4.0.1, PHP 5)', 'arrayunique'); INSERT INTO `functions` VALUES (82, 'array-unshift', 'array_unshift', ' Prepend one or more elements to the beginning of an array ', ' int array_unshift ( array &array, mixed var [, mixed ...] )', '(PHP 4, PHP 5)', 'arrayunshift'); INSERT INTO `functions` VALUES (83, 'array-values', 'array_values', 'Return all the values of an array', ' array array_values ( array input )', '(PHP 4, PHP 5)', 'arrayvalues'); INSERT INTO `functions` VALUES (84, 'array-walk-recursive', 'array_walk_recursive', ' Apply a user function recursively to every member of an array ', ' bool array_walk_recursive ( array &input, callback funcname [, mixed userdata] )', '(PHP 5)', 'arraywalkrecursive'); INSERT INTO `functions` VALUES (85, 'array-walk', 'array_walk', ' Apply a user function to every member of an array ', ' bool array_walk ( array &array, callback funcname [, mixed userdata] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'arraywalk'); INSERT INTO `functions` VALUES (86, 'array', 'array', ' Create an array ', ' array array ( [mixed ...] )', '(PHP 3, PHP 4, PHP 5)', 'array'); INSERT INTO `functions` VALUES (87, 'arsort', 'arsort', ' Sort an array in reverse order and maintain index association ', ' bool arsort ( array &array [, int sort_flags] )', '(PHP 3, PHP 4, PHP 5)', 'arsort'); INSERT INTO `functions` VALUES (88, 'asort', 'asort', 'Sort an array and maintain index association', ' bool asort ( array &array [, int sort_flags] )', '(PHP 3, PHP 4, PHP 5)', 'asort'); INSERT INTO `functions` VALUES (89, 'compact', 'compact', ' Create array containing variables and their values ', ' array compact ( mixed varname [, mixed ...] )', '(PHP 4, PHP 5)', 'compact'); INSERT INTO `functions` VALUES (90, 'count', 'count', 'Count elements in an array, or properties in an object', ' int count ( mixed var [, int mode] )', '(PHP 3, PHP 4, PHP 5)', 'count'); INSERT INTO `functions` VALUES (91, 'current', 'current', 'Return the current element in an array', ' mixed current ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'current'); INSERT INTO `functions` VALUES (92, 'each', 'each', ' Return the current key and value pair from an array and advance the array cursor ', ' array each ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'each'); INSERT INTO `functions` VALUES (93, 'end', 'end', ' Set the internal pointer of an array to its last element ', ' mixed end ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'end'); INSERT INTO `functions` VALUES (94, 'extract', 'extract', ' Import variables into the current symbol table from an array ', ' int extract ( array var_array [, int extract_type [, string prefix]] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'extract'); INSERT INTO `functions` VALUES (95, 'in-array', 'in_array', 'Checks if a value exists in an array', ' bool in_array ( mixed needle, array haystack [, bool strict] )', '(PHP 4, PHP 5)', 'inarray'); INSERT INTO `functions` VALUES (96, 'key', 'key', 'Fetch a key from an associative array', ' mixed key ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'key'); INSERT INTO `functions` VALUES (97, 'krsort', 'krsort', 'Sort an array by key in reverse order', ' bool krsort ( array &array [, int sort_flags] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'krsort'); INSERT INTO `functions` VALUES (98, 'ksort', 'ksort', 'Sort an array by key', ' bool ksort ( array &array [, int sort_flags] )', '(PHP 3, PHP 4, PHP 5)', 'ksort'); INSERT INTO `functions` VALUES (99, 'list', 'list', ' Assign variables as if they were an array ', ' void list ( mixed varname, mixed ... )', '(PHP 3, PHP 4, PHP 5)', 'list'); INSERT INTO `functions` VALUES (100, 'natcasesort', 'natcasesort', ' Sort an array using a case insensitive "natural order" algorithm ', ' bool natcasesort ( array &array )', '(PHP 4, PHP 5)', 'natcasesort'); INSERT INTO `functions` VALUES (101, 'natsort', 'natsort', ' Sort an array using a "natural order" algorithm ', ' bool natsort ( array &array )', '(PHP 4, PHP 5)', 'natsort'); INSERT INTO `functions` VALUES (102, 'next', 'next', ' Advance the internal array pointer of an array ', ' mixed next ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'next'); INSERT INTO `functions` VALUES (103, 'pos', 'pos', 'Alias of current()', ' ', '(PHP 3, PHP 4, PHP 5)', 'pos'); INSERT INTO `functions` VALUES (104, 'prev', 'prev', 'Rewind the internal array pointer', ' mixed prev ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'prev'); INSERT INTO `functions` VALUES (105, 'range', 'range', ' Create an array containing a range of elements ', ' array range ( mixed low, mixed high [, number step] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'range'); INSERT INTO `functions` VALUES (106, 'reset', 'reset', ' Set the internal pointer of an array to its first element ', ' mixed reset ( array &array )', '(PHP 3, PHP 4, PHP 5)', 'reset'); INSERT INTO `functions` VALUES (107, 'rsort', 'rsort', 'Sort an array in reverse order', ' bool rsort ( array &array [, int sort_flags] )', '(PHP 3, PHP 4, PHP 5)', 'rsort'); INSERT INTO `functions` VALUES (108, 'shuffle', 'shuffle', 'Shuffle an array', ' bool shuffle ( array &array )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'shuffle'); INSERT INTO `functions` VALUES (109, 'sizeof', 'sizeof', 'Alias of count()', ' ', '(PHP 3, PHP 4, PHP 5)', 'sizeof'); INSERT INTO `functions` VALUES (110, 'sort', 'sort', 'Sort an array', ' bool sort ( array &array [, int sort_flags] )', '(PHP 3, PHP 4, PHP 5)', 'sort'); INSERT INTO `functions` VALUES (111, 'uasort', 'uasort', ' Sort an array with a user-defined comparison function and maintain index association ', ' bool uasort ( array &array, callback cmp_function )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'uasort'); INSERT INTO `functions` VALUES (112, 'uksort', 'uksort', ' Sort an array by keys using a user-defined comparison function ', ' bool uksort ( array &array, callback cmp_function )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'uksort'); INSERT INTO `functions` VALUES (113, 'usort', 'usort', ' Sort an array by values using a user-defined comparison function ', ' bool usort ( array &array, callback cmp_function )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'usort'); INSERT INTO `functions` VALUES (114, 'aspell-check-raw', 'aspell_check_raw', ' Check a word without changing its case or trying to trim it [deprecated] ', ' bool aspell_check_raw ( int dictionary_link, string word )', '(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)', 'aspellcheckraw'); INSERT INTO `functions` VALUES (115, 'aspell-check', 'aspell_check', 'Check a word [deprecated]', ' bool aspell_check ( int dictionary_link, string word )', '(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)', 'aspellcheck'); INSERT INTO `functions` VALUES (116, 'aspell-new', 'aspell_new', 'Load a new dictionary [deprecated]', ' int aspell_new ( string master [, string personal] )', '(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)', 'aspellnew'); INSERT INTO `functions` VALUES (117, 'aspell-suggest', 'aspell_suggest', 'Suggest spellings of a word [deprecated]', ' array aspell_suggest ( int dictionary_link, string word )', '(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)', 'aspellsuggest'); INSERT INTO `functions` VALUES (118, 'bcadd', 'bcadd', 'Add two arbitrary precision numbers', ' string bcadd ( string left_operand, string right_operand [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bcadd'); INSERT INTO `functions` VALUES (119, 'bccomp', 'bccomp', 'Compare two arbitrary precision numbers', ' int bccomp ( string left_operand, string right_operand [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bccomp'); INSERT INTO `functions` VALUES (120, 'bcdiv', 'bcdiv', 'Divide two arbitrary precision numbers', ' string bcdiv ( string left_operand, string right_operand [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bcdiv'); INSERT INTO `functions` VALUES (121, 'bcmod', 'bcmod', ' Get modulus of an arbitrary precision number ', ' string bcmod ( string left_operand, string modulus )', '(PHP 3, PHP 4, PHP 5)', 'bcmod'); INSERT INTO `functions` VALUES (122, 'bcmul', 'bcmul', 'Multiply two arbitrary precision number', ' string bcmul ( string left_operand, string right_operand [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bcmul'); INSERT INTO `functions` VALUES (123, 'bcpow', 'bcpow', ' Raise an arbitrary precision number to another ', ' string bcpow ( string x, string y [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bcpow'); INSERT INTO `functions` VALUES (124, 'bcpowmod', 'bcpowmod', ' Raise an arbitrary precision number to another, reduced by a specified modulus ', ' string bcpowmod ( string x, string y, string modulus [, int scale] )', '(PHP 5)', 'bcpowmod'); INSERT INTO `functions` VALUES (125, 'bcscale', 'bcscale', ' Set default scale parameter for all bc math functions ', ' bool bcscale ( int scale )', '(PHP 3, PHP 4, PHP 5)', 'bcscale'); INSERT INTO `functions` VALUES (126, 'bcsqrt', 'bcsqrt', ' Get the square root of an arbitrary precision number ', ' string bcsqrt ( string operand [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bcsqrt'); INSERT INTO `functions` VALUES (127, 'bcsub', 'bcsub', ' Subtract one arbitrary precision number from another ', ' string bcsub ( string left_operand, string right_operand [, int scale] )', '(PHP 3, PHP 4, PHP 5)', 'bcsub'); INSERT INTO `functions` VALUES (128, 'bcompiler-load-exe', 'bcompiler_load_exe', 'Reads and creates classes from a bcompiler exe file', ' bool bcompiler_load_exe ( string filename )', '(PECL)', 'bcompilerloadexe'); INSERT INTO `functions` VALUES (129, 'bcompiler-load', 'bcompiler_load', 'Reads and creates classes from a bz compressed file', ' bool bcompiler_load ( string filename )', '(PECL)', 'bcompilerload'); INSERT INTO `functions` VALUES (130, 'bcompiler-parse-class', 'bcompiler_parse_class', 'Reads the bytecodes of a class and calls back to a user function', ' bool bcompiler_parse_class ( string class, string callback )', '(PECL)', 'bcompilerparseclass'); INSERT INTO `functions` VALUES (131, 'bcompiler-read', 'bcompiler_read', 'Reads and creates classes from a filehandle', ' bool bcompiler_read ( resource filehandle )', '(PECL)', 'bcompilerread'); INSERT INTO `functions` VALUES (132, 'bcompiler-write-class', 'bcompiler_write_class', 'Writes an defined class as bytecodes', ' bool bcompiler_write_class ( resource filehandle, string className [, string extends] )', '(PECL)', 'bcompilerwriteclass'); INSERT INTO `functions` VALUES (133, 'bcompiler-write-constant', 'bcompiler_write_constant', 'Writes a defined constant as bytecodes', ' bool bcompiler_write_constant ( resource filehandle, string constantName )', '(PECL)', 'bcompilerwriteconstant'); INSERT INTO `functions` VALUES (134, 'bcompiler-write-exe-footer', 'bcompiler_write_exe_footer', 'Writes the start pos, and sig to the end of a exe type file', ' bool bcompiler_write_exe_footer ( resource filehandle, int startpos )', '(PECL)', 'bcompilerwriteexefooter'); INSERT INTO `functions` VALUES (135, 'bcompiler-write-file', 'bcompiler_write_file', 'Writes a php source file as bytecodes', ' bool bcompiler_write_file ( resource filehandle, string filename )', '(PECL)', 'bcompilerwritefile'); INSERT INTO `functions` VALUES (136, 'bcompiler-write-footer', 'bcompiler_write_footer', 'Writes the single character \\x00 to indicate End of compiled data', ' bool bcompiler_write_footer ( resource filehandle )', '(PECL)', 'bcompilerwritefooter'); INSERT INTO `functions` VALUES (137, 'bcompiler-write-function', 'bcompiler_write_function', 'Writes an defined function as bytecodes', ' bool bcompiler_write_function ( resource filehandle, string functionName )', '(PECL)', 'bcompilerwritefunction'); INSERT INTO `functions` VALUES (138, 'bcompiler-write-functions-from-file', 'bcompiler_write_functions_from_file', 'Writes all functions defined in a file as bytecodes', ' bool bcompiler_write_functions_from_file ( resource filehandle, string fileName )', '(PECL)', 'bcompilerwritefunctionsfromfile'); INSERT INTO `functions` VALUES (139, 'bcompiler-write-header', 'bcompiler_write_header', 'Writes the bcompiler header', ' bool bcompiler_write_header ( resource filehandle [, string write_ver] )', '(PECL)', 'bcompilerwriteheader'); INSERT INTO `functions` VALUES (140, 'bzclose', 'bzclose', 'Close a bzip2 file', ' int bzclose ( resource bz )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzclose'); INSERT INTO `functions` VALUES (141, 'bzcompress', 'bzcompress', 'Compress a string into bzip2 encoded data', ' mixed bzcompress ( string source [, int blocksize [, int workfactor]] )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzcompress'); INSERT INTO `functions` VALUES (142, 'bzdecompress', 'bzdecompress', 'Decompresses bzip2 encoded data', ' mixed bzdecompress ( string source [, int small] )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzdecompress'); INSERT INTO `functions` VALUES (143, 'bzerrno', 'bzerrno', 'Returns a bzip2 error number', ' int bzerrno ( resource bz )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzerrno'); INSERT INTO `functions` VALUES (144, 'bzerror', 'bzerror', ' Returns the bzip2 error number and error string in an array ', ' array bzerror ( resource bz )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzerror'); INSERT INTO `functions` VALUES (145, 'bzerrstr', 'bzerrstr', 'Returns a bzip2 error string', ' string bzerrstr ( resource bz )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzerrstr'); INSERT INTO `functions` VALUES (146, 'bzflush', 'bzflush', 'Force a write of all buffered data', ' int bzflush ( resource bz )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzflush'); INSERT INTO `functions` VALUES (147, 'bzopen', 'bzopen', 'Opens a bzip2 compressed file', ' resource bzopen ( string filename, string mode )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzopen'); INSERT INTO `functions` VALUES (148, 'bzread', 'bzread', 'Binary safe bzip2 file read', ' string bzread ( resource bz [, int length] )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzread'); INSERT INTO `functions` VALUES (149, 'bzwrite', 'bzwrite', 'Binary safe bzip2 file write', ' int bzwrite ( resource bz, string data [, int length] )', '(PHP 4 >= 4.3.3, PHP 5)', 'bzwrite'); INSERT INTO `functions` VALUES (150, 'cal-days-in-month', 'cal_days_in_month', 'Return the number of days in a month for a given year and calendar', ' int cal_days_in_month ( int calendar, int month, int year )', '(PHP 4 >= 4.1.0, PHP 5)', 'caldaysinmonth'); INSERT INTO `functions` VALUES (151, 'cal-from-jd', 'cal_from_jd', 'Converts from Julian Day Count to a supported calendar', ' array cal_from_jd ( int jd, int calendar )', '(PHP 4 >= 4.1.0, PHP 5)', 'calfromjd'); INSERT INTO `functions` VALUES (152, 'cal-info', 'cal_info', 'Returns information about a particular calendar', ' array cal_info ( [int calendar] )', '(PHP 4 >= 4.1.0, PHP 5)', 'calinfo'); INSERT INTO `functions` VALUES (153, 'cal-to-jd', 'cal_to_jd', 'Converts from a supported calendar to Julian Day Count', ' int cal_to_jd ( int calendar, int month, int day, int year )', '(PHP 4 >= 4.1.0, PHP 5)', 'caltojd'); INSERT INTO `functions` VALUES (154, 'easter-date', 'easter_date', ' Get Unix timestamp for midnight on Easter of a given year ', ' int easter_date ( [int year] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'easterdate'); INSERT INTO `functions` VALUES (155, 'easter-days', 'easter_days', ' Get number of days after March 21 on which Easter falls for a given year ', ' int easter_days ( [int year [, int method]] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'easterdays'); INSERT INTO `functions` VALUES (156, 'frenchtojd', 'FrenchToJD', ' Converts a date from the French Republican Calendar to a Julian Day Count ', ' int frenchtojd ( int month, int day, int year )', '(PHP 3, PHP 4, PHP 5)', 'FrenchToJD'); INSERT INTO `functions` VALUES (157, 'gregoriantojd', 'GregorianToJD', ' Converts a Gregorian date to Julian Day Count ', ' int gregoriantojd ( int month, int day, int year )', '(PHP 3, PHP 4, PHP 5)', 'GregorianToJD'); INSERT INTO `functions` VALUES (158, 'jddayofweek', 'JDDayOfWeek', 'Returns the day of the week', ' mixed jddayofweek ( int julianday [, int mode] )', '(PHP 3, PHP 4, PHP 5)', 'JDDayOfWeek'); INSERT INTO `functions` VALUES (159, 'jdmonthname', 'JDMonthName', 'Returns a month name', ' string jdmonthname ( int julianday, int mode )', '(PHP 3, PHP 4, PHP 5)', 'JDMonthName'); INSERT INTO `functions` VALUES (160, 'jdtofrench', 'JDToFrench', ' Converts a Julian Day Count to the French Republican Calendar ', ' string jdtofrench ( int juliandaycount )', '(PHP 3, PHP 4, PHP 5)', 'JDToFrench'); INSERT INTO `functions` VALUES (161, 'jdtogregorian', 'JDToGregorian', 'Converts Julian Day Count to Gregorian date', ' string jdtogregorian ( int julianday )', '(PHP 3, PHP 4, PHP 5)', 'JDToGregorian'); INSERT INTO `functions` VALUES (162, 'jdtojewish', 'jdtojewish', ' Converts a Julian day count to a Jewish calendar date ', ' string jdtojewish ( int juliandaycount [, bool hebrew [, int fl]] )', '(PHP 3, PHP 4, PHP 5)', 'jdtojewish'); INSERT INTO `functions` VALUES (163, 'jdtojulian', 'JDToJulian', ' Converts a Julian Day Count to a Julian Calendar Date ', ' string jdtojulian ( int julianday )', '(PHP 3, PHP 4, PHP 5)', 'JDToJulian'); INSERT INTO `functions` VALUES (164, 'jdtounix', 'jdtounix', 'Convert Julian Day to Unix timestamp', ' int jdtounix ( int jday )', '(PHP 4, PHP 5)', 'jdtounix'); INSERT INTO `functions` VALUES (165, 'jewishtojd', 'JewishToJD', ' Converts a date in the Jewish Calendar to Julian Day Count ', ' int jewishtojd ( int month, int day, int year )', '(PHP 3, PHP 4, PHP 5)', 'JewishToJD'); INSERT INTO `functions` VALUES (166, 'juliantojd', 'JulianToJD', ' Converts a Julian Calendar date to Julian Day Count ', ' int juliantojd ( int month, int day, int year )', '(PHP 3, PHP 4, PHP 5)', 'JulianToJD'); INSERT INTO `functions` VALUES (167, 'unixtojd', 'unixtojd', 'Convert Unix timestamp to Julian Day', ' int unixtojd ( [int timestamp] )', '(PHP 4, PHP 5)', 'unixtojd'); INSERT INTO `functions` VALUES (168, 'ccvs-add', 'ccvs_add', 'Add data to a transaction ', ' string ccvs_add ( string session, string invoice, string argtype, string argval )', '(4.0.2 - 4.2.3 only)', 'ccvsadd'); INSERT INTO `functions` VALUES (169, 'ccvs-auth', 'ccvs_auth', 'Perform credit authorization test on a transaction', ' string ccvs_auth ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsauth'); INSERT INTO `functions` VALUES (170, 'ccvs-command', 'ccvs_command', ' Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API ', ' string ccvs_command ( string session, string type, string argval )', '(4.0.2 - 4.2.3 only)', 'ccvscommand'); INSERT INTO `functions` VALUES (171, 'ccvs-count', 'ccvs_count', ' Find out how many transactions of a given type are stored in the system ', ' int ccvs_count ( string session, string type )', '(4.0.2 - 4.2.3 only)', 'ccvscount'); INSERT INTO `functions` VALUES (172, 'ccvs-delete', 'ccvs_delete', 'Delete a transaction', ' string ccvs_delete ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsdelete'); INSERT INTO `functions` VALUES (173, 'ccvs-done', 'ccvs_done', 'Terminate CCVS engine and do cleanup work', ' string ccvs_done ( string sess )', '(4.0.2 - 4.2.3 only)', 'ccvsdone'); INSERT INTO `functions` VALUES (174, 'ccvs-init', 'ccvs_init', 'Initialize CCVS for use', ' string ccvs_init ( string name )', '(4.0.2 - 4.2.3 only)', 'ccvsinit'); INSERT INTO `functions` VALUES (175, 'ccvs-lookup', 'ccvs_lookup', ' Look up an item of a particular type in the database # ', ' string ccvs_lookup ( string session, string invoice, int inum )', '(4.0.2 - 4.2.3 only)', 'ccvslookup'); INSERT INTO `functions` VALUES (176, 'ccvs-new', 'ccvs_new', 'Create a new, blank transaction ', ' string ccvs_new ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsnew'); INSERT INTO `functions` VALUES (177, 'ccvs-report', 'ccvs_report', 'Return the status of the background communication process ', ' string ccvs_report ( string session, string type )', '(4.0.2 - 4.2.3 only)', 'ccvsreport'); INSERT INTO `functions` VALUES (178, 'ccvs-return', 'ccvs_return', ' Transfer funds from the merchant to the credit card holder ', ' string ccvs_return ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsreturn'); INSERT INTO `functions` VALUES (179, 'ccvs-reverse', 'ccvs_reverse', ' Perform a full reversal on an already-processed authorization ', ' string ccvs_reverse ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsreverse'); INSERT INTO `functions` VALUES (180, 'ccvs-sale', 'ccvs_sale', ' Transfer funds from the credit card holder to the merchant ', ' string ccvs_sale ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvssale'); INSERT INTO `functions` VALUES (181, 'ccvs-status', 'ccvs_status', 'Check the status of an invoice', ' string ccvs_status ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsstatus'); INSERT INTO `functions` VALUES (182, 'ccvs-textvalue', 'ccvs_textvalue', 'Get text return value for previous function call', ' string ccvs_textvalue ( string session )', '(4.0.2 - 4.2.3 only)', 'ccvstextvalue'); INSERT INTO `functions` VALUES (183, 'ccvs-void', 'ccvs_void', ' Perform a full reversal on a completed transaction ', ' string ccvs_void ( string session, string invoice )', '(4.0.2 - 4.2.3 only)', 'ccvsvoid'); INSERT INTO `functions` VALUES (184, 'call-user-method-array', 'call_user_method_array', ' Call a user method given with an array of parameters [deprecated] ', ' mixed call_user_method_array ( string method_name, object &obj, array paramarr )', '(PHP 4 >= 4.0.5, PHP 5)', 'callusermethodarray'); INSERT INTO `functions` VALUES (185, 'call-user-method', 'call_user_method', ' Call a user method on an specific object [deprecated] ', ' mixed call_user_method ( string method_name, object &obj [, mixed parameter [, mixed ...]] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'callusermethod'); INSERT INTO `functions` VALUES (186, 'class-exists', 'class_exists', 'Checks if the class has been defined', ' bool class_exists ( string class_name [, bool autoload] )', '(PHP 4, PHP 5)', 'classexists'); INSERT INTO `functions` VALUES (187, 'get-class-methods', 'get_class_methods', 'Returns an array of class methods'' names', ' array get_class_methods ( mixed class_name )', '(PHP 4, PHP 5)', 'getclassmethods'); INSERT INTO `functions` VALUES (188, 'get-class-vars', 'get_class_vars', ' Returns an array of default properties of the class ', ' array get_class_vars ( string class_name )', '(PHP 4, PHP 5)', 'getclassvars'); INSERT INTO `functions` VALUES (189, 'get-class', 'get_class', 'Returns the name of the class of an object', ' string get_class ( [object obj] )', '(PHP 4, PHP 5)', 'getclass'); INSERT INTO `functions` VALUES (190, 'get-declared-classes', 'get_declared_classes', 'Returns an array with the name of the defined classes', ' array get_declared_classes ( void )', '(PHP 4, PHP 5)', 'getdeclaredclasses'); INSERT INTO `functions` VALUES (191, 'get-declared-interfaces', 'get_declared_interfaces', ' Returns an array of all declared interfaces ', ' array get_declared_interfaces ( void )', '(PHP 5)', 'getdeclaredinterfaces'); INSERT INTO `functions` VALUES (192, 'get-object-vars', 'get_object_vars', 'Returns an associative array of object properties', ' array get_object_vars ( object obj )', '(PHP 4, PHP 5)', 'getobjectvars'); INSERT INTO `functions` VALUES (193, 'get-parent-class', 'get_parent_class', 'Retrieves the parent class name for object or class', ' string get_parent_class ( [mixed obj] )', '(PHP 4, PHP 5)', 'getparentclass'); INSERT INTO `functions` VALUES (194, 'interface-exists', 'interface_exists', 'Checks if the interface has been defined', ' bool interface_exists ( string interface_name [, bool autoload] )', '(PHP 5 >= 5.0.2)', 'interfaceexists'); INSERT INTO `functions` VALUES (195, 'is-a', 'is_a', ' Returns TRUE if the object is of this class or has this class as one of its parents ', ' bool is_a ( object object, string class_name )', '(PHP 4 >= 4.2.0, PHP 5)', 'isa'); INSERT INTO `functions` VALUES (196, 'is-subclass-of', 'is_subclass_of', ' Returns TRUE if the object has this class as one of its parents ', ' bool is_subclass_of ( mixed object, string class_name )', '(PHP 4, PHP 5)', 'issubclassof'); INSERT INTO `functions` VALUES (197, 'method-exists', 'method_exists', 'Checks if the class method exists', ' bool method_exists ( object object, string method_name )', '(PHP 4, PHP 5)', 'methodexists'); INSERT INTO `functions` VALUES (198, 'property-exists', 'property_exists', ' Checks if the object or class has a property ', ' bool property_exists ( mixed class, string property )', '(PHP 5 >= 5.1.0RC1)', 'propertyexists'); INSERT INTO `functions` VALUES (199, 'classkit-import', 'classkit_import', 'Import new class method definitions from a file', ' array classkit_import ( string filename )', '(PECL)', 'classkitimport'); INSERT INTO `functions` VALUES (200, 'classkit-method-add', 'classkit_method_add', 'Dynamically adds a new method to a given class', ' bool classkit_method_add ( string classname, string methodname, string args, string code [, int flags] )', '(PECL)', 'classkitmethodadd'); INSERT INTO `functions` VALUES (201, 'classkit-method-copy', 'classkit_method_copy', 'Copies a method from class to another', ' bool classkit_method_copy ( string dClass, string dMethod, string sClass [, string sMethod] )', '(PECL)', 'classkitmethodcopy'); INSERT INTO `functions` VALUES (202, 'classkit-method-redefine', 'classkit_method_redefine', 'Dynamically changes the code of the given method', ' bool classkit_method_redefine ( string classname, string methodname, string args, string code [, int flags] )', '(PECL)', 'classkitmethodredefine'); INSERT INTO `functions` VALUES (203, 'classkit-method-remove', 'classkit_method_remove', 'Dynamically removes the given method', ' bool classkit_method_remove ( string classname, string methodname )', '(PECL)', 'classkitmethodremove'); INSERT INTO `functions` VALUES (204, 'classkit-method-rename', 'classkit_method_rename', 'Dynamically changes the name of the given method', ' bool classkit_method_rename ( string classname, string methodname, string newname )', '(PECL)', 'classkitmethodrename'); INSERT INTO `functions` VALUES (205, 'cpdf-add-annotation', 'cpdf_add_annotation', 'Adds annotation', ' bool cpdf_add_annotation ( int pdf_document, float llx, float lly, float urx, float ury, string title, string content [, int mode] )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5 <= 5.0.4)', 'cpdfaddannotation'); INSERT INTO `functions` VALUES (206, 'cpdf-add-outline', 'cpdf_add_outline', 'Adds bookmark for current page', ' int cpdf_add_outline ( int pdf_document, int lastoutline, int sublevel, int open, int pagenr, string text )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfaddoutline'); INSERT INTO `functions` VALUES (207, 'cpdf-arc', 'cpdf_arc', 'Draws an arc', ' bool cpdf_arc ( int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfarc'); INSERT INTO `functions` VALUES (208, 'cpdf-begin-text', 'cpdf_begin_text', 'Starts text section', ' bool cpdf_begin_text ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfbegintext'); INSERT INTO `functions` VALUES (209, 'cpdf-circle', 'cpdf_circle', 'Draw a circle', ' bool cpdf_circle ( int pdf_document, float x_coor, float y_coor, float radius [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfcircle'); INSERT INTO `functions` VALUES (210, 'cpdf-clip', 'cpdf_clip', 'Clips to current path', ' bool cpdf_clip ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfclip'); INSERT INTO `functions` VALUES (211, 'cpdf-close', 'cpdf_close', 'Closes the pdf document', ' bool cpdf_close ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfclose'); INSERT INTO `functions` VALUES (212, 'cpdf-closepath-fill-stroke', 'cpdf_closepath_fill_stroke', 'Close, fill and stroke current path', ' bool cpdf_closepath_fill_stroke ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfclosepathfillstroke'); INSERT INTO `functions` VALUES (213, 'cpdf-closepath-stroke', 'cpdf_closepath_stroke', 'Close path and draw line along path', ' bool cpdf_closepath_stroke ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfclosepathstroke'); INSERT INTO `functions` VALUES (214, 'cpdf-closepath', 'cpdf_closepath', 'Close path', ' bool cpdf_closepath ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfclosepath'); INSERT INTO `functions` VALUES (215, 'cpdf-continue-text', 'cpdf_continue_text', 'Output text in next line', ' bool cpdf_continue_text ( int pdf_document, string text )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfcontinuetext'); INSERT INTO `functions` VALUES (216, 'cpdf-curveto', 'cpdf_curveto', 'Draws a curve', ' bool cpdf_curveto ( int pdf_document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfcurveto'); INSERT INTO `functions` VALUES (217, 'cpdf-end-text', 'cpdf_end_text', 'Ends text section', ' bool cpdf_end_text ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfendtext'); INSERT INTO `functions` VALUES (218, 'cpdf-fill-stroke', 'cpdf_fill_stroke', 'Fill and stroke current path', ' bool cpdf_fill_stroke ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdffillstroke'); INSERT INTO `functions` VALUES (219, 'cpdf-fill', 'cpdf_fill', 'Fill current path', ' bool cpdf_fill ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdffill'); INSERT INTO `functions` VALUES (220, 'cpdf-finalize-page', 'cpdf_finalize_page', 'Ends page', ' bool cpdf_finalize_page ( int pdf_document, int page_number )', '(PHP 3 >= 3.0.10, PHP 4, PHP 5 <= 5.0.4)', 'cpdffinalizepage'); INSERT INTO `functions` VALUES (221, 'cpdf-finalize', 'cpdf_finalize', 'Ends document', ' bool cpdf_finalize ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdffinalize'); INSERT INTO `functions` VALUES (222, 'cpdf-global-set-document-limits', 'cpdf_global_set_document_limits', 'Sets document limits for any pdf document', ' bool cpdf_global_set_document_limits ( int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects )', '(PHP 4, PHP 5 <= 5.0.4)', 'cpdfglobalsetdocumentlimits'); INSERT INTO `functions` VALUES (223, 'cpdf-import-jpeg', 'cpdf_import_jpeg', 'Opens a JPEG image', ' bool cpdf_import_jpeg ( int pdf_document, string file_name, float x_coor, float y_coor, float angle, float width, float height, float x_scale, float y_scale, int gsave [, int mode] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfimportjpeg'); INSERT INTO `functions` VALUES (224, 'cpdf-lineto', 'cpdf_lineto', 'Draws a line', ' bool cpdf_lineto ( int pdf_document, float x_coor, float y_coor [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdflineto'); INSERT INTO `functions` VALUES (225, 'cpdf-moveto', 'cpdf_moveto', 'Sets current point', ' bool cpdf_moveto ( int pdf_document, float x_coor, float y_coor [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfmoveto'); INSERT INTO `functions` VALUES (226, 'cpdf-newpath', 'cpdf_newpath', 'Starts a new path', ' bool cpdf_newpath ( int pdf_document )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfnewpath'); INSERT INTO `functions` VALUES (227, 'cpdf-open', 'cpdf_open', 'Opens a new pdf document', ' int cpdf_open ( int compression [, string filename [, array doc_limits]] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfopen'); INSERT INTO `functions` VALUES (228, 'cpdf-output-buffer', 'cpdf_output_buffer', 'Outputs the pdf document in memory buffer', ' bool cpdf_output_buffer ( int pdf_document )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfoutputbuffer'); INSERT INTO `functions` VALUES (229, 'cpdf-page-init', 'cpdf_page_init', 'Starts new page', ' bool cpdf_page_init ( int pdf_document, int page_number, int orientation, float height, float width [, float unit] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfpageinit'); INSERT INTO `functions` VALUES (230, 'cpdf-place-inline-image', 'cpdf_place_inline_image', 'Places an image on the page', ' bool cpdf_place_inline_image ( int pdf_document, int image, float x_coor, float y_coor, float angle, float width, float height, int gsave [, int mode] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfplaceinlineimage'); INSERT INTO `functions` VALUES (231, 'cpdf-rect', 'cpdf_rect', 'Draw a rectangle', ' bool cpdf_rect ( int pdf_document, float x_coor, float y_coor, float width, float height [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfrect'); INSERT INTO `functions` VALUES (232, 'cpdf-restore', 'cpdf_restore', 'Restores formerly saved environment', ' bool cpdf_restore ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfrestore'); INSERT INTO `functions` VALUES (233, 'cpdf-rlineto', 'cpdf_rlineto', 'Draws a line', ' bool cpdf_rlineto ( int pdf_document, float x_coor, float y_coor [, int mode] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfrlineto'); INSERT INTO `functions` VALUES (234, 'cpdf-rmoveto', 'cpdf_rmoveto', 'Sets current point', ' bool cpdf_rmoveto ( int pdf_document, float x_coor, float y_coor [, int mode] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfrmoveto'); INSERT INTO `functions` VALUES (235, 'cpdf-rotate-text', 'cpdf_rotate_text', ' Sets text rotation angle ', ' bool cpdf_rotate_text ( int pdfdoc, float angle )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfrotatetext'); INSERT INTO `functions` VALUES (236, 'cpdf-rotate', 'cpdf_rotate', 'Sets rotation', ' bool cpdf_rotate ( int pdf_document, float angle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfrotate'); INSERT INTO `functions` VALUES (237, 'cpdf-save-to-file', 'cpdf_save_to_file', 'Writes the pdf document into a file', ' bool cpdf_save_to_file ( int pdf_document, string filename )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsavetofile'); INSERT INTO `functions` VALUES (238, 'cpdf-save', 'cpdf_save', 'Saves current environment', ' bool cpdf_save ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsave'); INSERT INTO `functions` VALUES (239, 'cpdf-scale', 'cpdf_scale', 'Sets scaling', ' bool cpdf_scale ( int pdf_document, float x_scale, float y_scale )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfscale'); INSERT INTO `functions` VALUES (240, 'cpdf-set-action-url', 'cpdf_set_action_url', ' Sets hyperlink ', ' bool cpdf_set_action_url ( int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetactionurl'); INSERT INTO `functions` VALUES (241, 'cpdf-set-char-spacing', 'cpdf_set_char_spacing', 'Sets character spacing', ' bool cpdf_set_char_spacing ( int pdf_document, float space )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetcharspacing'); INSERT INTO `functions` VALUES (242, 'cpdf-set-creator', 'cpdf_set_creator', 'Sets the creator field in the pdf document', ' bool cpdf_set_creator ( int pdf_document, string creator )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetcreator'); INSERT INTO `functions` VALUES (243, 'cpdf-set-current-page', 'cpdf_set_current_page', 'Sets current page', ' bool cpdf_set_current_page ( int pdf_document, int page_number )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetcurrentpage'); INSERT INTO `functions` VALUES (244, 'cpdf-set-font-directories', 'cpdf_set_font_directories', ' Sets directories to search when using external fonts ', ' bool cpdf_set_font_directories ( int pdfdoc, string pfmdir, string pfbdir )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'cpdfsetfontdirectories'); INSERT INTO `functions` VALUES (245, 'cpdf-set-font-map-file', 'cpdf_set_font_map_file', ' Sets fontname to filename translation map when using external fonts ', ' bool cpdf_set_font_map_file ( int pdfdoc, string filename )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'cpdfsetfontmapfile'); INSERT INTO `functions` VALUES (246, 'cpdf-set-font', 'cpdf_set_font', 'Select the current font face and size', ' bool cpdf_set_font ( int pdf_document, string font_name, float size, string encoding )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetfont'); INSERT INTO `functions` VALUES (247, 'cpdf-set-horiz-scaling', 'cpdf_set_horiz_scaling', 'Sets horizontal scaling of text', ' bool cpdf_set_horiz_scaling ( int pdf_document, float scale )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsethorizscaling'); INSERT INTO `functions` VALUES (248, 'cpdf-set-keywords', 'cpdf_set_keywords', 'Sets the keywords field of the pdf document', ' bool cpdf_set_keywords ( int pdf_document, string keywords )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetkeywords'); INSERT INTO `functions` VALUES (249, 'cpdf-set-leading', 'cpdf_set_leading', 'Sets distance between text lines', ' bool cpdf_set_leading ( int pdf_document, float distance )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetleading'); INSERT INTO `functions` VALUES (250, 'cpdf-set-page-animation', 'cpdf_set_page_animation', 'Sets duration between pages', ' bool cpdf_set_page_animation ( int pdf_document, int transition, float duration, float direction, int orientation, int inout )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetpageanimation'); INSERT INTO `functions` VALUES (251, 'cpdf-set-subject', 'cpdf_set_subject', 'Sets the subject field of the pdf document', ' bool cpdf_set_subject ( int pdf_document, string subject )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetsubject'); INSERT INTO `functions` VALUES (252, 'cpdf-set-text-matrix', 'cpdf_set_text_matrix', 'Sets the text matrix', ' bool cpdf_set_text_matrix ( int pdf_document, array matrix )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsettextmatrix'); INSERT INTO `functions` VALUES (253, 'cpdf-set-text-pos', 'cpdf_set_text_pos', 'Sets text position', ' bool cpdf_set_text_pos ( int pdf_document, float x_coor, float y_coor [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsettextpos'); INSERT INTO `functions` VALUES (254, 'cpdf-set-text-rendering', 'cpdf_set_text_rendering', 'Determines how text is rendered', ' bool cpdf_set_text_rendering ( int pdf_document, int rendermode )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsettextrendering'); INSERT INTO `functions` VALUES (255, 'cpdf-set-text-rise', 'cpdf_set_text_rise', 'Sets the text rise', ' bool cpdf_set_text_rise ( int pdf_document, float value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsettextrise'); INSERT INTO `functions` VALUES (256, 'cpdf-set-title', 'cpdf_set_title', 'Sets the title field of the pdf document', ' bool cpdf_set_title ( int pdf_document, string title )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsettitle'); INSERT INTO `functions` VALUES (257, 'cpdf-set-viewer-preferences', 'cpdf_set_viewer_preferences', ' How to show the document in the viewer ', ' bool cpdf_set_viewer_preferences ( int pdfdoc, array preferences )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetviewerpreferences'); INSERT INTO `functions` VALUES (258, 'cpdf-set-word-spacing', 'cpdf_set_word_spacing', 'Sets spacing between words', ' bool cpdf_set_word_spacing ( int pdf_document, float space )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetwordspacing'); INSERT INTO `functions` VALUES (259, 'cpdf-setdash', 'cpdf_setdash', 'Sets dash pattern', ' bool cpdf_setdash ( int pdf_document, float white, float black )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetdash'); INSERT INTO `functions` VALUES (260, 'cpdf-setflat', 'cpdf_setflat', 'Sets flatness', ' bool cpdf_setflat ( int pdf_document, float value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetflat'); INSERT INTO `functions` VALUES (261, 'cpdf-setgray-fill', 'cpdf_setgray_fill', 'Sets filling color to gray value', ' bool cpdf_setgray_fill ( int pdf_document, float value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetgrayfill'); INSERT INTO `functions` VALUES (262, 'cpdf-setgray-stroke', 'cpdf_setgray_stroke', 'Sets drawing color to gray value', ' bool cpdf_setgray_stroke ( int pdf_document, float gray_value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetgraystroke'); INSERT INTO `functions` VALUES (263, 'cpdf-setgray', 'cpdf_setgray', 'Sets drawing and filling color to gray value', ' bool cpdf_setgray ( int pdf_document, float gray_value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetgray'); INSERT INTO `functions` VALUES (264, 'cpdf-setlinecap', 'cpdf_setlinecap', 'Sets linecap parameter', ' bool cpdf_setlinecap ( int pdf_document, int value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetlinecap'); INSERT INTO `functions` VALUES (265, 'cpdf-setlinejoin', 'cpdf_setlinejoin', 'Sets linejoin parameter', ' bool cpdf_setlinejoin ( int pdf_document, int value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetlinejoin'); INSERT INTO `functions` VALUES (266, 'cpdf-setlinewidth', 'cpdf_setlinewidth', 'Sets line width', ' bool cpdf_setlinewidth ( int pdf_document, float width )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetlinewidth'); INSERT INTO `functions` VALUES (267, 'cpdf-setmiterlimit', 'cpdf_setmiterlimit', 'Sets miter limit', ' bool cpdf_setmiterlimit ( int pdf_document, float value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetmiterlimit'); INSERT INTO `functions` VALUES (268, 'cpdf-setrgbcolor-fill', 'cpdf_setrgbcolor_fill', 'Sets filling color to rgb color value', ' bool cpdf_setrgbcolor_fill ( int pdf_document, float red_value, float green_value, float blue_value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetrgbcolorfill'); INSERT INTO `functions` VALUES (269, 'cpdf-setrgbcolor-stroke', 'cpdf_setrgbcolor_stroke', 'Sets drawing color to rgb color value', ' bool cpdf_setrgbcolor_stroke ( int pdf_document, float red_value, float green_value, float blue_value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetrgbcolorstroke'); INSERT INTO `functions` VALUES (270, 'cpdf-setrgbcolor', 'cpdf_setrgbcolor', 'Sets drawing and filling color to rgb color value', ' bool cpdf_setrgbcolor ( int pdf_document, float red_value, float green_value, float blue_value )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfsetrgbcolor'); INSERT INTO `functions` VALUES (271, 'cpdf-show-xy', 'cpdf_show_xy', 'Output text at position', ' bool cpdf_show_xy ( int pdf_document, string text, float x_coor, float y_coor [, int mode] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfshowxy'); INSERT INTO `functions` VALUES (272, 'cpdf-show', 'cpdf_show', 'Output text at current position', ' bool cpdf_show ( int pdf_document, string text )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfshow'); INSERT INTO `functions` VALUES (273, 'cpdf-stringwidth', 'cpdf_stringwidth', 'Returns width of text in current font', ' float cpdf_stringwidth ( int pdf_document, string text )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfstringwidth'); INSERT INTO `functions` VALUES (274, 'cpdf-stroke', 'cpdf_stroke', 'Draw line along path', ' bool cpdf_stroke ( int pdf_document )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdfstroke'); INSERT INTO `functions` VALUES (275, 'cpdf-text', 'cpdf_text', 'Output text with parameters', ' bool cpdf_text ( int pdf_document, string text [, float x_coor, float y_coor [, int mode [, float orientation [, int alignmode]]]] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdftext'); INSERT INTO `functions` VALUES (276, 'cpdf-translate', 'cpdf_translate', 'Sets origin of coordinate system', ' bool cpdf_translate ( int pdf_document, float x_coor, float y_coor )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)', 'cpdftranslate'); INSERT INTO `functions` VALUES (277, 'com-addref', 'com_addref', ' Increases the components reference counter [deprecated] ', ' void com_addref ( void )', '(PHP 4 >= 4.1.0)', 'comaddref'); INSERT INTO `functions` VALUES (278, 'com-create-guid', 'com_create_guid', ' Generate a globally unique identifier (GUID) ', ' string com_create_guid ( void )', '(PHP 5)', 'comcreateguid'); INSERT INTO `functions` VALUES (279, 'com-event-sink', 'com_event_sink', ' Connect events from a COM object to a PHP object ', ' bool com_event_sink ( variant comobject, object sinkobject [, mixed sinkinterface] )', '(PHP 4 >= 4.2.3, PHP 5)', 'comeventsink'); INSERT INTO `functions` VALUES (280, 'com-get-active-object', 'com_get_active_object', ' Returns a handle to an already running instance of a COM object ', ' variant com_get_active_object ( string progid [, int code_page] )', '(PHP 5)', 'comgetactiveobject'); INSERT INTO `functions` VALUES (281, 'com-get', 'com_get', ' Gets the value of a COM Component''s property [deprecated] ', ' mixed com_get ( resource com_object, string property )', '(PHP 3 >= 3.0.3, PHP 4)', 'comget'); INSERT INTO `functions` VALUES (282, 'com-invoke', 'com_invoke', ' Calls a COM component''s method [deprecated] ', ' mixed com_invoke ( resource com_object, string function_name [, mixed function_parameters] )', '(PHP 4)', 'cominvoke'); INSERT INTO `functions` VALUES (283, 'com-isenum', 'com_isenum', 'Indicates if a COM object has an IEnumVariant interface for iteration [deprecated]', ' bool com_isenum ( variant com_module )', '(PHP 4 >= 4.1.0)', 'comisenum'); INSERT INTO `functions` VALUES (284, 'com-load-typelib', 'com_load_typelib', 'Loads a Typelib', ' bool com_load_typelib ( string typelib_name [, bool case_insensitive] )', '(PHP 4 >= 4.1.0, PHP 5)', 'comloadtypelib'); INSERT INTO `functions` VALUES (285, 'com-load', 'com_load', ' Creates a new reference to a COM component [deprecated] ', ' resource com_load ( string module_name [, string server_name [, int codepage]] )', '(PHP 4)', 'comload'); INSERT INTO `functions` VALUES (286, 'com-message-pump', 'com_message_pump', ' Process COM messages, sleeping for up to timeoutms milliseconds ', ' bool com_message_pump ( [int timeoutms] )', '(PHP 4 >= 4.2.3, PHP 5)', 'commessagepump'); INSERT INTO `functions` VALUES (287, 'com-print-typeinfo', 'com_print_typeinfo', ' Print out a PHP class definition for a dispatchable interface ', ' bool com_print_typeinfo ( object comobject [, string dispinterface [, bool wantsink]] )', '(PHP 4 >= 4.2.3, PHP 5)', 'comprinttypeinfo'); INSERT INTO `functions` VALUES (288, 'com-propget', 'com_propget', 'Alias of com_get()', ' This function is an alias of: ', '(PHP 3 >= 3.0.3, PHP 4)', 'compropget'); INSERT INTO `functions` VALUES (289, 'com-propput', 'com_propput', 'Alias of com_set()', ' This function is an alias of: ', '(PHP 3 >= 3.0.3, PHP 4)', 'compropput'); INSERT INTO `functions` VALUES (290, 'com-propset', 'com_propset', 'Alias of com_set()', ' This function is an alias of: ', '(PHP 3 >= 3.0.3, PHP 4)', 'compropset'); INSERT INTO `functions` VALUES (291, 'com-release', 'com_release', ' Decreases the components reference counter [deprecated] ', ' void com_release ( void )', '(PHP 4 >= 4.1.0)', 'comrelease'); INSERT INTO `functions` VALUES (292, 'com-set', 'com_set', ' Assigns a value to a COM component''s property ', ' void com_set ( resource com_object, string property, mixed value )', '(PHP 3 >= 3.0.3, PHP 4)', 'comset'); INSERT INTO `functions` VALUES (293, 'variant-abs', 'variant_abs', ' Returns the absolute value of a variant ', ' mixed variant_abs ( mixed val )', '(PHP 5)', 'variantabs'); INSERT INTO `functions` VALUES (294, 'variant-add', 'variant_add', ' "Adds" two variant values together and returns the result ', ' mixed variant_add ( mixed left, mixed right )', '(PHP 5)', 'variantadd'); INSERT INTO `functions` VALUES (295, 'variant-and', 'variant_and', ' performs a bitwise AND operation between two variants and returns the result ', ' mixed variant_and ( mixed left, mixed right )', '(PHP 5)', 'variantand'); INSERT INTO `functions` VALUES (296, 'variant-cast', 'variant_cast', ' Convert a variant into a new variant object of another type ', ' variant variant_cast ( variant variant, int type )', '(PHP 5)', 'variantcast'); INSERT INTO `functions` VALUES (297, 'variant-cat', 'variant_cat', ' concatenates two variant values together and returns the result ', ' mixed variant_cat ( mixed left, mixed right )', '(PHP 5)', 'variantcat'); INSERT INTO `functions` VALUES (298, 'variant-cmp', 'variant_cmp', ' Compares two variants ', ' int variant_cmp ( mixed left, mixed right [, int lcid [, int flags]] )', '(PHP 5)', 'variantcmp'); INSERT INTO `functions` VALUES (299, 'variant-date-from-timestamp', 'variant_date_from_timestamp', ' Returns a variant date representation of a unix timestamp ', ' variant variant_date_from_timestamp ( int timestamp )', '(PHP 5)', 'variantdatefromtimestamp'); INSERT INTO `functions` VALUES (300, 'variant-date-to-timestamp', 'variant_date_to_timestamp', ' Converts a variant date/time value to unix timestamp ', ' int variant_date_to_timestamp ( variant variant )', '(PHP 5)', 'variantdatetotimestamp'); INSERT INTO `functions` VALUES (301, 'variant-div', 'variant_div', ' Returns the result from dividing two variants ', ' mixed variant_div ( mixed left, mixed right )', '(PHP 5)', 'variantdiv'); INSERT INTO `functions` VALUES (302, 'variant-eqv', 'variant_eqv', ' Performs a bitwise equivalence on two variants ', ' mixed variant_eqv ( mixed left, mixed right )', '(PHP 5)', 'varianteqv'); INSERT INTO `functions` VALUES (303, 'variant-fix', 'variant_fix', ' Returns the integer portion ? of a variant ', ' mixed variant_fix ( mixed variant )', '(PHP 5)', 'variantfix'); INSERT INTO `functions` VALUES (304, 'variant-get-type', 'variant_get_type', 'Returns the type of a variant object', ' int variant_get_type ( variant variant )', '(PHP 5)', 'variantgettype'); INSERT INTO `functions` VALUES (305, 'variant-idiv', 'variant_idiv', ' Converts variants to integers and then returns the result from dividing them ', ' mixed variant_idiv ( mixed left, mixed right )', '(PHP 5)', 'variantidiv'); INSERT INTO `functions` VALUES (306, 'variant-imp', 'variant_imp', ' Performs a bitwise implication on two variants ', ' mixed variant_imp ( mixed left, mixed right )', '(PHP 5)', 'variantimp'); INSERT INTO `functions` VALUES (307, 'variant-int', 'variant_int', ' Returns the integer portion of a variant ', ' mixed variant_int ( mixed variant )', '(PHP 5)', 'variantint'); INSERT INTO `functions` VALUES (308, 'variant-mod', 'variant_mod', ' Divides two variants and returns only the remainder ', ' mixed variant_mod ( mixed left, mixed right )', '(PHP 5)', 'variantmod'); INSERT INTO `functions` VALUES (309, 'variant-mul', 'variant_mul', ' multiplies the values of the two variants and returns the result ', ' mixed variant_mul ( mixed left, mixed right )', '(PHP 5)', 'variantmul'); INSERT INTO `functions` VALUES (310, 'variant-neg', 'variant_neg', ' Performs logical negation on a variant ', ' mixed variant_neg ( mixed variant )', '(PHP 5)', 'variantneg'); INSERT INTO `functions` VALUES (311, 'variant-not', 'variant_not', ' Performs bitwise not negation on a variant ', ' mixed variant_not ( mixed variant )', '(PHP 5)', 'variantnot'); INSERT INTO `functions` VALUES (312, 'variant-or', 'variant_or', ' Performs a logical disjunction on two variants ', ' mixed variant_or ( mixed left, mixed right )', '(PHP 5)', 'variantor'); INSERT INTO `functions` VALUES (313, 'variant-pow', 'variant_pow', ' Returns the result of performing the power function with two variants ', ' mixed variant_pow ( mixed left, mixed right )', '(PHP 5)', 'variantpow'); INSERT INTO `functions` VALUES (314, 'variant-round', 'variant_round', ' Rounds a variant to the specified number of decimal places ', ' mixed variant_round ( mixed variant, int decimals )', '(PHP 5)', 'variantround'); INSERT INTO `functions` VALUES (315, 'variant-set-type', 'variant_set_type', ' Convert a variant into another type "in-place" ', ' void variant_set_type ( variant variant, int type )', '(PHP 5)', 'variantsettype'); INSERT INTO `functions` VALUES (316, 'variant-set', 'variant_set', ' Assigns a new value for a variant object ', ' void variant_set ( variant variant, mixed value )', '(PHP 5)', 'variantset'); INSERT INTO `functions` VALUES (317, 'variant-sub', 'variant_sub', ' subtracts the value of the right variant from the left variant value and returns the result ', ' mixed variant_sub ( mixed left, mixed right )', '(PHP 5)', 'variantsub'); INSERT INTO `functions` VALUES (318, 'variant-xor', 'variant_xor', ' Performs a logical exclusion on two variants ', ' mixed variant_xor ( mixed left, mixed right )', '(PHP 5)', 'variantxor'); INSERT INTO `functions` VALUES (319, 'crack-check', 'crack_check', 'Performs an obscure check with the given password', ' bool crack_check ( resource dictionary, string password )', '(PHP 4 >= 4.0.5, PECL)', 'crackcheck'); INSERT INTO `functions` VALUES (320, 'crack-closedict', 'crack_closedict', 'Closes an open CrackLib dictionary ', ' bool crack_closedict ( [resource dictionary] )', '(PHP 4 >= 4.0.5, PECL)', 'crackclosedict'); INSERT INTO `functions` VALUES (321, 'crack-getlastmessage', 'crack_getlastmessage', 'Returns the message from the last obscure check', ' string crack_getlastmessage ( void )', '(PHP 4 >= 4.0.5, PECL)', 'crackgetlastmessage'); INSERT INTO `functions` VALUES (322, 'crack-opendict', 'crack_opendict', 'Opens a new CrackLib dictionary', ' resource crack_opendict ( string dictionary )', '(PHP 4 >= 4.0.5, PECL)', 'crackopendict'); INSERT INTO `functions` VALUES (323, 'ctype-alnum', 'ctype_alnum', 'Check for alphanumeric character(s)', ' bool ctype_alnum ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypealnum'); INSERT INTO `functions` VALUES (324, 'ctype-alpha', 'ctype_alpha', 'Check for alphabetic character(s)', ' bool ctype_alpha ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypealpha'); INSERT INTO `functions` VALUES (325, 'ctype-cntrl', 'ctype_cntrl', 'Check for control character(s)', ' bool ctype_cntrl ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypecntrl'); INSERT INTO `functions` VALUES (326, 'ctype-digit', 'ctype_digit', 'Check for numeric character(s)', ' bool ctype_digit ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypedigit'); INSERT INTO `functions` VALUES (327, 'ctype-graph', 'ctype_graph', 'Check for any printable character(s) except space', ' bool ctype_graph ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypegraph'); INSERT INTO `functions` VALUES (328, 'ctype-lower', 'ctype_lower', 'Check for lowercase character(s)', ' bool ctype_lower ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypelower'); INSERT INTO `functions` VALUES (329, 'ctype-print', 'ctype_print', 'Check for printable character(s)', ' bool ctype_print ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypeprint'); INSERT INTO `functions` VALUES (330, 'ctype-punct', 'ctype_punct', ' Check for any printable character which is not whitespace or an alphanumeric character ', ' bool ctype_punct ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypepunct'); INSERT INTO `functions` VALUES (331, 'ctype-space', 'ctype_space', 'Check for whitespace character(s)', ' bool ctype_space ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypespace'); INSERT INTO `functions` VALUES (332, 'ctype-upper', 'ctype_upper', 'Check for uppercase character(s)', ' bool ctype_upper ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypeupper'); INSERT INTO `functions` VALUES (333, 'ctype-xdigit', 'ctype_xdigit', ' Check for character(s) representing a hexadecimal digit ', ' bool ctype_xdigit ( string text )', '(PHP 4 >= 4.0.4, PHP 5)', 'ctypexdigit'); INSERT INTO `functions` VALUES (334, 'curl-close', 'curl_close', 'Close a CURL session', ' void curl_close ( resource ch )', '(PHP 4 >= 4.0.2, PHP 5)', 'curlclose'); INSERT INTO `functions` VALUES (335, 'curl-copy-handle', 'curl_copy_handle', ' Copy a cURL handle along with all of its preferences ', ' resource curl_copy_handle ( resource ch )', '(PHP 5)', 'curlcopyhandle'); INSERT INTO `functions` VALUES (336, 'curl-errno', 'curl_errno', 'Return the last error number', ' int curl_errno ( resource ch )', '(PHP 4 >= 4.0.3, PHP 5)', 'curlerrno'); INSERT INTO `functions` VALUES (337, 'curl-error', 'curl_error', ' Return a string containing the last error for the current session ', ' string curl_error ( resource ch )', '(PHP 4 >= 4.0.3, PHP 5)', 'curlerror'); INSERT INTO `functions` VALUES (338, 'curl-exec', 'curl_exec', 'Perform a CURL session', ' mixed curl_exec ( resource ch )', '(PHP 4 >= 4.0.2, PHP 5)', 'curlexec'); INSERT INTO `functions` VALUES (339, 'curl-getinfo', 'curl_getinfo', ' Get information regarding a specific transfer ', ' mixed curl_getinfo ( resource ch [, int opt] )', '(PHP 4 >= 4.0.4, PHP 5)', 'curlgetinfo'); INSERT INTO `functions` VALUES (340, 'curl-init', 'curl_init', 'Initialize a CURL session', ' resource curl_init ( [string url] )', '(PHP 4 >= 4.0.2, PHP 5)', 'curlinit'); INSERT INTO `functions` VALUES (341, 'curl-multi-add-handle', 'curl_multi_add_handle', ' Add a normal cURL handle to a cURL multi handle ', ' int curl_multi_add_handle ( resource mh, resource ch )', '(PHP 5)', 'curlmultiaddhandle'); INSERT INTO `functions` VALUES (342, 'curl-multi-close', 'curl_multi_close', ' Close a set of cURL handles ', ' void curl_multi_close ( resource mh )', '(PHP 5)', 'curlmulticlose'); INSERT INTO `functions` VALUES (343, 'curl-multi-exec', 'curl_multi_exec', ' Run the sub-connections of the current cURL handle ', ' int curl_multi_exec ( resource mh, int &still_running )', '(PHP 5)', 'curlmultiexec'); INSERT INTO `functions` VALUES (344, 'curl-multi-getcontent', 'curl_multi_getcontent', ' Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set ', ' string curl_multi_getcontent ( resource ch )', '(PHP 5)', 'curlmultigetcontent'); INSERT INTO `functions` VALUES (345, 'curl-multi-info-read', 'curl_multi_info_read', ' Get information about the current transfers ', ' array curl_multi_info_read ( resource mh )', '(PHP 5)', 'curlmultiinforead'); INSERT INTO `functions` VALUES (346, 'curl-multi-init', 'curl_multi_init', ' Returns a new cURL multi handle ', ' resource curl_multi_init ( void )', '(PHP 5)', 'curlmultiinit'); INSERT INTO `functions` VALUES (347, 'curl-multi-remove-handle', 'curl_multi_remove_handle', ' Remove a multi handle from a set of cURL handles ', ' int curl_multi_remove_handle ( resource mh, resource ch )', '(PHP 5)', 'curlmultiremovehandle'); INSERT INTO `functions` VALUES (348, 'curl-multi-select', 'curl_multi_select', ' Get all the sockets associated with the cURL extension, which can then be "selected" ', ' int curl_multi_select ( resource mh [, float timeout] )', '(PHP 5)', 'curlmultiselect'); INSERT INTO `functions` VALUES (349, 'curl-setopt', 'curl_setopt', 'Set an option for a CURL transfer', ' bool curl_setopt ( resource ch, int option, mixed value )', '(PHP 4 >= 4.0.2, PHP 5)', 'curlsetopt'); INSERT INTO `functions` VALUES (350, 'curl-version', 'curl_version', 'Return the current CURL version', ' array curl_version ( [int version] )', '(PHP 4 >= 4.0.2, PHP 5)', 'curlversion'); INSERT INTO `functions` VALUES (351, 'cybercash-base64-decode', 'cybercash_base64_decode', 'base64 decode data for Cybercash', ' string cybercash_base64_decode ( string inbuff )', '(PHP 4 <= 4.2.3, PECL)', 'cybercashbase64decode'); INSERT INTO `functions` VALUES (352, 'cybercash-base64-encode', 'cybercash_base64_encode', 'base64 encode data for Cybercash', ' string cybercash_base64_encode ( string inbuff )', '(PHP 4 <= 4.2.3, PECL)', 'cybercashbase64encode'); INSERT INTO `functions` VALUES (353, 'cybercash-decr', 'cybercash_decr', 'Cybercash decrypt', ' array cybercash_decr ( string wmk, string sk, string inbuff )', '(PHP 4 <= 4.2.3, PECL)', 'cybercashdecr'); INSERT INTO `functions` VALUES (354, 'cybercash-encr', 'cybercash_encr', 'Cybercash encrypt', ' array cybercash_encr ( string wmk, string sk, string inbuff )', '(PHP 4 <= 4.2.3, PECL)', 'cybercashencr'); INSERT INTO `functions` VALUES (355, 'cybermut-creerformulairecm', 'cybermut_creerformulairecm', 'Generate HTML form of request for payment', ' string cybermut_creerformulairecm ( string url_cm, string version, string tpe, string price, string ref_command, string text_free, string url_return, string url_return_ok, string url_return_err, string language, string code_company, string text_button )', '(4.0.5 - 4.2.3 only, PECL)', 'cybermutcreerformulairecm'); INSERT INTO `functions` VALUES (356, 'cybermut-creerreponsecm', 'cybermut_creerreponsecm', 'Generate the delivery''s acknowledgement of the payment''s confirmation', ' string cybermut_creerreponsecm ( string sentence )', '(4.0.5 - 4.2.3 only, PECL)', 'cybermutcreerreponsecm'); INSERT INTO `functions` VALUES (357, 'cybermut-testmac', 'cybermut_testmac', 'Make sure that there was no data diddling contained in the received message of confirmation', ' bool cybermut_testmac ( string code_mac, string version, string tpe, string cdate, string price, string ref_command, string text_free, string code_return )', '(4.0.5 - 4.2.3 only, PECL)', 'cybermuttestmac'); INSERT INTO `functions` VALUES (358, 'cyrus-authenticate', 'cyrus_authenticate', 'Authenticate against a Cyrus IMAP server ', ' void cyrus_authenticate ( resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf [, string authname [, string password]]]]]]] )', '(PHP 4 >= 4.1.0, PECL)', 'cyrusauthenticate'); INSERT INTO `functions` VALUES (359, 'cyrus-bind', 'cyrus_bind', 'Bind callbacks to a Cyrus IMAP connection ', ' bool cyrus_bind ( resource connection, array callbacks )', '(PHP 4 >= 4.1.0, PECL)', 'cyrusbind'); INSERT INTO `functions` VALUES (360, 'cyrus-close', 'cyrus_close', 'Close connection to a Cyrus IMAP server ', ' bool cyrus_close ( resource connection )', '(PHP 4 >= 4.1.0, PECL)', 'cyrusclose'); INSERT INTO `functions` VALUES (361, 'cyrus-connect', 'cyrus_connect', 'Connect to a Cyrus IMAP server ', ' resource cyrus_connect ( [string host [, string port [, int flags]]] )', '(PHP 4 >= 4.1.0, PECL)', 'cyrusconnect'); INSERT INTO `functions` VALUES (362, 'cyrus-query', 'cyrus_query', 'Send a query to a Cyrus IMAP server ', ' array cyrus_query ( resource connection, string query )', '(PHP 4 >= 4.1.0, PECL)', 'cyrusquery'); INSERT INTO `functions` VALUES (363, 'cyrus-unbind', 'cyrus_unbind', 'Unbind ... ', ' bool cyrus_unbind ( resource connection, string trigger_name )', '(PHP 4 >= 4.1.0, PECL)', 'cyrusunbind'); INSERT INTO `functions` VALUES (364, 'checkdate', 'checkdate', 'Validate a Gregorian date', ' bool checkdate ( int month, int day, int year )', '(PHP 3, PHP 4, PHP 5)', 'checkdate'); INSERT INTO `functions` VALUES (365, 'date-default-timezone-get', 'date_default_timezone_get', ' Gets the default timezone used by all date/time functions in a script ', ' string date_default_timezone_get ( void )', '(PHP 5 >= 5.1.0RC1)', 'datedefaulttimezoneget'); INSERT INTO `functions` VALUES (366, 'date-default-timezone-set', 'date_default_timezone_set', ' Sets the default timezone used by all date/time functions in a script ', ' bool date_default_timezone_set ( string timezone_identifier )', '(PHP 5 >= 5.1.0RC1)', 'datedefaulttimezoneset'); INSERT INTO `functions` VALUES (367, 'date-sunrise', 'date_sunrise', ' Returns time of sunrise for a given day and location ', ' mixed date_sunrise ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] )', '(PHP 5)', 'datesunrise'); INSERT INTO `functions` VALUES (368, 'date-sunset', 'date_sunset', ' Returns time of sunset for a given day and location ', ' mixed date_sunset ( int timestamp [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]] )', '(PHP 5)', 'datesunset'); INSERT INTO `functions` VALUES (369, 'date', 'date', 'Format a local time/date', ' string date ( string format [, int timestamp] )', '(PHP 3, PHP 4, PHP 5)', 'date'); INSERT INTO `functions` VALUES (370, 'getdate', 'getdate', 'Get date/time information', ' array getdate ( [int timestamp] )', '(PHP 3, PHP 4, PHP 5)', 'getdate'); INSERT INTO `functions` VALUES (371, 'gettimeofday', 'gettimeofday', 'Get current time', ' mixed gettimeofday ( [bool return_float] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'gettimeofday'); INSERT INTO `functions` VALUES (372, 'gmdate', 'gmdate', 'Format a GMT/UTC date/time', ' string gmdate ( string format [, int timestamp] )', '(PHP 3, PHP 4, PHP 5)', 'gmdate'); INSERT INTO `functions` VALUES (373, 'gmmktime', 'gmmktime', 'Get Unix timestamp for a GMT date', ' int gmmktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'gmmktime'); INSERT INTO `functions` VALUES (374, 'gmstrftime', 'gmstrftime', 'Format a GMT/UTC time/date according to locale settings', ' string gmstrftime ( string format [, int timestamp] )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'gmstrftime'); INSERT INTO `functions` VALUES (375, 'idate', 'idate', 'Format a local time/date as integer', ' int idate ( string format [, int timestamp] )', '(PHP 5)', 'idate'); INSERT INTO `functions` VALUES (376, 'localtime', 'localtime', 'Get the local time', ' array localtime ( [int timestamp [, bool is_associative]] )', '(PHP 4, PHP 5)', 'localtime'); INSERT INTO `functions` VALUES (377, 'microtime', 'microtime', 'Return current Unix timestamp with microseconds', ' mixed microtime ( [bool get_as_float] )', '(PHP 3, PHP 4, PHP 5)', 'microtime'); INSERT INTO `functions` VALUES (378, 'mktime', 'mktime', 'Get Unix timestamp for a date', ' int mktime ( [int hour [, int minute [, int second [, int month [, int day [, int year [, int is_dst]]]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'mktime'); INSERT INTO `functions` VALUES (379, 'strftime', 'strftime', 'Format a local time/date according to locale settings', ' string strftime ( string format [, int timestamp] )', '(PHP 3, PHP 4, PHP 5)', 'strftime'); INSERT INTO `functions` VALUES (380, 'strptime', 'strptime', ' Parse a time/date generated with strftime() ', ' array strptime ( string date, string format )', '(PHP 5 >= 5.1.0RC1)', 'strptime'); INSERT INTO `functions` VALUES (381, 'strtotime', 'strtotime', 'Parse about any English textual datetime description into a Unix timestamp', ' int strtotime ( string time [, int now] )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'strtotime'); INSERT INTO `functions` VALUES (382, 'time', 'time', 'Return current Unix timestamp', ' int time ( void )', '(PHP 3, PHP 4, PHP 5)', 'time'); INSERT INTO `functions` VALUES (383, 'dbplus-add', 'dbplus_add', 'Add a tuple to a relation', ' int dbplus_add ( resource relation, array tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusadd'); INSERT INTO `functions` VALUES (384, 'dbplus-aql', 'dbplus_aql', 'Perform AQL query', ' resource dbplus_aql ( string query [, string server [, string dbpath]] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusaql'); INSERT INTO `functions` VALUES (385, 'dbplus-chdir', 'dbplus_chdir', 'Get/Set database virtual current directory', ' string dbplus_chdir ( [string newdir] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbpluschdir'); INSERT INTO `functions` VALUES (386, 'dbplus-close', 'dbplus_close', 'Close a relation', ' mixed dbplus_close ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusclose'); INSERT INTO `functions` VALUES (387, 'dbplus-curr', 'dbplus_curr', 'Get current tuple from relation', ' int dbplus_curr ( resource relation, array &tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbpluscurr'); INSERT INTO `functions` VALUES (388, 'dbplus-errcode', 'dbplus_errcode', ' Get error string for given errorcode or last error ', ' string dbplus_errcode ( [int errno] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbpluserrcode'); INSERT INTO `functions` VALUES (389, 'dbplus-errno', 'dbplus_errno', 'Get error code for last operation', ' int dbplus_errno ( void )', '(4.1.0 - 4.2.3 only, PECL)', 'dbpluserrno'); INSERT INTO `functions` VALUES (390, 'dbplus-find', 'dbplus_find', 'Set a constraint on a relation', ' int dbplus_find ( resource relation, array constraints, mixed tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusfind'); INSERT INTO `functions` VALUES (391, 'dbplus-first', 'dbplus_first', 'Get first tuple from relation', ' int dbplus_first ( resource relation, array &tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusfirst'); INSERT INTO `functions` VALUES (392, 'dbplus-flush', 'dbplus_flush', 'Flush all changes made on a relation', ' int dbplus_flush ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusflush'); INSERT INTO `functions` VALUES (393, 'dbplus-freealllocks', 'dbplus_freealllocks', 'Free all locks held by this client', ' int dbplus_freealllocks ( void )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusfreealllocks'); INSERT INTO `functions` VALUES (394, 'dbplus-freelock', 'dbplus_freelock', 'Release write lock on tuple', ' int dbplus_freelock ( resource relation, string tname )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusfreelock'); INSERT INTO `functions` VALUES (395, 'dbplus-freerlocks', 'dbplus_freerlocks', 'Free all tuple locks on given relation', ' int dbplus_freerlocks ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusfreerlocks'); INSERT INTO `functions` VALUES (396, 'dbplus-getlock', 'dbplus_getlock', 'Get a write lock on a tuple', ' int dbplus_getlock ( resource relation, string tname )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusgetlock'); INSERT INTO `functions` VALUES (397, 'dbplus-getunique', 'dbplus_getunique', 'Get an id number unique to a relation', ' int dbplus_getunique ( resource relation, int uniqueid )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusgetunique'); INSERT INTO `functions` VALUES (398, 'dbplus-info', 'dbplus_info', 'Get information about a relation', ' int dbplus_info ( resource relation, string key, array &result )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusinfo'); INSERT INTO `functions` VALUES (399, 'dbplus-last', 'dbplus_last', 'Get last tuple from relation', ' int dbplus_last ( resource relation, array &tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbpluslast'); INSERT INTO `functions` VALUES (400, 'dbplus-lockrel', 'dbplus_lockrel', 'Request write lock on relation', ' int dbplus_lockrel ( resource relation )', '(no version information, might be only in CVS)', 'dbpluslockrel'); INSERT INTO `functions` VALUES (401, 'dbplus-next', 'dbplus_next', 'Get next tuple from relation', ' int dbplus_next ( resource relation, array &tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusnext'); INSERT INTO `functions` VALUES (402, 'dbplus-open', 'dbplus_open', 'Open relation file', ' resource dbplus_open ( string name )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusopen'); INSERT INTO `functions` VALUES (403, 'dbplus-prev', 'dbplus_prev', 'Get previous tuple from relation', ' int dbplus_prev ( resource relation, array &tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusprev'); INSERT INTO `functions` VALUES (404, 'dbplus-rchperm', 'dbplus_rchperm', 'Change relation permissions', ' int dbplus_rchperm ( resource relation, int mask, string user, string group )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrchperm'); INSERT INTO `functions` VALUES (405, 'dbplus-rcreate', 'dbplus_rcreate', 'Creates a new DB++ relation', ' resource dbplus_rcreate ( string name, mixed domlist [, bool overwrite] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrcreate'); INSERT INTO `functions` VALUES (406, 'dbplus-rcrtexact', 'dbplus_rcrtexact', 'Creates an exact but empty copy of a relation including indices', ' mixed dbplus_rcrtexact ( string name, resource relation [, bool overwrite] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrcrtexact'); INSERT INTO `functions` VALUES (407, 'dbplus-rcrtlike', 'dbplus_rcrtlike', 'Creates an empty copy of a relation with default indices', ' mixed dbplus_rcrtlike ( string name, resource relation [, int overwrite] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrcrtlike'); INSERT INTO `functions` VALUES (408, 'dbplus-resolve', 'dbplus_resolve', 'Resolve host information for relation', ' array dbplus_resolve ( string relation_name )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusresolve'); INSERT INTO `functions` VALUES (409, 'dbplus-restorepos', 'dbplus_restorepos', 'Restore position', ' int dbplus_restorepos ( resource relation, array tuple )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrestorepos'); INSERT INTO `functions` VALUES (410, 'dbplus-rkeys', 'dbplus_rkeys', 'Specify new primary key for a relation', ' mixed dbplus_rkeys ( resource relation, mixed domlist )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrkeys'); INSERT INTO `functions` VALUES (411, 'dbplus-ropen', 'dbplus_ropen', 'Open relation file local', ' resource dbplus_ropen ( string name )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusropen'); INSERT INTO `functions` VALUES (412, 'dbplus-rquery', 'dbplus_rquery', 'Perform local (raw) AQL query', ' resource dbplus_rquery ( string query [, string dbpath] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrquery'); INSERT INTO `functions` VALUES (413, 'dbplus-rrename', 'dbplus_rrename', 'Rename a relation', ' int dbplus_rrename ( resource relation, string name )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrrename'); INSERT INTO `functions` VALUES (414, 'dbplus-rsecindex', 'dbplus_rsecindex', ' Create a new secondary index for a relation ', ' mixed dbplus_rsecindex ( resource relation, mixed domlist, int type )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrsecindex'); INSERT INTO `functions` VALUES (415, 'dbplus-runlink', 'dbplus_runlink', 'Remove relation from filesystem', ' int dbplus_runlink ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrunlink'); INSERT INTO `functions` VALUES (416, 'dbplus-rzap', 'dbplus_rzap', 'Remove all tuples from relation', ' int dbplus_rzap ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusrzap'); INSERT INTO `functions` VALUES (417, 'dbplus-savepos', 'dbplus_savepos', 'Save position', ' int dbplus_savepos ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplussavepos'); INSERT INTO `functions` VALUES (418, 'dbplus-setindex', 'dbplus_setindex', 'Set index', ' int dbplus_setindex ( resource relation, string idx_name )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplussetindex'); INSERT INTO `functions` VALUES (419, 'dbplus-setindexbynumber', 'dbplus_setindexbynumber', 'Set index by number', ' int dbplus_setindexbynumber ( resource relation, int idx_number )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplussetindexbynumber'); INSERT INTO `functions` VALUES (420, 'dbplus-sql', 'dbplus_sql', 'Perform SQL query', ' resource dbplus_sql ( string query [, string server [, string dbpath]] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplussql'); INSERT INTO `functions` VALUES (421, 'dbplus-tcl', 'dbplus_tcl', 'Execute TCL code on server side', ' string dbplus_tcl ( int sid, string script )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplustcl'); INSERT INTO `functions` VALUES (422, 'dbplus-tremove', 'dbplus_tremove', 'Remove tuple and return new current tuple', ' int dbplus_tremove ( resource relation, array tuple [, array &current] )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplustremove'); INSERT INTO `functions` VALUES (423, 'dbplus-undo', 'dbplus_undo', 'Undo', ' int dbplus_undo ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusundo'); INSERT INTO `functions` VALUES (424, 'dbplus-undoprepare', 'dbplus_undoprepare', 'Prepare undo', ' int dbplus_undoprepare ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusundoprepare'); INSERT INTO `functions` VALUES (425, 'dbplus-unlockrel', 'dbplus_unlockrel', 'Give up write lock on relation', ' int dbplus_unlockrel ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusunlockrel'); INSERT INTO `functions` VALUES (426, 'dbplus-unselect', 'dbplus_unselect', 'Remove a constraint from relation', ' int dbplus_unselect ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusunselect'); INSERT INTO `functions` VALUES (427, 'dbplus-update', 'dbplus_update', 'Update specified tuple in relation', ' int dbplus_update ( resource relation, array old, array new )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusupdate'); INSERT INTO `functions` VALUES (428, 'dbplus-xlockrel', 'dbplus_xlockrel', 'Request exclusive lock on relation', ' int dbplus_xlockrel ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusxlockrel'); INSERT INTO `functions` VALUES (429, 'dbplus-xunlockrel', 'dbplus_xunlockrel', 'Free exclusive lock on relation', ' int dbplus_xunlockrel ( resource relation )', '(4.1.0 - 4.2.3 only, PECL)', 'dbplusxunlockrel'); INSERT INTO `functions` VALUES (430, 'dba-close', 'dba_close', 'Close a DBA database', ' void dba_close ( resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbaclose'); INSERT INTO `functions` VALUES (431, 'dba-delete', 'dba_delete', 'Delete DBA entry specified by key', ' bool dba_delete ( string key, resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbadelete'); INSERT INTO `functions` VALUES (432, 'dba-exists', 'dba_exists', 'Check whether key exists', ' bool dba_exists ( string key, resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbaexists'); INSERT INTO `functions` VALUES (433, 'dba-fetch', 'dba_fetch', 'Fetch data specified by key', ' string dba_fetch ( string key, resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbafetch'); INSERT INTO `functions` VALUES (434, 'dba-firstkey', 'dba_firstkey', 'Fetch first key', ' string dba_firstkey ( resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbafirstkey'); INSERT INTO `functions` VALUES (435, 'dba-handlers', 'dba_handlers', 'List all the handlers available', ' array dba_handlers ( [bool full_info] )', '(PHP 4 >= 4.3.0, PHP 5)', 'dbahandlers'); INSERT INTO `functions` VALUES (436, 'dba-insert', 'dba_insert', 'Insert entry', ' bool dba_insert ( string key, string value, resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbainsert'); INSERT INTO `functions` VALUES (437, 'dba-key-split', 'dba_key_split', ' Splits a key in string representation into array representation ', ' mixed dba_key_split ( mixed key )', '(PHP 5)', 'dbakeysplit'); INSERT INTO `functions` VALUES (438, 'dba-list', 'dba_list', 'List all open database files', ' array dba_list ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'dbalist'); INSERT INTO `functions` VALUES (439, 'dba-nextkey', 'dba_nextkey', 'Fetch next key', ' string dba_nextkey ( resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbanextkey'); INSERT INTO `functions` VALUES (440, 'dba-open', 'dba_open', 'Open database', ' resource dba_open ( string path, string mode [, string handler [, mixed ...]] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbaopen'); INSERT INTO `functions` VALUES (441, 'dba-optimize', 'dba_optimize', 'Optimize database', ' bool dba_optimize ( resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbaoptimize'); INSERT INTO `functions` VALUES (442, 'dba-popen', 'dba_popen', 'Open database persistently', ' resource dba_popen ( string path, string mode [, string handler [, mixed ...]] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbapopen'); INSERT INTO `functions` VALUES (443, 'dba-replace', 'dba_replace', 'Replace or insert entry', ' bool dba_replace ( string key, string value, resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbareplace'); INSERT INTO `functions` VALUES (444, 'dba-sync', 'dba_sync', 'Synchronize database', ' bool dba_sync ( resource handle )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'dbasync'); INSERT INTO `functions` VALUES (445, 'dbase-add-record', 'dbase_add_record', 'Adds a record to a database', ' bool dbase_add_record ( int dbase_identifier, array record )', '(PHP 3, PHP 4, PHP 5)', 'dbaseaddrecord'); INSERT INTO `functions` VALUES (446, 'dbase-close', 'dbase_close', 'Closes a database', ' bool dbase_close ( int dbase_identifier )', '(PHP 3, PHP 4, PHP 5)', 'dbaseclose'); INSERT INTO `functions` VALUES (447, 'dbase-create', 'dbase_create', 'Creates a database', ' int dbase_create ( string filename, array fields )', '(PHP 3, PHP 4, PHP 5)', 'dbasecreate'); INSERT INTO `functions` VALUES (448, 'dbase-delete-record', 'dbase_delete_record', 'Deletes a record from a database', ' bool dbase_delete_record ( int dbase_identifier, int record_number )', '(PHP 3, PHP 4, PHP 5)', 'dbasedeleterecord'); INSERT INTO `functions` VALUES (449, 'dbase-get-header-info', 'dbase_get_header_info', 'Gets the header info of a database', ' array dbase_get_header_info ( int dbase_identifier )', '(PHP 5)', 'dbasegetheaderinfo'); INSERT INTO `functions` VALUES (450, 'dbase-get-record-with-names', 'dbase_get_record_with_names', ' Gets a record from a database as an associative array ', ' array dbase_get_record_with_names ( int dbase_identifier, int record_number )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'dbasegetrecordwithnames'); INSERT INTO `functions` VALUES (451, 'dbase-get-record', 'dbase_get_record', ' Gets a record from a database as an indexed array ', ' array dbase_get_record ( int dbase_identifier, int record_number )', '(PHP 3, PHP 4, PHP 5)', 'dbasegetrecord'); INSERT INTO `functions` VALUES (452, 'dbase-numfields', 'dbase_numfields', 'Gets the number of fields of a database', ' int dbase_numfields ( int dbase_identifier )', '(PHP 3, PHP 4, PHP 5)', 'dbasenumfields'); INSERT INTO `functions` VALUES (453, 'dbase-numrecords', 'dbase_numrecords', 'Gets the number of records in a database', ' int dbase_numrecords ( int dbase_identifier )', '(PHP 3, PHP 4, PHP 5)', 'dbasenumrecords'); INSERT INTO `functions` VALUES (454, 'dbase-open', 'dbase_open', 'Opens a database', ' int dbase_open ( string filename, int mode )', '(PHP 3, PHP 4, PHP 5)', 'dbaseopen'); INSERT INTO `functions` VALUES (455, 'dbase-pack', 'dbase_pack', 'Packs a database', ' bool dbase_pack ( int dbase_identifier )', '(PHP 3, PHP 4, PHP 5)', 'dbasepack'); INSERT INTO `functions` VALUES (456, 'dbase-replace-record', 'dbase_replace_record', 'Replaces a record in a database', ' bool dbase_replace_record ( int dbase_identifier, array record, int record_number )', '(PHP 3 >= 3.0.11, PHP 4, PHP 5)', 'dbasereplacerecord'); INSERT INTO `functions` VALUES (457, 'dblist', 'dblist', ' Describes the DBM-compatible library being used ', ' string dblist ( void )', '(PHP 3, PHP 4, PECL)', 'dblist'); INSERT INTO `functions` VALUES (458, 'dbmclose', 'dbmclose', 'Closes a dbm database', ' bool dbmclose ( resource dbm_identifier )', '(PHP 3, PHP 4, PECL)', 'dbmclose'); INSERT INTO `functions` VALUES (459, 'dbmdelete', 'dbmdelete', ' Deletes the value for a key from a DBM database ', ' bool dbmdelete ( resource dbm_identifier, string key )', '(PHP 3, PHP 4, PECL)', 'dbmdelete'); INSERT INTO `functions` VALUES (460, 'dbmexists', 'dbmexists', ' Tells if a value exists for a key in a DBM database ', ' bool dbmexists ( resource dbm_identifier, string key )', '(PHP 3, PHP 4, PECL)', 'dbmexists'); INSERT INTO `functions` VALUES (461, 'dbmfetch', 'dbmfetch', ' Fetches a value for a key from a DBM database ', ' string dbmfetch ( resource dbm_identifier, string key )', '(PHP 3, PHP 4, PECL)', 'dbmfetch'); INSERT INTO `functions` VALUES (462, 'dbmfirstkey', 'dbmfirstkey', ' Retrieves the first key from a DBM database ', ' string dbmfirstkey ( resource dbm_identifier )', '(PHP 3, PHP 4, PECL)', 'dbmfirstkey'); INSERT INTO `functions` VALUES (463, 'dbminsert', 'dbminsert', ' Inserts a value for a key in a DBM database ', ' int dbminsert ( resource dbm_identifier, string key, string value )', '(PHP 3, PHP 4, PECL)', 'dbminsert'); INSERT INTO `functions` VALUES (464, 'dbmnextkey', 'dbmnextkey', ' Retrieves the next key from a DBM database', ' string dbmnextkey ( resource dbm_identifier, string key )', '(PHP 3, PHP 4, PECL)', 'dbmnextkey'); INSERT INTO `functions` VALUES (465, 'dbmopen', 'dbmopen', 'Opens a DBM database', ' resource dbmopen ( string filename, string flags )', '(PHP 3, PHP 4, PECL)', 'dbmopen'); INSERT INTO `functions` VALUES (466, 'dbmreplace', 'dbmreplace', ' Replaces the value for a key in a DBM database ', ' int dbmreplace ( resource dbm_identifier, string key, string value )', '(PHP 3, PHP 4, PECL)', 'dbmreplace'); INSERT INTO `functions` VALUES (467, 'dbx-close', 'dbx_close', 'Close an open connection/database', ' bool dbx_close ( object link_identifier )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'dbxclose'); INSERT INTO `functions` VALUES (468, 'dbx-compare', 'dbx_compare', 'Compare two rows for sorting purposes', ' int dbx_compare ( array row_a, array row_b, string column_key [, int flags] )', '(PHP 4 >= 4.1.0, PHP 5 <= 5.0.4)', 'dbxcompare'); INSERT INTO `functions` VALUES (469, 'dbx-connect', 'dbx_connect', 'Open a connection/database', ' object dbx_connect ( mixed module, string host, string database, string username, string password [, int persistent] )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'dbxconnect'); INSERT INTO `functions` VALUES (470, 'dbx-error', 'dbx_error', ' Report the error message of the latest function call in the module (not just in the connection) ', ' string dbx_error ( object link_identifier )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'dbxerror'); INSERT INTO `functions` VALUES (471, 'dbx-escape-string', 'dbx_escape_string', ' Escape a string so it can safely be used in an sql-statement ', ' string dbx_escape_string ( object link_identifier, string text )', '(PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)', 'dbxescapestring'); INSERT INTO `functions` VALUES (472, 'dbx-fetch-row', 'dbx_fetch_row', 'Fetches rows from a query-result that had the DBX_RESULT_UNBUFFERED flag set', ' mixed dbx_fetch_row ( object result_identifier )', '(PHP 5 <= 5.0.4)', 'dbxfetchrow'); INSERT INTO `functions` VALUES (473, 'dbx-query', 'dbx_query', 'Send a query and fetch all results (if any)', ' mixed dbx_query ( object link_identifier, string sql_statement [, int flags] )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'dbxquery'); INSERT INTO `functions` VALUES (474, 'dbx-sort', 'dbx_sort', ' Sort a result from a dbx_query by a custom sort function ', ' bool dbx_sort ( object result, string user_compare_function )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'dbxsort'); INSERT INTO `functions` VALUES (475, 'dio-close', 'dio_close', 'Closes the file descriptor given by fd', ' void dio_close ( resource fd )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'dioclose'); INSERT INTO `functions` VALUES (476, 'dio-fcntl', 'dio_fcntl', 'Performs a c library fcntl on fd', ' mixed dio_fcntl ( resource fd, int cmd [, mixed args] )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'diofcntl'); INSERT INTO `functions` VALUES (477, 'dio-open', 'dio_open', ' Opens a new filename with specified permissions of flags and creation permissions of mode ', ' resource dio_open ( string filename, int flags [, int mode] )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'dioopen'); INSERT INTO `functions` VALUES (478, 'dio-read', 'dio_read', 'Reads bytes from a file descriptor', ' string dio_read ( resource fd [, int len] )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'dioread'); INSERT INTO `functions` VALUES (479, 'dio-seek', 'dio_seek', 'Seeks to pos on fd from whence', ' int dio_seek ( resource fd, int pos [, int whence] )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'dioseek'); INSERT INTO `functions` VALUES (480, 'dio-stat', 'dio_stat', ' Gets stat information about the file descriptor fd ', ' array dio_stat ( resource fd )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'diostat'); INSERT INTO `functions` VALUES (481, 'dio-tcsetattr', 'dio_tcsetattr', ' Sets terminal attributes and baud rate for a serial port ', ' bool dio_tcsetattr ( resource fd, array options )', '(PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)', 'diotcsetattr'); INSERT INTO `functions` VALUES (482, 'dio-truncate', 'dio_truncate', ' Truncates file descriptor fd to offset bytes ', ' bool dio_truncate ( resource fd, int offset )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'diotruncate'); INSERT INTO `functions` VALUES (483, 'dio-write', 'dio_write', ' Writes data to fd with optional truncation at length ', ' int dio_write ( resource fd, string data [, int len] )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'diowrite'); INSERT INTO `functions` VALUES (484, 'chdir', 'chdir', 'Change directory', ' bool chdir ( string directory )', '(PHP 3, PHP 4, PHP 5)', 'chdir'); INSERT INTO `functions` VALUES (485, 'chroot', 'chroot', 'Change the root directory', ' bool chroot ( string directory )', '(PHP 4 >= 4.0.5, PHP 5)', 'chroot'); INSERT INTO `functions` VALUES (486, 'closedir', 'closedir', 'Close directory handle', ' void closedir ( resource dir_handle )', '(PHP 3, PHP 4, PHP 5)', 'closedir'); INSERT INTO `functions` VALUES (487, 'getcwd', 'getcwd', 'Gets the current working directory', ' string getcwd ( void )', '(PHP 4, PHP 5)', 'getcwd'); INSERT INTO `functions` VALUES (488, 'opendir', 'opendir', 'Open directory handle', ' resource opendir ( string path [, resource context] )', '(PHP 3, PHP 4, PHP 5)', 'opendir'); INSERT INTO `functions` VALUES (489, 'readdir', 'readdir', 'Read entry from directory handle', ' string readdir ( resource dir_handle )', '(PHP 3, PHP 4, PHP 5)', 'readdir'); INSERT INTO `functions` VALUES (490, 'rewinddir', 'rewinddir', 'Rewind directory handle', ' void rewinddir ( resource dir_handle )', '(PHP 3, PHP 4, PHP 5)', 'rewinddir'); INSERT INTO `functions` VALUES (491, 'scandir', 'scandir', 'List files and directories inside the specified path', ' array scandir ( string directory [, int sorting_order [, resource context]] )', '(PHP 5)', 'scandir'); INSERT INTO `functions` VALUES (492, 'dom-domattr-construct', 'DOMAttr->__construct()', ' Creates a new DOMAttr object ', ' class DOMAttr { ', '(no version information, might be only in CVS)', 'DOMAttr->construct()'); INSERT INTO `functions` VALUES (493, 'dom-domattr-isid', 'DOMAttr->isId()', ' Checks if attribute is a defined ID ', ' class DOMAttr { ', '(no version information, might be only in CVS)', 'DOMAttr->isId()'); INSERT INTO `functions` VALUES (494, 'dom-domcharacterdata-appenddata', 'DOMCharacterData->appendData()', ' Append the string to the end of the character data of the node ', ' class DOMCharacterData { ', '(no version information, might be only in CVS)', 'DOMCharacterData->appendData()'); INSERT INTO `functions` VALUES (495, 'dom-domcharacterdata-deletedata', 'DOMCharacterData->deleteData()', ' Remove a range of characters from the node ', ' class DOMCharacterData { ', '(no version information, might be only in CVS)', 'DOMCharacterData->deleteData()'); INSERT INTO `functions` VALUES (496, 'dom-domcharacterdata-insertdata', 'DOMCharacterData->insertData()', ' Insert a string at the specified 16-bit unit offset ', ' class DOMCharacterData { ', '(no version information, might be only in CVS)', 'DOMCharacterData->insertData()'); INSERT INTO `functions` VALUES (497, 'dom-domcharacterdata-replacedata', 'DOMCharacterData->replaceData()', ' Replace a substring within the DOMCharacterData node ', ' class DOMCharacterData { ', '(no version information, might be only in CVS)', 'DOMCharacterData->replaceData()'); INSERT INTO `functions` VALUES (498, 'dom-domcharacterdata-substringdata', 'DOMCharacterData->substringData()', ' Extracts a range of data from the node ', ' class DOMCharacterData { ', '(no version information, might be only in CVS)', 'DOMCharacterData->substringData()'); INSERT INTO `functions` VALUES (499, 'dom-domcomment-construct', 'DOMComment->__construct()', ' Creates a new DOMComment object ', ' class DOMComment { ', '(no version information, might be only in CVS)', 'DOMComment->construct()'); INSERT INTO `functions` VALUES (500, 'dom-domdocument-construct', 'DOMDocument->__construct()', ' Creates a new DOMDocument object ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->construct()'); INSERT INTO `functions` VALUES (501, 'dom-domdocument-createattribute', 'DOMDocument->createAttribute()', 'Create new attribute', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createAttribute()'); INSERT INTO `functions` VALUES (502, 'dom-domdocument-createattributens', 'DOMDocument->createAttributeNS()', ' Create new attribute node with an associated namespace ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createAttributeNS()'); INSERT INTO `functions` VALUES (503, 'dom-domdocument-createcdatasection', 'DOMDocument->createCDATASection()', 'Create new cdata node', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createCDATASection()'); INSERT INTO `functions` VALUES (504, 'dom-domdocument-createcomment', 'DOMDocument->createComment()', 'Create new comment node', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createComment()'); INSERT INTO `functions` VALUES (505, 'dom-domdocument-createdocumentfragment', 'DOMDocument->createDocumentFragment()', 'Create new document fragment', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createDocumentFragment()'); INSERT INTO `functions` VALUES (506, 'dom-domdocument-createelement', 'DOMDocument->createElement()', 'Create new element node', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createElement()'); INSERT INTO `functions` VALUES (507, 'dom-domdocument-createelementns', 'DOMDocument->createElementNS()', ' Create new element node with an associated namespace ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createElementNS()'); INSERT INTO `functions` VALUES (508, 'dom-domdocument-createentityreference', 'DOMDocument->createEntityReference()', 'Create new entity reference node', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createEntityReference()'); INSERT INTO `functions` VALUES (509, 'dom-domdocument-createprocessinginstruction', 'DOMDocument->createProcessingInstruction()', 'Creates new PI node', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createProcessingInstruction()'); INSERT INTO `functions` VALUES (510, 'dom-domdocument-createtextnode', 'DOMDocument->createTextNode()', 'Create new text node', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->createTextNode()'); INSERT INTO `functions` VALUES (511, 'dom-domdocument-getelementbyid', 'DOMDocument->getElementById()', 'Searches for an element with a certain id', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->getElementById()'); INSERT INTO `functions` VALUES (512, 'dom-domdocument-getelementsbytagname', 'DOMDocument->getElementsByTagName()', 'Searches for all elements with given tag name', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->getElementsByTagName()'); INSERT INTO `functions` VALUES (513, 'dom-domdocument-getelementsbytagnamens', 'DOMDocument->getElementsByTagNameNS()', ' Searches for all elements with given tag name in specified namespace ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->getElementsByTagNameNS()'); INSERT INTO `functions` VALUES (514, 'dom-domdocument-importnode', 'DOMDocument->importNode()', 'Import node into current document', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->importNode()'); INSERT INTO `functions` VALUES (515, 'dom-domdocument-load', 'DOMDocument->load()', ' Load XML from a file ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->load()'); INSERT INTO `functions` VALUES (516, 'dom-domdocument-loadhtml', 'DOMDocument->loadHTML()', ' Load HTML from a string ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->loadHTML()'); INSERT INTO `functions` VALUES (517, 'dom-domdocument-loadhtmlfile', 'DOMDocument->loadHTMLFile()', ' Load HTML from a file ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->loadHTMLFile()'); INSERT INTO `functions` VALUES (518, 'dom-domdocument-loadxml', 'DOMDocument->loadXML()', ' Load XML from a string ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->loadXML()'); INSERT INTO `functions` VALUES (519, 'dom-domdocument-normalize', 'DOMDocument->normalize()', ' Normalizes the document ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->normalize()'); INSERT INTO `functions` VALUES (520, 'dom-domdocument-relaxngvalidate', 'DOMDocument->relaxNGValidate()', ' Performs relaxNG validation on the document ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->relaxNGValidate()'); INSERT INTO `functions` VALUES (521, 'dom-domdocument-relaxngvalidatesource', 'DOMDocument->relaxNGValidateSource()', ' Performs relaxNG validation on the document ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->relaxNGValidateSource()'); INSERT INTO `functions` VALUES (522, 'dom-domdocument-save', 'DOMDocument->save()', ' Dumps the internal XML tree back into a file ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->save()'); INSERT INTO `functions` VALUES (523, 'dom-domdocument-savehtml', 'DOMDocument->saveHTML()', ' Dumps the internal document into a string using HTML formatting ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->saveHTML()'); INSERT INTO `functions` VALUES (524, 'dom-domdocument-savehtmlfile', 'DOMDocument->saveHTMLFile()', ' Dumps the internal document into a file using HTML formatting ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->saveHTMLFile()'); INSERT INTO `functions` VALUES (525, 'dom-domdocument-savexml', 'DOMDocument->saveXML()', ' Dumps the internal XML tree back into a string ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->saveXML()'); INSERT INTO `functions` VALUES (526, 'dom-domdocument-schemavalidate', 'DOMDocument->schemaValidate()', ' Validates a document based on a schema ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->schemaValidate()'); INSERT INTO `functions` VALUES (527, 'dom-domdocument-schemavalidatesource', 'DOMDocument->schemaValidateSource()', ' Validates a document based on a schema ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->schemaValidateSource()'); INSERT INTO `functions` VALUES (528, 'dom-domdocument-validate', 'DOMDocument->validate()', ' Validates the document based on its DTD ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->validate()'); INSERT INTO `functions` VALUES (529, 'dom-domdocument-xinclude', 'DOMDocument->xinclude()', ' Substitutes XIncludes in a DOMDocument Object ', ' class DOMDocument { ', '(no version information, might be only in CVS)', 'DOMDocument->xinclude()'); INSERT INTO `functions` VALUES (530, 'dom-domelement-construct', 'DOMElement->__construct()', ' Creates a new DOMElement object ', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->construct()'); INSERT INTO `functions` VALUES (531, 'dom-domelement-getattribute', 'DOMElement->getAttribute()', 'Returns value of attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->getAttribute()'); INSERT INTO `functions` VALUES (532, 'dom-domelement-getattributenode', 'DOMElement->getAttributeNode()', 'Returns attribute node', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->getAttributeNode()'); INSERT INTO `functions` VALUES (533, 'dom-domelement-getattributenodens', 'DOMElement->getAttributeNodeNS()', ' Returns attribute node ', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->getAttributeNodeNS()'); INSERT INTO `functions` VALUES (534, 'dom-domelement-getattributens', 'DOMElement->getAttributeNS()', 'Returns value of attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->getAttributeNS()'); INSERT INTO `functions` VALUES (535, 'dom-domelement-getelementsbytagname', 'DOMElement->getElementsByTagName()', 'Gets elements by tagname', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->getElementsByTagName()'); INSERT INTO `functions` VALUES (536, 'dom-domelement-getelementsbytagnamens', 'DOMElement->getElementsByTagNameNS()', 'Get elements by namespaceURI and localName', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->getElementsByTagNameNS()'); INSERT INTO `functions` VALUES (537, 'dom-domelement-hasattribute', 'DOMElement->hasAttribute()', 'Checks to see if attribute exists', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->hasAttribute()'); INSERT INTO `functions` VALUES (538, 'dom-domelement-hasattributens', 'DOMElement->hasAttributeNS()', ' Checks to see if attribute exists ', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->hasAttributeNS()'); INSERT INTO `functions` VALUES (539, 'dom-domelement-removeattribute', 'DOMElement->removeAttribute()', 'Removes attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->removeAttribute()'); INSERT INTO `functions` VALUES (540, 'dom-domelement-removeattributenode', 'DOMElement->removeAttributeNode()', 'Removes attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->removeAttributeNode()'); INSERT INTO `functions` VALUES (541, 'dom-domelement-removeattributens', 'DOMElement->removeAttributeNS()', 'Removes attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->removeAttributeNS()'); INSERT INTO `functions` VALUES (542, 'dom-domelement-setattribute', 'DOMElement->setAttribute()', 'Adds new attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->setAttribute()'); INSERT INTO `functions` VALUES (543, 'dom-domelement-setattributenode', 'DOMElement->setAttributeNode()', 'Adds new attribute node to element', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->setAttributeNode()'); INSERT INTO `functions` VALUES (544, 'dom-domelement-setattributenodens', 'DOMElement->setAttributeNodeNS()', 'Adds new attribute node to element', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->setAttributeNodeNS()'); INSERT INTO `functions` VALUES (545, 'dom-domelement-setattributens', 'DOMElement->setAttributeNS()', 'Adds new attribute', ' class DOMElement { ', '(no version information, might be only in CVS)', 'DOMElement->setAttributeNS()'); INSERT INTO `functions` VALUES (546, 'dom-domentityreference-construct', 'DOMEntityReference->__construct()', ' Creates a new DOMEntityReference object ', ' class DOMEntityReference { ', '(no version information, might be only in CVS)', 'DOMEntityReference->construct()'); INSERT INTO `functions` VALUES (547, 'dom-domimplementation-construct', 'DOMImplementation->__construct()', ' Creates a new DOMImplementation object ', ' class DOMImplementation { ', '(no version information, might be only in CVS)', 'DOMImplementation->construct()'); INSERT INTO `functions` VALUES (548, 'dom-domimplementation-createdocument', 'DOMImplementation->createDocument()', ' Creates a DOMDocument object of the specified type with its document element ', ' class DOMImplementation { ', '(no version information, might be only in CVS)', 'DOMImplementation->createDocument()'); INSERT INTO `functions` VALUES (549, 'dom-domimplementation-createdocumenttype', 'DOMImplementation->createDocumentType()', ' Creates an empty DOMDocumentType object ', ' class DOMImplementation { ', '(no version information, might be only in CVS)', 'DOMImplementation->createDocumentType()'); INSERT INTO `functions` VALUES (550, 'dom-domimplementation-hasfeature', 'DOMImplementation->hasFeature()', ' Test if the DOM implementation implements a specific feature ', ' class DOMImplementation { ', '(no version information, might be only in CVS)', 'DOMImplementation->hasFeature()'); INSERT INTO `functions` VALUES (551, 'dom-domnamednodemap-getnameditem', 'DOMNamedNodeMap->getNamedItem()', ' Retrieves a node specified by name ', ' class DOMNamedNodeMap { ', '(no version information, might be only in CVS)', 'DOMNamedNodeMap->getNamedItem()'); INSERT INTO `functions` VALUES (552, 'dom-domnamednodemap-getnameditemns', 'DOMNamedNodeMap->getNamedItemNS()', ' Retrieves a node specified by local name and namespace URI ', ' class DOMNamedNodeMap { ', '(no version information, might be only in CVS)', 'DOMNamedNodeMap->getNamedItemNS()'); INSERT INTO `functions` VALUES (553, 'dom-domnamednodemap-item', 'DOMNamedNodeMap->item()', 'Retrieves a node specified by index', ' class DOMNamedNodeMap { ', '(no version information, might be only in CVS)', 'DOMNamedNodeMap->item()'); INSERT INTO `functions` VALUES (554, 'dom-domnode-appendchild', 'DOMNode->appendChild()', ' Adds new child at the end of the children ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->appendChild()'); INSERT INTO `functions` VALUES (555, 'dom-domnode-clonenode', 'DOMNode->cloneNode()', ' Clones a node ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->cloneNode()'); INSERT INTO `functions` VALUES (556, 'dom-domnode-hasattributes', 'DOMNode->hasAttributes()', ' Checks if node has attributes ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->hasAttributes()'); INSERT INTO `functions` VALUES (557, 'dom-domnode-haschildnodes', 'DOMNode->hasChildNodes()', ' Checks if node has children ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->hasChildNodes()'); INSERT INTO `functions` VALUES (558, 'dom-domnode-insertbefore', 'DOMNode->insertBefore()', ' Adds a new child before a reference node ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->insertBefore()'); INSERT INTO `functions` VALUES (559, 'dom-domnode-issamenode', 'DOMNode->isSameNode()', ' Indicates if two nodes are the same node ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->isSameNode()'); INSERT INTO `functions` VALUES (560, 'dom-domnode-issupported', 'DOMNode->isSupported()', ' Checks if feature is supported for specified version ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->isSupported()'); INSERT INTO `functions` VALUES (561, 'dom-domnode-lookupnamespaceuri', 'DOMNode->lookupNamespaceURI()', ' Gets the namespace URI of the node based on the prefix ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->lookupNamespaceURI()'); INSERT INTO `functions` VALUES (562, 'dom-domnode-lookupprefix', 'DOMNode->lookupPrefix()', ' Gets the namespace prefix of the node based on the namespace URI ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->lookupPrefix()'); INSERT INTO `functions` VALUES (563, 'dom-domnode-normalize', 'DOMNode->normalize()', ' Normalizes the node ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->normalize()'); INSERT INTO `functions` VALUES (564, 'dom-domnode-removechild', 'DOMNode->removeChild()', ' Removes child from list of children ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->removeChild()'); INSERT INTO `functions` VALUES (565, 'dom-domnode-replacechild', 'DOMNode->replaceChild()', ' Replaces a child ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DOMNode->replaceChild()'); INSERT INTO `functions` VALUES (566, 'dom-domnodelist-item', 'DOMNodelist->item()', ' Retrieves a node specified by index ', ' class DOMNodeList { ', '(no version information, might be only in CVS)', 'DOMNodelist->item()'); INSERT INTO `functions` VALUES (567, 'dom-domprocessinginstruction-construct', 'DOMProcessingInstruction->__construct()', ' Creates a new DOMProcessingInstruction object ', ' class DOMProcessingInstruction { ', '(no version information, might be only in CVS)', 'DOMProcessingInstruction->construct()'); INSERT INTO `functions` VALUES (568, 'dom-domtext-construct', 'DOMText->__construct()', ' Creates a new DOMText object ', ' class DOMText { ', '(no version information, might be only in CVS)', 'DOMText->construct()'); INSERT INTO `functions` VALUES (569, 'dom-domtext-iswhitespaceinelementcontent', 'DOMText->isWhitespaceInElementContent()', ' Indicates whether this text node contains whitespace ', ' class DOMText { ', '(no version information, might be only in CVS)', 'DOMText->isWhitespaceInElementContent()'); INSERT INTO `functions` VALUES (570, 'dom-domtext-splittext', 'DOMText->splitText()', ' Breaks this node into two nodes at the specified offset ', ' class DOMText { ', '(no version information, might be only in CVS)', 'DOMText->splitText()'); INSERT INTO `functions` VALUES (571, 'dom-domxpath-construct', 'DOMXPath->__construct()', ' Creates a new DOMXPath object ', ' class DOMXPath { ', '(no version information, might be only in CVS)', 'DOMXPath->construct()'); INSERT INTO `functions` VALUES (572, 'dom-domxpath-evaluate', 'DOMXPath->evaluate()', ' Evaluates the given XPath expression and returns a typed result if possible. ', ' class DOMXPath { ', '(no version information, might be only in CVS)', 'DOMXPath->evaluate()'); INSERT INTO `functions` VALUES (573, 'dom-domxpath-query', 'DOMXPath->query()', ' Evaluates the given XPath expression ', ' class DOMXPath { ', '(no version information, might be only in CVS)', 'DOMXPath->query()'); INSERT INTO `functions` VALUES (574, 'dom-domxpath-registernamespace', 'DOMXPath->registerNamespace()', ' Registers the namespace with the DOMXPath object ', ' class DOMXPath { ', '(no version information, might be only in CVS)', 'DOMXPath->registerNamespace()'); INSERT INTO `functions` VALUES (575, 'dom-import-simplexml', 'dom_import_simplexml', ' Gets a DOMElement object from a SimpleXMLElement object ', ' DOMElement dom_import_simplexml ( SimpleXMLElement node )', '(PHP 5)', 'domimportsimplexml'); INSERT INTO `functions` VALUES (576, 'domattribute-name', 'DomAttribute->name', ' Returns the name of attribute ', ' class DomAttribute { ', '(no version information, might be only in CVS)', 'DomAttribute->name'); INSERT INTO `functions` VALUES (577, 'domattribute-set-value', 'DomAttribute->set_value', ' Sets the value of an attribute ', ' class DomAttribute { ', '(no version information, might be only in CVS)', 'DomAttribute->setvalue'); INSERT INTO `functions` VALUES (578, 'domattribute-specified', 'DomAttribute->specified', ' Checks if attribute is specified ', ' class DomAttribute { ', '(no version information, might be only in CVS)', 'DomAttribute->specified'); INSERT INTO `functions` VALUES (579, 'domattribute-value', 'DomAttribute->value', ' Returns value of attribute ', ' class DomAttribute { ', '(no version information, might be only in CVS)', 'DomAttribute->value'); INSERT INTO `functions` VALUES (580, 'domdocument-add-root', 'DomDocument->add_root', ' Adds a root node [deprecated] ', ' domelement DomDocument->add_root ( string name )', '(no version information, might be only in CVS)', 'DomDocument->addroot'); INSERT INTO `functions` VALUES (581, 'domdocument-create-attribute', 'DomDocument->create_attribute', 'Create new attribute', ' domattribute DomDocument->create_attribute ( string name, string value )', '(no version information, might be only in CVS)', 'DomDocument->createattribute'); INSERT INTO `functions` VALUES (582, 'domdocument-create-cdata-section', 'DomDocument->create_cdata_section', 'Create new cdata node', ' domcdata DomDocument->create_cdata_section ( string content )', '(no version information, might be only in CVS)', 'DomDocument->createcdatasection'); INSERT INTO `functions` VALUES (583, 'domdocument-create-comment', 'DomDocument->create_comment', 'Create new comment node', ' domcomment DomDocument->create_comment ( string content )', '(no version information, might be only in CVS)', 'DomDocument->createcomment'); INSERT INTO `functions` VALUES (584, 'domdocument-create-element-ns', 'DomDocument->create_element_ns', ' Create new element node with an associated namespace ', ' domelement DomDocument->create_element_ns ( string uri, string name [, string prefix] )', '(no version information, might be only in CVS)', 'DomDocument->createelementns'); INSERT INTO `functions` VALUES (585, 'domdocument-create-element', 'DomDocument->create_element', 'Create new element node', ' domelement DomDocument->create_element ( string name )', '(no version information, might be only in CVS)', 'DomDocument->createelement'); INSERT INTO `functions` VALUES (586, 'domdocument-create-entity-reference', 'DomDocument->create_entity_reference', ' Create an entity reference ', ' domentityreference DomDocument->create_entity_reference ( string content )', '(no version information, might be only in CVS)', 'DomDocument->createentityreference'); INSERT INTO `functions` VALUES (587, 'domdocument-create-processing-instruction', 'DomDocument->create_processing_instruction', 'Creates new PI node', ' domprocessinginstruction DomDocument->create_processing_instruction ( string content )', '(no version information, might be only in CVS)', 'DomDocument->createprocessinginstruction'); INSERT INTO `functions` VALUES (588, 'domdocument-create-text-node', 'DomDocument->create_text_node', 'Create new text node', ' domtext DomDocument->create_text_node ( string content )', '(no version information, might be only in CVS)', 'DomDocument->createtextnode'); INSERT INTO `functions` VALUES (589, 'domdocument-doctype', 'DomDocument->doctype', ' Returns the document type ', ' domdocumenttype DomDocument->doctype ( void )', '(no version information, might be only in CVS)', 'DomDocument->doctype'); INSERT INTO `functions` VALUES (590, 'domdocument-document-element', 'DomDocument->document_element', ' Returns root element node ', ' domelement DomDocument->document_element ( void )', '(no version information, might be only in CVS)', 'DomDocument->documentelement'); INSERT INTO `functions` VALUES (591, 'domdocument-dump-file', 'DomDocument->dump_file', ' Dumps the internal XML tree back into a file ', ' string DomDocument->dump_file ( string filename [, bool compressionmode [, bool format]] )', '(no version information, might be only in CVS)', 'DomDocument->dumpfile'); INSERT INTO `functions` VALUES (592, 'domdocument-dump-mem', 'DomDocument->dump_mem', ' Dumps the internal XML tree back into a string ', ' string DomDocument->dump_mem ( [bool format [, string encoding]] )', '(no version information, might be only in CVS)', 'DomDocument->dumpmem'); INSERT INTO `functions` VALUES (593, 'domdocument-get-element-by-id', 'DomDocument->get_element_by_id', ' Searches for an element with a certain id ', ' domelement DomDocument->get_element_by_id ( string id )', '(no version information, might be only in CVS)', 'DomDocument->getelementbyid'); INSERT INTO `functions` VALUES (594, 'domdocument-get-elements-by-tagname', 'DomDocument->get_elements_by_tagname', ' Returns array with nodes with given tagname in document or empty array, if not found ', ' array DomDocument->get_elements_by_tagname ( string name )', '(no version information, might be only in CVS)', 'DomDocument->getelementsbytagname'); INSERT INTO `functions` VALUES (595, 'domdocument-html-dump-mem', 'DomDocument->html_dump_mem', ' Dumps the internal XML tree back into a string as HTML ', ' string DomDocument->html_dump_mem ( void )', '(no version information, might be only in CVS)', 'DomDocument->htmldumpmem'); INSERT INTO `functions` VALUES (596, 'domdocument-xinclude', 'DomDocument->xinclude', ' Substitutes XIncludes in a DomDocument Object ', ' int DomDocument->xinclude ( void )', '(no version information, might be only in CVS)', 'DomDocument->xinclude'); INSERT INTO `functions` VALUES (597, 'domdocumenttype-entities', 'DomDocumentType->entities()', ' Returns list of entities ', ' class DomDocumentType { ', '(no version information, might be only in CVS)', 'DomDocumentType->entities()'); INSERT INTO `functions` VALUES (598, 'domdocumenttype-internal-subset', 'DomDocumentType->internal_subset()', ' Returns internal subset ', ' class DomDocumentType { ', '(no version information, might be only in CVS)', 'DomDocumentType->internalsubset()'); INSERT INTO `functions` VALUES (599, 'domdocumenttype-name', 'DomDocumentType->name()', ' Returns name of document type ', ' class DomDocumentType { ', '(no version information, might be only in CVS)', 'DomDocumentType->name()'); INSERT INTO `functions` VALUES (600, 'domdocumenttype-notations', 'DomDocumentType->notations()', ' Returns list of notations ', ' class DomDocumentType { ', '(no version information, might be only in CVS)', 'DomDocumentType->notations()'); INSERT INTO `functions` VALUES (601, 'domdocumenttype-public-id', 'DomDocumentType->public_id()', ' Returns public id of document type ', ' class DomDocumentType { ', '(no version information, might be only in CVS)', 'DomDocumentType->publicid()'); INSERT INTO `functions` VALUES (602, 'domdocumenttype-system-id', 'DomDocumentType->system_id()', ' Returns the system id of document type ', ' class DomDocumentType { ', '(no version information, might be only in CVS)', 'DomDocumentType->systemid()'); INSERT INTO `functions` VALUES (603, 'domelement-get-attribute-node', 'DomElement->get_attribute_node()', ' Returns the node of the given attribute ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->getattributenode()'); INSERT INTO `functions` VALUES (604, 'domelement-get-attribute', 'DomElement->get_attribute()', ' Returns the value of the given attribute ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->getattribute()'); INSERT INTO `functions` VALUES (605, 'domelement-get-elements-by-tagname', 'DomElement->get_elements_by_tagname()', ' Gets elements by tagname ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->getelementsbytagname()'); INSERT INTO `functions` VALUES (606, 'domelement-has-attribute', 'DomElement->has_attribute()', ' Checks to see if an attribute exists in the current node ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->hasattribute()'); INSERT INTO `functions` VALUES (607, 'domelement-remove-attribute', 'DomElement->remove_attribute()', ' Removes attribute ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->removeattribute()'); INSERT INTO `functions` VALUES (608, 'domelement-set-attribute', 'DomElement->set_attribute()', ' Sets the value of an attribute ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->setattribute()'); INSERT INTO `functions` VALUES (609, 'domelement-tagname', 'DomElement->tagname()', ' Returns the name of the current element ', ' class DomElement { ', '(no version information, might be only in CVS)', 'DomElement->tagname()'); INSERT INTO `functions` VALUES (610, 'domnode-add-namespace', 'DomNode->add_namespace', ' Adds a namespace declaration to a node ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DomNode->addnamespace'); INSERT INTO `functions` VALUES (611, 'domnode-append-child', 'DomNode->append_child', ' Adds a new child at the end of the children ', ' class DOMNode { ', '(no version information, might be only in CVS)', 'DomNode->appendchild'); INSERT INTO `functions` VALUES (612, 'domnode-append-sibling', 'DomNode->append_sibling', ' Adds new sibling to a node ', ' domelement DomNode->append_sibling ( domelement newnode )', '(no version information, might be only in CVS)', 'DomNode->appendsibling'); INSERT INTO `functions` VALUES (613, 'domnode-attributes', 'DomNode->attributes', ' Returns list of attributes ', ' array DomNode->attributes ( void )', '(no version information, might be only in CVS)', 'DomNode->attributes'); INSERT INTO `functions` VALUES (614, 'domnode-child-nodes', 'DomNode->child_nodes', ' Returns children of node ', ' array DomNode->child_nodes ( void )', '(no version information, might be only in CVS)', 'DomNode->childnodes'); INSERT INTO `functions` VALUES (615, 'domnode-clone-node', 'DomNode->clone_node', ' Clones a node ', ' domelement DomNode->clone_node ( void )', '(no version information, might be only in CVS)', 'DomNode->clonenode'); INSERT INTO `functions` VALUES (616, 'domnode-dump-node', 'DomNode->dump_node', ' Dumps a single node ', ' string DomNode->dump_node ( void )', '(no version information, might be only in CVS)', 'DomNode->dumpnode'); INSERT INTO `functions` VALUES (617, 'domnode-first-child', 'DomNode->first_child', ' Returns first child of node ', ' domelement DomNode->first_child ( void )', '(no version information, might be only in CVS)', 'DomNode->firstchild'); INSERT INTO `functions` VALUES (618, 'domnode-get-content', 'DomNode->get_content', ' Gets content of node ', ' string DomNode->get_content ( void )', '(no version information, might be only in CVS)', 'DomNode->getcontent'); INSERT INTO `functions` VALUES (619, 'domnode-has-attributes', 'DomNode->has_attributes', ' Checks if node has attributes ', ' bool DomNode->has_attributes ( void )', '(no version information, might be only in CVS)', 'DomNode->hasattributes'); INSERT INTO `functions` VALUES (620, 'domnode-has-child-nodes', 'DomNode->has_child_nodes', ' Checks if node has children ', ' bool DomNode->has_child_nodes ( void )', '(no version information, might be only in CVS)', 'DomNode->haschildnodes'); INSERT INTO `functions` VALUES (621, 'domnode-insert-before', 'DomNode->insert_before', ' Inserts new node as child ', ' domelement DomNode->insert_before ( domelement newnode, domelement refnode )', '(no version information, might be only in CVS)', 'DomNode->insertbefore'); INSERT INTO `functions` VALUES (622, 'domnode-is-blank-node', 'DomNode->is_blank_node', ' Checks if node is blank ', ' bool DomNode->is_blank_node ( void )', '(no version information, might be only in CVS)', 'DomNode->isblanknode'); INSERT INTO `functions` VALUES (623, 'domnode-last-child', 'DomNode->last_child', ' Returns last child of node ', ' domelement DomNode->last_child ( void )', '(no version information, might be only in CVS)', 'DomNode->lastchild'); INSERT INTO `functions` VALUES (624, 'domnode-next-sibling', 'DomNode->next_sibling', ' Returns the next sibling of node ', ' domelement DomNode->next_sibling ( void )', '(no version information, might be only in CVS)', 'DomNode->nextsibling'); INSERT INTO `functions` VALUES (625, 'domnode-node-name', 'DomNode->node_name', ' Returns name of node ', ' string DomNode->node_name ( void )', '(no version information, might be only in CVS)', 'DomNode->nodename'); INSERT INTO `functions` VALUES (626, 'domnode-node-type', 'DomNode->node_type', ' Returns type of node ', ' int DomNode->node_type ( void )', '(no version information, might be only in CVS)', 'DomNode->nodetype'); INSERT INTO `functions` VALUES (627, 'domnode-node-value', 'DomNode->node_value', ' Returns value of a node ', ' string DomNode->node_value ( void )', '(no version information, might be only in CVS)', 'DomNode->nodevalue'); INSERT INTO `functions` VALUES (628, 'domnode-owner-document', 'DomNode->owner_document', ' Returns the document this node belongs to ', ' domdocument DomNode->owner_document ( void )', '(no version information, might be only in CVS)', 'DomNode->ownerdocument'); INSERT INTO `functions` VALUES (629, 'domnode-parent-node', 'DomNode->parent_node', ' Returns the parent of the node ', ' domnode DomNode->parent_node ( void )', '(no version information, might be only in CVS)', 'DomNode->parentnode'); INSERT INTO `functions` VALUES (630, 'domnode-prefix', 'DomNode->prefix', ' Returns name space prefix of node ', ' string DomNode->prefix ( void )', '(no version information, might be only in CVS)', 'DomNode->prefix'); INSERT INTO `functions` VALUES (631, 'domnode-previous-sibling', 'DomNode->previous_sibling', ' Returns the previous sibling of node ', ' domelement DomNode->previous_sibling ( void )', '(no version information, might be only in CVS)', 'DomNode->previoussibling'); INSERT INTO `functions` VALUES (632, 'domnode-remove-child', 'DomNode->remove_child', ' Removes child from list of children ', ' domtext DomNode->remove_child ( domtext oldchild )', '(no version information, might be only in CVS)', 'DomNode->removechild'); INSERT INTO `functions` VALUES (633, 'domnode-replace-child', 'DomNode->replace_child', ' Replaces a child ', ' domelement DomNode->replace_child ( domelement oldnode, domelement newnode )', '(no version information, might be only in CVS)', 'DomNode->replacechild'); INSERT INTO `functions` VALUES (634, 'domnode-replace-node', 'DomNode->replace_node', ' Replaces node ', ' domelement DomNode->replace_node ( domelement newnode )', '(no version information, might be only in CVS)', 'DomNode->replacenode'); INSERT INTO `functions` VALUES (635, 'domnode-set-content', 'DomNode->set_content', ' Sets content of node ', ' bool DomNode->set_content ( string content )', '(no version information, might be only in CVS)', 'DomNode->setcontent'); INSERT INTO `functions` VALUES (636, 'domnode-set-name', 'DomNode->set_name', ' Sets name of node ', ' bool DomNode->set_name ( void )', '(no version information, might be only in CVS)', 'DomNode->setname'); INSERT INTO `functions` VALUES (637, 'domnode-set-namespace', 'DomNode->set_namespace', ' Sets namespace of a node ', ' void DomNode->set_namespace ( string uri [, string prefix] )', '(no version information, might be only in CVS)', 'DomNode->setnamespace'); INSERT INTO `functions` VALUES (638, 'domnode-unlink-node', 'DomNode->unlink_node', ' Deletes node ', ' void DomNode->unlink_node ( void )', '(no version information, might be only in CVS)', 'DomNode->unlinknode'); INSERT INTO `functions` VALUES (639, 'domprocessinginstruction-data', 'DomProcessingInstruction->data', ' Returns the data of ProcessingInstruction node ', ' class DomProcessingInstruction { ', '(no version information, might be only in CVS)', 'DomProcessingInstruction->data'); INSERT INTO `functions` VALUES (640, 'domprocessinginstruction-target', 'DomProcessingInstruction->target', ' Returns the target of a ProcessingInstruction node ', ' class DomProcessingInstruction { ', '(no version information, might be only in CVS)', 'DomProcessingInstruction->target'); INSERT INTO `functions` VALUES (641, 'domxsltstylesheet-process', 'DomXsltStylesheet->process()', ' Applies the XSLT-Transformation on a DomDocument Object ', ' class DomXsltStylesheet { ', '(no version information, might be only in CVS)', 'DomXsltStylesheet->process()'); INSERT INTO `functions` VALUES (642, 'domxsltstylesheet-result-dump-file', 'DomXsltStylesheet->result_dump_file()', ' Dumps the result from a XSLT-Transformation into a file ', ' class DomXsltStylesheet { ', '(no version information, might be only in CVS)', 'DomXsltStylesheet->resultdumpfile()'); INSERT INTO `functions` VALUES (643, 'domxsltstylesheet-result-dump-mem', 'DomXsltStylesheet->result_dump_mem()', ' Dumps the result from a XSLT-Transformation back into a string ', ' class DomXsltStylesheet { ', '(no version information, might be only in CVS)', 'DomXsltStylesheet->resultdumpmem()'); INSERT INTO `functions` VALUES (644, 'domxml-new-doc', 'domxml_new_doc', ' Creates new empty XML document ', ' DomDocument domxml_new_doc ( string version )', '(PHP 4 >= 4.2.1, PECL)', 'domxmlnewdoc'); INSERT INTO `functions` VALUES (645, 'domxml-open-file', 'domxml_open_file', 'Creates a DOM object from an XML file', ' DomDocument domxml_open_file ( string filename [, int mode [, array &error]] )', '(PHP 4 >= 4.2.1, PECL)', 'domxmlopenfile'); INSERT INTO `functions` VALUES (646, 'domxml-open-mem', 'domxml_open_mem', 'Creates a DOM object of an XML document', ' DomDocument domxml_open_mem ( string str [, int mode [, array &error]] )', '(PHP 4 >= 4.2.1, PECL)', 'domxmlopenmem'); INSERT INTO `functions` VALUES (647, 'domxml-version', 'domxml_version', ' Gets the XML library version ', ' string domxml_version ( void )', '(PHP 4 >= 4.1.0, PECL)', 'domxmlversion'); INSERT INTO `functions` VALUES (648, 'domxml-xmltree', 'domxml_xmltree', ' Creates a tree of PHP objects from an XML document ', ' DomDocument domxml_xmltree ( string str )', '(PHP 4 >= 4.2.1, PECL)', 'domxmlxmltree'); INSERT INTO `functions` VALUES (649, 'domxml-xslt-stylesheet-doc', 'domxml_xslt_stylesheet_doc', ' Creates a DomXsltStylesheet Object from a DomDocument Object ', ' DomXsltStylesheet domxml_xslt_stylesheet_doc ( DomDocument xsl_doc )', '(PHP 4 >= 4.2.0, PECL)', 'domxmlxsltstylesheetdoc'); INSERT INTO `functions` VALUES (650, 'domxml-xslt-stylesheet-file', 'domxml_xslt_stylesheet_file', ' Creates a DomXsltStylesheet Object from an XSL document in a file ', ' DomXsltStylesheet domxml_xslt_stylesheet_file ( string xsl_file )', '(PHP 4 >= 4.2.0, PECL)', 'domxmlxsltstylesheetfile'); INSERT INTO `functions` VALUES (651, 'domxml-xslt-stylesheet', 'domxml_xslt_stylesheet', ' Creates a DomXsltStylesheet object from an XSL document in a string ', ' DomXsltStylesheet domxml_xslt_stylesheet ( string xsl_buf )', '(PHP 4 >= 4.2.0, PECL)', 'domxmlxsltstylesheet'); INSERT INTO `functions` VALUES (652, 'domxml-xslt-version', 'domxml_xslt_version', ' Gets the XSLT library version ', ' int domxml_xslt_version ( void )', '(PHP 4 >= 4.2.0, PECL)', 'domxmlxsltversion'); INSERT INTO `functions` VALUES (653, 'xpath-eval-expression', 'xpath_eval_expression', ' Evaluates the XPath Location Path in the given string ', ' class XPathContext { ', '(PHP 4 >= 4.0.4, PECL)', 'xpathevalexpression'); INSERT INTO `functions` VALUES (654, 'xpath-eval', 'xpath_eval', ' Evaluates the XPath Location Path in the given string ', ' class XPathContext { ', '(PHP 4 >= 4.0.4, PECL)', 'xpatheval'); INSERT INTO `functions` VALUES (655, 'xpath-new-context', 'xpath_new_context', ' Creates new xpath context ', ' XPathContext xpath_new_context ( domdocument dom_document )', '(PHP 4 >= 4.0.4, PECL)', 'xpathnewcontext'); INSERT INTO `functions` VALUES (656, 'xpath-register-ns-auto', 'xpath_register_ns_auto', ' Register the given namespace in the passed XPath context ', ' bool xpath_register_ns_auto ( XPathContext xpath_context [, object context_node] )', '(PECL)', 'xpathregisternsauto'); INSERT INTO `functions` VALUES (657, 'xpath-register-ns', 'xpath_register_ns', ' Register the given namespace in the passed XPath context ', ' bool xpath_register_ns ( XPathContext xpath_context, string prefix, string uri )', '(PHP 4 >= 4.2.0, PECL)', 'xpathregisterns'); INSERT INTO `functions` VALUES (658, 'xptr-eval', 'xptr_eval', ' Evaluate the XPtr Location Path in the given string ', ' class XPathContext { ', '(PHP 4 >= 4.0.4, PECL)', 'xptreval'); INSERT INTO `functions` VALUES (659, 'xptr-new-context', 'xptr_new_context', ' Create new XPath Context ', ' XPathContext xptr_new_context ( void )', '(PHP 4 >= 4.0.4, PECL)', 'xptrnewcontext'); INSERT INTO `functions` VALUES (660, 'debug-backtrace', 'debug_backtrace', 'Generates a backtrace', ' array debug_backtrace ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'debugbacktrace'); INSERT INTO `functions` VALUES (661, 'debug-print-backtrace', 'debug_print_backtrace', ' Prints a backtrace ', ' void debug_print_backtrace ( void )', '(PHP 5)', 'debugprintbacktrace'); INSERT INTO `functions` VALUES (662, 'error-log', 'error_log', 'Send an error message somewhere', ' bool error_log ( string message [, int message_type [, string destination [, string extra_headers]]] )', '(PHP 3, PHP 4, PHP 5)', 'errorlog'); INSERT INTO `functions` VALUES (663, 'error-reporting', 'error_reporting', 'Sets which PHP errors are reported', ' int error_reporting ( [int level] )', '(PHP 3, PHP 4, PHP 5)', 'errorreporting'); INSERT INTO `functions` VALUES (664, 'restore-error-handler', 'restore_error_handler', 'Restores the previous error handler function', ' bool restore_error_handler ( void )', '(PHP 4 >= 4.0.1, PHP 5)', 'restoreerrorhandler'); INSERT INTO `functions` VALUES (665, 'restore-exception-handler', 'restore_exception_handler', ' Restores the previously defined exception handler function ', ' bool restore_exception_handler ( void )', '(PHP 5)', 'restoreexceptionhandler'); INSERT INTO `functions` VALUES (666, 'set-error-handler', 'set_error_handler', ' Sets a user-defined error handler function ', ' mixed set_error_handler ( callback error_handler [, int error_types] )', '(PHP 4 >= 4.0.1, PHP 5)', 'seterrorhandler'); INSERT INTO `functions` VALUES (667, 'set-exception-handler', 'set_exception_handler', ' Sets a user-defined exception handler function ', ' string set_exception_handler ( callback exception_handler )', '(PHP 5)', 'setexceptionhandler'); INSERT INTO `functions` VALUES (668, 'trigger-error', 'trigger_error', 'Generates a user-level error/warning/notice message', ' bool trigger_error ( string error_msg [, int error_type] )', '(PHP 4 >= 4.0.1, PHP 5)', 'triggererror'); INSERT INTO `functions` VALUES (669, 'user-error', 'user_error', 'Alias of trigger_error()', '', '(PHP 4, PHP 5)', 'usererror'); INSERT INTO `functions` VALUES (670, 'exif-imagetype', 'exif_imagetype', 'Determine the type of an image', ' int exif_imagetype ( string filename )', '(PHP 4 >= 4.3.0, PHP 5)', 'exifimagetype'); INSERT INTO `functions` VALUES (671, 'exif-read-data', 'exif_read_data', 'Reads the EXIF headers from JPEG or TIFF', ' array exif_read_data ( string filename [, string sections [, bool arrays [, bool thumbnail]]] )', '(PHP 4 >= 4.2.0, PHP 5)', 'exifreaddata'); INSERT INTO `functions` VALUES (672, 'exif-tagname', 'exif_tagname', 'Get the header name for an index', ' string exif_tagname ( string index )', '(PHP 4 >= 4.2.0, PHP 5)', 'exiftagname'); INSERT INTO `functions` VALUES (673, 'exif-thumbnail', 'exif_thumbnail', 'Retrieve the embedded thumbnail of a TIFF or JPEG image', ' string exif_thumbnail ( string filename [, int &width [, int &height [, int &imagetype]]] )', '(PHP 4 >= 4.2.0, PHP 5)', 'exifthumbnail'); INSERT INTO `functions` VALUES (674, 'read-exif-data', 'read_exif_data', 'Alias of exif_read_data()', '', '(PHP 4 >= 4.0.1, PHP 5)', 'readexifdata'); INSERT INTO `functions` VALUES (675, 'expect-expectl', 'expect_expectl', 'Waits until the output from a process matches one of the patterns, a specified time period has passed, or an EOF is seen ', ' mixed expect_expectl ( resource expect, array cases )', '(no version information, might be only in CVS)', 'expectexpectl'); INSERT INTO `functions` VALUES (676, 'expect-popen', 'expect_popen', 'Exectute command via Bourne shell, and open the PTY stream to the process', ' resource expect_popen ( string command )', '(no version information, might be only in CVS)', 'expectpopen'); INSERT INTO `functions` VALUES (677, 'fam-cancel-monitor', 'fam_cancel_monitor', 'Terminate monitoring', ' bool fam_cancel_monitor ( resource fam, resource fam_monitor )', '(PHP 5 <= 5.0.4)', 'famcancelmonitor'); INSERT INTO `functions` VALUES (678, 'fam-close', 'fam_close', 'Close FAM connection', ' void fam_close ( resource fam )', '(PHP 5 <= 5.0.4)', 'famclose'); INSERT INTO `functions` VALUES (679, 'fam-monitor-collection', 'fam_monitor_collection', 'Monitor a collection of files in a directory for changes', ' resource fam_monitor_collection ( resource fam, string dirname, int depth, string mask )', '(PHP 5 <= 5.0.4)', 'fammonitorcollection'); INSERT INTO `functions` VALUES (680, 'fam-monitor-directory', 'fam_monitor_directory', 'Monitor a directory for changes', ' resource fam_monitor_directory ( resource fam, string dirname )', '(PHP 5 <= 5.0.4)', 'fammonitordirectory'); INSERT INTO `functions` VALUES (681, 'fam-monitor-file', 'fam_monitor_file', 'Monitor a regular file for changes', ' resource fam_monitor_file ( resource fam, string filename )', '(PHP 5 <= 5.0.4)', 'fammonitorfile'); INSERT INTO `functions` VALUES (682, 'fam-next-event', 'fam_next_event', 'Get next pending FAM event', ' array fam_next_event ( resource fam )', '(PHP 5 <= 5.0.4)', 'famnextevent'); INSERT INTO `functions` VALUES (683, 'fam-open', 'fam_open', 'Open connection to FAM daemon', ' resource fam_open ( [string appname] )', '(PHP 5 <= 5.0.4)', 'famopen'); INSERT INTO `functions` VALUES (684, 'fam-pending', 'fam_pending', 'Check for pending FAM events', ' int fam_pending ( resource fam )', '(PHP 5 <= 5.0.4)', 'fampending'); INSERT INTO `functions` VALUES (685, 'fam-resume-monitor', 'fam_resume_monitor', 'Resume suspended monitoring', ' bool fam_resume_monitor ( resource fam, resource fam_monitor )', '(PHP 5 <= 5.0.4)', 'famresumemonitor'); INSERT INTO `functions` VALUES (686, 'fam-suspend-monitor', 'fam_suspend_monitor', 'Temporarily suspend monitoring', ' bool fam_suspend_monitor ( resource fam, resource fam_monitor )', '(PHP 5 <= 5.0.4)', 'famsuspendmonitor'); INSERT INTO `functions` VALUES (687, 'fdf-add-doc-javascript', 'fdf_add_doc_javascript', 'Adds javascript code to the FDF document', ' bool fdf_add_doc_javascript ( resource fdfdoc, string script_name, string script_code )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfadddocjavascript'); INSERT INTO `functions` VALUES (688, 'fdf-add-template', 'fdf_add_template', 'Adds a template into the FDF document', ' bool fdf_add_template ( resource fdfdoc, int newpage, string filename, string template, int rename )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'fdfaddtemplate'); INSERT INTO `functions` VALUES (689, 'fdf-close', 'fdf_close', 'Close an FDF document', ' void fdf_close ( resource fdf_document )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfclose'); INSERT INTO `functions` VALUES (690, 'fdf-create', 'fdf_create', 'Create a new FDF document', ' resource fdf_create ( void )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfcreate'); INSERT INTO `functions` VALUES (691, 'fdf-enum-values', 'fdf_enum_values', 'Call a user defined function for each document value ', ' bool fdf_enum_values ( resource fdfdoc, callback function [, mixed userdata] )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfenumvalues'); INSERT INTO `functions` VALUES (692, 'fdf-errno', 'fdf_errno', 'Return error code for last fdf operation', ' int fdf_errno ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdferrno'); INSERT INTO `functions` VALUES (693, 'fdf-error', 'fdf_error', 'Return error description for fdf error code', ' string fdf_error ( [int error_code] )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdferror'); INSERT INTO `functions` VALUES (694, 'fdf-get-ap', 'fdf_get_ap', 'Get the appearance of a field', ' bool fdf_get_ap ( resource fdf_document, string field, int face, string filename )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfgetap'); INSERT INTO `functions` VALUES (695, 'fdf-get-attachment', 'fdf_get_attachment', 'Extracts uploaded file embedded in the FDF', ' array fdf_get_attachment ( resource fdf_document, string fieldname, string savepath )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfgetattachment'); INSERT INTO `functions` VALUES (696, 'fdf-get-encoding', 'fdf_get_encoding', 'Get the value of the /Encoding key', ' string fdf_get_encoding ( resource fdf_document )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfgetencoding'); INSERT INTO `functions` VALUES (697, 'fdf-get-file', 'fdf_get_file', 'Get the value of the /F key', ' string fdf_get_file ( resource fdf_document )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfgetfile'); INSERT INTO `functions` VALUES (698, 'fdf-get-flags', 'fdf_get_flags', 'Gets the flags of a field', ' int fdf_get_flags ( resource fdfdoc, string fieldname, int whichflags )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfgetflags'); INSERT INTO `functions` VALUES (699, 'fdf-get-opt', 'fdf_get_opt', 'Gets a value from the opt array of a field', ' mixed fdf_get_opt ( resource fdfdof, string fieldname [, int element] )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfgetopt'); INSERT INTO `functions` VALUES (700, 'fdf-get-status', 'fdf_get_status', 'Get the value of the /STATUS key', ' string fdf_get_status ( resource fdf_document )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfgetstatus'); INSERT INTO `functions` VALUES (701, 'fdf-get-value', 'fdf_get_value', 'Get the value of a field', ' mixed fdf_get_value ( resource fdf_document, string fieldname [, int which] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfgetvalue'); INSERT INTO `functions` VALUES (702, 'fdf-get-version', 'fdf_get_version', 'Gets version number for FDF API or file ', ' string fdf_get_version ( [resource fdf_document] )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfgetversion'); INSERT INTO `functions` VALUES (703, 'fdf-header', 'fdf_header', 'Sets FDF-specific output headers', ' void fdf_header ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfheader'); INSERT INTO `functions` VALUES (704, 'fdf-next-field-name', 'fdf_next_field_name', 'Get the next field name', ' string fdf_next_field_name ( resource fdf_document [, string fieldname] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfnextfieldname'); INSERT INTO `functions` VALUES (705, 'fdf-open-string', 'fdf_open_string', 'Read a FDF document from a string', ' resource fdf_open_string ( string fdf_data )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfopenstring'); INSERT INTO `functions` VALUES (706, 'fdf-open', 'fdf_open', 'Open a FDF document', ' resource fdf_open ( string filename )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfopen'); INSERT INTO `functions` VALUES (707, 'fdf-remove-item', 'fdf_remove_item', 'Sets target frame for form', ' bool fdf_remove_item ( resource fdfdoc, string fieldname, int item )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfremoveitem'); INSERT INTO `functions` VALUES (708, 'fdf-save-string', 'fdf_save_string', 'Returns the FDF document as a string', ' string fdf_save_string ( resource fdf_document )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfsavestring'); INSERT INTO `functions` VALUES (709, 'fdf-save', 'fdf_save', 'Save a FDF document', ' bool fdf_save ( resource fdf_document [, string filename] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfsave'); INSERT INTO `functions` VALUES (710, 'fdf-set-ap', 'fdf_set_ap', 'Set the appearance of a field', ' bool fdf_set_ap ( resource fdf_document, string field_name, int face, string filename, int page_number )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfsetap'); INSERT INTO `functions` VALUES (711, 'fdf-set-encoding', 'fdf_set_encoding', 'Sets FDF character encoding', ' bool fdf_set_encoding ( resource fdf_document, string encoding )', '(PHP 4 >= 4.1.0, PHP 5)', 'fdfsetencoding'); INSERT INTO `functions` VALUES (712, 'fdf-set-file', 'fdf_set_file', 'Set PDF document to display FDF data in', ' bool fdf_set_file ( resource fdf_document, string url [, string target_frame] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfsetfile'); INSERT INTO `functions` VALUES (713, 'fdf-set-flags', 'fdf_set_flags', 'Sets a flag of a field', ' bool fdf_set_flags ( resource fdf_document, string fieldname, int whichFlags, int newFlags )', '(PHP 4 >= 4.0.2, PHP 5)', 'fdfsetflags'); INSERT INTO `functions` VALUES (714, 'fdf-set-javascript-action', 'fdf_set_javascript_action', 'Sets an javascript action of a field', ' bool fdf_set_javascript_action ( resource fdf_document, string fieldname, int trigger, string script )', '(PHP 4 >= 4.0.2, PHP 5)', 'fdfsetjavascriptaction'); INSERT INTO `functions` VALUES (715, 'fdf-set-on-import-javascript', 'fdf_set_on_import_javascript', 'Adds javascript code to be executed when Acrobat opens the FDF', ' bool fdf_set_on_import_javascript ( resource fdfdoc, string script, bool before_data_import )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfsetonimportjavascript'); INSERT INTO `functions` VALUES (716, 'fdf-set-opt', 'fdf_set_opt', 'Sets an option of a field', ' bool fdf_set_opt ( resource fdf_document, string fieldname, int element, string str1, string str2 )', '(PHP 4 >= 4.0.2, PHP 5)', 'fdfsetopt'); INSERT INTO `functions` VALUES (717, 'fdf-set-status', 'fdf_set_status', 'Set the value of the /STATUS key', ' bool fdf_set_status ( resource fdf_document, string status )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfsetstatus'); INSERT INTO `functions` VALUES (718, 'fdf-set-submit-form-action', 'fdf_set_submit_form_action', 'Sets a submit form action of a field', ' bool fdf_set_submit_form_action ( resource fdf_document, string fieldname, int trigger, string script, int flags )', '(PHP 4 >= 4.0.2, PHP 5)', 'fdfsetsubmitformaction'); INSERT INTO `functions` VALUES (719, 'fdf-set-target-frame', 'fdf_set_target_frame', 'Set target frame for form display', ' bool fdf_set_target_frame ( resource fdf_document, string frame_name )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfsettargetframe'); INSERT INTO `functions` VALUES (720, 'fdf-set-value', 'fdf_set_value', 'Set the value of a field', ' bool fdf_set_value ( resource fdf_document, string fieldname, mixed value [, int isName] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'fdfsetvalue'); INSERT INTO `functions` VALUES (721, 'fdf-set-version', 'fdf_set_version', 'Sets version number for a FDF file ', ' bool fdf_set_version ( resource fdf_document, string version )', '(PHP 4 >= 4.3.0, PHP 5)', 'fdfsetversion'); INSERT INTO `functions` VALUES (722, 'filepro-fieldcount', 'filepro_fieldcount', 'Find out how many fields are in a filePro database', ' int filepro_fieldcount ( void )', '(PHP 3, PHP 4, PHP 5)', 'fileprofieldcount'); INSERT INTO `functions` VALUES (723, 'filepro-fieldname', 'filepro_fieldname', 'Gets the name of a field', ' string filepro_fieldname ( int field_number )', '(PHP 3, PHP 4, PHP 5)', 'fileprofieldname'); INSERT INTO `functions` VALUES (724, 'filepro-fieldtype', 'filepro_fieldtype', 'Gets the type of a field', ' string filepro_fieldtype ( int field_number )', '(PHP 3, PHP 4, PHP 5)', 'fileprofieldtype'); INSERT INTO `functions` VALUES (725, 'filepro-fieldwidth', 'filepro_fieldwidth', 'Gets the width of a field', ' int filepro_fieldwidth ( int field_number )', '(PHP 3, PHP 4, PHP 5)', 'fileprofieldwidth'); INSERT INTO `functions` VALUES (726, 'filepro-retrieve', 'filepro_retrieve', 'Retrieves data from a filePro database', ' string filepro_retrieve ( int row_number, int field_number )', '(PHP 3, PHP 4, PHP 5)', 'fileproretrieve'); INSERT INTO `functions` VALUES (727, 'filepro-rowcount', 'filepro_rowcount', 'Find out how many rows are in a filePro database', ' int filepro_rowcount ( void )', '(PHP 3, PHP 4, PHP 5)', 'fileprorowcount'); INSERT INTO `functions` VALUES (728, 'filepro', 'filepro', 'Read and verify the map file', ' bool filepro ( string directory )', '(PHP 3, PHP 4, PHP 5)', 'filepro'); INSERT INTO `functions` VALUES (729, 'basename', 'basename', 'Returns filename component of path', ' string basename ( string path [, string suffix] )', '(PHP 3, PHP 4, PHP 5)', 'basename'); INSERT INTO `functions` VALUES (730, 'chgrp', 'chgrp', 'Changes file group', ' bool chgrp ( string filename, mixed group )', '(PHP 3, PHP 4, PHP 5)', 'chgrp'); INSERT INTO `functions` VALUES (731, 'chmod', 'chmod', 'Changes file mode', ' bool chmod ( string filename, int mode )', '(PHP 3, PHP 4, PHP 5)', 'chmod'); INSERT INTO `functions` VALUES (732, 'chown', 'chown', 'Changes file owner', ' bool chown ( string filename, mixed user )', '(PHP 3, PHP 4, PHP 5)', 'chown'); INSERT INTO `functions` VALUES (733, 'clearstatcache', 'clearstatcache', 'Clears file status cache', ' void clearstatcache ( void )', '(PHP 3, PHP 4, PHP 5)', 'clearstatcache'); INSERT INTO `functions` VALUES (734, 'copy', 'copy', 'Copies file', ' bool copy ( string source, string dest )', '(PHP 3, PHP 4, PHP 5)', 'copy'); INSERT INTO `functions` VALUES (735, 'delete', 'delete', 'See unlink() or unset()', ' void delete ( string file )', '(no version information, might be only in CVS)', 'delete'); INSERT INTO `functions` VALUES (736, 'dirname', 'dirname', 'Returns directory name component of path', ' string dirname ( string path )', '(PHP 3, PHP 4, PHP 5)', 'dirname'); INSERT INTO `functions` VALUES (737, 'disk-free-space', 'disk_free_space', 'Returns available space in directory', ' float disk_free_space ( string directory )', '(PHP 4 >= 4.1.0, PHP 5)', 'diskfreespace'); INSERT INTO `functions` VALUES (738, 'disk-total-space', 'disk_total_space', 'Returns the total size of a directory', ' float disk_total_space ( string directory )', '(PHP 4 >= 4.1.0, PHP 5)', 'disktotalspace'); INSERT INTO `functions` VALUES (739, 'diskfreespace', 'diskfreespace', 'Alias of disk_free_space()', ' ', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'diskfreespace'); INSERT INTO `functions` VALUES (740, 'fclose', 'fclose', 'Closes an open file pointer', ' bool fclose ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'fclose'); INSERT INTO `functions` VALUES (741, 'feof', 'feof', 'Tests for end-of-file on a file pointer', ' bool feof ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'feof'); INSERT INTO `functions` VALUES (742, 'fflush', 'fflush', 'Flushes the output to a file', ' bool fflush ( resource handle )', '(PHP 4 >= 4.0.1, PHP 5)', 'fflush'); INSERT INTO `functions` VALUES (743, 'fgetc', 'fgetc', 'Gets character from file pointer', ' string fgetc ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'fgetc'); INSERT INTO `functions` VALUES (744, 'fgetcsv', 'fgetcsv', 'Gets line from file pointer and parse for CSV fields', ' array fgetcsv ( resource handle [, int length [, string delimiter [, string enclosure]]] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'fgetcsv'); INSERT INTO `functions` VALUES (745, 'fgets', 'fgets', 'Gets line from file pointer', ' string fgets ( resource handle [, int length] )', '(PHP 3, PHP 4, PHP 5)', 'fgets'); INSERT INTO `functions` VALUES (746, 'fgetss', 'fgetss', 'Gets line from file pointer and strip HTML tags', ' string fgetss ( resource handle [, int length [, string allowable_tags]] )', '(PHP 3, PHP 4, PHP 5)', 'fgetss'); INSERT INTO `functions` VALUES (747, 'file-exists', 'file_exists', 'Checks whether a file or directory exists', ' bool file_exists ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'fileexists'); INSERT INTO `functions` VALUES (748, 'file-get-contents', 'file_get_contents', 'Reads entire file into a string', ' string file_get_contents ( string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] )', '(PHP 4 >= 4.3.0, PHP 5)', 'filegetcontents'); INSERT INTO `functions` VALUES (749, 'file-put-contents', 'file_put_contents', 'Write a string to a file', ' int file_put_contents ( string filename, mixed data [, int flags [, resource context]] )', '(PHP 5)', 'fileputcontents'); INSERT INTO `functions` VALUES (750, 'file', 'file', 'Reads entire file into an array', ' array file ( string filename [, int use_include_path [, resource context]] )', '(PHP 3, PHP 4, PHP 5)', 'file'); INSERT INTO `functions` VALUES (751, 'fileatime', 'fileatime', 'Gets last access time of file', ' int fileatime ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'fileatime'); INSERT INTO `functions` VALUES (752, 'filectime', 'filectime', 'Gets inode change time of file', ' int filectime ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'filectime'); INSERT INTO `functions` VALUES (753, 'filegroup', 'filegroup', 'Gets file group', ' int filegroup ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'filegroup'); INSERT INTO `functions` VALUES (754, 'fileinode', 'fileinode', 'Gets file inode', ' int fileinode ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'fileinode'); INSERT INTO `functions` VALUES (755, 'filemtime', 'filemtime', 'Gets file modification time', ' int filemtime ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'filemtime'); INSERT INTO `functions` VALUES (756, 'fileowner', 'fileowner', 'Gets file owner', ' int fileowner ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'fileowner'); INSERT INTO `functions` VALUES (757, 'fileperms', 'fileperms', 'Gets file permissions', ' int fileperms ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'fileperms'); INSERT INTO `functions` VALUES (758, 'filesize', 'filesize', 'Gets file size', ' int filesize ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'filesize'); INSERT INTO `functions` VALUES (759, 'filetype', 'filetype', 'Gets file type', ' string filetype ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'filetype'); INSERT INTO `functions` VALUES (760, 'flock', 'flock', 'Portable advisory file locking', ' bool flock ( resource handle, int operation [, int &wouldblock] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'flock'); INSERT INTO `functions` VALUES (761, 'fnmatch', 'fnmatch', 'Match filename against a pattern', ' bool fnmatch ( string pattern, string string [, int flags] )', '(PHP 4 >= 4.3.0, PHP 5)', 'fnmatch'); INSERT INTO `functions` VALUES (762, 'fopen', 'fopen', 'Opens file or URL', ' resource fopen ( string filename, string mode [, bool use_include_path [, resource zcontext]] )', '(PHP 3, PHP 4, PHP 5)', 'fopen'); INSERT INTO `functions` VALUES (763, 'fpassthru', 'fpassthru', 'Output all remaining data on a file pointer', ' int fpassthru ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'fpassthru'); INSERT INTO `functions` VALUES (764, 'fputcsv', 'fputcsv', ' Format line as CSV and write to file pointer ', ' int fputcsv ( resource handle [, array fields [, string delimiter [, string enclosure]]] )', '(PHP 5 >= 5.1.0RC1)', 'fputcsv'); INSERT INTO `functions` VALUES (765, 'fputs', 'fputs', 'Alias of fwrite()', ' ', '(PHP 3, PHP 4, PHP 5)', 'fputs'); INSERT INTO `functions` VALUES (766, 'fread', 'fread', 'Binary-safe file read', ' string fread ( resource handle, int length )', '(PHP 3, PHP 4, PHP 5)', 'fread'); INSERT INTO `functions` VALUES (767, 'fscanf', 'fscanf', 'Parses input from a file according to a format', ' mixed fscanf ( resource handle, string format [, mixed &...] )', '(PHP 4 >= 4.0.1, PHP 5)', 'fscanf'); INSERT INTO `functions` VALUES (768, 'fseek', 'fseek', 'Seeks on a file pointer', ' int fseek ( resource handle, int offset [, int whence] )', '(PHP 3, PHP 4, PHP 5)', 'fseek'); INSERT INTO `functions` VALUES (769, 'fstat', 'fstat', 'Gets information about a file using an open file pointer', ' array fstat ( resource handle )', '(PHP 4, PHP 5)', 'fstat'); INSERT INTO `functions` VALUES (770, 'ftell', 'ftell', 'Tells file pointer read/write position', ' int ftell ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'ftell'); INSERT INTO `functions` VALUES (771, 'ftruncate', 'ftruncate', 'Truncates a file to a given length', ' bool ftruncate ( resource handle, int size )', '(PHP 4, PHP 5)', 'ftruncate'); INSERT INTO `functions` VALUES (772, 'fwrite', 'fwrite', 'Binary-safe file write', ' int fwrite ( resource handle, string string [, int length] )', '(PHP 3, PHP 4, PHP 5)', 'fwrite'); INSERT INTO `functions` VALUES (773, 'glob', 'glob', 'Find pathnames matching a pattern', ' array glob ( string pattern [, int flags] )', '(PHP 4 >= 4.3.0, PHP 5)', 'glob'); INSERT INTO `functions` VALUES (774, 'is-dir', 'is_dir', 'Tells whether the filename is a directory', ' bool is_dir ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'isdir'); INSERT INTO `functions` VALUES (775, 'is-executable', 'is_executable', 'Tells whether the filename is executable', ' bool is_executable ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'isexecutable'); INSERT INTO `functions` VALUES (776, 'is-file', 'is_file', 'Tells whether the filename is a regular file', ' bool is_file ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'isfile'); INSERT INTO `functions` VALUES (777, 'is-link', 'is_link', 'Tells whether the filename is a symbolic link', ' bool is_link ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'islink'); INSERT INTO `functions` VALUES (778, 'is-readable', 'is_readable', 'Tells whether the filename is readable', ' bool is_readable ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'isreadable'); INSERT INTO `functions` VALUES (779, 'is-uploaded-file', 'is_uploaded_file', 'Tells whether the file was uploaded via HTTP POST', ' bool is_uploaded_file ( string filename )', '(PHP 3 >= 3.0.17, PHP 4 >= 4.0.3, PHP 5)', 'isuploadedfile'); INSERT INTO `functions` VALUES (780, 'is-writable', 'is_writable', 'Tells whether the filename is writable', ' bool is_writable ( string filename )', '(PHP 4, PHP 5)', 'iswritable'); INSERT INTO `functions` VALUES (781, 'is-writeable', 'is_writeable', 'Alias of is_writable()', ' ', '(PHP 3, PHP 4, PHP 5)', 'iswriteable'); INSERT INTO `functions` VALUES (782, 'link', 'link', 'Create a hard link', ' bool link ( string target, string link )', '(PHP 3, PHP 4, PHP 5)', 'link'); INSERT INTO `functions` VALUES (783, 'linkinfo', 'linkinfo', 'Gets information about a link', ' int linkinfo ( string path )', '(PHP 3, PHP 4, PHP 5)', 'linkinfo'); INSERT INTO `functions` VALUES (784, 'lstat', 'lstat', 'Gives information about a file or symbolic link', ' array lstat ( string filename )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'lstat'); INSERT INTO `functions` VALUES (785, 'mkdir', 'mkdir', 'Makes directory', ' bool mkdir ( string pathname [, int mode [, bool recursive [, resource context]]] )', '(PHP 3, PHP 4, PHP 5)', 'mkdir'); INSERT INTO `functions` VALUES (786, 'move-uploaded-file', 'move_uploaded_file', 'Moves an uploaded file to a new location', ' bool move_uploaded_file ( string filename, string destination )', '(PHP 4 >= 4.0.3, PHP 5)', 'moveuploadedfile'); INSERT INTO `functions` VALUES (787, 'parse-ini-file', 'parse_ini_file', 'Parse a configuration file', ' array parse_ini_file ( string filename [, bool process_sections] )', '(PHP 4, PHP 5)', 'parseinifile'); INSERT INTO `functions` VALUES (788, 'pathinfo', 'pathinfo', 'Returns information about a file path', ' array pathinfo ( string path [, int options] )', '(PHP 4 >= 4.0.3, PHP 5)', 'pathinfo'); INSERT INTO `functions` VALUES (789, 'pclose', 'pclose', 'Closes process file pointer', ' int pclose ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'pclose'); INSERT INTO `functions` VALUES (790, 'popen', 'popen', 'Opens process file pointer', ' resource popen ( string command, string mode )', '(PHP 3, PHP 4, PHP 5)', 'popen'); INSERT INTO `functions` VALUES (791, 'readfile', 'readfile', 'Outputs a file', ' int readfile ( string filename [, bool use_include_path [, resource context]] )', '(PHP 3, PHP 4, PHP 5)', 'readfile'); INSERT INTO `functions` VALUES (792, 'readlink', 'readlink', 'Returns the target of a symbolic link', ' string readlink ( string path )', '(PHP 3, PHP 4, PHP 5)', 'readlink'); INSERT INTO `functions` VALUES (793, 'realpath', 'realpath', 'Returns canonicalized absolute pathname', ' string realpath ( string path )', '(PHP 4, PHP 5)', 'realpath'); INSERT INTO `functions` VALUES (794, 'rename', 'rename', 'Renames a file or directory', ' bool rename ( string oldname, string newname [, resource context] )', '(PHP 3, PHP 4, PHP 5)', 'rename'); INSERT INTO `functions` VALUES (795, 'rewind', 'rewind', 'Rewind the position of a file pointer', ' bool rewind ( resource handle )', '(PHP 3, PHP 4, PHP 5)', 'rewind'); INSERT INTO `functions` VALUES (796, 'rmdir', 'rmdir', 'Removes directory', ' bool rmdir ( string dirname [, resource context] )', '(PHP 3, PHP 4, PHP 5)', 'rmdir'); INSERT INTO `functions` VALUES (797, 'set-file-buffer', 'set_file_buffer', 'Alias of stream_set_write_buffer()', ' ', '(PHP 3 >= 3.0.8, PHP 4 >= 4.0.1, PHP 5)', 'setfilebuffer'); INSERT INTO `functions` VALUES (798, 'stat', 'stat', 'Gives information about a file', ' array stat ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'stat'); INSERT INTO `functions` VALUES (799, 'symlink', 'symlink', 'Creates a symbolic link', ' bool symlink ( string target, string link )', '(PHP 3, PHP 4, PHP 5)', 'symlink'); INSERT INTO `functions` VALUES (800, 'tempnam', 'tempnam', 'Create file with unique file name', ' string tempnam ( string dir, string prefix )', '(PHP 3, PHP 4, PHP 5)', 'tempnam'); INSERT INTO `functions` VALUES (801, 'tmpfile', 'tmpfile', 'Creates a temporary file', ' resource tmpfile ( void )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'tmpfile'); INSERT INTO `functions` VALUES (802, 'touch', 'touch', 'Sets access and modification time of file', ' bool touch ( string filename [, int time [, int atime]] )', '(PHP 3, PHP 4, PHP 5)', 'touch'); INSERT INTO `functions` VALUES (803, 'umask', 'umask', 'Changes the current umask', ' int umask ( [int mask] )', '(PHP 3, PHP 4, PHP 5)', 'umask'); INSERT INTO `functions` VALUES (804, 'unlink', 'unlink', 'Deletes a file', ' bool unlink ( string filename [, resource context] )', '(PHP 3, PHP 4, PHP 5)', 'unlink'); INSERT INTO `functions` VALUES (805, 'ibase-add-user', 'ibase_add_user', ' Add a user to a security database (only for IB6 or later) ', ' bool ibase_add_user ( resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]] )', '(PHP 4 >= 4.2.0, PHP 5)', 'ibaseadduser'); INSERT INTO `functions` VALUES (806, 'ibase-affected-rows', 'ibase_affected_rows', ' Return the number of rows that were affected by the previous query ', ' int ibase_affected_rows ( [resource link_identifier] )', '(PHP 5)', 'ibaseaffectedrows'); INSERT INTO `functions` VALUES (807, 'ibase-backup', 'ibase_backup', ' Initiates a backup task in the service manager and returns immediately ', ' mixed ibase_backup ( resource service_handle, string source_db, string dest_file [, int options [, bool verbose]] )', '(PHP 5)', 'ibasebackup'); INSERT INTO `functions` VALUES (808, 'ibase-blob-add', 'ibase_blob_add', ' Add data into a newly created blob ', ' void ibase_blob_add ( resource blob_handle, string data )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobadd'); INSERT INTO `functions` VALUES (809, 'ibase-blob-cancel', 'ibase_blob_cancel', ' Cancel creating blob ', ' bool ibase_blob_cancel ( resource blob_handle )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobcancel'); INSERT INTO `functions` VALUES (810, 'ibase-blob-close', 'ibase_blob_close', ' Close blob ', ' mixed ibase_blob_close ( resource blob_handle )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobclose'); INSERT INTO `functions` VALUES (811, 'ibase-blob-create', 'ibase_blob_create', ' Create a new blob for adding data ', ' resource ibase_blob_create ( [resource link_identifier] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobcreate'); INSERT INTO `functions` VALUES (812, 'ibase-blob-echo', 'ibase_blob_echo', ' Output blob contents to browser ', ' bool ibase_blob_echo ( resource link_identifier, string blob_id )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobecho'); INSERT INTO `functions` VALUES (813, 'ibase-blob-get', 'ibase_blob_get', ' Get len bytes data from open blob ', ' string ibase_blob_get ( resource blob_handle, int len )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobget'); INSERT INTO `functions` VALUES (814, 'ibase-blob-import', 'ibase_blob_import', ' Create blob, copy file in it, and close it ', ' string ibase_blob_import ( resource link_identifier, resource file_handle )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobimport'); INSERT INTO `functions` VALUES (815, 'ibase-blob-info', 'ibase_blob_info', ' Return blob length and other useful info ', ' array ibase_blob_info ( resource link_identifier, string blob_id )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobinfo'); INSERT INTO `functions` VALUES (816, 'ibase-blob-open', 'ibase_blob_open', ' Open blob for retrieving data parts ', ' resource ibase_blob_open ( resource link_identifier, string blob_id )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseblobopen'); INSERT INTO `functions` VALUES (817, 'ibase-close', 'ibase_close', ' Close a connection to an InterBase database ', ' bool ibase_close ( [resource connection_id] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibaseclose'); INSERT INTO `functions` VALUES (818, 'ibase-commit-ret', 'ibase_commit_ret', 'Commit a transaction without closing it', ' bool ibase_commit_ret ( [resource link_or_trans_identifier] )', '(PHP 5)', 'ibasecommitret'); INSERT INTO `functions` VALUES (819, 'ibase-commit', 'ibase_commit', 'Commit a transaction', ' bool ibase_commit ( [resource link_or_trans_identifier] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibasecommit'); INSERT INTO `functions` VALUES (820, 'ibase-connect', 'ibase_connect', ' Open a connection to an InterBase database ', ' resource ibase_connect ( [string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role [, int sync]]]]]]]] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibaseconnect'); INSERT INTO `functions` VALUES (821, 'ibase-db-info', 'ibase_db_info', ' Request statistics about a database ', ' string ibase_db_info ( resource service_handle, string db, int action [, int argument] )', '(PHP 5)', 'ibasedbinfo'); INSERT INTO `functions` VALUES (822, 'ibase-delete-user', 'ibase_delete_user', ' Delete a user from a security database (only for IB6 or later) ', ' bool ibase_delete_user ( resource service_handle, string user_name )', '(PHP 4 >= 4.2.0, PHP 5)', 'ibasedeleteuser'); INSERT INTO `functions` VALUES (823, 'ibase-drop-db', 'ibase_drop_db', ' Drops a database ', ' bool ibase_drop_db ( [resource connection] )', '(PHP 5)', 'ibasedropdb'); INSERT INTO `functions` VALUES (824, 'ibase-errcode', 'ibase_errcode', ' Return an error code ', ' int ibase_errcode ( void )', '(PHP 5)', 'ibaseerrcode'); INSERT INTO `functions` VALUES (825, 'ibase-errmsg', 'ibase_errmsg', ' Return error messages ', ' string ibase_errmsg ( void )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaseerrmsg'); INSERT INTO `functions` VALUES (826, 'ibase-execute', 'ibase_execute', 'Execute a previously prepared query', ' resource ibase_execute ( resource query [, mixed bind_arg [, mixed ...]] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibaseexecute'); INSERT INTO `functions` VALUES (827, 'ibase-fetch-assoc', 'ibase_fetch_assoc', ' Fetch a result row from a query as an associative array ', ' array ibase_fetch_assoc ( resource result [, int fetch_flag] )', '(PHP 4 >= 4.3.0, PHP 5)', 'ibasefetchassoc'); INSERT INTO `functions` VALUES (828, 'ibase-fetch-object', 'ibase_fetch_object', 'Get an object from a InterBase database', ' object ibase_fetch_object ( resource result_id [, int fetch_flag] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibasefetchobject'); INSERT INTO `functions` VALUES (829, 'ibase-fetch-row', 'ibase_fetch_row', 'Fetch a row from an InterBase database', ' array ibase_fetch_row ( resource result_identifier [, int fetch_flag] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibasefetchrow'); INSERT INTO `functions` VALUES (830, 'ibase-field-info', 'ibase_field_info', ' Get information about a field ', ' array ibase_field_info ( resource result, int field_number )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibasefieldinfo'); INSERT INTO `functions` VALUES (831, 'ibase-free-event-handler', 'ibase_free_event_handler', ' Cancels a registered event handler ', ' bool ibase_free_event_handler ( resource event )', '(PHP 5)', 'ibasefreeeventhandler'); INSERT INTO `functions` VALUES (832, 'ibase-free-query', 'ibase_free_query', ' Free memory allocated by a prepared query ', ' bool ibase_free_query ( resource query )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibasefreequery'); INSERT INTO `functions` VALUES (833, 'ibase-free-result', 'ibase_free_result', 'Free a result set', ' bool ibase_free_result ( resource result_identifier )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibasefreeresult'); INSERT INTO `functions` VALUES (834, 'ibase-gen-id', 'ibase_gen_id', ' Increments the named generator and returns its new value ', ' mixed ibase_gen_id ( string generator [, int increment [, resource link_identifier]] )', '(PHP 5)', 'ibasegenid'); INSERT INTO `functions` VALUES (835, 'ibase-maintain-db', 'ibase_maintain_db', ' Execute a maintenance command on the database server ', ' bool ibase_maintain_db ( resource service_handle, string db, int action [, int argument] )', '(PHP 5)', 'ibasemaintaindb'); INSERT INTO `functions` VALUES (836, 'ibase-modify-user', 'ibase_modify_user', ' Modify a user to a security database (only for IB6 or later) ', ' bool ibase_modify_user ( resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]] )', '(PHP 4 >= 4.2.0, PHP 5)', 'ibasemodifyuser'); INSERT INTO `functions` VALUES (837, 'ibase-name-result', 'ibase_name_result', ' Assigns a name to a result set ', ' bool ibase_name_result ( resource result, string name )', '(PHP 5)', 'ibasenameresult'); INSERT INTO `functions` VALUES (838, 'ibase-num-fields', 'ibase_num_fields', ' Get the number of fields in a result set ', ' int ibase_num_fields ( resource result_id )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibasenumfields'); INSERT INTO `functions` VALUES (839, 'ibase-num-params', 'ibase_num_params', ' Return the number of parameters in a prepared query ', ' int ibase_num_params ( resource query )', '(PHP 5)', 'ibasenumparams'); INSERT INTO `functions` VALUES (840, 'ibase-param-info', 'ibase_param_info', ' Return information about a parameter in a prepared query ', ' array ibase_param_info ( resource query, int param_number )', '(PHP 5)', 'ibaseparaminfo'); INSERT INTO `functions` VALUES (841, 'ibase-pconnect', 'ibase_pconnect', ' Open a persistent connection to an InterBase database ', ' resource ibase_pconnect ( [string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role [, int sync]]]]]]]] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibasepconnect'); INSERT INTO `functions` VALUES (842, 'ibase-prepare', 'ibase_prepare', ' Prepare a query for later binding of parameter placeholders and execution ', ' resource ibase_prepare ( string query )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibaseprepare'); INSERT INTO `functions` VALUES (843, 'ibase-query', 'ibase_query', 'Execute a query on an InterBase database', ' resource ibase_query ( [resource link_identifier, string query [, int bind_args]] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ibasequery'); INSERT INTO `functions` VALUES (844, 'ibase-restore', 'ibase_restore', ' Initiates a restore task in the service manager and returns immediately ', ' mixed ibase_restore ( resource service_handle, string source_file, string dest_db [, int options [, bool verbose]] )', '(PHP 5)', 'ibaserestore'); INSERT INTO `functions` VALUES (845, 'ibase-rollback-ret', 'ibase_rollback_ret', 'Roll back a transaction without closing it', ' bool ibase_rollback_ret ( [resource link_or_trans_identifier] )', '(PHP 5)', 'ibaserollbackret'); INSERT INTO `functions` VALUES (846, 'ibase-rollback', 'ibase_rollback', 'Roll back a transaction', ' bool ibase_rollback ( [resource link_or_trans_identifier] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibaserollback'); INSERT INTO `functions` VALUES (847, 'ibase-server-info', 'ibase_server_info', ' Request information about a database server ', ' string ibase_server_info ( resource service_handle, int action )', '(PHP 5)', 'ibaseserverinfo'); INSERT INTO `functions` VALUES (848, 'ibase-service-attach', 'ibase_service_attach', ' Connect to the service manager ', ' resource ibase_service_attach ( string host, string dba_username, string dba_password )', '(PHP 5)', 'ibaseserviceattach'); INSERT INTO `functions` VALUES (849, 'ibase-service-detach', 'ibase_service_detach', ' Disconnect from the service manager ', ' bool ibase_service_detach ( resource service_handle )', '(PHP 5)', 'ibaseservicedetach'); INSERT INTO `functions` VALUES (850, 'ibase-set-event-handler', 'ibase_set_event_handler', ' Register a callback function to be called when events are posted ', ' resource ibase_set_event_handler ( callback event_handler, string event_name1 [, string event_name2 [, string ...]] )', '(PHP 5)', 'ibaseseteventhandler'); INSERT INTO `functions` VALUES (851, 'ibase-timefmt', 'ibase_timefmt', ' Sets the format of timestamp, date and time type columns returned from queries ', ' int ibase_timefmt ( string format [, int columntype] )', '(PHP 3 >= 3.0.6, PHP 4)', 'ibasetimefmt'); INSERT INTO `functions` VALUES (852, 'ibase-trans', 'ibase_trans', 'Begin a transaction', ' resource ibase_trans ( [int trans_args [, resource link_identifier]] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ibasetrans'); INSERT INTO `functions` VALUES (853, 'ibase-wait-event', 'ibase_wait_event', ' Wait for an event to be posted by the database ', ' string ibase_wait_event ( string event_name1 [, string event_name2 [, string ...]] )', '(PHP 5)', 'ibasewaitevent'); INSERT INTO `functions` VALUES (854, 'fribidi-log2vis', 'fribidi_log2vis', 'Convert a logical string to a visual one', ' string fribidi_log2vis ( string str, string direction, int charset )', '(PHP 4 >= 4.0.4, PECL)', 'fribidilog2vis'); INSERT INTO `functions` VALUES (855, 'fbsql-affected-rows', 'fbsql_affected_rows', ' Get number of affected rows in previous FrontBase operation ', ' int fbsql_affected_rows ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlaffectedrows'); INSERT INTO `functions` VALUES (856, 'fbsql-autocommit', 'fbsql_autocommit', 'Enable or disable autocommit', ' bool fbsql_autocommit ( resource link_identifier [, bool OnOff] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlautocommit'); INSERT INTO `functions` VALUES (857, 'fbsql-blob-size', 'fbsql_blob_size', ' Get the size of a BLOB ', ' int fbsql_blob_size ( string blob_handle [, resource link_identifier] )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlblobsize'); INSERT INTO `functions` VALUES (858, 'fbsql-change-user', 'fbsql_change_user', ' Change logged in user of the active connection ', ' resource fbsql_change_user ( string user, string password [, string database [, resource link_identifier]] )', '(no version information, might be only in CVS)', 'fbsqlchangeuser'); INSERT INTO `functions` VALUES (859, 'fbsql-clob-size', 'fbsql_clob_size', ' Get the size of a CLOB ', ' int fbsql_clob_size ( string clob_handle [, resource link_identifier] )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlclobsize'); INSERT INTO `functions` VALUES (860, 'fbsql-close', 'fbsql_close', 'Close FrontBase connection', ' bool fbsql_close ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlclose'); INSERT INTO `functions` VALUES (861, 'fbsql-commit', 'fbsql_commit', 'Commits a transaction to the database', ' bool fbsql_commit ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlcommit'); INSERT INTO `functions` VALUES (862, 'fbsql-connect', 'fbsql_connect', 'Open a connection to a FrontBase Server', ' resource fbsql_connect ( [string hostname [, string username [, string password]]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlconnect'); INSERT INTO `functions` VALUES (863, 'fbsql-create-blob', 'fbsql_create_blob', 'Create a BLOB', ' string fbsql_create_blob ( string blob_data [, resource link_identifier] )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlcreateblob'); INSERT INTO `functions` VALUES (864, 'fbsql-create-clob', 'fbsql_create_clob', 'Create a CLOB', ' string fbsql_create_clob ( string clob_data [, resource link_identifier] )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlcreateclob'); INSERT INTO `functions` VALUES (865, 'fbsql-create-db', 'fbsql_create_db', 'Create a FrontBase database', ' bool fbsql_create_db ( string database_name [, resource link_identifier [, string database_options]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlcreatedb'); INSERT INTO `functions` VALUES (866, 'fbsql-data-seek', 'fbsql_data_seek', 'Move internal result pointer', ' bool fbsql_data_seek ( resource result_identifier, int row_number )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqldataseek'); INSERT INTO `functions` VALUES (867, 'fbsql-database-password', 'fbsql_database_password', ' Sets or retrieves the password for a FrontBase database ', ' string fbsql_database_password ( resource link_identifier [, string database_password] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqldatabasepassword'); INSERT INTO `functions` VALUES (868, 'fbsql-database', 'fbsql_database', 'Get or set the database name used with a connection', ' string fbsql_database ( resource link_identifier [, string database] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqldatabase'); INSERT INTO `functions` VALUES (869, 'fbsql-db-query', 'fbsql_db_query', 'Send a FrontBase query', ' resource fbsql_db_query ( string database, string query [, resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqldbquery'); INSERT INTO `functions` VALUES (870, 'fbsql-db-status', 'fbsql_db_status', 'Get the status for a given database', ' int fbsql_db_status ( string database_name [, resource link_identifier] )', '(PHP 4 >= 4.1.0, PHP 5)', 'fbsqldbstatus'); INSERT INTO `functions` VALUES (871, 'fbsql-drop-db', 'fbsql_drop_db', 'Drop (delete) a FrontBase database', ' bool fbsql_drop_db ( string database_name [, resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqldropdb'); INSERT INTO `functions` VALUES (872, 'fbsql-errno', 'fbsql_errno', ' Returns the numerical value of the error message from previous FrontBase operation ', ' int fbsql_errno ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlerrno'); INSERT INTO `functions` VALUES (873, 'fbsql-error', 'fbsql_error', ' Returns the text of the error message from previous FrontBase operation ', ' string fbsql_error ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlerror'); INSERT INTO `functions` VALUES (874, 'fbsql-fetch-array', 'fbsql_fetch_array', ' Fetch a result row as an associative array, a numeric array, or both ', ' array fbsql_fetch_array ( resource result [, int result_type] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfetcharray'); INSERT INTO `functions` VALUES (875, 'fbsql-fetch-assoc', 'fbsql_fetch_assoc', ' Fetch a result row as an associative array ', ' array fbsql_fetch_assoc ( resource result )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfetchassoc'); INSERT INTO `functions` VALUES (876, 'fbsql-fetch-field', 'fbsql_fetch_field', ' Get column information from a result and return as an object ', ' object fbsql_fetch_field ( resource result [, int field_offset] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfetchfield'); INSERT INTO `functions` VALUES (877, 'fbsql-fetch-lengths', 'fbsql_fetch_lengths', ' Get the length of each output in a result ', ' array fbsql_fetch_lengths ( resource result )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfetchlengths'); INSERT INTO `functions` VALUES (878, 'fbsql-fetch-object', 'fbsql_fetch_object', 'Fetch a result row as an object', ' object fbsql_fetch_object ( resource result [, int result_type] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfetchobject'); INSERT INTO `functions` VALUES (879, 'fbsql-fetch-row', 'fbsql_fetch_row', 'Get a result row as an enumerated array', ' array fbsql_fetch_row ( resource result )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfetchrow'); INSERT INTO `functions` VALUES (880, 'fbsql-field-flags', 'fbsql_field_flags', ' Get the flags associated with the specified field in a result ', ' string fbsql_field_flags ( resource result [, int field_offset] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfieldflags'); INSERT INTO `functions` VALUES (881, 'fbsql-field-len', 'fbsql_field_len', ' Returns the length of the specified field ', ' int fbsql_field_len ( resource result [, int field_offset] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfieldlen'); INSERT INTO `functions` VALUES (882, 'fbsql-field-name', 'fbsql_field_name', ' Get the name of the specified field in a result ', ' string fbsql_field_name ( resource result [, int field_index] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfieldname'); INSERT INTO `functions` VALUES (883, 'fbsql-field-seek', 'fbsql_field_seek', ' Set result pointer to a specified field offset ', ' bool fbsql_field_seek ( resource result [, int field_offset] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfieldseek'); INSERT INTO `functions` VALUES (884, 'fbsql-field-table', 'fbsql_field_table', ' Get name of the table the specified field is in ', ' string fbsql_field_table ( resource result [, int field_offset] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfieldtable'); INSERT INTO `functions` VALUES (885, 'fbsql-field-type', 'fbsql_field_type', ' Get the type of the specified field in a result ', ' string fbsql_field_type ( resource result [, int field_offset] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfieldtype'); INSERT INTO `functions` VALUES (886, 'fbsql-free-result', 'fbsql_free_result', 'Free result memory', ' bool fbsql_free_result ( resource result )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlfreeresult'); INSERT INTO `functions` VALUES (887, 'fbsql-get-autostart-info', 'fbsql_get_autostart_info', 'No description given yet', ' array fbsql_get_autostart_info ( [resource link_identifier] )', '(PHP 4 >= 4.1.0, PHP 5)', 'fbsqlgetautostartinfo'); INSERT INTO `functions` VALUES (888, 'fbsql-hostname', 'fbsql_hostname', 'Get or set the host name used with a connection', ' string fbsql_hostname ( resource link_identifier [, string host_name] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlhostname'); INSERT INTO `functions` VALUES (889, 'fbsql-insert-id', 'fbsql_insert_id', ' Get the id generated from the previous INSERT operation ', ' int fbsql_insert_id ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlinsertid'); INSERT INTO `functions` VALUES (890, 'fbsql-list-dbs', 'fbsql_list_dbs', ' List databases available on a FrontBase server ', ' resource fbsql_list_dbs ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqllistdbs'); INSERT INTO `functions` VALUES (891, 'fbsql-list-fields', 'fbsql_list_fields', 'List FrontBase result fields', ' resource fbsql_list_fields ( string database_name, string table_name [, resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqllistfields'); INSERT INTO `functions` VALUES (892, 'fbsql-list-tables', 'fbsql_list_tables', 'List tables in a FrontBase database', ' resource fbsql_list_tables ( string database [, resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqllisttables'); INSERT INTO `functions` VALUES (893, 'fbsql-next-result', 'fbsql_next_result', ' Move the internal result pointer to the next result ', ' bool fbsql_next_result ( resource result_id )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlnextresult'); INSERT INTO `functions` VALUES (894, 'fbsql-num-fields', 'fbsql_num_fields', 'Get number of fields in result', ' int fbsql_num_fields ( resource result )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlnumfields'); INSERT INTO `functions` VALUES (895, 'fbsql-num-rows', 'fbsql_num_rows', 'Get number of rows in result', ' int fbsql_num_rows ( resource result )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlnumrows'); INSERT INTO `functions` VALUES (896, 'fbsql-password', 'fbsql_password', 'Get or set the user password used with a connection', ' string fbsql_password ( resource link_identifier [, string password] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlpassword'); INSERT INTO `functions` VALUES (897, 'fbsql-pconnect', 'fbsql_pconnect', ' Open a persistent connection to a FrontBase Server ', ' resource fbsql_pconnect ( [string hostname [, string username [, string password]]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlpconnect'); INSERT INTO `functions` VALUES (898, 'fbsql-query', 'fbsql_query', 'Send a FrontBase query', ' resource fbsql_query ( string query [, resource link_identifier [, int batch_size]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlquery'); INSERT INTO `functions` VALUES (899, 'fbsql-read-blob', 'fbsql_read_blob', 'Read a BLOB from the database', ' string fbsql_read_blob ( string blob_handle [, resource link_identifier] )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlreadblob'); INSERT INTO `functions` VALUES (900, 'fbsql-read-clob', 'fbsql_read_clob', 'Read a CLOB from the database', ' string fbsql_read_clob ( string clob_handle [, resource link_identifier] )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlreadclob'); INSERT INTO `functions` VALUES (901, 'fbsql-result', 'fbsql_result', 'Get result data', ' mixed fbsql_result ( resource result [, int row [, mixed field]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlresult'); INSERT INTO `functions` VALUES (902, 'fbsql-rollback', 'fbsql_rollback', 'Rollback a transaction to the database', ' bool fbsql_rollback ( [resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlrollback'); INSERT INTO `functions` VALUES (903, 'fbsql-select-db', 'fbsql_select_db', 'Select a FrontBase database', ' bool fbsql_select_db ( [string database_name [, resource link_identifier]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlselectdb'); INSERT INTO `functions` VALUES (904, 'fbsql-set-lob-mode', 'fbsql_set_lob_mode', ' Set the LOB retrieve mode for a FrontBase result set ', ' bool fbsql_set_lob_mode ( resource result, string database_name )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlsetlobmode'); INSERT INTO `functions` VALUES (905, 'fbsql-set-password', 'fbsql_set_password', ' Change the password for a given user ', ' bool fbsql_set_password ( resource link_identifier, string user, string password, string old_password )', '(PHP 5)', 'fbsqlsetpassword'); INSERT INTO `functions` VALUES (906, 'fbsql-set-transaction', 'fbsql_set_transaction', ' Set the transaction locking and isolation ', ' void fbsql_set_transaction ( resource link_identifier, int Locking, int Isolation )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqlsettransaction'); INSERT INTO `functions` VALUES (907, 'fbsql-start-db', 'fbsql_start_db', 'Start a database on local or remote server', ' bool fbsql_start_db ( string database_name [, resource link_identifier [, string database_options]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlstartdb'); INSERT INTO `functions` VALUES (908, 'fbsql-stop-db', 'fbsql_stop_db', 'Stop a database on local or remote server', ' bool fbsql_stop_db ( string database_name [, resource link_identifier] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlstopdb'); INSERT INTO `functions` VALUES (909, 'fbsql-tablename', 'fbsql_tablename', 'Get table name of field', ' string fbsql_tablename ( resource result, int i )', '(PHP 4 >= 4.2.0, PHP 5)', 'fbsqltablename'); INSERT INTO `functions` VALUES (910, 'fbsql-username', 'fbsql_username', 'Get or set the host user used with a connection', ' string fbsql_username ( resource link_identifier [, string username] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlusername'); INSERT INTO `functions` VALUES (911, 'fbsql-warnings', 'fbsql_warnings', 'Enable or disable FrontBase warnings', ' bool fbsql_warnings ( [bool OnOff] )', '(PHP 4 >= 4.0.6, PHP 5)', 'fbsqlwarnings'); INSERT INTO `functions` VALUES (912, 'ftp-alloc', 'ftp_alloc', 'Allocates space for a file to be uploaded', ' bool ftp_alloc ( resource ftp_stream, int filesize [, string &result] )', '(PHP 5)', 'ftpalloc'); INSERT INTO `functions` VALUES (913, 'ftp-cdup', 'ftp_cdup', 'Changes to the parent directory', ' bool ftp_cdup ( resource ftp_stream )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpcdup'); INSERT INTO `functions` VALUES (914, 'ftp-chdir', 'ftp_chdir', 'Changes the current directory on a FTP server', ' bool ftp_chdir ( resource ftp_stream, string directory )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpchdir'); INSERT INTO `functions` VALUES (915, 'ftp-chmod', 'ftp_chmod', 'Set permissions on a file via FTP', ' int ftp_chmod ( resource ftp_stream, int mode, string filename )', '(PHP 5)', 'ftpchmod'); INSERT INTO `functions` VALUES (916, 'ftp-close', 'ftp_close', 'Closes an FTP connection', ' bool ftp_close ( resource ftp_stream )', '(PHP 4 >= 4.2.0, PHP 5)', 'ftpclose'); INSERT INTO `functions` VALUES (917, 'ftp-connect', 'ftp_connect', 'Opens an FTP connection', ' resource ftp_connect ( string host [, int port [, int timeout]] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpconnect'); INSERT INTO `functions` VALUES (918, 'ftp-delete', 'ftp_delete', 'Deletes a file on the FTP server', ' bool ftp_delete ( resource ftp_stream, string path )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpdelete'); INSERT INTO `functions` VALUES (919, 'ftp-exec', 'ftp_exec', 'Requests execution of a program on the FTP server', ' bool ftp_exec ( resource ftp_stream, string command )', '(PHP 4 >= 4.0.3, PHP 5)', 'ftpexec'); INSERT INTO `functions` VALUES (920, 'ftp-fget', 'ftp_fget', 'Downloads a file from the FTP server and saves to an open file', ' bool ftp_fget ( resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpfget'); INSERT INTO `functions` VALUES (921, 'ftp-fput', 'ftp_fput', 'Uploads from an open file to the FTP server', ' bool ftp_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpfput'); INSERT INTO `functions` VALUES (922, 'ftp-get-option', 'ftp_get_option', 'Retrieves various runtime behaviours of the current FTP stream', ' mixed ftp_get_option ( resource ftp_stream, int option )', '(PHP 4 >= 4.2.0, PHP 5)', 'ftpgetoption'); INSERT INTO `functions` VALUES (923, 'ftp-get', 'ftp_get', 'Downloads a file from the FTP server', ' bool ftp_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpget'); INSERT INTO `functions` VALUES (924, 'ftp-login', 'ftp_login', 'Logs in to an FTP connection', ' bool ftp_login ( resource ftp_stream, string username, string password )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftplogin'); INSERT INTO `functions` VALUES (925, 'ftp-mdtm', 'ftp_mdtm', 'Returns the last modified time of the given file', ' int ftp_mdtm ( resource ftp_stream, string remote_file )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpmdtm'); INSERT INTO `functions` VALUES (926, 'ftp-mkdir', 'ftp_mkdir', 'Creates a directory', ' string ftp_mkdir ( resource ftp_stream, string directory )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpmkdir'); INSERT INTO `functions` VALUES (927, 'ftp-nb-continue', 'ftp_nb_continue', 'Continues retrieving/sending a file (non-blocking)', ' int ftp_nb_continue ( resource ftp_stream )', '(PHP 4 >= 4.3.0, PHP 5)', 'ftpnbcontinue'); INSERT INTO `functions` VALUES (928, 'ftp-nb-fget', 'ftp_nb_fget', 'Retrieves a file from the FTP server and writes it to an open file (non-blocking)', ' int ftp_nb_fget ( resource ftp_stream, resource handle, string remote_file, int mode [, int resumepos] )', '(PHP 4 >= 4.3.0, PHP 5)', 'ftpnbfget'); INSERT INTO `functions` VALUES (929, 'ftp-nb-fput', 'ftp_nb_fput', 'Stores a file from an open file to the FTP server (non-blocking)', ' int ftp_nb_fput ( resource ftp_stream, string remote_file, resource handle, int mode [, int startpos] )', '(PHP 4 >= 4.3.0, PHP 5)', 'ftpnbfput'); INSERT INTO `functions` VALUES (930, 'ftp-nb-get', 'ftp_nb_get', 'Retrieves a file from the FTP server and writes it to a local file (non-blocking)', ' int ftp_nb_get ( resource ftp_stream, string local_file, string remote_file, int mode [, int resumepos] )', '(PHP 4 >= 4.3.0, PHP 5)', 'ftpnbget'); INSERT INTO `functions` VALUES (931, 'ftp-nb-put', 'ftp_nb_put', 'Stores a file on the FTP server (non-blocking)', ' int ftp_nb_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )', '(PHP 4 >= 4.3.0, PHP 5)', 'ftpnbput'); INSERT INTO `functions` VALUES (932, 'ftp-nlist', 'ftp_nlist', 'Returns a list of files in the given directory', ' array ftp_nlist ( resource ftp_stream, string directory )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpnlist'); INSERT INTO `functions` VALUES (933, 'ftp-pasv', 'ftp_pasv', 'Turns passive mode on or off', ' bool ftp_pasv ( resource ftp_stream, bool pasv )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftppasv'); INSERT INTO `functions` VALUES (934, 'ftp-put', 'ftp_put', 'Uploads a file to the FTP server', ' bool ftp_put ( resource ftp_stream, string remote_file, string local_file, int mode [, int startpos] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpput'); INSERT INTO `functions` VALUES (935, 'ftp-pwd', 'ftp_pwd', 'Returns the current directory name', ' string ftp_pwd ( resource ftp_stream )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftppwd'); INSERT INTO `functions` VALUES (936, 'ftp-quit', 'ftp_quit', 'Alias of ftp_close()', ' ', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpquit'); INSERT INTO `functions` VALUES (937, 'ftp-raw', 'ftp_raw', 'Sends an arbitrary command to an FTP server', ' array ftp_raw ( resource ftp_stream, string command )', '(PHP 5)', 'ftpraw'); INSERT INTO `functions` VALUES (938, 'ftp-rawlist', 'ftp_rawlist', 'Returns a detailed list of files in the given directory', ' array ftp_rawlist ( resource ftp_stream, string directory [, bool recursive] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftprawlist'); INSERT INTO `functions` VALUES (939, 'ftp-rename', 'ftp_rename', 'Renames a file or a directory on the FTP server', ' bool ftp_rename ( resource ftp_stream, string oldname, string newname )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftprename'); INSERT INTO `functions` VALUES (940, 'ftp-rmdir', 'ftp_rmdir', 'Removes a directory', ' bool ftp_rmdir ( resource ftp_stream, string directory )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftprmdir'); INSERT INTO `functions` VALUES (941, 'ftp-set-option', 'ftp_set_option', 'Set miscellaneous runtime FTP options', ' bool ftp_set_option ( resource ftp_stream, int option, mixed value )', '(PHP 4 >= 4.2.0, PHP 5)', 'ftpsetoption'); INSERT INTO `functions` VALUES (942, 'ftp-site', 'ftp_site', 'Sends a SITE command to the server', ' bool ftp_site ( resource ftp_stream, string command )', '(PHP 3 >= 3.0.15, PHP 4, PHP 5)', 'ftpsite'); INSERT INTO `functions` VALUES (943, 'ftp-size', 'ftp_size', 'Returns the size of the given file', ' int ftp_size ( resource ftp_stream, string remote_file )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpsize'); INSERT INTO `functions` VALUES (944, 'ftp-ssl-connect', 'ftp_ssl_connect', 'Opens an Secure SSL-FTP connection', ' resource ftp_ssl_connect ( string host [, int port [, int timeout]] )', '(PHP 4 >= 4.3.0, PHP 5)', 'ftpsslconnect'); INSERT INTO `functions` VALUES (945, 'ftp-systype', 'ftp_systype', 'Returns the system type identifier of the remote FTP server', ' string ftp_systype ( resource ftp_stream )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ftpsystype'); INSERT INTO `functions` VALUES (946, 'call-user-func-array', 'call_user_func_array', ' Call a user function given with an array of parameters ', ' mixed call_user_func_array ( callback function, array param_arr )', '(PHP 4 >= 4.0.4, PHP 5)', 'calluserfuncarray'); INSERT INTO `functions` VALUES (947, 'call-user-func', 'call_user_func', ' Call a user function given by the first parameter ', ' mixed call_user_func ( callback function [, mixed parameter [, mixed ...]] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'calluserfunc'); INSERT INTO `functions` VALUES (948, 'create-function', 'create_function', 'Create an anonymous (lambda-style) function', ' string create_function ( string args, string code )', '(PHP 4 >= 4.0.1, PHP 5)', 'createfunction'); INSERT INTO `functions` VALUES (949, 'func-get-arg', 'func_get_arg', 'Return an item from the argument list', ' mixed func_get_arg ( int arg_num )', '(PHP 4, PHP 5)', 'funcgetarg'); INSERT INTO `functions` VALUES (950, 'func-get-args', 'func_get_args', ' Returns an array comprising a function''s argument list ', ' array func_get_args ( void )', '(PHP 4, PHP 5)', 'funcgetargs'); INSERT INTO `functions` VALUES (951, 'func-num-args', 'func_num_args', ' Returns the number of arguments passed to the function ', ' int func_num_args ( void )', '(PHP 4, PHP 5)', 'funcnumargs'); INSERT INTO `functions` VALUES (952, 'function-exists', 'function_exists', ' Return TRUE if the given function has been defined ', ' bool function_exists ( string function_name )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'functionexists'); INSERT INTO `functions` VALUES (953, 'get-defined-functions', 'get_defined_functions', ' Returns an array of all defined functions ', ' array get_defined_functions ( void )', '(PHP 4 >= 4.0.4, PHP 5)', 'getdefinedfunctions'); INSERT INTO `functions` VALUES (954, 'register-shutdown-function', 'register_shutdown_function', ' Register a function for execution on shutdown ', ' void register_shutdown_function ( callback function [, mixed parameter [, mixed ...]] )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'registershutdownfunction'); INSERT INTO `functions` VALUES (955, 'register-tick-function', 'register_tick_function', ' Register a function for execution on each tick ', ' bool register_tick_function ( callback function [, mixed arg [, mixed ...]] )', '(PHP 4 >= 4.0.3, PHP 5)', 'registertickfunction'); INSERT INTO `functions` VALUES (956, 'unregister-tick-function', 'unregister_tick_function', ' De-register a function for execution on each tick ', ' void unregister_tick_function ( string function_name )', '(PHP 4 >= 4.0.3, PHP 5)', 'unregistertickfunction'); INSERT INTO `functions` VALUES (957, 'bind-textdomain-codeset', 'bind_textdomain_codeset', ' Specify the character encoding in which the messages from the DOMAIN message catalog will be returned ', ' string bind_textdomain_codeset ( string domain, string codeset )', '(PHP 4 >= 4.2.0, PHP 5)', 'bindtextdomaincodeset'); INSERT INTO `functions` VALUES (958, 'bindtextdomain', 'bindtextdomain', 'Sets the path for a domain', ' string bindtextdomain ( string domain, string directory )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'bindtextdomain'); INSERT INTO `functions` VALUES (959, 'dcgettext', 'dcgettext', 'Overrides the domain for a single lookup', ' string dcgettext ( string domain, string message, int category )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'dcgettext'); INSERT INTO `functions` VALUES (960, 'dcngettext', 'dcngettext', 'Plural version of dcgettext', ' string dcngettext ( string domain, string msgid1, string msgid2, int n, int category )', '(PHP 4 >= 4.2.0, PHP 5)', 'dcngettext'); INSERT INTO `functions` VALUES (961, 'dgettext', 'dgettext', 'Override the current domain', ' string dgettext ( string domain, string message )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'dgettext'); INSERT INTO `functions` VALUES (962, 'dngettext', 'dngettext', 'Plural version of dgettext', ' string dngettext ( string domain, string msgid1, string msgid2, int n )', '(PHP 4 >= 4.2.0, PHP 5)', 'dngettext'); INSERT INTO `functions` VALUES (963, 'gettext', 'gettext', 'Lookup a message in the current domain', ' string gettext ( string message )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'gettext'); INSERT INTO `functions` VALUES (964, 'ngettext', 'ngettext', 'Plural version of gettext', ' string ngettext ( string msgid1, string msgid2, int n )', '(PHP 4 >= 4.2.0, PHP 5)', 'ngettext'); INSERT INTO `functions` VALUES (965, 'textdomain', 'textdomain', 'Sets the default domain', ' string textdomain ( string text_domain )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'textdomain'); INSERT INTO `functions` VALUES (966, 'gmp-abs', 'gmp_abs', 'Absolute value', ' resource gmp_abs ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpabs'); INSERT INTO `functions` VALUES (967, 'gmp-add', 'gmp_add', 'Add numbers', ' resource gmp_add ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpadd'); INSERT INTO `functions` VALUES (968, 'gmp-and', 'gmp_and', 'Logical AND', ' resource gmp_and ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpand'); INSERT INTO `functions` VALUES (969, 'gmp-clrbit', 'gmp_clrbit', 'Clear bit', ' void gmp_clrbit ( resource &a, int index )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpclrbit'); INSERT INTO `functions` VALUES (970, 'gmp-cmp', 'gmp_cmp', 'Compare numbers', ' int gmp_cmp ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpcmp'); INSERT INTO `functions` VALUES (971, 'gmp-com', 'gmp_com', 'Calculates one''s complement', ' resource gmp_com ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpcom'); INSERT INTO `functions` VALUES (972, 'gmp-div-q', 'gmp_div_q', 'Divide numbers', ' resource gmp_div_q ( resource a, resource b [, int round] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpdivq'); INSERT INTO `functions` VALUES (973, 'gmp-div-qr', 'gmp_div_qr', 'Divide numbers and get quotient and remainder', ' array gmp_div_qr ( resource n, resource d [, int round] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpdivqr'); INSERT INTO `functions` VALUES (974, 'gmp-div-r', 'gmp_div_r', 'Remainder of the division of numbers', ' resource gmp_div_r ( resource n, resource d [, int round] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpdivr'); INSERT INTO `functions` VALUES (975, 'gmp-div', 'gmp_div', 'Alias of gmp_div_q()', ' ', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpdiv'); INSERT INTO `functions` VALUES (976, 'gmp-divexact', 'gmp_divexact', 'Exact division of numbers', ' resource gmp_divexact ( resource n, resource d )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpdivexact'); INSERT INTO `functions` VALUES (977, 'gmp-fact', 'gmp_fact', 'Factorial', ' resource gmp_fact ( int a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpfact'); INSERT INTO `functions` VALUES (978, 'gmp-gcd', 'gmp_gcd', 'Calculate GCD', ' resource gmp_gcd ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpgcd'); INSERT INTO `functions` VALUES (979, 'gmp-gcdext', 'gmp_gcdext', 'Calculate GCD and multipliers', ' array gmp_gcdext ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpgcdext'); INSERT INTO `functions` VALUES (980, 'gmp-hamdist', 'gmp_hamdist', 'Hamming distance', ' int gmp_hamdist ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmphamdist'); INSERT INTO `functions` VALUES (981, 'gmp-init', 'gmp_init', 'Create GMP number', ' resource gmp_init ( mixed number [, int base] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpinit'); INSERT INTO `functions` VALUES (982, 'gmp-intval', 'gmp_intval', 'Convert GMP number to integer', ' int gmp_intval ( resource gmpnumber )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpintval'); INSERT INTO `functions` VALUES (983, 'gmp-invert', 'gmp_invert', 'Inverse by modulo', ' resource gmp_invert ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpinvert'); INSERT INTO `functions` VALUES (984, 'gmp-jacobi', 'gmp_jacobi', 'Jacobi symbol', ' int gmp_jacobi ( resource a, resource p )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpjacobi'); INSERT INTO `functions` VALUES (985, 'gmp-legendre', 'gmp_legendre', 'Legendre symbol', ' int gmp_legendre ( resource a, resource p )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmplegendre'); INSERT INTO `functions` VALUES (986, 'gmp-mod', 'gmp_mod', 'Modulo operation', ' resource gmp_mod ( resource n, resource d )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpmod'); INSERT INTO `functions` VALUES (987, 'gmp-mul', 'gmp_mul', 'Multiply numbers', ' resource gmp_mul ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpmul'); INSERT INTO `functions` VALUES (988, 'gmp-neg', 'gmp_neg', 'Negate number', ' resource gmp_neg ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpneg'); INSERT INTO `functions` VALUES (989, 'gmp-or', 'gmp_or', 'Logical OR', ' resource gmp_or ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpor'); INSERT INTO `functions` VALUES (990, 'gmp-perfect-square', 'gmp_perfect_square', 'Perfect square check', ' bool gmp_perfect_square ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpperfectsquare'); INSERT INTO `functions` VALUES (991, 'gmp-popcount', 'gmp_popcount', 'Population count', ' int gmp_popcount ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmppopcount'); INSERT INTO `functions` VALUES (992, 'gmp-pow', 'gmp_pow', 'Raise number into power', ' resource gmp_pow ( resource base, int exp )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmppow'); INSERT INTO `functions` VALUES (993, 'gmp-powm', 'gmp_powm', 'Raise number into power with modulo', ' resource gmp_powm ( resource base, resource exp, resource mod )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmppowm'); INSERT INTO `functions` VALUES (994, 'gmp-prob-prime', 'gmp_prob_prime', 'Check if number is "probably prime"', ' int gmp_prob_prime ( resource a [, int reps] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpprobprime'); INSERT INTO `functions` VALUES (995, 'gmp-random', 'gmp_random', 'Random number', ' resource gmp_random ( int limiter )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmprandom'); INSERT INTO `functions` VALUES (996, 'gmp-scan0', 'gmp_scan0', 'Scan for 0', ' int gmp_scan0 ( resource a, int start )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpscan0'); INSERT INTO `functions` VALUES (997, 'gmp-scan1', 'gmp_scan1', 'Scan for 1', ' int gmp_scan1 ( resource a, int start )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpscan1'); INSERT INTO `functions` VALUES (998, 'gmp-setbit', 'gmp_setbit', 'Set bit', ' void gmp_setbit ( resource &a, int index [, bool set_clear] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpsetbit'); INSERT INTO `functions` VALUES (999, 'gmp-sign', 'gmp_sign', 'Sign of number', ' int gmp_sign ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpsign'); INSERT INTO `functions` VALUES (1000, 'gmp-sqrt', 'gmp_sqrt', 'Calculate square root', ' resource gmp_sqrt ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpsqrt'); INSERT INTO `functions` VALUES (1001, 'gmp-sqrtrem', 'gmp_sqrtrem', ' Square root with remainder ', ' array gmp_sqrtrem ( resource a )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpsqrtrem'); INSERT INTO `functions` VALUES (1002, 'gmp-strval', 'gmp_strval', 'Convert GMP number to string', ' string gmp_strval ( resource gmpnumber [, int base] )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpstrval'); INSERT INTO `functions` VALUES (1003, 'gmp-sub', 'gmp_sub', 'Subtract numbers', ' resource gmp_sub ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpsub'); INSERT INTO `functions` VALUES (1004, 'gmp-xor', 'gmp_xor', 'Logical XOR', ' resource gmp_xor ( resource a, resource b )', '(PHP 4 >= 4.0.4, PHP 5)', 'gmpxor'); INSERT INTO `functions` VALUES (1005, 'gnupg-adddecryptkey', 'gnupg_adddecryptkey', 'Add a key for decryption', ' bool gnupg_adddecryptkey ( resource identifier, string fingerprint, string passphrase )', '(no version information, might be only in CVS)', 'gnupgadddecryptkey'); INSERT INTO `functions` VALUES (1006, 'gnupg-addencryptkey', 'gnupg_addencryptkey', 'Add a key for encryption', ' bool gnupg_addencryptkey ( resource identifier, string fingerprint )', '(no version information, might be only in CVS)', 'gnupgaddencryptkey'); INSERT INTO `functions` VALUES (1007, 'gnupg-addsignkey', 'gnupg_addsignkey', 'Add a key for signing', ' bool gnupg_addsignkey ( resource identifier, string fingerprint [, string passphrase] )', '(no version information, might be only in CVS)', 'gnupgaddsignkey'); INSERT INTO `functions` VALUES (1008, 'gnupg-cleardecryptkeys', 'gnupg_cleardecryptkeys', 'Removes all keys which were set for decryption before', ' bool gnupg_cleardecryptkeys ( resource identifier )', '(no version information, might be only in CVS)', 'gnupgcleardecryptkeys'); INSERT INTO `functions` VALUES (1009, 'gnupg-clearencryptkeys', 'gnupg_clearencryptkeys', 'Removes all keys which were set for encryption before', ' bool gnupg_clearencryptkeys ( resource identifier )', '(no version information, might be only in CVS)', 'gnupgclearencryptkeys'); INSERT INTO `functions` VALUES (1010, 'gnupg-clearsignkeys', 'gnupg_clearsignkeys', 'Removes all keys which were set for signing before', ' bool gnupg_clearsignkeys ( resource identifier )', '(no version information, might be only in CVS)', 'gnupgclearsignkeys'); INSERT INTO `functions` VALUES (1011, 'gnupg-decrypt', 'gnupg_decrypt', 'Decrypts a given text', ' string gnupg_decrypt ( resource identifier, string text )', '(no version information, might be only in CVS)', 'gnupgdecrypt'); INSERT INTO `functions` VALUES (1012, 'gnupg-decryptverify', 'gnupg_decryptverify', 'Decrypts and verifies a given text', ' array gnupg_decryptverify ( resource identifier, string text, string plaintext )', '(no version information, might be only in CVS)', 'gnupgdecryptverify'); INSERT INTO `functions` VALUES (1013, 'gnupg-encrypt', 'gnupg_encrypt', 'Encrypts a given text', ' string gnupg_encrypt ( resource identifier, string plaintext )', '(no version information, might be only in CVS)', 'gnupgencrypt'); INSERT INTO `functions` VALUES (1014, 'gnupg-encryptsign', 'gnupg_encryptsign', 'Encrypts and signs a given text', ' string gnupg_encryptsign ( resource identifier, string plaintext )', '(no version information, might be only in CVS)', 'gnupgencryptsign'); INSERT INTO `functions` VALUES (1015, 'gnupg-export', 'gnupg_export', 'Exports a key', ' string gnupg_export ( resource identifier, string fingerprint )', '(no version information, might be only in CVS)', 'gnupgexport'); INSERT INTO `functions` VALUES (1016, 'gnupg-geterror', 'gnupg_geterror', 'Returns the errortext, if a function fails', ' string gnupg_geterror ( resource identifier )', '(no version information, might be only in CVS)', 'gnupggeterror'); INSERT INTO `functions` VALUES (1017, 'gnupg-getprotocol', 'gnupg_getprotocol', 'Returns the currently active protocol for all operations', ' int gnupg_getprotocol ( resource identifier )', '(no version information, might be only in CVS)', 'gnupggetprotocol'); INSERT INTO `functions` VALUES (1018, 'gnupg-import', 'gnupg_import', 'Imports a key', ' array gnupg_import ( resource identifier, string keydata )', '(no version information, might be only in CVS)', 'gnupgimport'); INSERT INTO `functions` VALUES (1019, 'gnupg-keyinfo', 'gnupg_keyinfo', 'Returns an array with information about all keys that matches the given pattern', ' array gnupg_keyinfo ( resource identifier, string pattern )', '(no version information, might be only in CVS)', 'gnupgkeyinfo'); INSERT INTO `functions` VALUES (1020, 'gnupg-setarmor', 'gnupg_setarmor', 'Toggle armored output', ' bool gnupg_setarmor ( resource identifier, int armor )', '(no version information, might be only in CVS)', 'gnupgsetarmor'); INSERT INTO `functions` VALUES (1021, 'gnupg-seterrormode', 'gnupg_seterrormode', 'Sets the mode for error_reporting', ' void gnupg_seterrormode ( resource identifier, int errormode )', '(no version information, might be only in CVS)', 'gnupgseterrormode'); INSERT INTO `functions` VALUES (1022, 'gnupg-setsignmode', 'gnupg_setsignmode', 'Sets the mode for signing', ' bool gnupg_setsignmode ( resource identifier, int signmode )', '(no version information, might be only in CVS)', 'gnupgsetsignmode'); INSERT INTO `functions` VALUES (1023, 'gnupg-sign', 'gnupg_sign', 'Signs a given text', ' string gnupg_sign ( resource identifier, string plaintext )', '(no version information, might be only in CVS)', 'gnupgsign'); INSERT INTO `functions` VALUES (1024, 'gnupg-verify', 'gnupg_verify', 'Verifies a signed text', ' array gnupg_verify ( resource identifier, string signed_text, string signature [, string plaintext] )', '(no version information, might be only in CVS)', 'gnupgverify'); INSERT INTO `functions` VALUES (1025, 'gopher-parsedir', 'gopher_parsedir', 'Translate a gopher formatted directory entry into an associative array.', ' array gopher_parsedir ( string dirent )', '(PECL)', 'gopherparsedir'); INSERT INTO `functions` VALUES (1026, 'hash-algos', 'hash_algos', 'Return a list of registered hashing algorithms', ' array hash_algos ( void )', '(no version information, might be only in CVS)', 'hashalgos'); INSERT INTO `functions` VALUES (1027, 'hash-file', 'hash_file', 'Generate a hash value using the contents of a given file', ' string hash_file ( string algo, string filename [, bool raw_output] )', '(no version information, might be only in CVS)', 'hashfile'); INSERT INTO `functions` VALUES (1028, 'hash-final', 'hash_final', 'Finalize an incremental hash and return resulting digest', ' string hash_final ( resource context [, bool raw_output] )', '(no version information, might be only in CVS)', 'hashfinal'); INSERT INTO `functions` VALUES (1029, 'hash-hmac-file', 'hash_hmac_file', 'Generate a keyed hash value using the HMAC method and the contents of a given file', ' string hash_hmac_file ( string algo, string filename, string key [, bool raw_output] )', '(no version information, might be only in CVS)', 'hashhmacfile'); INSERT INTO `functions` VALUES (1030, 'hash-hmac', 'hash_hmac', 'Generate a keyed hash value using the HMAC method', ' string hash_hmac ( string algo, string data, string key [, bool raw_output] )', '(no version information, might be only in CVS)', 'hashhmac'); INSERT INTO `functions` VALUES (1031, 'hash-init', 'hash_init', 'Initialize an incremental hashing context', ' resource hash_init ( string algo [, int options, string key] )', '(no version information, might be only in CVS)', 'hashinit'); INSERT INTO `functions` VALUES (1032, 'hash-update-file', 'hash_update_file', 'Pump data into an active hashing context from a file', ' bool hash_update_file ( resource context, string filename [, resource context] )', '(no version information, might be only in CVS)', 'hashupdatefile'); INSERT INTO `functions` VALUES (1033, 'hash-update-stream', 'hash_update_stream', 'Pump data into an active hashing context from an open stream', ' int hash_update_stream ( resource context, resource handle [, int length] )', '(no version information, might be only in CVS)', 'hashupdatestream'); INSERT INTO `functions` VALUES (1034, 'hash-update', 'hash_update', 'Pump data into an active hashing context', ' bool hash_update ( resource context, string data )', '(no version information, might be only in CVS)', 'hashupdate'); INSERT INTO `functions` VALUES (1035, 'hash', 'hash', 'Generate a hash value (message digest)', ' string hash ( string algo, string data [, bool raw_output] )', '(no version information, might be only in CVS)', 'hash'); INSERT INTO `functions` VALUES (1036, 'header', 'header', 'Send a raw HTTP header', ' void header ( string string [, bool replace [, int http_response_code]] )', '(PHP 3, PHP 4, PHP 5)', 'header'); INSERT INTO `functions` VALUES (1037, 'headers-list', 'headers_list', 'Returns a list of response headers sent (or ready to send)', ' array headers_list ( void )', '(PHP 5)', 'headerslist'); INSERT INTO `functions` VALUES (1038, 'headers-sent', 'headers_sent', 'Checks if or where headers have been sent', ' bool headers_sent ( [string &file [, int &line]] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'headerssent'); INSERT INTO `functions` VALUES (1039, 'setcookie', 'setcookie', 'Send a cookie', ' bool setcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'setcookie'); INSERT INTO `functions` VALUES (1040, 'setrawcookie', 'setrawcookie', 'Send a cookie without urlencoding the cookie value', ' bool setrawcookie ( string name [, string value [, int expire [, string path [, string domain [, bool secure]]]]] )', '(PHP 5)', 'setrawcookie'); INSERT INTO `functions` VALUES (1041, 'hw-array2objrec', 'hw_Array2Objrec', 'Convert attributes from object array to object record', ' string hw_array2objrec ( array object_array )', '(PHP 3 >= 3.0.4, PHP 4, PECL)', 'hwArray2Objrec'); INSERT INTO `functions` VALUES (1042, 'hw-changeobject', 'hw_changeobject', ' Changes attributes of an object (obsolete) ', ' bool hw_changeobject ( int link, int objid, array attributes )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwchangeobject'); INSERT INTO `functions` VALUES (1043, 'hw-children', 'hw_Children', 'Object ids of children', ' array hw_children ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwChildren'); INSERT INTO `functions` VALUES (1044, 'hw-childrenobj', 'hw_ChildrenObj', 'Object records of children', ' array hw_childrenobj ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwChildrenObj'); INSERT INTO `functions` VALUES (1045, 'hw-close', 'hw_Close', 'Closes the Hyperwave connection', ' bool hw_close ( int connection )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwClose'); INSERT INTO `functions` VALUES (1046, 'hw-connect', 'hw_Connect', 'Opens a connection', ' int hw_connect ( string host, int port [, string username, string password] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwConnect'); INSERT INTO `functions` VALUES (1047, 'hw-connection-info', 'hw_connection_info', ' Prints information about the connection to Hyperwave server ', ' void hw_connection_info ( int link )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwconnectioninfo'); INSERT INTO `functions` VALUES (1048, 'hw-cp', 'hw_cp', 'Copies objects', ' int hw_cp ( int connection, array object_id_array, int destination_id )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwcp'); INSERT INTO `functions` VALUES (1049, 'hw-deleteobject', 'hw_Deleteobject', 'Deletes object', ' bool hw_deleteobject ( int connection, int object_to_delete )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDeleteobject'); INSERT INTO `functions` VALUES (1050, 'hw-docbyanchor', 'hw_DocByAnchor', 'Object id object belonging to anchor', ' int hw_docbyanchor ( int connection, int anchorID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDocByAnchor'); INSERT INTO `functions` VALUES (1051, 'hw-docbyanchorobj', 'hw_DocByAnchorObj', 'Object record object belonging to anchor', ' string hw_docbyanchorobj ( int connection, int anchorID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDocByAnchorObj'); INSERT INTO `functions` VALUES (1052, 'hw-document-attributes', 'hw_Document_Attributes', 'Object record of hw_document', ' string hw_document_attributes ( int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDocumentAttributes'); INSERT INTO `functions` VALUES (1053, 'hw-document-bodytag', 'hw_Document_BodyTag', 'Body tag of hw_document', ' string hw_document_bodytag ( int hw_document [, string prefix] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDocumentBodyTag'); INSERT INTO `functions` VALUES (1054, 'hw-document-content', 'hw_Document_Content', 'Returns content of hw_document', ' string hw_document_content ( int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDocumentContent'); INSERT INTO `functions` VALUES (1055, 'hw-document-setcontent', 'hw_Document_SetContent', 'Sets/replaces content of hw_document', ' bool hw_document_setcontent ( int hw_document, string content )', '(PHP 4, PECL)', 'hwDocumentSetContent'); INSERT INTO `functions` VALUES (1056, 'hw-document-size', 'hw_Document_Size', 'Size of hw_document', ' int hw_document_size ( int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwDocumentSize'); INSERT INTO `functions` VALUES (1057, 'hw-dummy', 'hw_dummy', ' Hyperwave dummy function ', ' string hw_dummy ( int link, int id, int msgid )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwdummy'); INSERT INTO `functions` VALUES (1058, 'hw-edittext', 'hw_EditText', 'Retrieve text document', ' bool hw_edittext ( int connection, int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwEditText'); INSERT INTO `functions` VALUES (1059, 'hw-error', 'hw_Error', 'Error number', ' int hw_error ( int connection )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwError'); INSERT INTO `functions` VALUES (1060, 'hw-errormsg', 'hw_ErrorMsg', 'Returns error message', ' string hw_errormsg ( int connection )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwErrorMsg'); INSERT INTO `functions` VALUES (1061, 'hw-free-document', 'hw_Free_Document', 'Frees hw_document', ' bool hw_free_document ( int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwFreeDocument'); INSERT INTO `functions` VALUES (1062, 'hw-getanchors', 'hw_GetAnchors', 'Object ids of anchors of document', ' array hw_getanchors ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetAnchors'); INSERT INTO `functions` VALUES (1063, 'hw-getanchorsobj', 'hw_GetAnchorsObj', 'Object records of anchors of document', ' array hw_getanchorsobj ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetAnchorsObj'); INSERT INTO `functions` VALUES (1064, 'hw-getandlock', 'hw_GetAndLock', 'Return object record and lock object', ' string hw_getandlock ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetAndLock'); INSERT INTO `functions` VALUES (1065, 'hw-getchildcoll', 'hw_GetChildColl', 'Object ids of child collections', ' array hw_getchildcoll ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetChildColl'); INSERT INTO `functions` VALUES (1066, 'hw-getchildcollobj', 'hw_GetChildCollObj', 'Object records of child collections', ' array hw_getchildcollobj ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetChildCollObj'); INSERT INTO `functions` VALUES (1067, 'hw-getchilddoccoll', 'hw_GetChildDocColl', 'Object ids of child documents of collection', ' array hw_getchilddoccoll ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetChildDocColl'); INSERT INTO `functions` VALUES (1068, 'hw-getchilddoccollobj', 'hw_GetChildDocCollObj', 'Object records of child documents of collection', ' array hw_getchilddoccollobj ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetChildDocCollObj'); INSERT INTO `functions` VALUES (1069, 'hw-getobject', 'hw_GetObject', 'Object record', ' mixed hw_getobject ( int connection, mixed objectID [, string query] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetObject'); INSERT INTO `functions` VALUES (1070, 'hw-getobjectbyquery', 'hw_GetObjectByQuery', 'Search object', ' array hw_getobjectbyquery ( int connection, string query, int max_hits )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetObjectByQuery'); INSERT INTO `functions` VALUES (1071, 'hw-getobjectbyquerycoll', 'hw_GetObjectByQueryColl', 'Search object in collection', ' array hw_getobjectbyquerycoll ( int connection, int objectID, string query, int max_hits )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetObjectByQueryColl'); INSERT INTO `functions` VALUES (1072, 'hw-getobjectbyquerycollobj', 'hw_GetObjectByQueryCollObj', 'Search object in collection', ' array hw_getobjectbyquerycollobj ( int connection, int objectID, string query, int max_hits )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetObjectByQueryCollObj'); INSERT INTO `functions` VALUES (1073, 'hw-getobjectbyqueryobj', 'hw_GetObjectByQueryObj', 'Search object', ' array hw_getobjectbyqueryobj ( int connection, string query, int max_hits )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetObjectByQueryObj'); INSERT INTO `functions` VALUES (1074, 'hw-getparents', 'hw_GetParents', 'Object ids of parents', ' array hw_getparents ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetParents'); INSERT INTO `functions` VALUES (1075, 'hw-getparentsobj', 'hw_GetParentsObj', 'Object records of parents', ' array hw_getparentsobj ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetParentsObj'); INSERT INTO `functions` VALUES (1076, 'hw-getrellink', 'hw_getrellink', ' Get link from source to dest relative to rootid ', ' string hw_getrellink ( int link, int rootid, int sourceid, int destid )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwgetrellink'); INSERT INTO `functions` VALUES (1077, 'hw-getremote', 'hw_GetRemote', 'Gets a remote document', ' int hw_getremote ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetRemote'); INSERT INTO `functions` VALUES (1078, 'hw-getremotechildren', 'hw_getremotechildren', 'Gets children of remote document', ' mixed hw_getremotechildren ( int connection, string object_record )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwgetremotechildren'); INSERT INTO `functions` VALUES (1079, 'hw-getsrcbydestobj', 'hw_GetSrcByDestObj', 'Returns anchors pointing at object', ' array hw_getsrcbydestobj ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetSrcByDestObj'); INSERT INTO `functions` VALUES (1080, 'hw-gettext', 'hw_GetText', 'Retrieve text document', ' int hw_gettext ( int connection, int objectID [, mixed rootID/prefix] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwGetText'); INSERT INTO `functions` VALUES (1081, 'hw-getusername', 'hw_getusername', 'Name of currently logged in user', ' string hw_getusername ( int connection )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwgetusername'); INSERT INTO `functions` VALUES (1082, 'hw-identify', 'hw_Identify', 'Identifies as user', ' string hw_identify ( int link, string username, string password )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwIdentify'); INSERT INTO `functions` VALUES (1083, 'hw-incollections', 'hw_InCollections', 'Check if object ids in collections', ' array hw_incollections ( int connection, array object_id_array, array collection_id_array, int return_collections )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwInCollections'); INSERT INTO `functions` VALUES (1084, 'hw-info', 'hw_Info', 'Info about connection', ' string hw_info ( int connection )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwInfo'); INSERT INTO `functions` VALUES (1085, 'hw-inscoll', 'hw_InsColl', 'Insert collection', ' int hw_inscoll ( int connection, int objectID, array object_array )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwInsColl'); INSERT INTO `functions` VALUES (1086, 'hw-insdoc', 'hw_InsDoc', 'Insert document', ' int hw_insdoc ( resource connection, int parentID, string object_record [, string text] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwInsDoc'); INSERT INTO `functions` VALUES (1087, 'hw-insertanchors', 'hw_insertanchors', ' Inserts only anchors into text ', ' bool hw_insertanchors ( int hwdoc, array anchorecs, array dest [, array urlprefixes] )', '(PHP 4 >= 4.0.4, PECL)', 'hwinsertanchors'); INSERT INTO `functions` VALUES (1088, 'hw-insertdocument', 'hw_InsertDocument', 'Upload any document', ' int hw_insertdocument ( int connection, int parent_id, int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwInsertDocument'); INSERT INTO `functions` VALUES (1089, 'hw-insertobject', 'hw_InsertObject', 'Inserts an object record', ' int hw_insertobject ( int connection, string object_rec, string parameter )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwInsertObject'); INSERT INTO `functions` VALUES (1090, 'hw-mapid', 'hw_mapid', 'Maps global id on virtual local id', ' int hw_mapid ( int connection, int server_id, int object_id )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'hwmapid'); INSERT INTO `functions` VALUES (1091, 'hw-modifyobject', 'hw_Modifyobject', 'Modifies object record', ' bool hw_modifyobject ( int connection, int object_to_change, array remove, array add [, int mode] )', '(PHP 3 >= 3.0.7, PHP 4, PECL)', 'hwModifyobject'); INSERT INTO `functions` VALUES (1092, 'hw-mv', 'hw_mv', 'Moves objects', ' int hw_mv ( int connection, array object_id_array, int source_id, int destination_id )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwmv'); INSERT INTO `functions` VALUES (1093, 'hw-new-document', 'hw_New_Document', 'Create new document', ' int hw_new_document ( string object_record, string document_data, int document_size )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwNewDocument'); INSERT INTO `functions` VALUES (1094, 'hw-objrec2array', 'hw_objrec2array', 'Convert attributes from object record to object array', ' array hw_objrec2array ( string object_record [, array format] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwobjrec2array'); INSERT INTO `functions` VALUES (1095, 'hw-output-document', 'hw_Output_Document', 'Prints hw_document', ' bool hw_output_document ( int hw_document )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwOutputDocument'); INSERT INTO `functions` VALUES (1096, 'hw-pconnect', 'hw_pConnect', 'Make a persistent database connection', ' int hw_pconnect ( string host, int port [, string username, string password] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwpConnect'); INSERT INTO `functions` VALUES (1097, 'hw-pipedocument', 'hw_PipeDocument', 'Retrieve any document', ' int hw_pipedocument ( int connection, int objectID [, array url_prefixes] )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwPipeDocument'); INSERT INTO `functions` VALUES (1098, 'hw-root', 'hw_Root', 'Root object id', ' int hw_root ( )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwRoot'); INSERT INTO `functions` VALUES (1099, 'hw-setlinkroot', 'hw_setlinkroot', ' Set the id to which links are calculated ', ' int hw_setlinkroot ( int link, int rootid )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwsetlinkroot'); INSERT INTO `functions` VALUES (1100, 'hw-stat', 'hw_stat', ' Returns status string ', ' string hw_stat ( int link )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwstat'); INSERT INTO `functions` VALUES (1101, 'hw-unlock', 'hw_Unlock', 'Unlock object', ' bool hw_unlock ( int connection, int objectID )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwUnlock'); INSERT INTO `functions` VALUES (1102, 'hw-who', 'hw_Who', 'List of currently logged in users', ' array hw_who ( int connection )', '(PHP 3 >= 3.0.3, PHP 4, PECL)', 'hwWho'); INSERT INTO `functions` VALUES (1103, 'hwapi-attribute-key', 'hw_api_attribute->key', 'Returns key of the attribute', ' string hw_api_attribute->key ( void )', '(no version information, might be only in CVS)', 'hwapiattribute->key'); INSERT INTO `functions` VALUES (1104, 'hwapi-attribute-langdepvalue', 'hw_api_attribute->langdepvalue', 'Returns value for a given language', ' string hw_api_attribute->langdepvalue ( string language )', '(no version information, might be only in CVS)', 'hwapiattribute->langdepvalue'); INSERT INTO `functions` VALUES (1105, 'hwapi-attribute-value', 'hw_api_attribute->value', 'Returns value of the attribute', ' string hw_api_attribute->value ( void )', '(no version information, might be only in CVS)', 'hwapiattribute->value'); INSERT INTO `functions` VALUES (1106, 'hwapi-attribute-values', 'hw_api_attribute->values', 'Returns all values of the attribute', ' array hw_api_attribute->values ( void )', '(no version information, might be only in CVS)', 'hwapiattribute->values'); INSERT INTO `functions` VALUES (1107, 'hwapi-attribute', 'hw_api_attribute', 'Creates instance of class hw_api_attribute', ' HW_API_Attribute hw_api_attribute ( [string name [, string value]] )', '(no version information, might be only in CVS)', 'hwapiattribute'); INSERT INTO `functions` VALUES (1108, 'hwapi-checkin', 'hw_api->checkin', 'Checks in an object', ' bool hw_api->checkin ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->checkin'); INSERT INTO `functions` VALUES (1109, 'hwapi-checkout', 'hw_api->checkout', 'Checks out an object', ' bool hw_api->checkout ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->checkout'); INSERT INTO `functions` VALUES (1110, 'hwapi-children', 'hw_api->children', 'Returns children of an object', ' array hw_api->children ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->children'); INSERT INTO `functions` VALUES (1111, 'hwapi-content-mimetype', 'hw_api_content->mimetype', 'Returns mimetype', ' string hw_api_content->mimetype ( void )', '(no version information, might be only in CVS)', 'hwapicontent->mimetype'); INSERT INTO `functions` VALUES (1112, 'hwapi-content-read', 'hw_api_content->read', 'Read content', ' string hw_api_content->read ( string buffer, int len )', '(no version information, might be only in CVS)', 'hwapicontent->read'); INSERT INTO `functions` VALUES (1113, 'hwapi-content', 'hw_api->content', 'Returns content of an object', ' HW_API_Content hw_api->content ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->content'); INSERT INTO `functions` VALUES (1114, 'hwapi-copy', 'hw_api->copy', 'Copies physically', ' hw_api_object hw_api->copy ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->copy'); INSERT INTO `functions` VALUES (1115, 'hwapi-dbstat', 'hw_api->dbstat', 'Returns statistics about database server', ' hw_api_object hw_api->dbstat ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->dbstat'); INSERT INTO `functions` VALUES (1116, 'hwapi-dcstat', 'hw_api->dcstat', 'Returns statistics about document cache server', ' hw_api_object hw_api->dcstat ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->dcstat'); INSERT INTO `functions` VALUES (1117, 'hwapi-dstanchors', 'hw_api->dstanchors', 'Returns a list of all destination anchors', ' array hw_api->dstanchors ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->dstanchors'); INSERT INTO `functions` VALUES (1118, 'hwapi-dstofsrcanchor', 'hw_api->dstofsrcanchor', 'Returns destination of a source anchor', ' hw_api_object hw_api->dstofsrcanchor ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->dstofsrcanchor'); INSERT INTO `functions` VALUES (1119, 'hwapi-error-count', 'hw_api_error->count', 'Returns number of reasons', ' int hw_api_error->count ( void )', '(no version information, might be only in CVS)', 'hwapierror->count'); INSERT INTO `functions` VALUES (1120, 'hwapi-error-reason', 'hw_api_error->reason', 'Returns reason of error', ' HW_API_Reason hw_api_error->reason ( void )', '(no version information, might be only in CVS)', 'hwapierror->reason'); INSERT INTO `functions` VALUES (1121, 'hwapi-find', 'hw_api->find', 'Search for objects', ' array hw_api->find ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->find'); INSERT INTO `functions` VALUES (1122, 'hwapi-ftstat', 'hw_api->ftstat', 'Returns statistics about fulltext server', ' hw_api_object hw_api->ftstat ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->ftstat'); INSERT INTO `functions` VALUES (1123, 'hwapi-hgcsp', 'hwapi_hgcsp', 'Returns object of class hw_api', ' HW_API hwapi_hgcsp ( string hostname [, int port] )', '(no version information, might be only in CVS)', 'hwapihgcsp'); INSERT INTO `functions` VALUES (1124, 'hwapi-hwstat', 'hw_api->hwstat', 'Returns statistics about Hyperwave server', ' hw_api_object hw_api->hwstat ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->hwstat'); INSERT INTO `functions` VALUES (1125, 'hwapi-identify', 'hw_api->identify', 'Log into Hyperwave Server', ' bool hw_api->identify ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->identify'); INSERT INTO `functions` VALUES (1126, 'hwapi-info', 'hw_api->info', 'Returns information about server configuration', ' array hw_api->info ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->info'); INSERT INTO `functions` VALUES (1127, 'hwapi-insert', 'hw_api->insert', 'Inserts a new object', ' hw_api_object hw_api->insert ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->insert'); INSERT INTO `functions` VALUES (1128, 'hwapi-insertanchor', 'hw_api->insertanchor', 'Inserts a new object of type anchor', ' hw_api_object hw_api->insertanchor ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->insertanchor'); INSERT INTO `functions` VALUES (1129, 'hwapi-insertcollection', 'hw_api->insertcollection', 'Inserts a new object of type collection', ' hw_api_object hw_api->insertcollection ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->insertcollection'); INSERT INTO `functions` VALUES (1130, 'hwapi-insertdocument', 'hw_api->insertdocument', 'Inserts a new object of type document', ' hw_api_object hw_api->insertdocument ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->insertdocument'); INSERT INTO `functions` VALUES (1131, 'hwapi-link', 'hw_api->link', 'Creates a link to an object', ' bool hw_api->link ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->link'); INSERT INTO `functions` VALUES (1132, 'hwapi-lock', 'hw_api->lock', 'Locks an object', ' bool hw_api->lock ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->lock'); INSERT INTO `functions` VALUES (1133, 'hwapi-move', 'hw_api->move', 'Moves object between collections', ' bool hw_api->move ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->move'); INSERT INTO `functions` VALUES (1134, 'hwapi-new-content', 'hw_api_content', 'Create new instance of class hw_api_content', ' HW_API_Content hw_api_content ( string content, string mimetype )', '(no version information, might be only in CVS)', 'hwapicontent'); INSERT INTO `functions` VALUES (1135, 'hwapi-object-assign', 'hw_api_object->assign', 'Clones object', ' bool hw_api_object->assign ( array parameter )', '(no version information, might be only in CVS)', 'hwapiobject->assign'); INSERT INTO `functions` VALUES (1136, 'hwapi-object-attreditable', 'hw_api_object->attreditable', 'Checks whether an attribute is editable', ' bool hw_api_object->attreditable ( array parameter )', '(no version information, might be only in CVS)', 'hwapiobject->attreditable'); INSERT INTO `functions` VALUES (1137, 'hwapi-object-count', 'hw_api_object->count', 'Returns number of attributes', ' int hw_api_object->count ( array parameter )', '(no version information, might be only in CVS)', 'hwapiobject->count'); INSERT INTO `functions` VALUES (1138, 'hwapi-object-insert', 'hw_api_object->insert', 'Inserts new attribute', ' bool hw_api_object->insert ( HW_API_Attribute attribute )', '(no version information, might be only in CVS)', 'hwapiobject->insert'); INSERT INTO `functions` VALUES (1139, 'hwapi-object-new', 'hw_api_object', 'Creates a new instance of class hw_api_object', ' hw_api_object hw_api_object ( array parameter )', '(no version information, might be only in CVS)', 'hwapiobject'); INSERT INTO `functions` VALUES (1140, 'hwapi-object-remove', 'hw_api_object->remove', 'Removes attribute', ' bool hw_api_object->remove ( string name )', '(no version information, might be only in CVS)', 'hwapiobject->remove'); INSERT INTO `functions` VALUES (1141, 'hwapi-object-title', 'hw_api_object->title', 'Returns the title attribute', ' string hw_api_object->title ( array parameter )', '(no version information, might be only in CVS)', 'hwapiobject->title'); INSERT INTO `functions` VALUES (1142, 'hwapi-object-value', 'hw_api_object->value', 'Returns value of attribute', ' string hw_api_object->value ( string name )', '(no version information, might be only in CVS)', 'hwapiobject->value'); INSERT INTO `functions` VALUES (1143, 'hwapi-object', 'hw_api->object', 'Retrieve attribute information', ' hw_api_object hw_api->object ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->object'); INSERT INTO `functions` VALUES (1144, 'hwapi-objectbyanchor', 'hw_api->objectbyanchor', 'Returns the object an anchor belongs to', ' hw_api_object hw_api->objectbyanchor ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->objectbyanchor'); INSERT INTO `functions` VALUES (1145, 'hwapi-parents', 'hw_api->parents', 'Returns parents of an object', ' array hw_api->parents ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->parents'); INSERT INTO `functions` VALUES (1146, 'hwapi-reason-description', 'hw_api_reason->description', 'Returns description of reason', ' string hw_api_reason->description ( void )', '(no version information, might be only in CVS)', 'hwapireason->description'); INSERT INTO `functions` VALUES (1147, 'hwapi-reason-type', 'hw_api_reason->type', 'Returns type of reason', ' HW_API_Reason hw_api_reason->type ( void )', '(no version information, might be only in CVS)', 'hwapireason->type'); INSERT INTO `functions` VALUES (1148, 'hwapi-remove', 'hw_api->remove', 'Delete an object', ' bool hw_api->remove ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->remove'); INSERT INTO `functions` VALUES (1149, 'hwapi-replace', 'hw_api->replace', 'Replaces an object', ' hw_api_object hw_api->replace ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->replace'); INSERT INTO `functions` VALUES (1150, 'hwapi-setcommittedversion', 'hw_api->setcommittedversion', 'Commits version other than last version', ' hw_api_object hw_api->setcommittedversion ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->setcommittedversion'); INSERT INTO `functions` VALUES (1151, 'hwapi-srcanchors', 'hw_api->srcanchors', 'Returns a list of all source anchors', ' array hw_api->srcanchors ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->srcanchors'); INSERT INTO `functions` VALUES (1152, 'hwapi-srcsofdst', 'hw_api->srcsofdst', 'Returns source of a destination object', ' array hw_api->srcsofdst ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->srcsofdst'); INSERT INTO `functions` VALUES (1153, 'hwapi-unlock', 'hw_api->unlock', 'Unlocks a locked object', ' bool hw_api->unlock ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->unlock'); INSERT INTO `functions` VALUES (1154, 'hwapi-user', 'hw_api->user', 'Returns the own user object', ' hw_api_object hw_api->user ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->user'); INSERT INTO `functions` VALUES (1155, 'hwapi-userlist', 'hw_api->userlist', 'Returns a list of all logged in users', ' array hw_api->userlist ( array parameter )', '(no version information, might be only in CVS)', 'hwapi->userlist'); INSERT INTO `functions` VALUES (1156, 'db2-autocommit', 'db2_autocommit', ' Returns or sets the AUTOCOMMIT state for a database connection ', ' mixed db2_autocommit ( resource connection [, bool value] )', '(PECL)', 'db2autocommit'); INSERT INTO `functions` VALUES (1157, 'db2-bind-param', 'db2_bind_param', ' Binds a PHP variable to an SQL statement parameter ', ' bool db2_bind_param ( resource stmt, int parameter-number, string variable-name [, int parameter-type [, int data-type [, int precision [, int scale]]]] )', '(PECL)', 'db2bindparam'); INSERT INTO `functions` VALUES (1158, 'db2-client-info', 'db2_client_info', 'Returns an object with properties that describe the DB2 database client', ' object db2_client_info ( resource connection )', '(no version information, might be only in CVS)', 'db2clientinfo'); INSERT INTO `functions` VALUES (1159, 'db2-close', 'db2_close', ' Closes a database connection ', ' bool db2_close ( resource connection )', '(PECL)', 'db2close'); INSERT INTO `functions` VALUES (1160, 'db2-column-privileges', 'db2_column_privileges', ' Returns a result set listing the columns and associated privileges for a table ', ' resource db2_column_privileges ( resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]] )', '(PECL)', 'db2columnprivileges'); INSERT INTO `functions` VALUES (1161, 'db2-columns', 'db2_columns', ' Returns a result set listing the columns and associated metadata for a table ', ' resource db2_columns ( resource connection [, string qualifier [, string schema [, string table-name [, string column-name]]]] )', '(PECL)', 'db2columns'); INSERT INTO `functions` VALUES (1162, 'db2-commit', 'db2_commit', ' Commits a transaction ', ' bool db2_commit ( resource connection )', '(PECL)', 'db2commit'); INSERT INTO `functions` VALUES (1163, 'db2-conn-error', 'db2_conn_error', ' Returns a string containing the SQLSTATE returned by the last connection attempt ', ' string db2_conn_error ( [resource connection] )', '(PECL)', 'db2connerror'); INSERT INTO `functions` VALUES (1164, 'db2-conn-errormsg', 'db2_conn_errormsg', ' Returns the last connection error message and SQLCODE value ', ' string db2_conn_errormsg ( [resource connection] )', '(PECL)', 'db2connerrormsg'); INSERT INTO `functions` VALUES (1165, 'db2-connect', 'db2_connect', ' Returns a connection to a database ', ' resource db2_connect ( string database, string username, string password [, array options] )', '(PECL)', 'db2connect'); INSERT INTO `functions` VALUES (1166, 'db2-cursor-type', 'db2_cursor_type', ' Returns the cursor type used by a statement resource ', ' int db2_cursor_type ( resource stmt )', '(PECL)', 'db2cursortype'); INSERT INTO `functions` VALUES (1167, 'db2-exec', 'db2_exec', ' Executes an SQL statement directly ', ' resource db2_exec ( resource connection, string statement [, array options] )', '(PECL)', 'db2exec'); INSERT INTO `functions` VALUES (1168, 'db2-execute', 'db2_execute', ' Executes a prepared SQL statement ', ' bool db2_execute ( resource stmt [, array parameters] )', '(PECL)', 'db2execute'); INSERT INTO `functions` VALUES (1169, 'db2-fetch-array', 'db2_fetch_array', ' Returns an array, indexed by column position, representing a row in a result set ', ' array db2_fetch_array ( resource stmt [, int row_number] )', '(PECL)', 'db2fetcharray'); INSERT INTO `functions` VALUES (1170, 'db2-fetch-assoc', 'db2_fetch_assoc', ' Returns an array, indexed by column name, representing a row in a result set ', ' array db2_fetch_assoc ( resource stmt [, int row_number] )', '(PECL)', 'db2fetchassoc'); INSERT INTO `functions` VALUES (1171, 'db2-fetch-both', 'db2_fetch_both', ' Returns an array, indexed by both column name and position, representing a row in a result set ', ' array db2_fetch_both ( resource stmt [, int row_number] )', '(PECL)', 'db2fetchboth'); INSERT INTO `functions` VALUES (1172, 'db2-fetch-object', 'db2_fetch_object', ' Returns an object with properties representing columns in the fetched row ', ' object db2_fetch_object ( resource stmt [, int row_number] )', '(PECL)', 'db2fetchobject'); INSERT INTO `functions` VALUES (1173, 'db2-fetch-row', 'db2_fetch_row', ' Sets the result set pointer to the next row or requested row ', ' bool db2_fetch_row ( resource stmt [, int row_number] )', '(PECL)', 'db2fetchrow'); INSERT INTO `functions` VALUES (1174, 'db2-field-display-size', 'db2_field_display_size', ' Returns the maximum number of bytes required to display a column ', ' int db2_field_display_size ( resource stmt, mixed column )', '(PECL)', 'db2fielddisplaysize'); INSERT INTO `functions` VALUES (1175, 'db2-field-name', 'db2_field_name', ' Returns the name of the column in the result set ', ' string db2_field_name ( resource stmt, mixed column )', '(PECL)', 'db2fieldname'); INSERT INTO `functions` VALUES (1176, 'db2-field-num', 'db2_field_num', ' Returns the position of the named column in a result set ', ' int db2_field_num ( resource stmt, mixed column )', '(PECL)', 'db2fieldnum'); INSERT INTO `functions` VALUES (1177, 'db2-field-precision', 'db2_field_precision', ' Returns the precision of the indicated column in a result set ', ' int db2_field_precision ( resource stmt, mixed column )', '(PECL)', 'db2fieldprecision'); INSERT INTO `functions` VALUES (1178, 'db2-field-scale', 'db2_field_scale', ' Returns the scale of the indicated column in a result set ', ' int db2_field_scale ( resource stmt, mixed column )', '(PECL)', 'db2fieldscale'); INSERT INTO `functions` VALUES (1179, 'db2-field-type', 'db2_field_type', ' Returns the data type of the indicated column in a result set ', ' string db2_field_type ( resource stmt, mixed column )', '(PECL)', 'db2fieldtype'); INSERT INTO `functions` VALUES (1180, 'db2-field-width', 'db2_field_width', ' Returns the width of the current value of the indicated column in a result set ', ' int db2_field_width ( resource stmt, mixed column )', '(PECL)', 'db2fieldwidth'); INSERT INTO `functions` VALUES (1181, 'db2-foreign-keys', 'db2_foreign_keys', ' Returns a result set listing the foreign keys for a table ', ' resource db2_foreign_keys ( resource connection, string qualifier, string schema, string table-name )', '(PECL)', 'db2foreignkeys'); INSERT INTO `functions` VALUES (1182, 'db2-free-result', 'db2_free_result', ' Frees resources associated with a result set ', ' bool db2_free_result ( resource stmt )', '(PECL)', 'db2freeresult'); INSERT INTO `functions` VALUES (1183, 'db2-free-stmt', 'db2_free_stmt', ' Frees resources associated with the indicated statement resource ', ' bool db2_free_stmt ( resource stmt )', '(PECL)', 'db2freestmt'); INSERT INTO `functions` VALUES (1184, 'db2-next-result', 'db2_next_result', ' Requests the next result set from a stored procedure ', ' resource db2_next_result ( resource stmt )', '(PECL)', 'db2nextresult'); INSERT INTO `functions` VALUES (1185, 'db2-num-fields', 'db2_num_fields', ' Returns the number of fields contained in a result set ', ' int db2_num_fields ( resource stmt )', '(PECL)', 'db2numfields'); INSERT INTO `functions` VALUES (1186, 'db2-num-rows', 'db2_num_rows', ' Returns the number of rows affected by an SQL statement ', ' int db2_num_rows ( resource stmt )', '(PECL)', 'db2numrows'); INSERT INTO `functions` VALUES (1187, 'db2-pconnect', 'db2_pconnect', ' Returns a persistent connection to a database ', ' resource db2_pconnect ( string database, string username, string password [, array options] )', '(PECL)', 'db2pconnect'); INSERT INTO `functions` VALUES (1188, 'db2-prepare', 'db2_prepare', ' Prepares an SQL statement to be executed ', ' resource db2_prepare ( resource connection, string statement [, array options] )', '(PECL)', 'db2prepare'); INSERT INTO `functions` VALUES (1189, 'db2-primary-keys', 'db2_primary_keys', ' Returns a result set listing primary keys for a table ', ' resource db2_primary_keys ( resource connection, string qualifier, string schema, string table-name )', '(PECL)', 'db2primarykeys'); INSERT INTO `functions` VALUES (1190, 'db2-procedure-columns', 'db2_procedure_columns', ' Returns a result set listing stored procedure parameters ', ' resource db2_procedure_columns ( resource connection, string qualifier, string schema, string procedure, string parameter )', '(PECL)', 'db2procedurecolumns'); INSERT INTO `functions` VALUES (1191, 'db2-procedures', 'db2_procedures', ' Returns a result set listing the stored procedures registered in a database ', ' resource db2_procedures ( resource connection, string qualifier, string schema, string procedure )', '(PECL)', 'db2procedures'); INSERT INTO `functions` VALUES (1192, 'db2-result', 'db2_result', ' Returns a single column from a row in the result set ', ' mixed db2_result ( resource stmt, mixed column )', '(PECL)', 'db2result'); INSERT INTO `functions` VALUES (1193, 'db2-rollback', 'db2_rollback', ' Rolls back a transaction ', ' bool db2_rollback ( resource connection )', '(PECL)', 'db2rollback'); INSERT INTO `functions` VALUES (1194, 'db2-server-info', 'db2_server_info', 'Returns an object with properties that describe the DB2 database server', ' object db2_server_info ( resource connection )', '(no version information, might be only in CVS)', 'db2serverinfo'); INSERT INTO `functions` VALUES (1195, 'db2-special-columns', 'db2_special_columns', ' Returns a result set listing the unique row identifier columns for a table ', ' resource db2_special_columns ( resource connection, string qualifier, string schema, string table_name, int scope )', '(PECL)', 'db2specialcolumns'); INSERT INTO `functions` VALUES (1196, 'db2-statistics', 'db2_statistics', ' Returns a result set listing the index and statistics for a table ', ' resource db2_statistics ( resource connection, string qualifier, string schema, string table-name, bool unique )', '(PECL)', 'db2statistics'); INSERT INTO `functions` VALUES (1197, 'db2-stmt-error', 'db2_stmt_error', ' Returns a string containing the SQLSTATE returned by an SQL statement ', ' string db2_stmt_error ( [resource stmt] )', '(PECL)', 'db2stmterror'); INSERT INTO `functions` VALUES (1198, 'db2-stmt-errormsg', 'db2_stmt_errormsg', ' Returns a string containing the last SQL statement error message ', ' string db2_stmt_errormsg ( [resource stmt] )', '(PECL)', 'db2stmterrormsg'); INSERT INTO `functions` VALUES (1199, 'db2-table-privileges', 'db2_table_privileges', ' Returns a result set listing the tables and associated privileges in a database ', ' resource db2_table_privileges ( resource connection [, string qualifier [, string schema [, string table_name]]] )', '(PECL)', 'db2tableprivileges'); INSERT INTO `functions` VALUES (1200, 'db2-tables', 'db2_tables', ' Returns a result set listing the tables and associated metadata in a database ', ' resource db2_tables ( resource connection [, string qualifier [, string schema [, string table-name [, string table-type]]]] )', '(PECL)', 'db2tables'); INSERT INTO `functions` VALUES (1201, 'icap-close', 'icap_close', 'Close an ICAP stream', ' int icap_close ( int icap_stream [, int flags] )', '(no version information, might be only in CVS)', 'icapclose'); INSERT INTO `functions` VALUES (1202, 'icap-create-calendar', 'icap_create_calendar', ' Create a new calendar ', ' string icap_create_calendar ( int stream_id, string calendar )', '(PHP 4 <= 4.2.3)', 'icapcreatecalendar'); INSERT INTO `functions` VALUES (1203, 'icap-delete-calendar', 'icap_delete_calendar', ' Delete a calendar ', ' string icap_delete_calendar ( int stream_id, string calendar )', '(PHP 4 <= 4.2.3)', 'icapdeletecalendar'); INSERT INTO `functions` VALUES (1204, 'icap-delete-event', 'icap_delete_event', 'Delete an event from an ICAP calendar', ' string icap_delete_event ( int stream_id, int uid )', '(PHP 4 <= 4.2.3)', 'icapdeleteevent'); INSERT INTO `functions` VALUES (1205, 'icap-fetch-event', 'icap_fetch_event', 'Fetches an event from the calendar stream/', ' int icap_fetch_event ( int stream_id, int event_id [, int options] )', '(PHP 4 <= 4.2.3)', 'icapfetchevent'); INSERT INTO `functions` VALUES (1206, 'icap-list-alarms', 'icap_list_alarms', ' Return a list of events that has an alarm triggered at the given datetime ', ' int icap_list_alarms ( int stream_id, array date, array time )', '(PHP 4 <= 4.2.3)', 'icaplistalarms'); INSERT INTO `functions` VALUES (1207, 'icap-list-events', 'icap_list_events', ' Return a list of events between two given datetimes ', ' array icap_list_events ( int stream_id, int begin_date [, int end_date] )', '(PHP 4 <= 4.2.3)', 'icaplistevents'); INSERT INTO `functions` VALUES (1208, 'icap-open', 'icap_open', 'Opens up an ICAP connection', ' resource icap_open ( string calendar, string username, string password, string options )', '(PHP 4 <= 4.2.3)', 'icapopen'); INSERT INTO `functions` VALUES (1209, 'icap-rename-calendar', 'icap_rename_calendar', ' Rename a calendar ', ' string icap_rename_calendar ( int stream_id, string old_name, string new_name )', '(PHP 4 <= 4.2.3)', 'icaprenamecalendar'); INSERT INTO `functions` VALUES (1210, 'icap-reopen', 'icap_reopen', ' Reopen ICAP stream to new calendar ', ' int icap_reopen ( int stream_id, string calendar [, int options] )', '(PHP 4 <= 4.2.3)', 'icapreopen'); INSERT INTO `functions` VALUES (1211, 'icap-snooze', 'icap_snooze', 'Snooze an alarm', ' string icap_snooze ( int stream_id, int uid )', '(PHP 4 <= 4.2.3)', 'icapsnooze'); INSERT INTO `functions` VALUES (1212, 'icap-store-event', 'icap_store_event', 'Store an event into an ICAP calendar', ' string icap_store_event ( int stream_id, object event )', '(PHP 4 <= 4.2.3)', 'icapstoreevent'); INSERT INTO `functions` VALUES (1213, 'iconv-get-encoding', 'iconv_get_encoding', 'Retrieve internal configuration variables of iconv extension', ' mixed iconv_get_encoding ( [string type] )', '(PHP 4 >= 4.0.5, PHP 5)', 'iconvgetencoding'); INSERT INTO `functions` VALUES (1214, 'iconv-mime-decode-headers', 'iconv_mime_decode_headers', ' Decodes multiple MIME header fields at once ', ' array iconv_mime_decode_headers ( string encoded_headers [, int mode [, string charset]] )', '(PHP 5)', 'iconvmimedecodeheaders'); INSERT INTO `functions` VALUES (1215, 'iconv-mime-decode', 'iconv_mime_decode', ' Decodes a MIME header field ', ' string iconv_mime_decode ( string encoded_header [, int mode [, string charset]] )', '(PHP 5)', 'iconvmimedecode'); INSERT INTO `functions` VALUES (1216, 'iconv-mime-encode', 'iconv_mime_encode', ' Composes a MIME header field ', ' string iconv_mime_encode ( string field_name, string field_value [, array preferences] )', '(PHP 5)', 'iconvmimeencode'); INSERT INTO `functions` VALUES (1217, 'iconv-set-encoding', 'iconv_set_encoding', 'Set current setting for character encoding conversion', ' bool iconv_set_encoding ( string type, string charset )', '(PHP 4 >= 4.0.5, PHP 5)', 'iconvsetencoding'); INSERT INTO `functions` VALUES (1218, 'iconv-strlen', 'iconv_strlen', ' Returns the character count of string ', ' int iconv_strlen ( string str [, string charset] )', '(PHP 5)', 'iconvstrlen'); INSERT INTO `functions` VALUES (1219, 'iconv-strpos', 'iconv_strpos', ' Finds position of first occurrence of a needle within a haystack ', ' int iconv_strpos ( string haystack, string needle [, int offset [, string charset]] )', '(PHP 5)', 'iconvstrpos'); INSERT INTO `functions` VALUES (1220, 'iconv-strrpos', 'iconv_strrpos', ' Finds the last occurrence of a needle within the specified range of haystack ', ' int iconv_strrpos ( string haystack, string needle [, string charset] )', '(PHP 5)', 'iconvstrrpos'); INSERT INTO `functions` VALUES (1221, 'iconv-substr', 'iconv_substr', ' Cut out part of a string ', ' string iconv_substr ( string str, int offset [, int length [, string charset]] )', '(PHP 5)', 'iconvsubstr'); INSERT INTO `functions` VALUES (1222, 'iconv', 'iconv', 'Convert string to requested character encoding', ' string iconv ( string in_charset, string out_charset, string str )', '(PHP 4 >= 4.0.5, PHP 5)', 'iconv'); INSERT INTO `functions` VALUES (1223, 'ob-iconv-handler', 'ob_iconv_handler', 'Convert character encoding as output buffer handler', ' string ob_iconv_handler ( string contents, int status )', '(PHP 4 >= 4.0.5, PHP 5)', 'obiconvhandler'); INSERT INTO `functions` VALUES (1224, 'id3-get-frame-long-name', 'id3_get_frame_long_name', 'Get the long name of an ID3v2 frame', ' string id3_get_frame_long_name ( string frameId )', '(PECL)', 'id3getframelongname'); INSERT INTO `functions` VALUES (1225, 'id3-get-frame-short-name', 'id3_get_frame_short_name', 'Get the short name of an ID3v2 frame', ' string id3_get_frame_short_name ( string frameId )', '(PECL)', 'id3getframeshortname'); INSERT INTO `functions` VALUES (1226, 'id3-get-genre-id', 'id3_get_genre_id', 'Get the id for a genre', ' int id3_get_genre_id ( string genre )', '(PECL)', 'id3getgenreid'); INSERT INTO `functions` VALUES (1227, 'id3-get-genre-list', 'id3_get_genre_list', 'Get all possible genre values', ' array id3_get_genre_list ( void )', '(PECL)', 'id3getgenrelist'); INSERT INTO `functions` VALUES (1228, 'id3-get-genre-name', 'id3_get_genre_name', 'Get the name for a genre id', ' string id3_get_genre_name ( int genre_id )', '(PECL)', 'id3getgenrename'); INSERT INTO `functions` VALUES (1229, 'id3-get-tag', 'id3_get_tag', 'Get all information stored in an ID3 tag', ' array id3_get_tag ( string filename [, int version] )', '(PECL)', 'id3gettag'); INSERT INTO `functions` VALUES (1230, 'id3-get-version', 'id3_get_version', 'Get version of an ID3 tag', ' int id3_get_version ( string filename )', '(PECL)', 'id3getversion'); INSERT INTO `functions` VALUES (1231, 'id3-remove-tag', 'id3_remove_tag', 'Remove an existing ID3 tag', ' bool id3_remove_tag ( string filename [, int version] )', '(PECL)', 'id3removetag'); INSERT INTO `functions` VALUES (1232, 'id3-set-tag', 'id3_set_tag', 'Update information stored in an ID3 tag', ' bool id3_set_tag ( string filename, array tag [, int version] )', '(PECL)', 'id3settag'); INSERT INTO `functions` VALUES (1233, 'iis-add-server', 'iis_add_server', 'Creates a new virtual web server', ' int iis_add_server ( string path, string comment, string server_ip, int port, string host_name, int rights, int start_server )', '(PECL)', 'iisaddserver'); INSERT INTO `functions` VALUES (1234, 'iis-get-dir-security', 'iis_get_dir_security', 'Gets Directory Security', ' int iis_get_dir_security ( int server_instance, string virtual_path )', '(PECL)', 'iisgetdirsecurity'); INSERT INTO `functions` VALUES (1235, 'iis-get-script-map', 'iis_get_script_map', 'Gets script mapping on a virtual directory for a specific extension', ' string iis_get_script_map ( int server_instance, string virtual_path, string script_extension )', '(PECL)', 'iisgetscriptmap'); INSERT INTO `functions` VALUES (1236, 'iis-get-server-by-comment', 'iis_get_server_by_comment', 'Return the instance number associated with the Comment', ' int iis_get_server_by_comment ( string comment )', '(PECL)', 'iisgetserverbycomment'); INSERT INTO `functions` VALUES (1237, 'iis-get-server-by-path', 'iis_get_server_by_path', 'Return the instance number associated with the Path', ' int iis_get_server_by_path ( string path )', '(PECL)', 'iisgetserverbypath'); INSERT INTO `functions` VALUES (1238, 'iis-get-server-rights', 'iis_get_server_rights', 'Gets server rights', ' int iis_get_server_rights ( int server_instance, string virtual_path )', '(PECL)', 'iisgetserverrights'); INSERT INTO `functions` VALUES (1239, 'iis-get-service-state', 'iis_get_service_state', 'Returns the state for the service defined by ServiceId', ' int iis_get_service_state ( string service_id )', '(PECL)', 'iisgetservicestate'); INSERT INTO `functions` VALUES (1240, 'iis-remove-server', 'iis_remove_server', 'Removes the virtual web server indicated by ServerInstance', ' int iis_remove_server ( int server_instance )', '(PECL)', 'iisremoveserver'); INSERT INTO `functions` VALUES (1241, 'iis-set-app-settings', 'iis_set_app_settings', 'Creates application scope for a virtual directory', ' int iis_set_app_settings ( int server_instance, string virtual_path, string application_scope )', '(PECL)', 'iissetappsettings'); INSERT INTO `functions` VALUES (1242, 'iis-set-dir-security', 'iis_set_dir_security', 'Sets Directory Security', ' int iis_set_dir_security ( int server_instance, string virtual_path, int directory_flags )', '(PECL)', 'iissetdirsecurity'); INSERT INTO `functions` VALUES (1243, 'iis-set-script-map', 'iis_set_script_map', 'Sets script mapping on a virtual directory', ' int iis_set_script_map ( int server_instance, string virtual_path, string script_extension, string engine_path, int allow_scripting )', '(PECL)', 'iissetscriptmap'); INSERT INTO `functions` VALUES (1244, 'iis-set-server-rights', 'iis_set_server_rights', 'Sets server rights', ' int iis_set_server_rights ( int server_instance, string virtual_path, int directory_flags )', '(PECL)', 'iissetserverrights'); INSERT INTO `functions` VALUES (1245, 'iis-start-server', 'iis_start_server', 'Starts the virtual web server', ' int iis_start_server ( int server_instance )', '(PECL)', 'iisstartserver'); INSERT INTO `functions` VALUES (1246, 'iis-start-service', 'iis_start_service', 'Starts the service defined by ServiceId', ' int iis_start_service ( string service_id )', '(PECL)', 'iisstartservice'); INSERT INTO `functions` VALUES (1247, 'iis-stop-server', 'iis_stop_server', 'Stops the virtual web server', ' int iis_stop_server ( int server_instance )', '(PECL)', 'iisstopserver'); INSERT INTO `functions` VALUES (1248, 'iis-stop-service', 'iis_stop_service', 'Stops the service defined by ServiceId', ' int iis_stop_service ( string service_id )', '(PECL)', 'iisstopservice'); INSERT INTO `functions` VALUES (1249, 'gd-info', 'gd_info', 'Retrieve information about the currently installed GD library', ' array gd_info ( void )', '(PHP 4 >= 4.3.0, PHP 5)', 'gdinfo'); INSERT INTO `functions` VALUES (1250, 'getimagesize', 'getimagesize', 'Get the size of an image', ' array getimagesize ( string filename [, array &imageinfo] )', '(PHP 3, PHP 4, PHP 5)', 'getimagesize'); INSERT INTO `functions` VALUES (1251, 'image-type-to-extension', 'image_type_to_extension', ' Get file extension for image type ', ' string image_type_to_extension ( int imagetype [, bool include_dot] )', '(no version information, might be only in CVS)', 'imagetypetoextension'); INSERT INTO `functions` VALUES (1252, 'image-type-to-mime-type', 'image_type_to_mime_type', 'Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype', ' string image_type_to_mime_type ( int imagetype )', '(PHP 4 >= 4.3.0, PHP 5)', 'imagetypetomimetype'); INSERT INTO `functions` VALUES (1253, 'image2wbmp', 'image2wbmp', 'Output image to browser or file', ' int image2wbmp ( resource image [, string filename [, int threshold]] )', '(PHP 4 >= 4.0.5, PHP 5)', 'image2wbmp'); INSERT INTO `functions` VALUES (1254, 'imagealphablending', 'imagealphablending', 'Set the blending mode for an image', ' bool imagealphablending ( resource image, bool blendmode )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagealphablending'); INSERT INTO `functions` VALUES (1255, 'imageantialias', 'imageantialias', ' Should antialias functions be used or not ', ' bool imageantialias ( resource im, bool on )', '(PHP 4 >= 4.3.2, PHP 5)', 'imageantialias'); INSERT INTO `functions` VALUES (1256, 'imagearc', 'imagearc', 'Draw a partial ellipse', ' bool imagearc ( resource image, int cx, int cy, int w, int h, int s, int e, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagearc'); INSERT INTO `functions` VALUES (1257, 'imagechar', 'imagechar', 'Draw a character horizontally', ' bool imagechar ( resource image, int font, int x, int y, string c, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagechar'); INSERT INTO `functions` VALUES (1258, 'imagecharup', 'imagecharup', 'Draw a character vertically', ' bool imagecharup ( resource image, int font, int x, int y, string c, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagecharup'); INSERT INTO `functions` VALUES (1259, 'imagecolorallocate', 'imagecolorallocate', 'Allocate a color for an image', ' int imagecolorallocate ( resource image, int red, int green, int blue )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorallocate'); INSERT INTO `functions` VALUES (1260, 'imagecolorallocatealpha', 'imagecolorallocatealpha', 'Allocate a color for an image', ' int imagecolorallocatealpha ( resource image, int red, int green, int blue, int alpha )', '(PHP 4 >= 4.3.2, PHP 5)', 'imagecolorallocatealpha'); INSERT INTO `functions` VALUES (1261, 'imagecolorat', 'imagecolorat', 'Get the index of the color of a pixel', ' int imagecolorat ( resource image, int x, int y )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorat'); INSERT INTO `functions` VALUES (1262, 'imagecolorclosest', 'imagecolorclosest', 'Get the index of the closest color to the specified color', ' int imagecolorclosest ( resource image, int red, int green, int blue )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorclosest'); INSERT INTO `functions` VALUES (1263, 'imagecolorclosestalpha', 'imagecolorclosestalpha', 'Get the index of the closest color to the specified color + alpha', ' int imagecolorclosestalpha ( resource image, int red, int green, int blue, int alpha )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagecolorclosestalpha'); INSERT INTO `functions` VALUES (1264, 'imagecolorclosesthwb', 'imagecolorclosesthwb', ' Get the index of the color which has the hue, white and blackness nearest to the given color ', ' int imagecolorclosesthwb ( resource image, int red, int green, int blue )', '(PHP 4 >= 4.0.1, PHP 5)', 'imagecolorclosesthwb'); INSERT INTO `functions` VALUES (1265, 'imagecolordeallocate', 'imagecolordeallocate', 'De-allocate a color for an image', ' bool imagecolordeallocate ( resource image, int color )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'imagecolordeallocate'); INSERT INTO `functions` VALUES (1266, 'imagecolorexact', 'imagecolorexact', 'Get the index of the specified color', ' int imagecolorexact ( resource image, int red, int green, int blue )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorexact'); INSERT INTO `functions` VALUES (1267, 'imagecolorexactalpha', 'imagecolorexactalpha', 'Get the index of the specified color + alpha', ' int imagecolorexactalpha ( resource image, int red, int green, int blue, int alpha )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagecolorexactalpha'); INSERT INTO `functions` VALUES (1268, 'imagecolormatch', 'imagecolormatch', ' Makes the colors of the palette version of an image more closely match the true color version ', ' bool imagecolormatch ( resource image1, resource image2 )', '(PHP 4 >= 4.3.0, PHP 5)', 'imagecolormatch'); INSERT INTO `functions` VALUES (1269, 'imagecolorresolve', 'imagecolorresolve', ' Get the index of the specified color or its closest possible alternative ', ' int imagecolorresolve ( resource image, int red, int green, int blue )', '(PHP 3 >= 3.0.2, PHP 4, PHP 5)', 'imagecolorresolve'); INSERT INTO `functions` VALUES (1270, 'imagecolorresolvealpha', 'imagecolorresolvealpha', ' Get the index of the specified color + alpha or its closest possible alternative ', ' int imagecolorresolvealpha ( resource image, int red, int green, int blue, int alpha )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagecolorresolvealpha'); INSERT INTO `functions` VALUES (1271, 'imagecolorset', 'imagecolorset', 'Set the color for the specified palette index', ' void imagecolorset ( resource image, int index, int red, int green, int blue )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorset'); INSERT INTO `functions` VALUES (1272, 'imagecolorsforindex', 'imagecolorsforindex', 'Get the colors for an index', ' array imagecolorsforindex ( resource image, int index )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorsforindex'); INSERT INTO `functions` VALUES (1273, 'imagecolorstotal', 'imagecolorstotal', 'Find out the number of colors in an image''s palette', ' int imagecolorstotal ( resource image )', '(PHP 3, PHP 4, PHP 5)', 'imagecolorstotal'); INSERT INTO `functions` VALUES (1274, 'imagecolortransparent', 'imagecolortransparent', 'Define a color as transparent', ' int imagecolortransparent ( resource image [, int color] )', '(PHP 3, PHP 4, PHP 5)', 'imagecolortransparent'); INSERT INTO `functions` VALUES (1275, 'imageconvolution', 'imageconvolution', ' Apply a 3x3 convolution matrix, using coefficient div and offset ', ' bool imageconvolution ( resource image, array matrix3x3, float div, float offset )', '(PHP 5 >= 5.1.0RC1)', 'imageconvolution'); INSERT INTO `functions` VALUES (1276, 'imagecopy', 'imagecopy', 'Copy part of an image', ' bool imagecopy ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'imagecopy'); INSERT INTO `functions` VALUES (1277, 'imagecopymerge', 'imagecopymerge', 'Copy and merge part of an image', ' bool imagecopymerge ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct )', '(PHP 4 >= 4.0.1, PHP 5)', 'imagecopymerge'); INSERT INTO `functions` VALUES (1278, 'imagecopymergegray', 'imagecopymergegray', 'Copy and merge part of an image with gray scale', ' bool imagecopymergegray ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagecopymergegray'); INSERT INTO `functions` VALUES (1279, 'imagecopyresampled', 'imagecopyresampled', 'Copy and resize part of an image with resampling', ' bool imagecopyresampled ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagecopyresampled'); INSERT INTO `functions` VALUES (1280, 'imagecopyresized', 'imagecopyresized', 'Copy and resize part of an image', ' bool imagecopyresized ( resource dst_image, resource src_image, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h )', '(PHP 3, PHP 4, PHP 5)', 'imagecopyresized'); INSERT INTO `functions` VALUES (1281, 'imagecreate', 'imagecreate', 'Create a new palette based image', ' resource imagecreate ( int x_size, int y_size )', '(PHP 3, PHP 4, PHP 5)', 'imagecreate'); INSERT INTO `functions` VALUES (1282, 'imagecreatefromgd2', 'imagecreatefromgd2', 'Create a new image from GD2 file or URL', ' resource imagecreatefromgd2 ( string filename )', '(PHP 4 >= 4.1.0, PHP 5)', 'imagecreatefromgd2'); INSERT INTO `functions` VALUES (1283, 'imagecreatefromgd2part', 'imagecreatefromgd2part', 'Create a new image from a given part of GD2 file or URL', ' resource imagecreatefromgd2part ( string filename, int srcX, int srcY, int width, int height )', '(PHP 4 >= 4.1.0, PHP 5)', 'imagecreatefromgd2part'); INSERT INTO `functions` VALUES (1284, 'imagecreatefromgd', 'imagecreatefromgd', 'Create a new image from GD file or URL', ' resource imagecreatefromgd ( string filename )', '(PHP 4 >= 4.1.0, PHP 5)', 'imagecreatefromgd'); INSERT INTO `functions` VALUES (1285, 'imagecreatefromgif', 'imagecreatefromgif', 'Create a new image from file or URL', ' resource imagecreatefromgif ( string filename )', '(PHP 3, PHP 4, PHP 5)', 'imagecreatefromgif'); INSERT INTO `functions` VALUES (1286, 'imagecreatefromjpeg', 'imagecreatefromjpeg', 'Create a new image from file or URL', ' resource imagecreatefromjpeg ( string filename )', '(PHP 3 >= 3.0.16, PHP 4, PHP 5)', 'imagecreatefromjpeg'); INSERT INTO `functions` VALUES (1287, 'imagecreatefrompng', 'imagecreatefrompng', 'Create a new image from file or URL', ' resource imagecreatefrompng ( string filename )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'imagecreatefrompng'); INSERT INTO `functions` VALUES (1288, 'imagecreatefromstring', 'imagecreatefromstring', 'Create a new image from the image stream in the string', ' resource imagecreatefromstring ( string image )', '(PHP 4 >= 4.0.4, PHP 5)', 'imagecreatefromstring'); INSERT INTO `functions` VALUES (1289, 'imagecreatefromwbmp', 'imagecreatefromwbmp', 'Create a new image from file or URL', ' resource imagecreatefromwbmp ( string filename )', '(PHP 4 >= 4.0.1, PHP 5)', 'imagecreatefromwbmp'); INSERT INTO `functions` VALUES (1290, 'imagecreatefromxbm', 'imagecreatefromxbm', 'Create a new image from file or URL', ' resource imagecreatefromxbm ( string filename )', '(PHP 4 >= 4.0.1, PHP 5)', 'imagecreatefromxbm'); INSERT INTO `functions` VALUES (1291, 'imagecreatefromxpm', 'imagecreatefromxpm', 'Create a new image from file or URL', ' resource imagecreatefromxpm ( string filename )', '(PHP 4 >= 4.0.1, PHP 5)', 'imagecreatefromxpm'); INSERT INTO `functions` VALUES (1292, 'imagecreatetruecolor', 'imagecreatetruecolor', 'Create a new true color image', ' resource imagecreatetruecolor ( int x_size, int y_size )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagecreatetruecolor'); INSERT INTO `functions` VALUES (1293, 'imagedashedline', 'imagedashedline', 'Draw a dashed line', ' bool imagedashedline ( resource image, int x1, int y1, int x2, int y2, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagedashedline'); INSERT INTO `functions` VALUES (1294, 'imagedestroy', 'imagedestroy', 'Destroy an image', ' bool imagedestroy ( resource image )', '(PHP 3, PHP 4, PHP 5)', 'imagedestroy'); INSERT INTO `functions` VALUES (1295, 'imageellipse', 'imageellipse', 'Draw an ellipse', ' bool imageellipse ( resource image, int cx, int cy, int w, int h, int color )', '(PHP 4 >= 4.0.6, PHP 5)', 'imageellipse'); INSERT INTO `functions` VALUES (1296, 'imagefill', 'imagefill', 'Flood fill', ' bool imagefill ( resource image, int x, int y, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagefill'); INSERT INTO `functions` VALUES (1297, 'imagefilledarc', 'imagefilledarc', 'Draw a partial ellipse and fill it', ' bool imagefilledarc ( resource image, int cx, int cy, int w, int h, int s, int e, int color, int style )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagefilledarc'); INSERT INTO `functions` VALUES (1298, 'imagefilledellipse', 'imagefilledellipse', 'Draw a filled ellipse', ' bool imagefilledellipse ( resource image, int cx, int cy, int w, int h, int color )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagefilledellipse'); INSERT INTO `functions` VALUES (1299, 'imagefilledpolygon', 'imagefilledpolygon', 'Draw a filled polygon', ' bool imagefilledpolygon ( resource image, array points, int num_points, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagefilledpolygon'); INSERT INTO `functions` VALUES (1300, 'imagefilledrectangle', 'imagefilledrectangle', 'Draw a filled rectangle', ' bool imagefilledrectangle ( resource image, int x1, int y1, int x2, int y2, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagefilledrectangle'); INSERT INTO `functions` VALUES (1301, 'imagefilltoborder', 'imagefilltoborder', 'Flood fill to specific color', ' bool imagefilltoborder ( resource image, int x, int y, int border, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagefilltoborder'); INSERT INTO `functions` VALUES (1302, 'imagefilter', 'imagefilter', ' Applies a filter to an image ', ' bool imagefilter ( resource src_im, int filtertype [, int arg1 [, int arg2 [, int arg3]]] )', '(PHP 5)', 'imagefilter'); INSERT INTO `functions` VALUES (1303, 'imagefontheight', 'imagefontheight', 'Get font height', ' int imagefontheight ( int font )', '(PHP 3, PHP 4, PHP 5)', 'imagefontheight'); INSERT INTO `functions` VALUES (1304, 'imagefontwidth', 'imagefontwidth', 'Get font width', ' int imagefontwidth ( int font )', '(PHP 3, PHP 4, PHP 5)', 'imagefontwidth'); INSERT INTO `functions` VALUES (1305, 'imageftbbox', 'imageftbbox', 'Give the bounding box of a text using fonts via freetype2', ' array imageftbbox ( float size, float angle, string font_file, string text [, array extrainfo] )', '(PHP 4 >= 4.1.0, PHP 5)', 'imageftbbox'); INSERT INTO `functions` VALUES (1306, 'imagefttext', 'imagefttext', 'Write text to the image using fonts using FreeType 2', ' array imagefttext ( resource image, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo] )', '(PHP 4 >= 4.1.0, PHP 5)', 'imagefttext'); INSERT INTO `functions` VALUES (1307, 'imagegammacorrect', 'imagegammacorrect', 'Apply a gamma correction to a GD image', ' bool imagegammacorrect ( resource image, float inputgamma, float outputgamma )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'imagegammacorrect'); INSERT INTO `functions` VALUES (1308, 'imagegd2', 'imagegd2', 'Output GD2 image to browser or file', ' bool imagegd2 ( resource image [, string filename [, int chunk_size [, int type]]] )', '(PHP 4 >= 4.1.0, PHP 5)', 'imagegd2'); INSERT INTO `functions` VALUES (1309, 'imagegd', 'imagegd', 'Output GD image to browser or file', ' bool imagegd ( resource image [, string filename] )', '(PHP 4 >= 4.1.0, PHP 5)', 'imagegd'); INSERT INTO `functions` VALUES (1310, 'imagegif', 'imagegif', 'Output image to browser or file', ' bool imagegif ( resource image [, string filename] )', '(PHP 3, PHP 4, PHP 5)', 'imagegif'); INSERT INTO `functions` VALUES (1311, 'imageinterlace', 'imageinterlace', 'Enable or disable interlace', ' int imageinterlace ( resource image [, int interlace] )', '(PHP 3, PHP 4, PHP 5)', 'imageinterlace'); INSERT INTO `functions` VALUES (1312, 'imageistruecolor', 'imageistruecolor', 'Finds whether an image is a truecolor image', ' bool imageistruecolor ( resource image )', '(PHP 4 >= 4.3.2, PHP 5)', 'imageistruecolor'); INSERT INTO `functions` VALUES (1313, 'imagejpeg', 'imagejpeg', 'Output image to browser or file', ' bool imagejpeg ( resource image [, string filename [, int quality]] )', '(PHP 3 >= 3.0.16, PHP 4, PHP 5)', 'imagejpeg'); INSERT INTO `functions` VALUES (1314, 'imagelayereffect', 'imagelayereffect', ' Set the alpha blending flag to use the bundled libgd layering effects ', ' bool imagelayereffect ( resource image, int effect )', '(PHP 4 >= 4.3.0, PHP 5)', 'imagelayereffect'); INSERT INTO `functions` VALUES (1315, 'imageline', 'imageline', 'Draw a line', ' bool imageline ( resource image, int x1, int y1, int x2, int y2, int color )', '(PHP 3, PHP 4, PHP 5)', 'imageline'); INSERT INTO `functions` VALUES (1316, 'imageloadfont', 'imageloadfont', 'Load a new font', ' int imageloadfont ( string file )', '(PHP 3, PHP 4, PHP 5)', 'imageloadfont'); INSERT INTO `functions` VALUES (1317, 'imagepalettecopy', 'imagepalettecopy', 'Copy the palette from one image to another', ' void imagepalettecopy ( resource destination, resource source )', '(PHP 4 >= 4.0.1, PHP 5)', 'imagepalettecopy'); INSERT INTO `functions` VALUES (1318, 'imagepng', 'imagepng', 'Output a PNG image to either the browser or a file', ' bool imagepng ( resource image [, string filename] )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'imagepng'); INSERT INTO `functions` VALUES (1319, 'imagepolygon', 'imagepolygon', 'Draw a polygon', ' bool imagepolygon ( resource image, array points, int num_points, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagepolygon'); INSERT INTO `functions` VALUES (1320, 'imagepsbbox', 'imagepsbbox', ' Give the bounding box of a text rectangle using PostScript Type1 fonts ', ' array imagepsbbox ( string text, int font, int size [, int space, int tightness, float angle] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepsbbox'); INSERT INTO `functions` VALUES (1321, 'imagepscopyfont', 'imagepscopyfont', ' Make a copy of an already loaded font for further modification ', ' int imagepscopyfont ( resource fontindex )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepscopyfont'); INSERT INTO `functions` VALUES (1322, 'imagepsencodefont', 'imagepsencodefont', 'Change the character encoding vector of a font', ' bool imagepsencodefont ( resource font_index, string encodingfile )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepsencodefont'); INSERT INTO `functions` VALUES (1323, 'imagepsextendfont', 'imagepsextendfont', 'Extend or condense a font', ' bool imagepsextendfont ( int font_index, float extend )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepsextendfont'); INSERT INTO `functions` VALUES (1324, 'imagepsfreefont', 'imagepsfreefont', 'Free memory used by a PostScript Type 1 font', ' bool imagepsfreefont ( resource fontindex )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepsfreefont'); INSERT INTO `functions` VALUES (1325, 'imagepsloadfont', 'imagepsloadfont', 'Load a PostScript Type 1 font from file', ' resource imagepsloadfont ( string filename )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepsloadfont'); INSERT INTO `functions` VALUES (1326, 'imagepsslantfont', 'imagepsslantfont', 'Slant a font', ' bool imagepsslantfont ( resource font_index, float slant )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepsslantfont'); INSERT INTO `functions` VALUES (1327, 'imagepstext', 'imagepstext', 'To draw a text string over an image using PostScript Type1 fonts', ' array 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] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'imagepstext'); INSERT INTO `functions` VALUES (1328, 'imagerectangle', 'imagerectangle', 'Draw a rectangle', ' bool imagerectangle ( resource image, int x1, int y1, int x2, int y2, int col )', '(PHP 3, PHP 4, PHP 5)', 'imagerectangle'); INSERT INTO `functions` VALUES (1329, 'imagerotate', 'imagerotate', 'Rotate an image with a given angle', ' resource imagerotate ( resource src_im, float angle, int bgd_color [, int ignore_transparent] )', '(PHP 4 >= 4.3.0, PHP 5)', 'imagerotate'); INSERT INTO `functions` VALUES (1330, 'imagesavealpha', 'imagesavealpha', ' Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images ', ' bool imagesavealpha ( resource image, bool saveflag )', '(PHP 4 >= 4.3.2, PHP 5)', 'imagesavealpha'); INSERT INTO `functions` VALUES (1331, 'imagesetbrush', 'imagesetbrush', 'Set the brush image for line drawing', ' bool imagesetbrush ( resource image, resource brush )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagesetbrush'); INSERT INTO `functions` VALUES (1332, 'imagesetpixel', 'imagesetpixel', 'Set a single pixel', ' bool imagesetpixel ( resource image, int x, int y, int color )', '(PHP 3, PHP 4, PHP 5)', 'imagesetpixel'); INSERT INTO `functions` VALUES (1333, 'imagesetstyle', 'imagesetstyle', 'Set the style for line drawing', ' bool imagesetstyle ( resource image, array style )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagesetstyle'); INSERT INTO `functions` VALUES (1334, 'imagesetthickness', 'imagesetthickness', 'Set the thickness for line drawing', ' bool imagesetthickness ( resource image, int thickness )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagesetthickness'); INSERT INTO `functions` VALUES (1335, 'imagesettile', 'imagesettile', 'Set the tile image for filling', ' bool imagesettile ( resource image, resource tile )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagesettile'); INSERT INTO `functions` VALUES (1336, 'imagestring', 'imagestring', 'Draw a string horizontally', ' bool imagestring ( resource image, int font, int x, int y, string s, int col )', '(PHP 3, PHP 4, PHP 5)', 'imagestring'); INSERT INTO `functions` VALUES (1337, 'imagestringup', 'imagestringup', 'Draw a string vertically', ' bool imagestringup ( resource image, int font, int x, int y, string s, int col )', '(PHP 3, PHP 4, PHP 5)', 'imagestringup'); INSERT INTO `functions` VALUES (1338, 'imagesx', 'imagesx', 'Get image width', ' int imagesx ( resource image )', '(PHP 3, PHP 4, PHP 5)', 'imagesx'); INSERT INTO `functions` VALUES (1339, 'imagesy', 'imagesy', 'Get image height', ' int imagesy ( resource image )', '(PHP 3, PHP 4, PHP 5)', 'imagesy'); INSERT INTO `functions` VALUES (1340, 'imagetruecolortopalette', 'imagetruecolortopalette', 'Convert a true color image to a palette image', ' bool imagetruecolortopalette ( resource image, bool dither, int ncolors )', '(PHP 4 >= 4.0.6, PHP 5)', 'imagetruecolortopalette'); INSERT INTO `functions` VALUES (1341, 'imagettfbbox', 'imagettfbbox', 'Give the bounding box of a text using TrueType fonts', ' array imagettfbbox ( float size, float angle, string fontfile, string text )', '(PHP 3 >= 3.0.1, PHP 4, PHP 5)', 'imagettfbbox'); INSERT INTO `functions` VALUES (1342, 'imagettftext', 'imagettftext', 'Write text to the image using TrueType fonts', ' array imagettftext ( resource image, float size, float angle, int x, int y, int color, string fontfile, string text )', '(PHP 3, PHP 4, PHP 5)', 'imagettftext'); INSERT INTO `functions` VALUES (1343, 'imagetypes', 'imagetypes', 'Return the image types supported by this PHP build', ' int imagetypes ( void )', '(PHP 3 CVS only, PHP 4 >= 4.0.2, PHP 5)', 'imagetypes'); INSERT INTO `functions` VALUES (1344, 'imagewbmp', 'imagewbmp', 'Output image to browser or file', ' bool imagewbmp ( resource image [, string filename [, int foreground]] )', '(PHP 3 >= 3.0.15, PHP 4 >= 4.0.1, PHP 5)', 'imagewbmp'); INSERT INTO `functions` VALUES (1345, 'imagexbm', 'imagexbm', ' Output XBM image to browser or file ', ' bool imagexbm ( resource image, string filename [, int foreground] )', '(PHP 5)', 'imagexbm'); INSERT INTO `functions` VALUES (1346, 'iptcembed', 'iptcembed', 'Embed binary IPTC data into a JPEG image', ' mixed iptcembed ( string iptcdata, string jpeg_file_name [, int spool] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'iptcembed'); INSERT INTO `functions` VALUES (1347, 'iptcparse', 'iptcparse', ' Parse a binary IPTC http://www.iptc.org/ block into single tags. ', ' array iptcparse ( string iptcblock )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'iptcparse'); INSERT INTO `functions` VALUES (1348, 'jpeg2wbmp', 'jpeg2wbmp', 'Convert JPEG image file to WBMP image file', ' int jpeg2wbmp ( string jpegname, string wbmpname, int d_height, int d_width, int threshold )', '(PHP 4 >= 4.0.5, PHP 5)', 'jpeg2wbmp'); INSERT INTO `functions` VALUES (1349, 'png2wbmp', 'png2wbmp', 'Convert PNG image file to WBMP image file', ' int png2wbmp ( string pngname, string wbmpname, int d_height, int d_width, int threshold )', '(PHP 4 >= 4.0.5, PHP 5)', 'png2wbmp'); INSERT INTO `functions` VALUES (1350, 'imap-8bit', 'imap_8bit', ' Convert an 8bit string to a quoted-printable string ', ' string imap_8bit ( string string )', '(PHP 3, PHP 4, PHP 5)', 'imap8bit'); INSERT INTO `functions` VALUES (1351, 'imap-alerts', 'imap_alerts', ' This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset ', ' array imap_alerts ( void )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'imapalerts'); INSERT INTO `functions` VALUES (1352, 'imap-append', 'imap_append', ' Append a string message to a specified mailbox ', ' bool imap_append ( resource imap_stream, string mbox, string message [, string options] )', '(PHP 3, PHP 4, PHP 5)', 'imapappend'); INSERT INTO `functions` VALUES (1353, 'imap-base64', 'imap_base64', 'Decode BASE64 encoded text', ' string imap_base64 ( string text )', '(PHP 3, PHP 4, PHP 5)', 'imapbase64'); INSERT INTO `functions` VALUES (1354, 'imap-binary', 'imap_binary', ' Convert an 8bit string to a base64 string ', ' string imap_binary ( string string )', '(PHP 3 >= 3.0.2, PHP 4, PHP 5)', 'imapbinary'); INSERT INTO `functions` VALUES (1355, 'imap-body', 'imap_body', 'Read the message body', ' string imap_body ( resource imap_stream, int msg_number [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapbody'); INSERT INTO `functions` VALUES (1356, 'imap-bodystruct', 'imap_bodystruct', ' Read the structure of a specified body section of a specific message ', ' object imap_bodystruct ( resource stream_id, int msg_no, string section )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'imapbodystruct'); INSERT INTO `functions` VALUES (1357, 'imap-check', 'imap_check', 'Check current mailbox', ' object imap_check ( resource imap_stream )', '(PHP 3, PHP 4, PHP 5)', 'imapcheck'); INSERT INTO `functions` VALUES (1358, 'imap-clearflag-full', 'imap_clearflag_full', 'Clears flags on messages', ' bool imap_clearflag_full ( resource stream, string sequence, string flag [, string options] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'imapclearflagfull'); INSERT INTO `functions` VALUES (1359, 'imap-close', 'imap_close', 'Close an IMAP stream', ' bool imap_close ( resource imap_stream [, int flag] )', '(PHP 3, PHP 4, PHP 5)', 'imapclose'); INSERT INTO `functions` VALUES (1360, 'imap-createmailbox', 'imap_createmailbox', 'Create a new mailbox', ' bool imap_createmailbox ( resource imap_stream, string mbox )', '(PHP 3, PHP 4, PHP 5)', 'imapcreatemailbox'); INSERT INTO `functions` VALUES (1361, 'imap-delete', 'imap_delete', ' Mark a message for deletion from current mailbox ', ' bool imap_delete ( int imap_stream, int msg_number [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapdelete'); INSERT INTO `functions` VALUES (1362, 'imap-deletemailbox', 'imap_deletemailbox', 'Delete a mailbox', ' bool imap_deletemailbox ( resource imap_stream, string mbox )', '(PHP 3, PHP 4, PHP 5)', 'imapdeletemailbox'); INSERT INTO `functions` VALUES (1363, 'imap-errors', 'imap_errors', ' This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset ', ' array imap_errors ( void )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'imaperrors'); INSERT INTO `functions` VALUES (1364, 'imap-expunge', 'imap_expunge', 'Delete all messages marked for deletion', ' bool imap_expunge ( resource imap_stream )', '(PHP 3, PHP 4, PHP 5)', 'imapexpunge'); INSERT INTO `functions` VALUES (1365, 'imap-fetch-overview', 'imap_fetch_overview', ' Read an overview of the information in the headers of the given message ', ' array imap_fetch_overview ( resource imap_stream, string sequence [, int options] )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'imapfetchoverview'); INSERT INTO `functions` VALUES (1366, 'imap-fetchbody', 'imap_fetchbody', ' Fetch a particular section of the body of the message ', ' string imap_fetchbody ( resource imap_stream, int msg_number, string part_number [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapfetchbody'); INSERT INTO `functions` VALUES (1367, 'imap-fetchheader', 'imap_fetchheader', 'Returns header for a message', ' string imap_fetchheader ( resource imap_stream, int msgno [, int options] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'imapfetchheader'); INSERT INTO `functions` VALUES (1368, 'imap-fetchstructure', 'imap_fetchstructure', ' Read the structure of a particular message ', ' object imap_fetchstructure ( resource imap_stream, int msg_number [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapfetchstructure'); INSERT INTO `functions` VALUES (1369, 'imap-get-quota', 'imap_get_quota', ' Retrieve the quota level settings, and usage statics per mailbox ', ' array imap_get_quota ( resource imap_stream, string quota_root )', '(PHP 4 >= 4.0.5, PHP 5)', 'imapgetquota'); INSERT INTO `functions` VALUES (1370, 'imap-get-quotaroot', 'imap_get_quotaroot', ' Retrieve the quota settings per user ', ' array imap_get_quotaroot ( resource imap_stream, string quota_root )', '(PHP 4 >= 4.3.0, PHP 5)', 'imapgetquotaroot'); INSERT INTO `functions` VALUES (1371, 'imap-getacl', 'imap_getacl', ' Gets the ACL for a given mailbox ', ' array imap_getacl ( resource stream_id, string mailbox )', '(PHP 5)', 'imapgetacl'); INSERT INTO `functions` VALUES (1372, 'imap-getmailboxes', 'imap_getmailboxes', ' Read the list of mailboxes, returning detailed information on each one ', ' array imap_getmailboxes ( resource imap_stream, string ref, string pattern )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'imapgetmailboxes'); INSERT INTO `functions` VALUES (1373, 'imap-getsubscribed', 'imap_getsubscribed', 'List all the subscribed mailboxes', ' array imap_getsubscribed ( resource imap_stream, string ref, string pattern )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'imapgetsubscribed'); INSERT INTO `functions` VALUES (1374, 'imap-header', 'imap_header', 'Alias of imap_headerinfo()', ' ', '(PHP 3, PHP 4, PHP 5)', 'imapheader'); INSERT INTO `functions` VALUES (1375, 'imap-headerinfo', 'imap_headerinfo', 'Read the header of the message', ' object imap_headerinfo ( resource imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]] )', '(PHP 3, PHP 4, PHP 5)', 'imapheaderinfo'); INSERT INTO `functions` VALUES (1376, 'imap-headers', 'imap_headers', ' Returns headers for all messages in a mailbox ', ' array imap_headers ( resource imap_stream )', '(PHP 3, PHP 4, PHP 5)', 'imapheaders'); INSERT INTO `functions` VALUES (1377, 'imap-last-error', 'imap_last_error', ' This function returns the last IMAP error (if any) that occurred during this page request ', ' string imap_last_error ( void )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'imaplasterror'); INSERT INTO `functions` VALUES (1378, 'imap-list', 'imap_list', 'Read the list of mailboxes', ' array imap_list ( resource imap_stream, string ref, string pattern )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'imaplist'); INSERT INTO `functions` VALUES (1379, 'imap-listmailbox', 'imap_listmailbox', 'Alias of imap_list()', ' ', '(PHP 3, PHP 4, PHP 5)', 'imaplistmailbox'); INSERT INTO `functions` VALUES (1380, 'imap-listscan', 'imap_listscan', ' Read the list of mailboxes, takes a string to search for in the text of the mailbox ', ' array imap_listscan ( resource imap_stream, string ref, string pattern, string content )', '(no version information, might be only in CVS)', 'imaplistscan'); INSERT INTO `functions` VALUES (1381, 'imap-listsubscribed', 'imap_listsubscribed', 'Alias of imap_lsub()', ' ', '(PHP 3, PHP 4, PHP 5)', 'imaplistsubscribed'); INSERT INTO `functions` VALUES (1382, 'imap-lsub', 'imap_lsub', 'List all the subscribed mailboxes', ' array imap_lsub ( resource imap_stream, string ref, string pattern )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'imaplsub'); INSERT INTO `functions` VALUES (1383, 'imap-mail-compose', 'imap_mail_compose', ' Create a MIME message based on given envelope and body sections ', ' string imap_mail_compose ( array envelope, array body )', '(PHP 3 >= 3.0.5, PHP 4, PHP 5)', 'imapmailcompose'); INSERT INTO `functions` VALUES (1384, 'imap-mail-copy', 'imap_mail_copy', 'Copy specified messages to a mailbox', ' bool imap_mail_copy ( resource imap_stream, string msglist, string mbox [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapmailcopy'); INSERT INTO `functions` VALUES (1385, 'imap-mail-move', 'imap_mail_move', 'Move specified messages to a mailbox', ' bool imap_mail_move ( resource imap_stream, string msglist, string mbox [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapmailmove'); INSERT INTO `functions` VALUES (1386, 'imap-mail', 'imap_mail', ' Send an email message ', ' bool imap_mail ( string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]] )', '(PHP 3 >= 3.0.14, PHP 4, PHP 5)', 'imapmail'); INSERT INTO `functions` VALUES (1387, 'imap-mailboxmsginfo', 'imap_mailboxmsginfo', 'Get information about the current mailbox', ' object imap_mailboxmsginfo ( resource imap_stream )', '(PHP 3 >= 3.0.2, PHP 4, PHP 5)', 'imapmailboxmsginfo'); INSERT INTO `functions` VALUES (1388, 'imap-mime-header-decode', 'imap_mime_header_decode', 'Decode MIME header elements', ' array imap_mime_header_decode ( string text )', '(PHP 3 >= 3.0.17, PHP 4, PHP 5)', 'imapmimeheaderdecode'); INSERT INTO `functions` VALUES (1389, 'imap-msgno', 'imap_msgno', ' This function returns the message sequence number for the given UID ', ' int imap_msgno ( resource imap_stream, int uid )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'imapmsgno'); INSERT INTO `functions` VALUES (1390, 'imap-num-msg', 'imap_num_msg', ' Gives the number of messages in the current mailbox ', ' int imap_num_msg ( resource imap_stream )', '(PHP 3, PHP 4, PHP 5)', 'imapnummsg'); INSERT INTO `functions` VALUES (1391, 'imap-num-recent', 'imap_num_recent', 'Gives the number of recent messages in current mailbox', ' int imap_num_recent ( resource imap_stream )', '(PHP 3, PHP 4, PHP 5)', 'imapnumrecent'); INSERT INTO `functions` VALUES (1392, 'imap-open', 'imap_open', 'Open an IMAP stream to a mailbox', ' resource imap_open ( string mailbox, string username, string password [, int options] )', '(PHP 3, PHP 4, PHP 5)', 'imapopen'); INSERT INTO `functions` VALUES (1393, 'imap-ping', 'imap_ping', 'Check if the IMAP stream is still active', ' bool imap_ping ( resource imap_stream )', '(PHP 3, PHP 4, PHP 5)', 'imapping'); INSERT INTO `functions` VALUES (1394, 'imap-qprint', 'imap_qprint', 'Convert a quoted-printable string to an 8 bit string', ' string imap_qprint ( string string )', '(PHP 3, PHP 4, PHP 5)', 'imapqprint'); INSERT INTO `functions` VALUES (1395, 'imap-renamemailbox', 'imap_renamemailbox', 'Rename an old mailbox to new mailbox', ' bool imap_renamemailbox ( resource imap_stream, string old_mbox, string new_mbox )', '(PHP 3, PHP 4, PHP 5)', 'imaprenamemailbox'); INSERT INTO `functions` VALUES (1396, 'imap-reopen', 'imap_reopen', 'Reopen IMAP stream to new mailbox', ' bool imap_reopen ( resource imap_stream, string mailbox [, string options] )', '(PHP 3, PHP 4, PHP 5)', 'imapreopen'); INSERT INTO `functions` VALUES (1397, 'imap-rfc822-parse-adrlist', 'imap_rfc822_parse_adrlist', 'Parses an address string', ' array imap_rfc822_parse_adrlist ( string address, string default_host )', '(PHP 3 >= 3.0.2, PHP 4, PHP 5)', 'imaprfc822parseadrlist'); INSERT INTO `functions` VALUES (1398, 'imap-rfc822-parse-headers', 'imap_rfc822_parse_headers', 'Parse mail headers from a string', ' object imap_rfc822_parse_headers ( string headers [, string defaulthost] )', '(PHP 4, PHP 5)', 'imaprfc822parseheaders'); INSERT INTO `functions` VALUES (1399, 'imap-rfc822-write-address', 'imap_rfc822_write_address', ' Returns a properly formatted email address given the mailbox, host, and personal info ', ' string imap_rfc822_write_address ( string mailbox, string host, string personal )', '(PHP 3 >= 3.0.2, PHP 4, PHP 5)', 'imaprfc822writeaddress'); INSERT INTO `functions` VALUES (1400, 'imap-scanmailbox', 'imap_scanmailbox', 'Alias of imap_listscan()', ' ', '(PHP 3, PHP 4, PHP 5)', 'imapscanmailbox'); INSERT INTO `functions` VALUES (1401, 'imap-search', 'imap_search', ' This function returns an array of messages matching the given search criteria ', ' array imap_search ( resource imap_stream, string criteria [, int options [, string charset]] )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'imapsearch'); INSERT INTO `functions` VALUES (1402, 'imap-set-quota', 'imap_set_quota', 'Sets a quota for a given mailbox', ' bool imap_set_quota ( resource imap_stream, string quota_root, int quota_limit )', '(PHP 4 >= 4.0.5, PHP 5)', 'imapsetquota'); INSERT INTO `functions` VALUES (1403, 'imap-setacl', 'imap_setacl', ' Sets the ACL for a giving mailbox ', ' bool imap_setacl ( resource stream_id, string mailbox, string id, string rights )', '(PHP 4 >= 4.1.0, PHP 5)', 'imapsetacl'); INSERT INTO `functions` VALUES (1404, 'imap-setflag-full', 'imap_setflag_full', 'Sets flags on messages', ' bool imap_setflag_full ( resource stream, string sequence, string flag [, string options] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'imapsetflagfull'); INSERT INTO `functions` VALUES (1405, 'imap-sort', 'imap_sort', 'Sort an array of message headers', ' array imap_sort ( resource stream, int criteria, int reverse [, int options [, string search_criteria [, string charset]]] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'imapsort'); INSERT INTO `functions` VALUES (1406, 'imap-status', 'imap_status', ' This function returns status information on a mailbox other than the current one ', ' object imap_status ( resource imap_stream, string mailbox, int options )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'imapstatus'); INSERT INTO `functions` VALUES (1407, 'imap-subscribe', 'imap_subscribe', 'Subscribe to a mailbox', ' bool imap_subscribe ( resource imap_stream, string mbox )', '(PHP 3, PHP 4, PHP 5)', 'imapsubscribe'); INSERT INTO `functions` VALUES (1408, 'imap-thread', 'imap_thread', ' Returns a tree of threaded message ', ' array imap_thread ( resource stream_id [, int options] )', '(PHP 4 >= 4.1.0, PHP 5)', 'imapthread'); INSERT INTO `functions` VALUES (1409, 'imap-timeout', 'imap_timeout', ' Set or fetch imap timeout ', ' mixed imap_timeout ( int timeout_type [, int timeout] )', '(PHP 4 >= 4.3.3, PHP 5)', 'imaptimeout'); INSERT INTO `functions` VALUES (1410, 'imap-uid', 'imap_uid', ' This function returns the UID for the given message sequence number ', ' int imap_uid ( resource imap_stream, int msgno )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'imapuid'); INSERT INTO `functions` VALUES (1411, 'imap-undelete', 'imap_undelete', ' Unmark the message which is marked deleted ', ' bool imap_undelete ( resource imap_stream, int msg_number [, int flags] )', '(PHP 3, PHP 4, PHP 5)', 'imapundelete'); INSERT INTO `functions` VALUES (1412, 'imap-unsubscribe', 'imap_unsubscribe', 'Unsubscribe from a mailbox', ' bool imap_unsubscribe ( string imap_stream, string mbox )', '(PHP 3, PHP 4, PHP 5)', 'imapunsubscribe'); INSERT INTO `functions` VALUES (1413, 'imap-utf7-decode', 'imap_utf7_decode', ' Decodes a modified UTF-7 encoded string ', ' string imap_utf7_decode ( string text )', '(PHP 3 >= 3.0.15, PHP 4, PHP 5)', 'imaputf7decode'); INSERT INTO `functions` VALUES (1414, 'imap-utf7-encode', 'imap_utf7_encode', ' Converts ISO-8859-1 string to modified UTF-7 text ', ' string imap_utf7_encode ( string data )', '(PHP 3 >= 3.0.15, PHP 4, PHP 5)', 'imaputf7encode'); INSERT INTO `functions` VALUES (1415, 'imap-utf8', 'imap_utf8', ' Converts MIME-encoded text to UTF-8 ', ' string imap_utf8 ( string mime_encoded_text )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'imaputf8'); INSERT INTO `functions` VALUES (1416, 'ifx-affected-rows', 'ifx_affected_rows', 'Get number of rows affected by a query', ' int ifx_affected_rows ( int result_id )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxaffectedrows'); INSERT INTO `functions` VALUES (1417, 'ifx-blobinfile-mode', 'ifx_blobinfile_mode', 'Set the default blob mode for all select queries', ' void ifx_blobinfile_mode ( int mode )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxblobinfilemode'); INSERT INTO `functions` VALUES (1418, 'ifx-byteasvarchar', 'ifx_byteasvarchar', 'Set the default byte mode', ' void ifx_byteasvarchar ( int mode )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxbyteasvarchar'); INSERT INTO `functions` VALUES (1419, 'ifx-close', 'ifx_close', 'Close Informix connection', ' int ifx_close ( [int link_identifier] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxclose'); INSERT INTO `functions` VALUES (1420, 'ifx-connect', 'ifx_connect', 'Open Informix server connection', ' int ifx_connect ( [string database [, string userid [, string password]]] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxconnect'); INSERT INTO `functions` VALUES (1421, 'ifx-copy-blob', 'ifx_copy_blob', 'Duplicates the given blob object', ' int ifx_copy_blob ( int bid )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxcopyblob'); INSERT INTO `functions` VALUES (1422, 'ifx-create-blob', 'ifx_create_blob', 'Creates an blob object', ' int ifx_create_blob ( int type, int mode, string param )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxcreateblob'); INSERT INTO `functions` VALUES (1423, 'ifx-create-char', 'ifx_create_char', 'Creates an char object', ' int ifx_create_char ( string param )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ifxcreatechar'); INSERT INTO `functions` VALUES (1424, 'ifx-do', 'ifx_do', ' Execute a previously prepared SQL-statement ', ' int ifx_do ( int result_id )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxdo'); INSERT INTO `functions` VALUES (1425, 'ifx-error', 'ifx_error', 'Returns error code of last Informix call', ' string ifx_error ( void )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxerror'); INSERT INTO `functions` VALUES (1426, 'ifx-errormsg', 'ifx_errormsg', 'Returns error message of last Informix call', ' string ifx_errormsg ( [int errorcode] )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxerrormsg'); INSERT INTO `functions` VALUES (1427, 'ifx-fetch-row', 'ifx_fetch_row', 'Get row as enumerated array', ' array ifx_fetch_row ( int result_id [, mixed position] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxfetchrow'); INSERT INTO `functions` VALUES (1428, 'ifx-fieldproperties', 'ifx_fieldproperties', 'List of SQL fieldproperties', ' array ifx_fieldproperties ( int result_id )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxfieldproperties'); INSERT INTO `functions` VALUES (1429, 'ifx-fieldtypes', 'ifx_fieldtypes', 'List of Informix SQL fields', ' array ifx_fieldtypes ( int result_id )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxfieldtypes'); INSERT INTO `functions` VALUES (1430, 'ifx-free-blob', 'ifx_free_blob', 'Deletes the blob object', ' int ifx_free_blob ( int bid )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxfreeblob'); INSERT INTO `functions` VALUES (1431, 'ifx-free-char', 'ifx_free_char', 'Deletes the char object', ' int ifx_free_char ( int bid )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ifxfreechar'); INSERT INTO `functions` VALUES (1432, 'ifx-free-result', 'ifx_free_result', 'Releases resources for the query', ' int ifx_free_result ( int result_id )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxfreeresult'); INSERT INTO `functions` VALUES (1433, 'ifx-get-blob', 'ifx_get_blob', 'Return the content of a blob object', ' int ifx_get_blob ( int bid )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxgetblob'); INSERT INTO `functions` VALUES (1434, 'ifx-get-char', 'ifx_get_char', 'Return the content of the char object', ' int ifx_get_char ( int bid )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ifxgetchar'); INSERT INTO `functions` VALUES (1435, 'ifx-getsqlca', 'ifx_getsqlca', ' Get the contents of sqlca.sqlerrd[0..5] after a query ', ' array ifx_getsqlca ( int result_id )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'ifxgetsqlca'); INSERT INTO `functions` VALUES (1436, 'ifx-htmltbl-result', 'ifx_htmltbl_result', ' Formats all rows of a query into a HTML table ', ' int ifx_htmltbl_result ( int result_id [, string html_table_options] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxhtmltblresult'); INSERT INTO `functions` VALUES (1437, 'ifx-nullformat', 'ifx_nullformat', ' Sets the default return value on a fetch row ', ' void ifx_nullformat ( int mode )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxnullformat'); INSERT INTO `functions` VALUES (1438, 'ifx-num-fields', 'ifx_num_fields', 'Returns the number of columns in the query', ' int ifx_num_fields ( int result_id )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxnumfields'); INSERT INTO `functions` VALUES (1439, 'ifx-num-rows', 'ifx_num_rows', 'Count the rows already fetched from a query', ' int ifx_num_rows ( int result_id )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxnumrows'); INSERT INTO `functions` VALUES (1440, 'ifx-pconnect', 'ifx_pconnect', 'Open persistent Informix connection', ' int ifx_pconnect ( [string database [, string userid [, string password]]] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxpconnect'); INSERT INTO `functions` VALUES (1441, 'ifx-prepare', 'ifx_prepare', 'Prepare an SQL-statement for execution', ' int ifx_prepare ( string query, int conn_id [, int cursor_def, mixed blobidarray] )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxprepare'); INSERT INTO `functions` VALUES (1442, 'ifx-query', 'ifx_query', 'Send Informix query', ' int ifx_query ( string query, int link_identifier [, int cursor_type [, mixed blobidarray]] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'ifxquery'); INSERT INTO `functions` VALUES (1443, 'ifx-textasvarchar', 'ifx_textasvarchar', 'Set the default text mode', ' void ifx_textasvarchar ( int mode )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxtextasvarchar'); INSERT INTO `functions` VALUES (1444, 'ifx-update-blob', 'ifx_update_blob', 'Updates the content of the blob object', ' bool ifx_update_blob ( int bid, string content )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxupdateblob'); INSERT INTO `functions` VALUES (1445, 'ifx-update-char', 'ifx_update_char', 'Updates the content of the char object', ' int ifx_update_char ( int bid, string content )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'ifxupdatechar'); INSERT INTO `functions` VALUES (1446, 'ifxus-close-slob', 'ifxus_close_slob', 'Deletes the slob object', ' int ifxus_close_slob ( int bid )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxuscloseslob'); INSERT INTO `functions` VALUES (1447, 'ifxus-create-slob', 'ifxus_create_slob', 'Creates an slob object and opens it', ' int ifxus_create_slob ( int mode )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxuscreateslob'); INSERT INTO `functions` VALUES (1448, 'ifxus-free-slob', 'ifxus_free_slob', 'Deletes the slob object', ' int ifxus_free_slob ( int bid )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxusfreeslob'); INSERT INTO `functions` VALUES (1449, 'ifxus-open-slob', 'ifxus_open_slob', 'Opens an slob object', ' int ifxus_open_slob ( int bid, int mode )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxusopenslob'); INSERT INTO `functions` VALUES (1450, 'ifxus-read-slob', 'ifxus_read_slob', 'Reads nbytes of the slob object', ' int ifxus_read_slob ( int bid, int nbytes )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxusreadslob'); INSERT INTO `functions` VALUES (1451, 'ifxus-seek-slob', 'ifxus_seek_slob', 'Sets the current file or seek position', ' int ifxus_seek_slob ( int bid, int mode, int offset )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxusseekslob'); INSERT INTO `functions` VALUES (1452, 'ifxus-tell-slob', 'ifxus_tell_slob', 'Returns the current file or seek position', ' int ifxus_tell_slob ( int bid )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxustellslob'); INSERT INTO `functions` VALUES (1453, 'ifxus-write-slob', 'ifxus_write_slob', 'Writes a string into the slob object', ' int ifxus_write_slob ( int bid, string content )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'ifxuswriteslob'); INSERT INTO `functions` VALUES (1454, 'ingres-autocommit', 'ingres_autocommit', 'Switch autocommit on or off', ' bool ingres_autocommit ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresautocommit'); INSERT INTO `functions` VALUES (1455, 'ingres-close', 'ingres_close', 'Close an Ingres II database connection', ' bool ingres_close ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresclose'); INSERT INTO `functions` VALUES (1456, 'ingres-commit', 'ingres_commit', 'Commit a transaction', ' bool ingres_commit ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingrescommit'); INSERT INTO `functions` VALUES (1457, 'ingres-connect', 'ingres_connect', ' Open a connection to an Ingres II database ', ' resource ingres_connect ( [string database [, string username [, string password]]] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresconnect'); INSERT INTO `functions` VALUES (1458, 'ingres-cursor', 'ingres_cursor', 'Gets a cursor name for a given link resource', ' string ingres_cursor ( [resource link] )', '(PECL)', 'ingrescursor'); INSERT INTO `functions` VALUES (1459, 'ingres-errno', 'ingres_errno', 'Gets the last ingres error number generated', ' int ingres_errno ( [resource link] )', '(PECL)', 'ingreserrno'); INSERT INTO `functions` VALUES (1460, 'ingres-error', 'ingres_error', 'Gets a meaningful error message for the last error generated', ' string ingres_error ( [resource link] )', '(PECL)', 'ingreserror'); INSERT INTO `functions` VALUES (1461, 'ingres-errsqlstate', 'ingres_errsqlstate', 'Gets the last SQLSTATE error code generated', ' string ingres_errsqlstate ( [resource link] )', '(PECL)', 'ingreserrsqlstate'); INSERT INTO `functions` VALUES (1462, 'ingres-fetch-array', 'ingres_fetch_array', 'Fetch a row of result into an array', ' array ingres_fetch_array ( [int result_type [, resource link]] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfetcharray'); INSERT INTO `functions` VALUES (1463, 'ingres-fetch-object', 'ingres_fetch_object', 'Fetch a row of result into an object', ' object ingres_fetch_object ( [int result_type [, resource link]] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfetchobject'); INSERT INTO `functions` VALUES (1464, 'ingres-fetch-row', 'ingres_fetch_row', ' Fetch a row of result into an enumerated array ', ' array ingres_fetch_row ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfetchrow'); INSERT INTO `functions` VALUES (1465, 'ingres-field-length', 'ingres_field_length', 'Get the length of a field', ' int ingres_field_length ( int index [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfieldlength'); INSERT INTO `functions` VALUES (1466, 'ingres-field-name', 'ingres_field_name', 'Get the name of a field in a query result', ' string ingres_field_name ( int index [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfieldname'); INSERT INTO `functions` VALUES (1467, 'ingres-field-nullable', 'ingres_field_nullable', 'Test if a field is nullable', ' bool ingres_field_nullable ( int index [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfieldnullable'); INSERT INTO `functions` VALUES (1468, 'ingres-field-precision', 'ingres_field_precision', 'Get the precision of a field', ' int ingres_field_precision ( int index [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfieldprecision'); INSERT INTO `functions` VALUES (1469, 'ingres-field-scale', 'ingres_field_scale', 'Get the scale of a field', ' int ingres_field_scale ( int index [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfieldscale'); INSERT INTO `functions` VALUES (1470, 'ingres-field-type', 'ingres_field_type', ' Get the type of a field in a query result ', ' string ingres_field_type ( int index [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresfieldtype'); INSERT INTO `functions` VALUES (1471, 'ingres-num-fields', 'ingres_num_fields', ' Get the number of fields returned by the last query ', ' int ingres_num_fields ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresnumfields'); INSERT INTO `functions` VALUES (1472, 'ingres-num-rows', 'ingres_num_rows', ' Get the number of rows affected or returned by the last query ', ' int ingres_num_rows ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresnumrows'); INSERT INTO `functions` VALUES (1473, 'ingres-pconnect', 'ingres_pconnect', ' Open a persistent connection to an Ingres II database ', ' resource ingres_pconnect ( [string database [, string username [, string password]]] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingrespconnect'); INSERT INTO `functions` VALUES (1474, 'ingres-query', 'ingres_query', 'Send a SQL query to Ingres II', ' bool ingres_query ( string query [, resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresquery'); INSERT INTO `functions` VALUES (1475, 'ingres-rollback', 'ingres_rollback', 'Roll back a transaction', ' bool ingres_rollback ( [resource link] )', '(PHP 4 >= 4.0.2, PHP 5 <= 5.0.4)', 'ingresrollback'); INSERT INTO `functions` VALUES (1476, 'ircg-channel-mode', 'ircg_channel_mode', ' Set channel mode flags for user ', ' bool ircg_channel_mode ( resource connection, string channel, string mode_spec, string nick )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgchannelmode'); INSERT INTO `functions` VALUES (1477, 'ircg-disconnect', 'ircg_disconnect', ' Close connection to server ', ' bool ircg_disconnect ( resource connection, string reason )', '(PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)', 'ircgdisconnect'); INSERT INTO `functions` VALUES (1478, 'ircg-eval-ecmascript-params', 'ircg_eval_ecmascript_params', 'Decodes a list of JS-encoded parameters', ' array ircg_eval_ecmascript_params ( string params )', '(PHP 4 >= 4.3.0, PHP 5 <= 5.0.4)', 'ircgevalecmascriptparams'); INSERT INTO `functions` VALUES (1479, 'ircg-fetch-error-msg', 'ircg_fetch_error_msg', ' Returns the error from previous IRCG operation ', ' array ircg_fetch_error_msg ( resource connection )', '(PHP 4 >= 4.1.0, PHP 5 <= 5.0.4)', 'ircgfetcherrormsg'); INSERT INTO `functions` VALUES (1480, 'ircg-get-username', 'ircg_get_username', ' Get username for connection ', ' string ircg_get_username ( resource connection )', '(PHP 4 >= 4.1.0, PHP 5 <= 5.0.4)', 'ircggetusername'); INSERT INTO `functions` VALUES (1481, 'ircg-html-encode', 'ircg_html_encode', ' Encodes HTML preserving output ', ' string ircg_html_encode ( string html_string [, bool auto_links [, bool conv_br]] )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircghtmlencode'); INSERT INTO `functions` VALUES (1482, 'ircg-ignore-add', 'ircg_ignore_add', ' Add a user to your ignore list on a server ', ' void ircg_ignore_add ( resource connection, string nick )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgignoreadd'); INSERT INTO `functions` VALUES (1483, 'ircg-ignore-del', 'ircg_ignore_del', ' Remove a user from your ignore list on a server ', ' bool ircg_ignore_del ( resource connection, string nick )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgignoredel'); INSERT INTO `functions` VALUES (1484, 'ircg-invite', 'ircg_invite', 'Invites nickname to channel', ' bool ircg_invite ( resource connection, string channel, string nickname )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'ircginvite'); INSERT INTO `functions` VALUES (1485, 'ircg-is-conn-alive', 'ircg_is_conn_alive', ' Check connection status ', ' bool ircg_is_conn_alive ( resource connection )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgisconnalive'); INSERT INTO `functions` VALUES (1486, 'ircg-join', 'ircg_join', ' Join a channel on a connected server ', ' bool ircg_join ( resource connection, string channel [, string key] )', '(PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)', 'ircgjoin'); INSERT INTO `functions` VALUES (1487, 'ircg-kick', 'ircg_kick', ' Kick a user out of a channel on server ', ' bool ircg_kick ( resource connection, string channel, string nick, string reason )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgkick'); INSERT INTO `functions` VALUES (1488, 'ircg-list', 'ircg_list', 'List topic/user count of channel(s)', ' bool ircg_list ( resource connection, string channel )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'ircglist'); INSERT INTO `functions` VALUES (1489, 'ircg-lookup-format-messages', 'ircg_lookup_format_messages', ' Check for the existence of a format message set ', ' bool ircg_lookup_format_messages ( string name )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircglookupformatmessages'); INSERT INTO `functions` VALUES (1490, 'ircg-lusers', 'ircg_lusers', 'IRC network statistics', ' bool ircg_lusers ( resource connection )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'ircglusers'); INSERT INTO `functions` VALUES (1491, 'ircg-msg', 'ircg_msg', ' Send message to channel or user on server ', ' bool ircg_msg ( resource connection, string recipient, string message [, bool suppress] )', '(PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)', 'ircgmsg'); INSERT INTO `functions` VALUES (1492, 'ircg-names', 'ircg_names', 'Query visible usernames', ' bool ircg_names ( int connection, string channel [, string target] )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'ircgnames'); INSERT INTO `functions` VALUES (1493, 'ircg-nick', 'ircg_nick', ' Change nickname on server ', ' bool ircg_nick ( resource connection, string nick )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgnick'); INSERT INTO `functions` VALUES (1494, 'ircg-nickname-escape', 'ircg_nickname_escape', ' Encode special characters in nickname to be IRC-compliant ', ' string ircg_nickname_escape ( string nick )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'ircgnicknameescape'); INSERT INTO `functions` VALUES (1495, 'ircg-nickname-unescape', 'ircg_nickname_unescape', ' Decodes encoded nickname ', ' string ircg_nickname_unescape ( string nick )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'ircgnicknameunescape'); INSERT INTO `functions` VALUES (1496, 'ircg-notice', 'ircg_notice', ' Send a notice to a user on server ', ' bool ircg_notice ( resource connection, string recipient, string message )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgnotice'); INSERT INTO `functions` VALUES (1497, 'ircg-oper', 'ircg_oper', 'Elevates privileges to IRC OPER', ' bool ircg_oper ( resource connection, string name, string password )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'ircgoper'); INSERT INTO `functions` VALUES (1498, 'ircg-part', 'ircg_part', ' Leave a channel on server ', ' bool ircg_part ( resource connection, string channel )', '(PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)', 'ircgpart'); INSERT INTO `functions` VALUES (1499, 'ircg-pconnect', 'ircg_pconnect', ' Connect to an IRC server ', ' resource ircg_pconnect ( string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings [, bool bailout_on_trivial]]]]]] )', '(PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)', 'ircgpconnect'); INSERT INTO `functions` VALUES (1500, 'ircg-register-format-messages', 'ircg_register_format_messages', ' Register a format message set ', ' bool ircg_register_format_messages ( string name, array messages )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgregisterformatmessages'); INSERT INTO `functions` VALUES (1501, 'ircg-set-current', 'ircg_set_current', ' Set current connection for output ', ' bool ircg_set_current ( resource connection )', '(PHP 4 >= 4.0.4, PHP 5 <= 5.0.4)', 'ircgsetcurrent'); INSERT INTO `functions` VALUES (1502, 'ircg-set-file', 'ircg_set_file', ' Set logfile for connection ', ' bool ircg_set_file ( resource connection, string path )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'ircgsetfile'); INSERT INTO `functions` VALUES (1503, 'ircg-set-on-die', 'ircg_set_on_die', ' Set action to be executed when connection dies ', ' bool ircg_set_on_die ( resource connection, string host, int port, string data )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'ircgsetondie'); INSERT INTO `functions` VALUES (1504, 'ircg-topic', 'ircg_topic', ' Set topic for channel on server ', ' bool ircg_topic ( resource connection, string channel, string new_topic )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgtopic'); INSERT INTO `functions` VALUES (1505, 'ircg-who', 'ircg_who', 'Queries server for WHO information', ' bool ircg_who ( resource connection, string mask [, bool ops_only] )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'ircgwho'); INSERT INTO `functions` VALUES (1506, 'ircg-whois', 'ircg_whois', ' Query server for user information ', ' bool ircg_whois ( resource connection, string nick )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'ircgwhois'); INSERT INTO `functions` VALUES (1507, 'java-last-exception-clear', 'java_last_exception_clear', 'Clear last Java exception', ' void java_last_exception_clear ( void )', '(PHP 4 >= 4.0.2, PECL)', 'javalastexceptionclear'); INSERT INTO `functions` VALUES (1508, 'java-last-exception-get', 'java_last_exception_get', 'Get last Java exception', ' object java_last_exception_get ( void )', '(PHP 4 >= 4.0.2, PECL)', 'javalastexceptionget'); INSERT INTO `functions` VALUES (1509, 'kadm5-chpass-principal', 'kadm5_chpass_principal', 'Changes the principal''s password', ' bool kadm5_chpass_principal ( resource handle, string principal, string password )', '(PECL)', 'kadm5chpassprincipal'); INSERT INTO `functions` VALUES (1510, 'kadm5-create-principal', 'kadm5_create_principal', 'Creates a kerberos principal with the given parameters', ' bool kadm5_create_principal ( resource handle, string principal [, string password [, array options]] )', '(PECL)', 'kadm5createprincipal'); INSERT INTO `functions` VALUES (1511, 'kadm5-delete-principal', 'kadm5_delete_principal', 'Deletes a kerberos principal', ' bool kadm5_delete_principal ( resource handle, string principal )', '(PECL)', 'kadm5deleteprincipal'); INSERT INTO `functions` VALUES (1512, 'kadm5-destroy', 'kadm5_destroy', 'Closes the connection to the admin server and releases all related resources', ' bool kadm5_destroy ( resource handle )', '(PECL)', 'kadm5destroy'); INSERT INTO `functions` VALUES (1513, 'kadm5-flush', 'kadm5_flush', 'Flush all changes to the Kerberos database, leaving the connection to the Kerberos admin server open', ' bool kadm5_flush ( resource handle )', '(PECL)', 'kadm5flush'); INSERT INTO `functions` VALUES (1514, 'kadm5-get-policies', 'kadm5_get_policies', 'Gets all policies from the Kerberos database', ' array kadm5_get_policies ( resource handle )', '(PECL)', 'kadm5getpolicies'); INSERT INTO `functions` VALUES (1515, 'kadm5-get-principal', 'kadm5_get_principal', 'Gets the principal''s entries from the Kerberos database', ' array kadm5_get_principal ( resource handle, string principal )', '(PECL)', 'kadm5getprincipal'); INSERT INTO `functions` VALUES (1516, 'kadm5-get-principals', 'kadm5_get_principals', 'Gets all principals from the Kerberos database', ' array kadm5_get_principals ( resource handle )', '(PECL)', 'kadm5getprincipals'); INSERT INTO `functions` VALUES (1517, 'kadm5-init-with-password', 'kadm5_init_with_password', 'Opens a connection to the KADM5 library and initializes any neccessary state information', ' resource kadm5_init_with_password ( string admin_server, string realm, string principal, string password )', '(PECL)', 'kadm5initwithpassword'); INSERT INTO `functions` VALUES (1518, 'kadm5-modify-principal', 'kadm5_modify_principal', 'Modifies a kerberos principal with the given parameters', ' bool kadm5_modify_principal ( resource handle, string principal, array options )', '(PECL)', 'kadm5modifyprincipal'); INSERT INTO `functions` VALUES (1519, 'ldap-8859-to-t61', 'ldap_8859_to_t61', ' Translate 8859 characters to t61 characters ', ' string ldap_8859_to_t61 ( string value )', '(PHP 4 >= 4.0.2, PHP 5)', 'ldap8859tot61'); INSERT INTO `functions` VALUES (1520, 'ldap-add', 'ldap_add', 'Add entries to LDAP directory', ' bool ldap_add ( resource link_identifier, string dn, array entry )', '(PHP 3, PHP 4, PHP 5)', 'ldapadd'); INSERT INTO `functions` VALUES (1521, 'ldap-bind', 'ldap_bind', 'Bind to LDAP directory', ' bool ldap_bind ( resource link_identifier [, string bind_rdn [, string bind_password]] )', '(PHP 3, PHP 4, PHP 5)', 'ldapbind'); INSERT INTO `functions` VALUES (1522, 'ldap-close', 'ldap_close', 'Alias of ldap_unbind()', ' ', '(PHP 3, PHP 4, PHP 5)', 'ldapclose'); INSERT INTO `functions` VALUES (1523, 'ldap-compare', 'ldap_compare', 'Compare value of attribute found in entry specified with DN', ' mixed ldap_compare ( resource link_identifier, string dn, string attribute, string value )', '(PHP 4 >= 4.0.2, PHP 5)', 'ldapcompare'); INSERT INTO `functions` VALUES (1524, 'ldap-connect', 'ldap_connect', 'Connect to an LDAP server', ' resource ldap_connect ( [string hostname [, int port]] )', '(PHP 3, PHP 4, PHP 5)', 'ldapconnect'); INSERT INTO `functions` VALUES (1525, 'ldap-count-entries', 'ldap_count_entries', 'Count the number of entries in a search', ' int ldap_count_entries ( resource link_identifier, resource result_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapcountentries'); INSERT INTO `functions` VALUES (1526, 'ldap-delete', 'ldap_delete', 'Delete an entry from a directory', ' bool ldap_delete ( resource link_identifier, string dn )', '(PHP 3, PHP 4, PHP 5)', 'ldapdelete'); INSERT INTO `functions` VALUES (1527, 'ldap-dn2ufn', 'ldap_dn2ufn', 'Convert DN to User Friendly Naming format', ' string ldap_dn2ufn ( string dn )', '(PHP 3, PHP 4, PHP 5)', 'ldapdn2ufn'); INSERT INTO `functions` VALUES (1528, 'ldap-err2str', 'ldap_err2str', ' Convert LDAP error number into string error message ', ' string ldap_err2str ( int errno )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ldaperr2str'); INSERT INTO `functions` VALUES (1529, 'ldap-errno', 'ldap_errno', ' Return the LDAP error number of the last LDAP command ', ' int ldap_errno ( resource link_identifier )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'ldaperrno'); INSERT INTO `functions` VALUES (1530, 'ldap-error', 'ldap_error', ' Return the LDAP error message of the last LDAP command ', ' string ldap_error ( resource link_identifier )', '(PHP 3 >= 3.0.12, PHP 4, PHP 5)', 'ldaperror'); INSERT INTO `functions` VALUES (1531, 'ldap-explode-dn', 'ldap_explode_dn', 'Splits DN into its component parts', ' array ldap_explode_dn ( string dn, int with_attrib )', '(PHP 3, PHP 4, PHP 5)', 'ldapexplodedn'); INSERT INTO `functions` VALUES (1532, 'ldap-first-attribute', 'ldap_first_attribute', 'Return first attribute', ' string ldap_first_attribute ( resource link_identifier, resource result_entry_identifier, int &ber_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapfirstattribute'); INSERT INTO `functions` VALUES (1533, 'ldap-first-entry', 'ldap_first_entry', 'Return first result id', ' resource ldap_first_entry ( resource link_identifier, resource result_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapfirstentry'); INSERT INTO `functions` VALUES (1534, 'ldap-first-reference', 'ldap_first_reference', ' Return first reference ', ' resource ldap_first_reference ( resource link, resource result )', '(PHP 4 >= 4.0.5, PHP 5)', 'ldapfirstreference'); INSERT INTO `functions` VALUES (1535, 'ldap-free-result', 'ldap_free_result', 'Free result memory', ' bool ldap_free_result ( resource result_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapfreeresult'); INSERT INTO `functions` VALUES (1536, 'ldap-get-attributes', 'ldap_get_attributes', 'Get attributes from a search result entry', ' array ldap_get_attributes ( resource link_identifier, resource result_entry_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapgetattributes'); INSERT INTO `functions` VALUES (1537, 'ldap-get-dn', 'ldap_get_dn', 'Get the DN of a result entry', ' string ldap_get_dn ( resource link_identifier, resource result_entry_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapgetdn'); INSERT INTO `functions` VALUES (1538, 'ldap-get-entries', 'ldap_get_entries', 'Get all result entries', ' array ldap_get_entries ( resource link_identifier, resource result_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapgetentries'); INSERT INTO `functions` VALUES (1539, 'ldap-get-option', 'ldap_get_option', 'Get the current value for given option', ' bool ldap_get_option ( resource link_identifier, int option, mixed &retval )', '(PHP 4 >= 4.0.4, PHP 5)', 'ldapgetoption'); INSERT INTO `functions` VALUES (1540, 'ldap-get-values-len', 'ldap_get_values_len', 'Get all binary values from a result entry', ' array ldap_get_values_len ( resource link_identifier, resource result_entry_identifier, string attribute )', '(PHP 3 >= 3.0.13, PHP 4, PHP 5)', 'ldapgetvalueslen'); INSERT INTO `functions` VALUES (1541, 'ldap-get-values', 'ldap_get_values', 'Get all values from a result entry', ' array ldap_get_values ( resource link_identifier, resource result_entry_identifier, string attribute )', '(PHP 3, PHP 4, PHP 5)', 'ldapgetvalues'); INSERT INTO `functions` VALUES (1542, 'ldap-list', 'ldap_list', 'Single-level search', ' resource ldap_list ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'ldaplist'); INSERT INTO `functions` VALUES (1543, 'ldap-mod-add', 'ldap_mod_add', 'Add attribute values to current attributes', ' bool ldap_mod_add ( resource link_identifier, string dn, array entry )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'ldapmodadd'); INSERT INTO `functions` VALUES (1544, 'ldap-mod-del', 'ldap_mod_del', 'Delete attribute values from current attributes', ' bool ldap_mod_del ( resource link_identifier, string dn, array entry )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'ldapmoddel'); INSERT INTO `functions` VALUES (1545, 'ldap-mod-replace', 'ldap_mod_replace', 'Replace attribute values with new ones', ' bool ldap_mod_replace ( resource link_identifier, string dn, array entry )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'ldapmodreplace'); INSERT INTO `functions` VALUES (1546, 'ldap-modify', 'ldap_modify', 'Modify an LDAP entry', ' bool ldap_modify ( resource link_identifier, string dn, array entry )', '(PHP 3, PHP 4, PHP 5)', 'ldapmodify'); INSERT INTO `functions` VALUES (1547, 'ldap-next-attribute', 'ldap_next_attribute', 'Get the next attribute in result', ' string ldap_next_attribute ( resource link_identifier, resource result_entry_identifier, resource &ber_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapnextattribute'); INSERT INTO `functions` VALUES (1548, 'ldap-next-entry', 'ldap_next_entry', 'Get next result entry', ' resource ldap_next_entry ( resource link_identifier, resource result_entry_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapnextentry'); INSERT INTO `functions` VALUES (1549, 'ldap-next-reference', 'ldap_next_reference', ' Get next reference ', ' resource ldap_next_reference ( resource link, resource entry )', '(PHP 4 >= 4.0.5, PHP 5)', 'ldapnextreference'); INSERT INTO `functions` VALUES (1550, 'ldap-parse-reference', 'ldap_parse_reference', ' Extract information from reference entry ', ' bool ldap_parse_reference ( resource link, resource entry, array &referrals )', '(PHP 4 >= 4.0.5, PHP 5)', 'ldapparsereference'); INSERT INTO `functions` VALUES (1551, 'ldap-parse-result', 'ldap_parse_result', ' Extract information from result ', ' bool ldap_parse_result ( resource link, resource result, int &errcode [, string &matcheddn [, string &errmsg [, array &referrals]]] )', '(PHP 4 >= 4.0.5, PHP 5)', 'ldapparseresult'); INSERT INTO `functions` VALUES (1552, 'ldap-read', 'ldap_read', 'Read an entry', ' resource ldap_read ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'ldapread'); INSERT INTO `functions` VALUES (1553, 'ldap-rename', 'ldap_rename', 'Modify the name of an entry', ' bool ldap_rename ( resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn )', '(PHP 4 >= 4.0.5, PHP 5)', 'ldaprename'); INSERT INTO `functions` VALUES (1554, 'ldap-sasl-bind', 'ldap_sasl_bind', ' Bind to LDAP directory using SASL ', ' bool ldap_sasl_bind ( resource link [, string binddn [, string password [, string sasl_mech [, string sasl_realm [, string sasl_authz_id [, string props]]]]]] )', '(PHP 5)', 'ldapsaslbind'); INSERT INTO `functions` VALUES (1555, 'ldap-search', 'ldap_search', 'Search LDAP tree', ' resource ldap_search ( resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'ldapsearch'); INSERT INTO `functions` VALUES (1556, 'ldap-set-option', 'ldap_set_option', 'Set the value of the given option', ' bool ldap_set_option ( resource link_identifier, int option, mixed newval )', '(PHP 4 >= 4.0.4, PHP 5)', 'ldapsetoption'); INSERT INTO `functions` VALUES (1557, 'ldap-set-rebind-proc', 'ldap_set_rebind_proc', ' Set a callback function to do re-binds on referral chasing ', ' bool ldap_set_rebind_proc ( resource link, callback callback )', '(PHP 4 >= 4.2.0, PHP 5)', 'ldapsetrebindproc'); INSERT INTO `functions` VALUES (1558, 'ldap-sort', 'ldap_sort', ' Sort LDAP result entries ', ' bool ldap_sort ( resource link, resource result, string sortfilter )', '(PHP 4 >= 4.2.0, PHP 5)', 'ldapsort'); INSERT INTO `functions` VALUES (1559, 'ldap-start-tls', 'ldap_start_tls', ' Start TLS ', ' bool ldap_start_tls ( resource link )', '(PHP 4 >= 4.2.0, PHP 5)', 'ldapstarttls'); INSERT INTO `functions` VALUES (1560, 'ldap-t61-to-8859', 'ldap_t61_to_8859', ' Translate t61 characters to 8859 characters ', ' string ldap_t61_to_8859 ( string value )', '(PHP 4 >= 4.0.2, PHP 5)', 'ldapt61to8859'); INSERT INTO `functions` VALUES (1561, 'ldap-unbind', 'ldap_unbind', 'Unbind from LDAP directory', ' bool ldap_unbind ( resource link_identifier )', '(PHP 3, PHP 4, PHP 5)', 'ldapunbind'); INSERT INTO `functions` VALUES (1562, 'libxml-clear-errors', 'libxml_clear_errors', ' Clear libxml error buffer ', ' void libxml_clear_errors ( void )', '(PHP 5 >= 5.1.0RC1)', 'libxmlclearerrors'); INSERT INTO `functions` VALUES (1563, 'libxml-get-errors', 'libxml_get_errors', ' Retrieve array of errors ', ' array libxml_get_errors ( void )', '(PHP 5 >= 5.1.0RC1)', 'libxmlgeterrors'); INSERT INTO `functions` VALUES (1564, 'libxml-get-last-error', 'libxml_get_last_error', ' Retrieve last error from libxml ', ' LibXMLError libxml_get_last_error ( void )', '(PHP 5 >= 5.1.0RC1)', 'libxmlgetlasterror'); INSERT INTO `functions` VALUES (1565, 'libxml-set-streams-context', 'libxml_set_streams_context', ' Set the streams context for the next libxml document load or write ', ' void libxml_set_streams_context ( resource streams_context )', '(PHP 5)', 'libxmlsetstreamscontext'); INSERT INTO `functions` VALUES (1566, 'libxml-use-internal-errors', 'libxml_use_internal_errors', ' Disable libxml errors and allow user to fetch error information as needed ', ' bool libxml_use_internal_errors ( [bool use_errors] )', '(PHP 5 >= 5.1.0RC1)', 'libxmluseinternalerrors'); INSERT INTO `functions` VALUES (1567, 'notes-body', 'notes_body', 'Open the message msg_number in the specified mailbox on the specified server (leave serv', ' array notes_body ( string server, string mailbox, int msg_number )', '(PHP 4 >= 4.0.5, PECL)', 'notesbody'); INSERT INTO `functions` VALUES (1568, 'notes-copy-db', 'notes_copy_db', 'Copy a Lotus Notes database', ' bool notes_copy_db ( string from_database_name, string to_database_name )', '(PHP 4 >= 4.0.5, PECL)', 'notescopydb'); INSERT INTO `functions` VALUES (1569, 'notes-create-db', 'notes_create_db', 'Create a Lotus Notes database ', ' bool notes_create_db ( string database_name )', '(PHP 4 >= 4.0.5, PECL)', 'notescreatedb'); INSERT INTO `functions` VALUES (1570, 'notes-create-note', 'notes_create_note', 'Create a note using form form_name ', ' bool notes_create_note ( string database_name, string form_name )', '(PHP 4 >= 4.0.5, PECL)', 'notescreatenote'); INSERT INTO `functions` VALUES (1571, 'notes-drop-db', 'notes_drop_db', 'Drop a Lotus Notes database ', ' bool notes_drop_db ( string database_name )', '(PHP 4 >= 4.0.5, PECL)', 'notesdropdb'); INSERT INTO `functions` VALUES (1572, 'notes-find-note', 'notes_find_note', 'Returns a note id found in database_name', ' int notes_find_note ( string database_name, string name [, string type] )', '(PHP 4 >= 4.0.5, PECL)', 'notesfindnote'); INSERT INTO `functions` VALUES (1573, 'notes-header-info', 'notes_header_info', 'Open the message msg_number in the specified mailbox on the specified server (leave serv', ' object notes_header_info ( string server, string mailbox, int msg_number )', '(PHP 4 >= 4.0.5, PECL)', 'notesheaderinfo'); INSERT INTO `functions` VALUES (1574, 'notes-list-msgs', 'notes_list_msgs', 'Returns the notes from a selected database_name', ' bool notes_list_msgs ( string db )', '(PHP 4 >= 4.0.5, PECL)', 'noteslistmsgs'); INSERT INTO `functions` VALUES (1575, 'notes-mark-read', 'notes_mark_read', 'Mark a note_id as read for the User user_name', ' bool notes_mark_read ( string database_name, string user_name, string note_id )', '(PHP 4 >= 4.0.5, PECL)', 'notesmarkread'); INSERT INTO `functions` VALUES (1576, 'notes-mark-unread', 'notes_mark_unread', 'Mark a note_id as unread for the User user_name', ' bool notes_mark_unread ( string database_name, string user_name, string note_id )', '(PHP 4 >= 4.0.5, PECL)', 'notesmarkunread'); INSERT INTO `functions` VALUES (1577, 'notes-nav-create', 'notes_nav_create', 'Create a navigator name, in database_name ', ' bool notes_nav_create ( string database_name, string name )', '(PHP 4 >= 4.0.5, PECL)', 'notesnavcreate'); INSERT INTO `functions` VALUES (1578, 'notes-search', 'notes_search', 'Find notes that match keywords in database_name', ' array notes_search ( string database_name, string keywords )', '(PHP 4 >= 4.0.5, PECL)', 'notessearch'); INSERT INTO `functions` VALUES (1579, 'notes-unread', 'notes_unread', 'Returns the unread note id''s for the current User user_name', ' array notes_unread ( string database_name, string user_name )', '(PHP 4 >= 4.0.5, PECL)', 'notesunread'); INSERT INTO `functions` VALUES (1580, 'notes-version', 'notes_version', 'Get the version Lotus Notes ', ' float notes_version ( string database_name )', '(PHP 4 >= 4.0.5, PECL)', 'notesversion'); INSERT INTO `functions` VALUES (1581, 'lzf-compress', 'lzf_compress', ' LZF compression ', ' string lzf_compress ( string data )', '(PECL)', 'lzfcompress'); INSERT INTO `functions` VALUES (1582, 'lzf-decompress', 'lzf_decompress', ' LZF decompression ', ' string lzf_decompress ( string data )', '(PECL)', 'lzfdecompress'); INSERT INTO `functions` VALUES (1583, 'lzf-optimized-for', 'lzf_optimized_for', ' Determines what LZF extension was optimized for ', ' int lzf_optimized_for ( void )', '(PECL)', 'lzfoptimizedfor'); INSERT INTO `functions` VALUES (1584, 'ezmlm-hash', 'ezmlm_hash', 'Calculate the hash value needed by EZMLM', ' int ezmlm_hash ( string addr )', '(PHP 3 >= 3.0.17, PHP 4 >= 4.0.2, PHP 5)', 'ezmlmhash'); INSERT INTO `functions` VALUES (1585, 'mail', 'mail', 'Send mail', ' bool mail ( string to, string subject, string message [, string additional_headers [, string additional_parameters]] )', '(PHP 3, PHP 4, PHP 5)', 'mail'); INSERT INTO `functions` VALUES (1586, 'mailparse-determine-best-xfer-encoding', 'mailparse_determine_best_xfer_encoding', ' Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able ', ' string mailparse_determine_best_xfer_encoding ( resource fp )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsedeterminebestxferencoding'); INSERT INTO `functions` VALUES (1587, 'mailparse-msg-create', 'mailparse_msg_create', 'Returns a handle that can be used to parse a message ', ' resource mailparse_msg_create ( void )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsgcreate'); INSERT INTO `functions` VALUES (1588, 'mailparse-msg-extract-part-file', 'mailparse_msg_extract_part_file', 'Extracts/decodes a message section, decoding the transfer encoding ', ' string mailparse_msg_extract_part_file ( resource rfc2045, string filename [, callback callbackfunc] )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsgextractpartfile'); INSERT INTO `functions` VALUES (1589, 'mailparse-msg-extract-part', 'mailparse_msg_extract_part', ' Extracts/decodes a message section ', ' void mailparse_msg_extract_part ( resource rfc2045, string msgbody [, callback callbackfunc] )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsgextractpart'); INSERT INTO `functions` VALUES (1590, 'mailparse-msg-free', 'mailparse_msg_free', 'Frees a handle allocated by mailparse_msg_create()', ' bool mailparse_msg_free ( resource rfc2045buf )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsgfree'); INSERT INTO `functions` VALUES (1591, 'mailparse-msg-get-part-data', 'mailparse_msg_get_part_data', 'Returns an associative array of info about the message ', ' array mailparse_msg_get_part_data ( resource rfc2045 )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsggetpartdata'); INSERT INTO `functions` VALUES (1592, 'mailparse-msg-get-part', 'mailparse_msg_get_part', 'Returns a handle on a given section in a mimemessage ', ' resource mailparse_msg_get_part ( resource rfc2045, string mimesection )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsggetpart'); INSERT INTO `functions` VALUES (1593, 'mailparse-msg-get-structure', 'mailparse_msg_get_structure', 'Returns an array of mime section names in the supplied message ', ' array mailparse_msg_get_structure ( resource rfc2045 )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsggetstructure'); INSERT INTO `functions` VALUES (1594, 'mailparse-msg-parse-file', 'mailparse_msg_parse_file', 'Parse file and return a resource representing the structure ', ' resource mailparse_msg_parse_file ( string filename )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsgparsefile'); INSERT INTO `functions` VALUES (1595, 'mailparse-msg-parse', 'mailparse_msg_parse', 'Incrementally parse data into buffer ', ' bool mailparse_msg_parse ( resource rfc2045buf, string data )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsemsgparse'); INSERT INTO `functions` VALUES (1596, 'mailparse-rfc822-parse-addresses', 'mailparse_rfc822_parse_addresses', ' Parse addresses and returns a hash containing that data ', ' array mailparse_rfc822_parse_addresses ( string addresses )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparserfc822parseaddresses'); INSERT INTO `functions` VALUES (1597, 'mailparse-stream-encode', 'mailparse_stream_encode', ' Streams data from source file pointer, apply encoding and write to destfp ', ' bool mailparse_stream_encode ( resource sourcefp, resource destfp, string encoding )', '(4.1.0 - 4.1.2 only, PECL)', 'mailparsestreamencode'); INSERT INTO `functions` VALUES (1598, 'mailparse-uudecode-all', 'mailparse_uudecode_all', ' Scans the data from fp and extract each embedded uuencoded file ', ' array mailparse_uudecode_all ( resource fp )', '(PECL)', 'mailparseuudecodeall'); INSERT INTO `functions` VALUES (1599, 'abs', 'abs', 'Absolute value', ' number abs ( mixed number )', '(PHP 3, PHP 4, PHP 5)', 'abs'); INSERT INTO `functions` VALUES (1600, 'acos', 'acos', 'Arc cosine', ' float acos ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'acos'); INSERT INTO `functions` VALUES (1601, 'acosh', 'acosh', 'Inverse hyperbolic cosine', ' float acosh ( float arg )', '(PHP 4 >= 4.1.0, PHP 5)', 'acosh'); INSERT INTO `functions` VALUES (1602, 'asin', 'asin', 'Arc sine', ' float asin ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'asin'); INSERT INTO `functions` VALUES (1603, 'asinh', 'asinh', 'Inverse hyperbolic sine', ' float asinh ( float arg )', '(PHP 4 >= 4.1.0, PHP 5)', 'asinh'); INSERT INTO `functions` VALUES (1604, 'atan2', 'atan2', 'Arc tangent of two variables', ' float atan2 ( float y, float x )', '(PHP 3 >= 3.0.5, PHP 4, PHP 5)', 'atan2'); INSERT INTO `functions` VALUES (1605, 'atan', 'atan', 'Arc tangent', ' float atan ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'atan'); INSERT INTO `functions` VALUES (1606, 'atanh', 'atanh', 'Inverse hyperbolic tangent', ' float atanh ( float arg )', '(PHP 4 >= 4.1.0, PHP 5)', 'atanh'); INSERT INTO `functions` VALUES (1607, 'base-convert', 'base_convert', 'Convert a number between arbitrary bases', ' string base_convert ( string number, int frombase, int tobase )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'baseconvert'); INSERT INTO `functions` VALUES (1608, 'bindec', 'bindec', 'Binary to decimal', ' number bindec ( string binary_string )', '(PHP 3, PHP 4, PHP 5)', 'bindec'); INSERT INTO `functions` VALUES (1609, 'ceil', 'ceil', 'Round fractions up', ' float ceil ( float value )', '(PHP 3, PHP 4, PHP 5)', 'ceil'); INSERT INTO `functions` VALUES (1610, 'cos', 'cos', 'Cosine', ' float cos ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'cos'); INSERT INTO `functions` VALUES (1611, 'cosh', 'cosh', 'Hyperbolic cosine', ' float cosh ( float arg )', '(PHP 4 >= 4.1.0, PHP 5)', 'cosh'); INSERT INTO `functions` VALUES (1612, 'decbin', 'decbin', 'Decimal to binary', ' string decbin ( int number )', '(PHP 3, PHP 4, PHP 5)', 'decbin'); INSERT INTO `functions` VALUES (1613, 'dechex', 'dechex', 'Decimal to hexadecimal', ' string dechex ( int number )', '(PHP 3, PHP 4, PHP 5)', 'dechex'); INSERT INTO `functions` VALUES (1614, 'decoct', 'decoct', 'Decimal to octal', ' string decoct ( int number )', '(PHP 3, PHP 4, PHP 5)', 'decoct'); INSERT INTO `functions` VALUES (1615, 'deg2rad', 'deg2rad', ' Converts the number in degrees to the radian equivalent ', ' float deg2rad ( float number )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'deg2rad'); INSERT INTO `functions` VALUES (1616, 'exp', 'exp', 'Calculates the exponent of e (the Neperian or Natural logarithm base)', ' float exp ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'exp'); INSERT INTO `functions` VALUES (1617, 'expm1', 'expm1', ' Returns exp(number) - 1, computed in a way that is accurate even when the value of number is close to zero ', ' float expm1 ( float number )', '(PHP 4 >= 4.1.0, PHP 5)', 'expm1'); INSERT INTO `functions` VALUES (1618, 'floor', 'floor', 'Round fractions down', ' float floor ( float value )', '(PHP 3, PHP 4, PHP 5)', 'floor'); INSERT INTO `functions` VALUES (1619, 'fmod', 'fmod', 'Returns the floating point remainder (modulo) of the division of the arguments', ' float fmod ( float x, float y )', '(PHP 4 >= 4.2.0, PHP 5)', 'fmod'); INSERT INTO `functions` VALUES (1620, 'getrandmax', 'getrandmax', 'Show largest possible random value', ' int getrandmax ( void )', '(PHP 3, PHP 4, PHP 5)', 'getrandmax'); INSERT INTO `functions` VALUES (1621, 'hexdec', 'hexdec', 'Hexadecimal to decimal', ' number hexdec ( string hex_string )', '(PHP 3, PHP 4, PHP 5)', 'hexdec'); INSERT INTO `functions` VALUES (1622, 'hypot', 'hypot', ' Calculate the length of the hypotenuse of a right-angle triangle ', ' float hypot ( float x, float y )', '(PHP 4 >= 4.1.0, PHP 5)', 'hypot'); INSERT INTO `functions` VALUES (1623, 'is-finite', 'is_finite', 'Finds whether a value is a legal finite number', ' bool is_finite ( float val )', '(PHP 4 >= 4.2.0, PHP 5)', 'isfinite'); INSERT INTO `functions` VALUES (1624, 'is-infinite', 'is_infinite', 'Finds whether a value is infinite', ' bool is_infinite ( float val )', '(PHP 4 >= 4.2.0, PHP 5)', 'isinfinite'); INSERT INTO `functions` VALUES (1625, 'is-nan', 'is_nan', 'Finds whether a value is not a number', ' bool is_nan ( float val )', '(PHP 4 >= 4.2.0, PHP 5)', 'isnan'); INSERT INTO `functions` VALUES (1626, 'lcg-value', 'lcg_value', 'Combined linear congruential generator', ' float lcg_value ( void )', '(PHP 4, PHP 5)', 'lcgvalue'); INSERT INTO `functions` VALUES (1627, 'log10', 'log10', 'Base-10 logarithm', ' float log10 ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'log10'); INSERT INTO `functions` VALUES (1628, 'log1p', 'log1p', ' Returns log(1 + number), computed in a way that is accurate even when the value of number is close to zero ', ' float log1p ( float number )', '(PHP 4 >= 4.1.0, PHP 5)', 'log1p'); INSERT INTO `functions` VALUES (1629, 'log', 'log', 'Natural logarithm', ' float log ( float arg [, float base] )', '(PHP 3, PHP 4, PHP 5)', 'log'); INSERT INTO `functions` VALUES (1630, 'max', 'max', 'Find highest value', ' mixed max ( number arg1, number arg2 [, number ...] )', '(PHP 3, PHP 4, PHP 5)', 'max'); INSERT INTO `functions` VALUES (1631, 'min', 'min', 'Find lowest value', ' mixed min ( number arg1, number arg2 [, number ...] )', '(PHP 3, PHP 4, PHP 5)', 'min'); INSERT INTO `functions` VALUES (1632, 'mt-getrandmax', 'mt_getrandmax', 'Show largest possible random value', ' int mt_getrandmax ( void )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'mtgetrandmax'); INSERT INTO `functions` VALUES (1633, 'mt-rand', 'mt_rand', 'Generate a better random value', ' int mt_rand ( [int min, int max] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'mtrand'); INSERT INTO `functions` VALUES (1634, 'mt-srand', 'mt_srand', 'Seed the better random number generator', ' void mt_srand ( [int seed] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'mtsrand'); INSERT INTO `functions` VALUES (1635, 'octdec', 'octdec', 'Octal to decimal', ' number octdec ( string octal_string )', '(PHP 3, PHP 4, PHP 5)', 'octdec'); INSERT INTO `functions` VALUES (1636, 'pi', 'pi', 'Get value of pi', ' float pi ( void )', '(PHP 3, PHP 4, PHP 5)', 'pi'); INSERT INTO `functions` VALUES (1637, 'pow', 'pow', 'Exponential expression', ' number pow ( number base, number exp )', '(PHP 3, PHP 4, PHP 5)', 'pow'); INSERT INTO `functions` VALUES (1638, 'rad2deg', 'rad2deg', ' Converts the radian number to the equivalent number in degrees ', ' float rad2deg ( float number )', '(PHP 3 >= 3.0.4, PHP 4, PHP 5)', 'rad2deg'); INSERT INTO `functions` VALUES (1639, 'rand', 'rand', 'Generate a random integer', ' int rand ( [int min, int max] )', '(PHP 3, PHP 4, PHP 5)', 'rand'); INSERT INTO `functions` VALUES (1640, 'round', 'round', 'Rounds a float', ' float round ( float val [, int precision] )', '(PHP 3, PHP 4, PHP 5)', 'round'); INSERT INTO `functions` VALUES (1641, 'sin', 'sin', 'Sine', ' float sin ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'sin'); INSERT INTO `functions` VALUES (1642, 'sinh', 'sinh', 'Hyperbolic sine', ' float sinh ( float arg )', '(PHP 4 >= 4.1.0, PHP 5)', 'sinh'); INSERT INTO `functions` VALUES (1643, 'sqrt', 'sqrt', 'Square root', ' float sqrt ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'sqrt'); INSERT INTO `functions` VALUES (1644, 'srand', 'srand', 'Seed the random number generator', ' void srand ( [int seed] )', '(PHP 3, PHP 4, PHP 5)', 'srand'); INSERT INTO `functions` VALUES (1645, 'tan', 'tan', 'Tangent', ' float tan ( float arg )', '(PHP 3, PHP 4, PHP 5)', 'tan'); INSERT INTO `functions` VALUES (1646, 'tanh', 'tanh', 'Hyperbolic tangent', ' float tanh ( float arg )', '(PHP 4 >= 4.1.0, PHP 5)', 'tanh'); INSERT INTO `functions` VALUES (1647, 'maxdb-affected-rows', 'maxdb_affected_rows', 'Gets the number of affected rows in a previous MaxDB operation', ' Procedural style:int maxdb_affected_rows ( resource link )', '(PECL)', 'maxdbaffectedrows'); INSERT INTO `functions` VALUES (1648, 'maxdb-autocommit', 'maxdb_autocommit', 'Turns on or off auto-commiting database modifications', ' Procedural style:bool maxdb_autocommit ( resource link, bool mode )', '(PECL)', 'maxdbautocommit'); INSERT INTO `functions` VALUES (1649, 'maxdb-bind-param', 'maxdb_bind_param', 'Alias of maxdb_stmt_bind_param()', ' This f', '(PECL)', 'maxdbbindparam'); INSERT INTO `functions` VALUES (1650, 'maxdb-bind-result', 'maxdb_bind_result', 'Alias of maxdb_stmt_bind_result()', ' This', '(PECL)', 'maxdbbindresult'); INSERT INTO `functions` VALUES (1651, 'maxdb-change-user', 'maxdb_change_user', 'Changes the user of the specified database connection', ' Procedural style:bool maxdb_change_user ( resource link, string user, string password, string database )', '(PECL)', 'maxdbchangeuser'); INSERT INTO `functions` VALUES (1652, 'maxdb-character-set-name', 'maxdb_character_set_name', 'Returns the default character set for the database connection', ' Procedural style:string maxdb_character_set_name ( resource link )', '(PECL)', 'maxdbcharactersetname'); INSERT INTO `functions` VALUES (1653, 'maxdb-client-encoding', 'maxdb_client_encoding', 'Alias of maxdb_character_set_name()', ' ', '(PECL)', 'maxdbclientencoding'); INSERT INTO `functions` VALUES (1654, 'maxdb-close-long-data', 'maxdb_close_long_data', 'Alias of maxdb_stmt_close_long_data()', ' ', '(PECL)', 'maxdbcloselongdata'); INSERT INTO `functions` VALUES (1655, 'maxdb-close', 'maxdb_close', 'Closes a previously opened database connection', ' Procedural style:bool maxdb_close ( resource link )', '(PECL)', 'maxdbclose'); INSERT INTO `functions` VALUES (1656, 'maxdb-commit', 'maxdb_commit', 'Commits the current transaction', ' Procedural style:bool maxdb_commit ( resource link )', '(PECL)', 'maxdbcommit'); INSERT INTO `functions` VALUES (1657, 'maxdb-connect-errno', 'maxdb_connect_errno', 'Returns the error code from last connect call', ' int maxdb_connect_errno ( void )', '(PECL)', 'maxdbconnecterrno'); INSERT INTO `functions` VALUES (1658, 'maxdb-connect-error', 'maxdb_connect_error', 'Returns a string description of the last connect error', ' string maxdb_connect_error ( void )', '(PECL)', 'maxdbconnecterror'); INSERT INTO `functions` VALUES (1659, 'maxdb-connect', 'maxdb_connect', 'Open a new connection to the MaxDB server', ' Procedural styleresource maxdb_connect ( [string host [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] )', '(PECL)', 'maxdbconnect'); INSERT INTO `functions` VALUES (1660, 'maxdb-data-seek', 'maxdb_data_seek', 'Adjusts the result pointer to an arbitary row in the result', ' Procedural style:bool maxdb_data_seek ( resource result, int offset )', '(PECL)', 'maxdbdataseek'); INSERT INTO `functions` VALUES (1661, 'maxdb-debug', 'maxdb_debug', 'Performs debugging operations', ' void maxdb_debug ( string debug )', '(PECL)', 'maxdbdebug'); INSERT INTO `functions` VALUES (1662, 'maxdb-disable-reads-from-master', 'maxdb_disable_reads_from_master', 'Disable reads from master', ' Procedural style:bool maxdb_disable_reads_from_master ( resource link )', '(PECL)', 'maxdbdisablereadsfrommaster'); INSERT INTO `functions` VALUES (1663, 'maxdb-disable-rpl-parse', 'maxdb_disable_rpl_parse', 'Disable RPL parse', ' bool maxdb_disable_rpl_parse ( resource link )', '(PECL)', 'maxdbdisablerplparse'); INSERT INTO `functions` VALUES (1664, 'maxdb-dump-debug-info', 'maxdb_dump_debug_info', 'Dump debugging information into the log', ' bool maxdb_dump_debug_info ( resource link )', '(PECL)', 'maxdbdumpdebuginfo'); INSERT INTO `functions` VALUES (1665, 'maxdb-embedded-connect', 'maxdb_embedded_connect', 'Open a connection to an embedded MaxDB server', ' resource maxdb_embedded_connect ( [string dbname] )', '(PECL)', 'maxdbembeddedconnect'); INSERT INTO `functions` VALUES (1666, 'maxdb-enable-reads-from-master', 'maxdb_enable_reads_from_master', 'Enable reads from master', ' bool maxdb_enable_reads_from_master ( resource link )', '(PECL)', 'maxdbenablereadsfrommaster'); INSERT INTO `functions` VALUES (1667, 'maxdb-enable-rpl-parse', 'maxdb_enable_rpl_parse', 'Enable RPL parse', ' bool maxdb_enable_rpl_parse ( resource link )', '(PECL)', 'maxdbenablerplparse'); INSERT INTO `functions` VALUES (1668, 'maxdb-errno', 'maxdb_errno', 'Returns the error code for the most recent function call', ' Procedural style:int maxdb_errno ( resource link )', '(PECL)', 'maxdberrno'); INSERT INTO `functions` VALUES (1669, 'maxdb-error', 'maxdb_error', 'Returns a string description of the last error', ' Procedural style:string maxdb_error ( resource link )', '(PECL)', 'maxdberror'); INSERT INTO `functions` VALUES (1670, 'maxdb-escape-string', 'maxdb_escape_string', 'Alias of maxdb_real_escape_string()', ' ', '(PECL)', 'maxdbescapestring'); INSERT INTO `functions` VALUES (1671, 'maxdb-execute', 'maxdb_execute', 'Alias of maxdb_stmt_execute()', ' This function is', '(PECL)', 'maxdbexecute'); INSERT INTO `functions` VALUES (1672, 'maxdb-fetch-array', 'maxdb_fetch_array', 'Fetch a result row as an associative, a numeric array, or both', ' Procedural style:mixed maxdb_fetch_array ( resource result [, int resulttype] )', '(PECL)', 'maxdbfetcharray'); INSERT INTO `functions` VALUES (1673, 'maxdb-fetch-assoc', 'maxdb_fetch_assoc', 'Fetch a result row as an associative array', ' Procedural style:array maxdb_fetch_assoc ( resource result )', '(PECL)', 'maxdbfetchassoc'); INSERT INTO `functions` VALUES (1674, 'maxdb-fetch-field-direct', 'maxdb_fetch_field_direct', ' Fetch meta-data for a single field ', ' Procedural style:mixed maxdb_fetch_field_direct ( resource result, int fieldnr )', '(PECL)', 'maxdbfetchfielddirect'); INSERT INTO `functions` VALUES (1675, 'maxdb-fetch-field', 'maxdb_fetch_field', 'Returns the next field in the result set', ' Procedural style:mixed maxdb_fetch_field ( resource result )', '(PECL)', 'maxdbfetchfield'); INSERT INTO `functions` VALUES (1676, 'maxdb-fetch-fields', 'maxdb_fetch_fields', 'Returns an array of resources representing the fields in a result set', ' Procedural Style:mixed maxdb_fetch_fields ( resource result )', '(PECL)', 'maxdbfetchfields'); INSERT INTO `functions` VALUES (1677, 'maxdb-fetch-lengths', 'maxdb_fetch_lengths', 'Returns the lengths of the columns of the current row in the result set', ' Procedural style:array maxdb_fetch_lengths ( resource result )', '(PECL)', 'maxdbfetchlengths'); INSERT INTO `functions` VALUES (1678, 'maxdb-fetch-object', 'maxdb_fetch_object', 'Returns the current row of a result set as an object', ' Procedural style:object maxdb_fetch_object ( object result )', '(PECL)', 'maxdbfetchobject'); INSERT INTO `functions` VALUES (1679, 'maxdb-fetch-row', 'maxdb_fetch_row', 'Get a result row as an enumerated array', ' Procedural style:mixed maxdb_fetch_row ( resource result )', '(PECL)', 'maxdbfetchrow'); INSERT INTO `functions` VALUES (1680, 'maxdb-fetch', 'maxdb_fetch', 'Alias of maxdb_stmt_fetch()', ' This function is an al', '(PECL)', 'maxdbfetch'); INSERT INTO `functions` VALUES (1681, 'maxdb-field-count', 'maxdb_field_count', 'Returns the number of columns for the most recent query', ' Procedural style:int maxdb_field_count ( resource link )', '(PECL)', 'maxdbfieldcount'); INSERT INTO `functions` VALUES (1682, 'maxdb-field-seek', 'maxdb_field_seek', ' Set result pointer to a specified field offset ', ' Procedural style:bool maxdb_field_seek ( resource result, int fieldnr )', '(PECL)', 'maxdbfieldseek'); INSERT INTO `functions` VALUES (1683, 'maxdb-field-tell', 'maxdb_field_tell', ' Get current field offset of a result pointer ', ' Procedural style:int maxdb_field_tell ( resource result )', '(PECL)', 'maxdbfieldtell'); INSERT INTO `functions` VALUES (1684, 'maxdb-free-result', 'maxdb_free_result', 'Frees the memory associated with a result', ' Procedural style:void maxdb_free_result ( resource result )', '(PECL)', 'maxdbfreeresult'); INSERT INTO `functions` VALUES (1685, 'maxdb-get-client-info', 'maxdb_get_client_info', 'Returns the MaxDB client version as a string', ' string maxdb_get_client_info ( void )', '(PECL)', 'maxdbgetclientinfo'); INSERT INTO `functions` VALUES (1686, 'maxdb-get-client-version', 'maxdb_get_client_version', 'Get MaxDB client info', ' int maxdb_get_client_version ( void )', '(PECL)', 'maxdbgetclientversion'); INSERT INTO `functions` VALUES (1687, 'maxdb-get-host-info', 'maxdb_get_host_info', 'Returns a string representing the type of connection used', ' Procdural style:string maxdb_get_host_info ( resource link )', '(PECL)', 'maxdbgethostinfo'); INSERT INTO `functions` VALUES (1688, 'maxdb-get-metadata', 'maxdb_get_metadata', 'Alias of maxdb_stmt_result_metadata()', ' T', '(PECL)', 'maxdbgetmetadata'); INSERT INTO `functions` VALUES (1689, 'maxdb-get-proto-info', 'maxdb_get_proto_info', 'Returns the version of the MaxDB protocol used', ' Procedural style:int maxdb_get_proto_info ( resource link )', '(PECL)', 'maxdbgetprotoinfo'); INSERT INTO `functions` VALUES (1690, 'maxdb-get-server-info', 'maxdb_get_server_info', 'Returns the version of the MaxDB server', ' Procedural style:string maxdb_get_server_info ( resource link )', '(PECL)', 'maxdbgetserverinfo'); INSERT INTO `functions` VALUES (1691, 'maxdb-get-server-version', 'maxdb_get_server_version', 'Returns the version of the MaxDB server as an integer', ' Procedural style:int maxdb_get_server_version ( resource link )', '(PECL)', 'maxdbgetserverversion'); INSERT INTO `functions` VALUES (1692, 'maxdb-info', 'maxdb_info', 'Retrieves information about the most recently executed query', ' Procedural style:string maxdb_info ( resource link )', '(PECL)', 'maxdbinfo'); INSERT INTO `functions` VALUES (1693, 'maxdb-init', 'maxdb_init', ' Initializes MaxDB and returns an resource for use with maxdb_real_connect ', ' resource maxdb_init ( void )', '(PECL)', 'maxdbinit'); INSERT INTO `functions` VALUES (1694, 'maxdb-insert-id', 'maxdb_insert_id', 'Returns the auto generated id used in the last query', ' Procedural style:mixed maxdb_insert_id ( resource link )', '(PECL)', 'maxdbinsertid'); INSERT INTO `functions` VALUES (1695, 'maxdb-kill', 'maxdb_kill', 'Disconnects from a MaxDB server', ' Procedural style:bool maxdb_kill ( resource link, int processid )', '(PECL)', 'maxdbkill'); INSERT INTO `functions` VALUES (1696, 'maxdb-master-query', 'maxdb_master_query', 'Enforce execution of a query on the master in a master/slave setup', ' bool maxdb_master_query ( resource link, string query )', '(PECL)', 'maxdbmasterquery'); INSERT INTO `functions` VALUES (1697, 'maxdb-more-results', 'maxdb_more_results', 'Check if there any more query results from a multi query', ' bool maxdb_more_results ( resource link )', '(PECL)', 'maxdbmoreresults'); INSERT INTO `functions` VALUES (1698, 'maxdb-multi-query', 'maxdb_multi_query', 'Performs a query on the database', ' Procedural style:bool maxdb_multi_query ( resource link, string query )', '(PECL)', 'maxdbmultiquery'); INSERT INTO `functions` VALUES (1699, 'maxdb-next-result', 'maxdb_next_result', 'Prepare next result from multi_query', ' bool maxdb_next_result ( resource link )', '(PECL)', 'maxdbnextresult'); INSERT INTO `functions` VALUES (1700, 'maxdb-num-fields', 'maxdb_num_fields', ' Get the number of fields in a result ', ' Procedural style:int maxdb_num_fields ( resource result )', '(PECL)', 'maxdbnumfields'); INSERT INTO `functions` VALUES (1701, 'maxdb-num-rows', 'maxdb_num_rows', ' Gets the number of rows in a result ', ' Procedural style:int maxdb_num_rows ( resource result )', '(PECL)', 'maxdbnumrows'); INSERT INTO `functions` VALUES (1702, 'maxdb-options', 'maxdb_options', 'Set options', ' Procedural style:bool maxdb_options ( resource link, int option, mixed value )', '(PECL)', 'maxdboptions'); INSERT INTO `functions` VALUES (1703, 'maxdb-param-count', 'maxdb_param_count', 'Alias of maxdb_stmt_param_count()', ' This', '(PECL)', 'maxdbparamcount'); INSERT INTO `functions` VALUES (1704, 'maxdb-ping', 'maxdb_ping', ' Pings a server connection, or tries to reconnect if the connection has gone down ', ' Procedural style:bool maxdb_ping ( resource link )', '(PECL)', 'maxdbping'); INSERT INTO `functions` VALUES (1705, 'maxdb-prepare', 'maxdb_prepare', ' Prepare a SQL statement for execution ', ' Procedure style:resource maxdb_prepare ( resource link, string query )', '(PECL)', 'maxdbprepare'); INSERT INTO `functions` VALUES (1706, 'maxdb-query', 'maxdb_query', 'Performs a query on the database', ' Procedural style:mixed maxdb_query ( resource link, string query [, int resultmode] )', '(PECL)', 'maxdbquery'); INSERT INTO `functions` VALUES (1707, 'maxdb-real-connect', 'maxdb_real_connect', 'Opens a connection to a MaxDB server', ' Procedural stylebool maxdb_real_connect ( resource link [, string hostname [, string username [, string passwd [, string dbname [, int port [, string socket]]]]]] )', '(PECL)', 'maxdbrealconnect'); INSERT INTO `functions` VALUES (1708, 'maxdb-real-escape-string', 'maxdb_real_escape_string', ' Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection ', ' Procedural style:string maxdb_real_escape_string ( resource link, string escapestr )', '(PECL)', 'maxdbrealescapestring'); INSERT INTO `functions` VALUES (1709, 'maxdb-real-query', 'maxdb_real_query', 'Execute an SQL query', ' Procedural stylebool maxdb_real_query ( resource link, string query )', '(PECL)', 'maxdbrealquery'); INSERT INTO `functions` VALUES (1710, 'maxdb-report', 'maxdb_report', 'Enables or disables internal report functions', ' bool maxdb_report ( int flags )', '(PECL)', 'maxdbreport'); INSERT INTO `functions` VALUES (1711, 'maxdb-rollback', 'maxdb_rollback', 'Rolls back current transaction', ' bool maxdb_rollback ( resource link )', '(PECL)', 'maxdbrollback'); INSERT INTO `functions` VALUES (1712, 'maxdb-rpl-parse-enabled', 'maxdb_rpl_parse_enabled', 'Check if RPL parse is enabled', ' int maxdb_rpl_parse_enabled ( resource link )', '(PECL)', 'maxdbrplparseenabled'); INSERT INTO `functions` VALUES (1713, 'maxdb-rpl-probe', 'maxdb_rpl_probe', 'RPL probe', ' bool maxdb_rpl_probe ( resource link )', '(PECL)', 'maxdbrplprobe'); INSERT INTO `functions` VALUES (1714, 'maxdb-rpl-query-type', 'maxdb_rpl_query_type', 'Returns RPL query type', ' int maxdb_rpl_query_type ( resource link )', '(PECL)', 'maxdbrplquerytype'); INSERT INTO `functions` VALUES (1715, 'maxdb-select-db', 'maxdb_select_db', 'Selects the default database for database queries', ' bool maxdb_select_db ( resource link, string dbname )', '(PECL)', 'maxdbselectdb'); INSERT INTO `functions` VALUES (1716, 'maxdb-send-long-data', 'maxdb_send_long_data', 'Alias of maxdb_stmt_send_long_data()', ' ', '(PECL)', 'maxdbsendlongdata'); INSERT INTO `functions` VALUES (1717, 'maxdb-send-query', 'maxdb_send_query', 'Send the query and return', ' bool maxdb_send_query ( resource link, string query )', '(PECL)', 'maxdbsendquery'); INSERT INTO `functions` VALUES (1718, 'maxdb-server-end', 'maxdb_server_end', 'Shut down the embedded server', ' void maxdb_server_end ( void )', '(PECL)', 'maxdbserverend'); INSERT INTO `functions` VALUES (1719, 'maxdb-server-init', 'maxdb_server_init', 'Initialize embedded server', ' bool maxdb_server_init ( [array server [, array groups]] )', '(PECL)', 'maxdbserverinit'); INSERT INTO `functions` VALUES (1720, 'maxdb-set-opt', 'maxdb_set_opt', 'Alias of maxdb_options()', ' ', '(PECL)', 'maxdbsetopt'); INSERT INTO `functions` VALUES (1721, 'maxdb-sqlstate', 'maxdb_sqlstate', 'Returns the SQLSTATE error from previous MaxDB operation', ' Procedural style:string maxdb_sqlstate ( resource link )', '(PECL)', 'maxdbsqlstate'); INSERT INTO `functions` VALUES (1722, 'maxdb-ssl-set', 'maxdb_ssl_set', 'Used for establishing secure connections using SSL', ' Procedural style:bool maxdb_ssl_set ( resource link, string key, string cert, string ca, string capath, string cipher )', '(PECL)', 'maxdbsslset'); INSERT INTO `functions` VALUES (1723, 'maxdb-stat', 'maxdb_stat', 'Gets the current system status', ' Procedural style:string maxdb_stat ( resource link )', '(PECL)', 'maxdbstat'); INSERT INTO `functions` VALUES (1724, 'maxdb-stmt-affected-rows', 'maxdb_stmt_affected_rows', 'Returns the total number of rows changed, deleted, or inserted by the last executed statement ', ' Procedural style :int maxdb_stmt_affected_rows ( resource stmt )', '(PECL)', 'maxdbstmtaffectedrows'); INSERT INTO `functions` VALUES (1725, 'maxdb-stmt-bind-param', 'maxdb_stmt_bind_param', 'Binds variables to a prepared statement as parameters', ' Procedural style:bool maxdb_stmt_bind_param ( resource stmt, string types, mixed &var1 [, mixed &...] )', '(PECL)', 'maxdbstmtbindparam'); INSERT INTO `functions` VALUES (1726, 'maxdb-stmt-bind-result', 'maxdb_stmt_bind_result', 'Binds variables to a prepared statement for result storage', ' Procedural style:bool maxdb_stmt_bind_result ( resource stmt, mixed &var1 [, mixed &...] )', '(PECL)', 'maxdbstmtbindresult'); INSERT INTO `functions` VALUES (1727, 'maxdb-stmt-close-long-data', 'maxdb_stmt_close_long_data', 'Ends a sequence of maxdb_stmt_send_long_data()', ' Procedural style:bool maxdb_stmt_close_long_data ( resource stmt, int param_nr )', '(PECL)', 'maxdbstmtcloselongdata'); INSERT INTO `functions` VALUES (1728, 'maxdb-stmt-close', 'maxdb_stmt_close', 'Closes a prepared statement', ' Procedural style:bool maxdb_stmt_close ( resource stmt )', '(PECL)', 'maxdbstmtclose'); INSERT INTO `functions` VALUES (1729, 'maxdb-stmt-data-seek', 'maxdb_stmt_data_seek', 'Seeks to an arbitray row in statement result set', ' Procedural style:bool maxdb_stmt_data_seek ( resource statement, int offset )', '(PECL)', 'maxdbstmtdataseek'); INSERT INTO `functions` VALUES (1730, 'maxdb-stmt-errno', 'maxdb_stmt_errno', 'Returns the error code for the most recent statement call', ' Procedural style :int maxdb_stmt_errno ( resource stmt )', '(PECL)', 'maxdbstmterrno'); INSERT INTO `functions` VALUES (1731, 'maxdb-stmt-error', 'maxdb_stmt_error', 'Returns a string description for last statement error', ' Procedural style:string maxdb_stmt_error ( resource stmt )', '(PECL)', 'maxdbstmterror'); INSERT INTO `functions` VALUES (1732, 'maxdb-stmt-execute', 'maxdb_stmt_execute', 'Executes a prepared Query', ' Procedural style:bool maxdb_stmt_execute ( resource stmt )', '(PECL)', 'maxdbstmtexecute'); INSERT INTO `functions` VALUES (1733, 'maxdb-stmt-fetch', 'maxdb_stmt_fetch', ' Fetch results from a prepared statement into the bound variables ', ' Procedural style:bool maxdb_stmt_fetch ( resource stmt )', '(PECL)', 'maxdbstmtfetch'); INSERT INTO `functions` VALUES (1734, 'maxdb-stmt-free-result', 'maxdb_stmt_free_result', 'Frees stored result memory for the given statement handle', ' Procedural style:void maxdb_stmt_free_result ( resource stmt )', '(PECL)', 'maxdbstmtfreeresult'); INSERT INTO `functions` VALUES (1735, 'maxdb-stmt-init', 'maxdb_stmt_init', ' Initializes a statement and returns an resource for use with maxdb_stmt_prepare ', ' Procedural style :resource maxdb_stmt_init ( resource link )', '(PECL)', 'maxdbstmtinit'); INSERT INTO `functions` VALUES (1736, 'maxdb-stmt-num-rows', 'maxdb_stmt_num_rows', 'Return the number of rows in statements result set', ' Procedural style :int maxdb_stmt_num_rows ( resource stmt )', '(PECL)', 'maxdbstmtnumrows'); INSERT INTO `functions` VALUES (1737, 'maxdb-stmt-param-count', 'maxdb_stmt_param_count', 'Returns the number of parameter for the given statement', ' Procedural style:int maxdb_stmt_param_count ( resource stmt )', '(PECL)', 'maxdbstmtparamcount'); INSERT INTO `functions` VALUES (1738, 'maxdb-stmt-prepare', 'maxdb_stmt_prepare', ' Prepare a SQL statement for execution ', ' Procedure style:bool maxdb_stmt_prepare ( resource stmt, string query )', '(PECL)', 'maxdbstmtprepare'); INSERT INTO `functions` VALUES (1739, 'maxdb-stmt-reset', 'maxdb_stmt_reset', 'Resets a prepared statement', ' Procedural style:bool maxdb_stmt_reset ( resource stmt )', '(PECL)', 'maxdbstmtreset'); INSERT INTO `functions` VALUES (1740, 'maxdb-stmt-result-metadata', 'maxdb_stmt_result_metadata', 'Returns result set metadata from a prepared statement', ' Procedural style:resource maxdb_stmt_result_metadata ( resource stmt )', '(PECL)', 'maxdbstmtresultmetadata'); INSERT INTO `functions` VALUES (1741, 'maxdb-stmt-send-long-data', 'maxdb_stmt_send_long_data', 'Send data in blocks', ' Procedural style:bool maxdb_stmt_send_long_data ( resource stmt, int param_nr, string data )', '(PECL)', 'maxdbstmtsendlongdata'); INSERT INTO `functions` VALUES (1742, 'maxdb-stmt-sqlstate', 'maxdb_stmt_sqlstate', 'Returns SQLSTATE error from previous statement operation', ' string maxdb_stmt_sqlstate ( resource stmt )', '(PECL)', 'maxdbstmtsqlstate'); INSERT INTO `functions` VALUES (1743, 'maxdb-stmt-store-result', 'maxdb_stmt_store_result', 'Transfers a result set from a prepared statement', ' Procedural style:bool maxdb_stmt_store_result ( resource stmt )', '(PECL)', 'maxdbstmtstoreresult'); INSERT INTO `functions` VALUES (1744, 'maxdb-store-result', 'maxdb_store_result', 'Transfers a result set from the last query', ' Procedural style:resource maxdb_store_result ( resource link )', '(PECL)', 'maxdbstoreresult'); INSERT INTO `functions` VALUES (1745, 'maxdb-thread-id', 'maxdb_thread_id', 'Returns the thread ID for the current connection', ' Procedural style:int maxdb_thread_id ( resource link )', '(PECL)', 'maxdbthreadid'); INSERT INTO `functions` VALUES (1746, 'maxdb-thread-safe', 'maxdb_thread_safe', 'Returns whether thread safety is given or not', ' Procedural style:bool maxdb_thread_safe ( void )', '(no version information, might be only in CVS)', 'maxdbthreadsafe'); INSERT INTO `functions` VALUES (1747, 'maxdb-use-result', 'maxdb_use_result', 'Initiate a result set retrieval', ' Procedural style:resource maxdb_use_result ( resource link )', '(PECL)', 'maxdbuseresult'); INSERT INTO `functions` VALUES (1748, 'maxdb-warning-count', 'maxdb_warning_count', 'Returns the number of warnings from the last query for the given link', ' Procedural style:int maxdb_warning_count ( resource link )', '(PECL)', 'maxdbwarningcount'); INSERT INTO `functions` VALUES (1749, 'mcal-append-event', 'mcal_append_event', 'Store a new event into an MCAL calendar', ' int mcal_append_event ( int mcal_stream )', '(PHP 4, PECL)', 'mcalappendevent'); INSERT INTO `functions` VALUES (1750, 'mcal-close', 'mcal_close', 'Close an MCAL stream', ' bool mcal_close ( int mcal_stream [, int flags] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalclose'); INSERT INTO `functions` VALUES (1751, 'mcal-create-calendar', 'mcal_create_calendar', 'Create a new MCAL calendar ', ' bool mcal_create_calendar ( int stream, string calendar )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalcreatecalendar'); INSERT INTO `functions` VALUES (1752, 'mcal-date-compare', 'mcal_date_compare', 'Compares two dates', ' int mcal_date_compare ( int a_year, int a_month, int a_day, int b_year, int b_month, int b_day )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldatecompare'); INSERT INTO `functions` VALUES (1753, 'mcal-date-valid', 'mcal_date_valid', ' Returns TRUE if the given year, month, day is a valid date ', ' bool mcal_date_valid ( int year, int month, int day )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldatevalid'); INSERT INTO `functions` VALUES (1754, 'mcal-day-of-week', 'mcal_day_of_week', ' Returns the day of the week of the given date ', ' int mcal_day_of_week ( int year, int month, int day )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldayofweek'); INSERT INTO `functions` VALUES (1755, 'mcal-day-of-year', 'mcal_day_of_year', ' Returns the day of the year of the given date ', ' int mcal_day_of_year ( int year, int month, int day )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldayofyear'); INSERT INTO `functions` VALUES (1756, 'mcal-days-in-month', 'mcal_days_in_month', ' Returns the number of days in a month ', ' int mcal_days_in_month ( int month, int leap_year )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldaysinmonth'); INSERT INTO `functions` VALUES (1757, 'mcal-delete-calendar', 'mcal_delete_calendar', 'Delete an MCAL calendar', ' bool mcal_delete_calendar ( int stream, string calendar )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldeletecalendar'); INSERT INTO `functions` VALUES (1758, 'mcal-delete-event', 'mcal_delete_event', 'Delete an event from an MCAL calendar', ' bool mcal_delete_event ( int mcal_stream, int event_id )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaldeleteevent'); INSERT INTO `functions` VALUES (1759, 'mcal-event-add-attribute', 'mcal_event_add_attribute', ' Adds an attribute and a value to the streams global event structure ', ' bool mcal_event_add_attribute ( int stream, string attribute, string value )', '(PHP 3 >= 3.0.15, PHP 4, PECL)', 'mcaleventaddattribute'); INSERT INTO `functions` VALUES (1760, 'mcal-event-init', 'mcal_event_init', ' Initializes a streams global event structure ', ' void mcal_event_init ( int stream )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventinit'); INSERT INTO `functions` VALUES (1761, 'mcal-event-set-alarm', 'mcal_event_set_alarm', ' Sets the alarm of the streams global event structure ', ' void mcal_event_set_alarm ( int stream, int alarm )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetalarm'); INSERT INTO `functions` VALUES (1762, 'mcal-event-set-category', 'mcal_event_set_category', ' Sets the category of the streams global event structure ', ' void mcal_event_set_category ( int stream, string category )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetcategory'); INSERT INTO `functions` VALUES (1763, 'mcal-event-set-class', 'mcal_event_set_class', ' Sets the class of the streams global event structure ', ' void mcal_event_set_class ( int stream, int class )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetclass'); INSERT INTO `functions` VALUES (1764, 'mcal-event-set-description', 'mcal_event_set_description', ' Sets the description of the streams global event structure ', ' void mcal_event_set_description ( int stream, string description )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetdescription'); INSERT INTO `functions` VALUES (1765, 'mcal-event-set-end', 'mcal_event_set_end', ' Sets the end date and time of the streams global event structure ', ' void mcal_event_set_end ( int stream, int year, int month, int day [, int hour [, int min [, int sec]]] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetend'); INSERT INTO `functions` VALUES (1766, 'mcal-event-set-recur-daily', 'mcal_event_set_recur_daily', ' Sets the recurrence of the streams global event structure ', ' void mcal_event_set_recur_daily ( int stream, int year, int month, int day, int interval )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetrecurdaily'); INSERT INTO `functions` VALUES (1767, 'mcal-event-set-recur-monthly-mday', 'mcal_event_set_recur_monthly_mday', ' Sets the recurrence of the streams global event structure ', ' void mcal_event_set_recur_monthly_mday ( int stream, int year, int month, int day, int interval )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetrecurmonthlymday'); INSERT INTO `functions` VALUES (1768, 'mcal-event-set-recur-monthly-wday', 'mcal_event_set_recur_monthly_wday', ' Sets the recurrence of the streams global event structure ', ' void mcal_event_set_recur_monthly_wday ( int stream, int year, int month, int day, int interval )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetrecurmonthlywday'); INSERT INTO `functions` VALUES (1769, 'mcal-event-set-recur-none', 'mcal_event_set_recur_none', ' Sets the recurrence of the streams global event structure ', ' void mcal_event_set_recur_none ( int stream )', '(PHP 3 >= 3.0.15, PHP 4, PECL)', 'mcaleventsetrecurnone'); INSERT INTO `functions` VALUES (1770, 'mcal-event-set-recur-weekly', 'mcal_event_set_recur_weekly', ' Sets the recurrence of the streams global event structure ', ' void mcal_event_set_recur_weekly ( int stream, int year, int month, int day, int interval, int weekdays )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetrecurweekly'); INSERT INTO `functions` VALUES (1771, 'mcal-event-set-recur-yearly', 'mcal_event_set_recur_yearly', ' Sets the recurrence of the streams global event structure ', ' void mcal_event_set_recur_yearly ( int stream, int year, int month, int day, int interval )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetrecuryearly'); INSERT INTO `functions` VALUES (1772, 'mcal-event-set-start', 'mcal_event_set_start', ' Sets the start date and time of the streams global event structure ', ' void mcal_event_set_start ( int stream, int year, int month, int day [, int hour [, int min [, int sec]]] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsetstart'); INSERT INTO `functions` VALUES (1773, 'mcal-event-set-title', 'mcal_event_set_title', ' Sets the title of the streams global event structure ', ' void mcal_event_set_title ( int stream, string title )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaleventsettitle'); INSERT INTO `functions` VALUES (1774, 'mcal-expunge', 'mcal_expunge', ' Deletes all events marked for being expunged ', ' bool mcal_expunge ( int stream )', '(no version information, might be only in CVS)', 'mcalexpunge'); INSERT INTO `functions` VALUES (1775, 'mcal-fetch-current-stream-event', 'mcal_fetch_current_stream_event', ' Returns an object containing the current streams event structure ', ' object mcal_fetch_current_stream_event ( int stream )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalfetchcurrentstreamevent'); INSERT INTO `functions` VALUES (1776, 'mcal-fetch-event', 'mcal_fetch_event', ' Fetches an event from the calendar stream ', ' object mcal_fetch_event ( int mcal_stream, int event_id [, int options] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalfetchevent'); INSERT INTO `functions` VALUES (1777, 'mcal-is-leap-year', 'mcal_is_leap_year', ' Returns if the given year is a leap year or not ', ' bool mcal_is_leap_year ( int year )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalisleapyear'); INSERT INTO `functions` VALUES (1778, 'mcal-list-alarms', 'mcal_list_alarms', ' Return a list of events that has an alarm triggered at the given datetime ', ' array mcal_list_alarms ( int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcallistalarms'); INSERT INTO `functions` VALUES (1779, 'mcal-list-events', 'mcal_list_events', ' Return a list of IDs for a date or a range of dates ', ' array mcal_list_events ( int mcal_stream [, int begin_year, int begin_month, int begin_day, int end_year, int end_month, int end_day] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcallistevents'); INSERT INTO `functions` VALUES (1780, 'mcal-next-recurrence', 'mcal_next_recurrence', 'Returns the next recurrence of the event', ' object mcal_next_recurrence ( int stream, int weekstart, array next )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalnextrecurrence'); INSERT INTO `functions` VALUES (1781, 'mcal-open', 'mcal_open', 'Opens up an MCAL connection', ' int mcal_open ( string calendar, string username, string password [, int options] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalopen'); INSERT INTO `functions` VALUES (1782, 'mcal-popen', 'mcal_popen', 'Opens up a persistent MCAL connection', ' int mcal_popen ( string calendar, string username, string password [, int options] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalpopen'); INSERT INTO `functions` VALUES (1783, 'mcal-rename-calendar', 'mcal_rename_calendar', 'Rename an MCAL calendar ', ' bool mcal_rename_calendar ( int stream, string old_name, string new_name )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalrenamecalendar'); INSERT INTO `functions` VALUES (1784, 'mcal-reopen', 'mcal_reopen', 'Reopens an MCAL connection', ' bool mcal_reopen ( int mcal_stream, string calendar [, int options] )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalreopen'); INSERT INTO `functions` VALUES (1785, 'mcal-snooze', 'mcal_snooze', 'Turn off an alarm for an event', ' bool mcal_snooze ( int stream_id, int event_id )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalsnooze'); INSERT INTO `functions` VALUES (1786, 'mcal-store-event', 'mcal_store_event', 'Modify an existing event in an MCAL calendar', ' int mcal_store_event ( int mcal_stream )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcalstoreevent'); INSERT INTO `functions` VALUES (1787, 'mcal-time-valid', 'mcal_time_valid', ' Returns TRUE if the given hour, minutes and seconds is a valid time ', ' bool mcal_time_valid ( int hour, int minutes, int seconds )', '(PHP 3 >= 3.0.13, PHP 4, PECL)', 'mcaltimevalid'); INSERT INTO `functions` VALUES (1788, 'mcal-week-of-year', 'mcal_week_of_year', ' Returns the week number of the given date ', ' int mcal_week_of_year ( int day, int month, int year )', '(PHP 4, PECL)', 'mcalweekofyear'); INSERT INTO `functions` VALUES (1789, 'mcrypt-cbc', 'mcrypt_cbc', 'Encrypt/decrypt data in CBC mode', ' string mcrypt_cbc ( int cipher, string key, string data, int mode [, string iv] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptcbc'); INSERT INTO `functions` VALUES (1790, 'mcrypt-cfb', 'mcrypt_cfb', 'Encrypt/decrypt data in CFB mode', ' string mcrypt_cfb ( int cipher, string key, string data, int mode, string iv )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptcfb'); INSERT INTO `functions` VALUES (1791, 'mcrypt-create-iv', 'mcrypt_create_iv', ' Create an initialization vector (IV) from a random source ', ' string mcrypt_create_iv ( int size [, int source] )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptcreateiv'); INSERT INTO `functions` VALUES (1792, 'mcrypt-decrypt', 'mcrypt_decrypt', 'Decrypts crypttext with given parameters', ' string mcrypt_decrypt ( string cipher, string key, string data, string mode [, string iv] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptdecrypt'); INSERT INTO `functions` VALUES (1793, 'mcrypt-ecb', 'mcrypt_ecb', 'Deprecated: Encrypt/decrypt data in ECB mode', ' string mcrypt_ecb ( int cipher, string key, string data, int mode )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptecb'); INSERT INTO `functions` VALUES (1794, 'mcrypt-enc-get-algorithms-name', 'mcrypt_enc_get_algorithms_name', 'Returns the name of the opened algorithm', ' string mcrypt_enc_get_algorithms_name ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencgetalgorithmsname'); INSERT INTO `functions` VALUES (1795, 'mcrypt-enc-get-block-size', 'mcrypt_enc_get_block_size', 'Returns the blocksize of the opened algorithm', ' int mcrypt_enc_get_block_size ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencgetblocksize'); INSERT INTO `functions` VALUES (1796, 'mcrypt-enc-get-iv-size', 'mcrypt_enc_get_iv_size', 'Returns the size of the IV of the opened algorithm', ' int mcrypt_enc_get_iv_size ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencgetivsize'); INSERT INTO `functions` VALUES (1797, 'mcrypt-enc-get-key-size', 'mcrypt_enc_get_key_size', 'Returns the maximum supported keysize of the opened mode', ' int mcrypt_enc_get_key_size ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencgetkeysize'); INSERT INTO `functions` VALUES (1798, 'mcrypt-enc-get-modes-name', 'mcrypt_enc_get_modes_name', 'Returns the name of the opened mode', ' string mcrypt_enc_get_modes_name ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencgetmodesname'); INSERT INTO `functions` VALUES (1799, 'mcrypt-enc-get-supported-key-sizes', 'mcrypt_enc_get_supported_key_sizes', 'Returns an array with the supported keysizes of the opened algorithm', ' array mcrypt_enc_get_supported_key_sizes ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencgetsupportedkeysizes'); INSERT INTO `functions` VALUES (1800, 'mcrypt-enc-is-block-algorithm-mode', 'mcrypt_enc_is_block_algorithm_mode', 'Checks whether the encryption of the opened mode works on blocks', ' bool mcrypt_enc_is_block_algorithm_mode ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencisblockalgorithmmode'); INSERT INTO `functions` VALUES (1801, 'mcrypt-enc-is-block-algorithm', 'mcrypt_enc_is_block_algorithm', 'Checks whether the algorithm of the opened mode is a block algorithm', ' bool mcrypt_enc_is_block_algorithm ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencisblockalgorithm'); INSERT INTO `functions` VALUES (1802, 'mcrypt-enc-is-block-mode', 'mcrypt_enc_is_block_mode', 'Checks whether the opened mode outputs blocks', ' bool mcrypt_enc_is_block_mode ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencisblockmode'); INSERT INTO `functions` VALUES (1803, 'mcrypt-enc-self-test', 'mcrypt_enc_self_test', 'This function runs a self test on the opened module', ' int mcrypt_enc_self_test ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencselftest'); INSERT INTO `functions` VALUES (1804, 'mcrypt-encrypt', 'mcrypt_encrypt', 'Encrypts plaintext with given parameters', ' string mcrypt_encrypt ( string cipher, string key, string data, string mode [, string iv] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptencrypt'); INSERT INTO `functions` VALUES (1805, 'mcrypt-generic-deinit', 'mcrypt_generic_deinit', ' This function deinitializes an encryption module ', ' bool mcrypt_generic_deinit ( resource td )', '(PHP 4 >= 4.1.1, PHP 5)', 'mcryptgenericdeinit'); INSERT INTO `functions` VALUES (1806, 'mcrypt-generic-end', 'mcrypt_generic_end', 'This function terminates encryption', ' bool mcrypt_generic_end ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptgenericend'); INSERT INTO `functions` VALUES (1807, 'mcrypt-generic-init', 'mcrypt_generic_init', 'This function initializes all buffers needed for encryption', ' int mcrypt_generic_init ( resource td, string key, string iv )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptgenericinit'); INSERT INTO `functions` VALUES (1808, 'mcrypt-generic', 'mcrypt_generic', 'This function encrypts data', ' string mcrypt_generic ( resource td, string data )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptgeneric'); INSERT INTO `functions` VALUES (1809, 'mcrypt-get-block-size', 'mcrypt_get_block_size', 'Get the block size of the specified cipher', ' int mcrypt_get_block_size ( int cipher )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptgetblocksize'); INSERT INTO `functions` VALUES (1810, 'mcrypt-get-cipher-name', 'mcrypt_get_cipher_name', 'Get the name of the specified cipher', ' string mcrypt_get_cipher_name ( int cipher )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptgetciphername'); INSERT INTO `functions` VALUES (1811, 'mcrypt-get-iv-size', 'mcrypt_get_iv_size', ' Returns the size of the IV belonging to a specific cipher/mode combination ', ' int mcrypt_get_iv_size ( string cipher, string mode )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptgetivsize'); INSERT INTO `functions` VALUES (1812, 'mcrypt-get-key-size', 'mcrypt_get_key_size', 'Get the key size of the specified cipher', ' int mcrypt_get_key_size ( int cipher )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptgetkeysize'); INSERT INTO `functions` VALUES (1813, 'mcrypt-list-algorithms', 'mcrypt_list_algorithms', 'Get an array of all supported ciphers', ' array mcrypt_list_algorithms ( [string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptlistalgorithms'); INSERT INTO `functions` VALUES (1814, 'mcrypt-list-modes', 'mcrypt_list_modes', 'Get an array of all supported modes', ' array mcrypt_list_modes ( [string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptlistmodes'); INSERT INTO `functions` VALUES (1815, 'mcrypt-module-close', 'mcrypt_module_close', ' Close the mcrypt module ', ' bool mcrypt_module_close ( resource td )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmoduleclose'); INSERT INTO `functions` VALUES (1816, 'mcrypt-module-get-algo-block-size', 'mcrypt_module_get_algo_block_size', 'Returns the blocksize of the specified algorithm', ' int mcrypt_module_get_algo_block_size ( string algorithm [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmodulegetalgoblocksize'); INSERT INTO `functions` VALUES (1817, 'mcrypt-module-get-algo-key-size', 'mcrypt_module_get_algo_key_size', 'Returns the maximum supported keysize of the opened mode', ' int mcrypt_module_get_algo_key_size ( string algorithm [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmodulegetalgokeysize'); INSERT INTO `functions` VALUES (1818, 'mcrypt-module-get-supported-key-sizes', 'mcrypt_module_get_supported_key_sizes', 'Returns an array with the supported keysizes of the opened algorithm', ' array mcrypt_module_get_supported_key_sizes ( string algorithm [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmodulegetsupportedkeysizes'); INSERT INTO `functions` VALUES (1819, 'mcrypt-module-is-block-algorithm-mode', 'mcrypt_module_is_block_algorithm_mode', 'Returns if the specified module is a block algorithm or not', ' bool mcrypt_module_is_block_algorithm_mode ( string mode [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmoduleisblockalgorithmmode'); INSERT INTO `functions` VALUES (1820, 'mcrypt-module-is-block-algorithm', 'mcrypt_module_is_block_algorithm', 'This function checks whether the specified algorithm is a block algorithm', ' bool mcrypt_module_is_block_algorithm ( string algorithm [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmoduleisblockalgorithm'); INSERT INTO `functions` VALUES (1821, 'mcrypt-module-is-block-mode', 'mcrypt_module_is_block_mode', 'Returns if the specified mode outputs blocks or not', ' bool mcrypt_module_is_block_mode ( string mode [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmoduleisblockmode'); INSERT INTO `functions` VALUES (1822, 'mcrypt-module-open', 'mcrypt_module_open', 'Opens the module of the algorithm and the mode to be used', ' resource mcrypt_module_open ( string algorithm, string algorithm_directory, string mode, string mode_directory )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmoduleopen'); INSERT INTO `functions` VALUES (1823, 'mcrypt-module-self-test', 'mcrypt_module_self_test', 'This function runs a self test on the specified module', ' bool mcrypt_module_self_test ( string algorithm [, string lib_dir] )', '(PHP 4 >= 4.0.2, PHP 5)', 'mcryptmoduleselftest'); INSERT INTO `functions` VALUES (1824, 'mcrypt-ofb', 'mcrypt_ofb', 'Encrypt/decrypt data in OFB mode', ' string mcrypt_ofb ( int cipher, string key, string data, int mode, string iv )', '(PHP 3 >= 3.0.8, PHP 4, PHP 5)', 'mcryptofb'); INSERT INTO `functions` VALUES (1825, 'mdecrypt-generic', 'mdecrypt_generic', 'Decrypt data', ' string mdecrypt_generic ( resource td, string data )', '(PHP 4 >= 4.0.2, PHP 5)', 'mdecryptgeneric'); INSERT INTO `functions` VALUES (1826, 'm-checkstatus', 'm_checkstatus', 'Check to see if a transaction has completed', ' int m_checkstatus ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mcheckstatus'); INSERT INTO `functions` VALUES (1827, 'm-completeauthorizations', 'm_completeauthorizations', 'Number of complete authorizations in queue, returning an array of their identifiers', ' int m_completeauthorizations ( resource conn, int &array )', '(PHP 4 >= 4.3.9, PHP 5)', 'mcompleteauthorizations'); INSERT INTO `functions` VALUES (1828, 'm-connect', 'm_connect', 'Establish the connection to MCVE', ' int m_connect ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mconnect'); INSERT INTO `functions` VALUES (1829, 'm-connectionerror', 'm_connectionerror', 'Get a textual representation of why a connection failed', ' string m_connectionerror ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mconnectionerror'); INSERT INTO `functions` VALUES (1830, 'm-deletetrans', 'm_deletetrans', 'Delete specified transaction from MCVE_CONN structure', ' bool m_deletetrans ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mdeletetrans'); INSERT INTO `functions` VALUES (1831, 'm-destroyconn', 'm_destroyconn', 'Destroy the connection and MCVE_CONN structure', ' bool m_destroyconn ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mdestroyconn'); INSERT INTO `functions` VALUES (1832, 'm-destroyengine', 'm_destroyengine', 'Free memory associated with IP/SSL connectivity', ' void m_destroyengine ( void )', '(PHP 4 >= 4.3.9, PHP 5)', 'mdestroyengine'); INSERT INTO `functions` VALUES (1833, 'm-getcell', 'm_getcell', 'Get a specific cell from a comma delimited response by column name', ' string m_getcell ( resource conn, int identifier, string column, int row )', '(PHP 4 >= 4.3.9, PHP 5)', 'mgetcell'); INSERT INTO `functions` VALUES (1834, 'm-getcellbynum', 'm_getcellbynum', 'Get a specific cell from a comma delimited response by column number', ' string m_getcellbynum ( resource conn, int identifier, int column, int row )', '(PHP 4 >= 4.3.9, PHP 5)', 'mgetcellbynum'); INSERT INTO `functions` VALUES (1835, 'm-getcommadelimited', 'm_getcommadelimited', 'Get the RAW comma delimited data returned from MCVE', ' string m_getcommadelimited ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mgetcommadelimited'); INSERT INTO `functions` VALUES (1836, 'm-getheader', 'm_getheader', 'Get the name of the column in a comma-delimited response', ' string m_getheader ( resource conn, int identifier, int column_num )', '(PHP 4 >= 4.3.9, PHP 5)', 'mgetheader'); INSERT INTO `functions` VALUES (1837, 'm-initconn', 'm_initconn', 'Create and initialize an MCVE_CONN structure', ' resource m_initconn ( void )', '(PHP 4 >= 4.3.9, PHP 5)', 'minitconn'); INSERT INTO `functions` VALUES (1838, 'm-initengine', 'm_initengine', 'Ready the client for IP/SSL Communication', ' int m_initengine ( string location )', '(PHP 4 >= 4.3.9, PHP 5)', 'minitengine'); INSERT INTO `functions` VALUES (1839, 'm-iscommadelimited', 'm_iscommadelimited', 'Checks to see if response is comma delimited', ' int m_iscommadelimited ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'miscommadelimited'); INSERT INTO `functions` VALUES (1840, 'm-maxconntimeout', 'm_maxconntimeout', 'The maximum amount of time the API will attempt a connection to MCVE', ' bool m_maxconntimeout ( resource conn, int secs )', '(PHP 4 >= 4.3.9, PHP 5)', 'mmaxconntimeout'); INSERT INTO `functions` VALUES (1841, 'm-monitor', 'm_monitor', 'Perform communication with MCVE (send/receive data) Non-blocking', ' int m_monitor ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mmonitor'); INSERT INTO `functions` VALUES (1842, 'm-numcolumns', 'm_numcolumns', 'Number of columns returned in a comma delimited response', ' int m_numcolumns ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mnumcolumns'); INSERT INTO `functions` VALUES (1843, 'm-numrows', 'm_numrows', 'Number of rows returned in a comma delimited response', ' int m_numrows ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mnumrows'); INSERT INTO `functions` VALUES (1844, 'm-parsecommadelimited', 'm_parsecommadelimited', 'Parse the comma delimited response so m_getcell, etc will work', ' int m_parsecommadelimited ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mparsecommadelimited'); INSERT INTO `functions` VALUES (1845, 'm-responsekeys', 'm_responsekeys', 'Returns array of strings which represents the keys that can be used for response parameters on this transaction', ' array m_responsekeys ( resource conn, int identifier )', '(PHP 5 >= 5.1.0RC1)', 'mresponsekeys'); INSERT INTO `functions` VALUES (1846, 'm-responseparam', 'm_responseparam', 'Get a custom response parameter', ' string m_responseparam ( resource conn, int identifier, string key )', '(PHP 4 >= 4.3.9, PHP 5)', 'mresponseparam'); INSERT INTO `functions` VALUES (1847, 'm-returnstatus', 'm_returnstatus', 'Check to see if the transaction was successful', ' int m_returnstatus ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mreturnstatus'); INSERT INTO `functions` VALUES (1848, 'm-setblocking', 'm_setblocking', 'Set blocking/non-blocking mode for connection', ' int m_setblocking ( resource conn, int tf )', '(PHP 4 >= 4.3.9, PHP 5)', 'msetblocking'); INSERT INTO `functions` VALUES (1849, 'm-setdropfile', 'm_setdropfile', 'Set the connection method to Drop-File', ' int m_setdropfile ( resource conn, string directory )', '(PHP 4 >= 4.3.9, PHP 5)', 'msetdropfile'); INSERT INTO `functions` VALUES (1850, 'm-setip', 'm_setip', 'Set the connection method to IP', ' int m_setip ( resource conn, string host, int port )', '(PHP 4 >= 4.3.9, PHP 5)', 'msetip'); INSERT INTO `functions` VALUES (1851, 'm-setssl-cafile', 'm_setssl_cafile', 'Set SSL CA (Certificate Authority) file for verification of server certificate', ' int m_setssl_cafile ( resource conn, string cafile )', '(PHP 5 >= 5.1.0RC1)', 'msetsslcafile'); INSERT INTO `functions` VALUES (1852, 'm-setssl-files', 'm_setssl_files', 'Set certificate key files and certificates if server requires client certificate verification', ' int m_setssl_files ( resource conn, string sslkeyfile, string sslcertfile )', '(PHP 4 >= 4.3.9, PHP 5)', 'msetsslfiles'); INSERT INTO `functions` VALUES (1853, 'm-setssl', 'm_setssl', 'Set the connection method to SSL', ' int m_setssl ( resource conn, string host, int port )', '(PHP 4 >= 4.3.9, PHP 5)', 'msetssl'); INSERT INTO `functions` VALUES (1854, 'm-settimeout', 'm_settimeout', 'Set maximum transaction time (per trans)', ' int m_settimeout ( resource conn, int seconds )', '(PHP 4 >= 4.3.9, PHP 5)', 'msettimeout'); INSERT INTO `functions` VALUES (1855, 'm-sslcert-gen-hash', 'm_sslcert_gen_hash', 'Generate hash for SSL client certificate verification', ' string m_sslcert_gen_hash ( string filename )', '(no version information, might be only in CVS)', 'msslcertgenhash'); INSERT INTO `functions` VALUES (1856, 'm-transactionssent', 'm_transactionssent', 'Check to see if outgoing buffer is clear', ' int m_transactionssent ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mtransactionssent'); INSERT INTO `functions` VALUES (1857, 'm-transinqueue', 'm_transinqueue', 'Number of transactions in client-queue', ' int m_transinqueue ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mtransinqueue'); INSERT INTO `functions` VALUES (1858, 'm-transkeyval', 'm_transkeyval', 'Add key/value pair to a transaction. Replaces deprecated transparam()', ' int m_transkeyval ( resource conn, int identifier, string key, string value )', '(PHP 5 >= 5.1.0RC1)', 'mtranskeyval'); INSERT INTO `functions` VALUES (1859, 'm-transnew', 'm_transnew', 'Start a new transaction', ' int m_transnew ( resource conn )', '(PHP 4 >= 4.3.9, PHP 5)', 'mtransnew'); INSERT INTO `functions` VALUES (1860, 'm-transsend', 'm_transsend', 'Finalize and send the transaction', ' int m_transsend ( resource conn, int identifier )', '(PHP 4 >= 4.3.9, PHP 5)', 'mtranssend'); INSERT INTO `functions` VALUES (1861, 'm-uwait', 'm_uwait', 'Wait x microsecs', ' int m_uwait ( int microsecs )', '(PHP 4 >= 4.3.9, PHP 5)', 'muwait'); INSERT INTO `functions` VALUES (1862, 'm-validateidentifier', 'm_validateidentifier', 'Whether or not to validate the passed identifier on any transaction it is passed to', ' int m_validateidentifier ( resource conn, int tf )', '(PHP 5 >= 5.1.0RC1)', 'mvalidateidentifier'); INSERT INTO `functions` VALUES (1863, 'm-verifyconnection', 'm_verifyconnection', 'Set whether or not to PING upon connect to verify connection', ' bool m_verifyconnection ( resource conn, int tf )', '(PHP 4 >= 4.3.9, PHP 5)', 'mverifyconnection'); INSERT INTO `functions` VALUES (1864, 'm-verifysslcert', 'm_verifysslcert', 'Set whether or not to verify the server ssl certificate', ' bool m_verifysslcert ( resource conn, int tf )', '(PHP 4 >= 4.3.9, PHP 5)', 'mverifysslcert'); INSERT INTO `functions` VALUES (1865, 'Memcache-add', 'Memcache::add', 'Add an item to the server', ' bool Memcache::add ( string key, mixed var [, int flag [, int expire]] )', '(no version information, might be only in CVS)', 'Memcache::add'); INSERT INTO `functions` VALUES (1866, 'Memcache-addServer', 'Memcache::addServer', 'Add a memcached server to connection pool', ' bool Memcache::addServer ( string host [, int port [, bool persistent [, int weight [, int timeout [, int retry_interval]]]]] )', '(no version information, might be only in CVS)', 'Memcache::addServer'); INSERT INTO `functions` VALUES (1867, 'Memcache-close', 'Memcache::close', 'Close memcached server connection', ' bool Memcache::close ( void )', '(no version information, might be only in CVS)', 'Memcache::close'); INSERT INTO `functions` VALUES (1868, 'Memcache-connect', 'Memcache::connect', 'Open memcached server connection', ' bool Memcache::connect ( string host [, int port [, int timeout]] )', '(no version information, might be only in CVS)', 'Memcache::connect'); INSERT INTO `functions` VALUES (1869, 'memcache-debug', 'memcache_debug', 'Turn debug output on/off', ' bool memcache_debug ( bool on_off )', '(PECL)', 'memcachedebug'); INSERT INTO `functions` VALUES (1870, 'Memcache-decrement', 'Memcache::decrement', 'Decrement item''s value', ' int Memcache::decrement ( string key [, int value] )', '(no version information, might be only in CVS)', 'Memcache::decrement'); INSERT INTO `functions` VALUES (1871, 'Memcache-delete', 'Memcache::delete', 'Delete item from the server', ' bool Memcache::delete ( string key [, int timeout] )', '(no version information, might be only in CVS)', 'Memcache::delete'); INSERT INTO `functions` VALUES (1872, 'Memcache-flush', 'Memcache::flush', 'Flush all existing items at the server', ' bool Memcache::flush ( void )', '(no version information, might be only in CVS)', 'Memcache::flush'); INSERT INTO `functions` VALUES (1873, 'Memcache-get', 'Memcache::get', 'Retrieve item from the server', ' string Memcache::get ( string key )', '(no version information, might be only in CVS)', 'Memcache::get'); INSERT INTO `functions` VALUES (1874, 'Memcache-getExtendedStats', 'Memcache::getExtendedStats', 'Get statistics from all servers in pool', ' array Memcache::getExtendedStats ( void )', '(no version information, might be only in CVS)', 'Memcache::getExtendedStats'); INSERT INTO `functions` VALUES (1875, 'Memcache-getStats', 'Memcache::getStats', 'Get statistics of the server', ' array Memcache::getStats ( void )', '(no version information, might be only in CVS)', 'Memcache::getStats'); INSERT INTO `functions` VALUES (1876, 'Memcache-getVersion', 'Memcache::getVersion', 'Return version of the server', ' string Memcache::getVersion ( void )', '(no version information, might be only in CVS)', 'Memcache::getVersion'); INSERT INTO `functions` VALUES (1877, 'Memcache-increment', 'Memcache::increment', 'Increment item''s value', ' int Memcache::increment ( string key [, int value] )', '(no version information, might be only in CVS)', 'Memcache::increment'); INSERT INTO `functions` VALUES (1878, 'Memcache-pconnect', 'Memcache::pconnect', 'Open memcached server persistent connection', ' bool Memcache::pconnect ( string host [, int port [, int timeout]] )', '(no version information, might be only in CVS)', 'Memcache::pconnect'); INSERT INTO `functions` VALUES (1879, 'Memcache-replace', 'Memcache::replace', 'Replace value of the existing item', ' bool Memcache::replace ( string key, mixed var [, int flag [, int expire]] )', '(no version information, might be only in CVS)', 'Memcache::replace'); INSERT INTO `functions` VALUES (1880, 'Memcache-set', 'Memcache::set', 'Store data at the server', ' bool Memcache::set ( string key, mixed var [, int flag [, int expire]] )', '(no version information, might be only in CVS)', 'Memcache::set'); INSERT INTO `functions` VALUES (1881, 'Memcache-setCompressThreshold', 'Memcache::setCompressThreshold', 'Enable automatic compression of large values', ' bool Memcache::setCompressThreshold ( int threshold [, float min_savings] )', '(no version information, might be only in CVS)', 'Memcache::setCompressThreshold'); INSERT INTO `functions` VALUES (1882, 'mhash-count', 'mhash_count', 'Get the highest available hash id', ' int mhash_count ( void )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'mhashcount'); INSERT INTO `functions` VALUES (1883, 'mhash-get-block-size', 'mhash_get_block_size', 'Get the block size of the specified hash', ' int mhash_get_block_size ( int hash )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'mhashgetblocksize'); INSERT INTO `functions` VALUES (1884, 'mhash-get-hash-name', 'mhash_get_hash_name', 'Get the name of the specified hash', ' string mhash_get_hash_name ( int hash )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'mhashgethashname'); INSERT INTO `functions` VALUES (1885, 'mhash-keygen-s2k', 'mhash_keygen_s2k', 'Generates a key', ' string mhash_keygen_s2k ( int hash, string password, string salt, int bytes )', '(PHP 4 >= 4.0.4, PHP 5)', 'mhashkeygens2k'); INSERT INTO `functions` VALUES (1886, 'mhash', 'mhash', 'Compute hash', ' string mhash ( int hash, string data [, string key] )', '(PHP 3 >= 3.0.9, PHP 4, PHP 5)', 'mhash'); INSERT INTO `functions` VALUES (1887, 'mime-content-type', 'mime_content_type', 'Detect MIME Content-type for a file', ' string mime_content_type ( string filename )', '(PHP 4 >= 4.3.0, PHP 5)', 'mimecontenttype'); INSERT INTO `functions` VALUES (1888, 'SWFButton.addASound', 'SWFButton::addASound', 'Associates a sound with a button transition', ' SWFSoundInstance SWFButton::addASound ( SWFSound sound, int flags )', '(no version information, might be only in CVS)', 'SWFButton::addASound'); INSERT INTO `functions` VALUES (1889, 'SWFButton.setMenu', 'SWFButton::setMenu', 'enable track as menu button behaviour', ' void SWFButton::setMenu ( int flag )', '(no version information, might be only in CVS)', 'SWFButton::setMenu'); INSERT INTO `functions` VALUES (1890, 'SWFDisplayItem.addAction', 'SWFDisplayItem::addAction', 'Adds this SWFAction to the given SWFSprite instance', ' void SWFDisplayItem::addAction ( SWFAction action, int flags )', '(no version information, might be only in CVS)', 'SWFDisplayItem::addAction'); INSERT INTO `functions` VALUES (1891, 'SWFDisplayItem.endMask', 'SWFDisplayItem::endMask', 'Another way of defining a MASK layer', ' void SWFDisplayItem::endMask ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::endMask'); INSERT INTO `functions` VALUES (1892, 'SWFDisplayItem.getRot', 'SWFDisplayItem::getRot', '', ' float SWFDisplayItem::getRot ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getRot'); INSERT INTO `functions` VALUES (1893, 'SWFDisplayItem.getX', 'SWFDisplayItem::getX', '', ' float SWFDisplayItem::getX ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getX'); INSERT INTO `functions` VALUES (1894, 'SWFDisplayItem.getXScale', 'SWFDisplayItem::getXScale', '', ' float SWFDisplayItem::getXScale ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getXScale'); INSERT INTO `functions` VALUES (1895, 'SWFDisplayItem.getXSkew', 'SWFDisplayItem::getXSkew', '', ' float SWFDisplayItem::getXSkew ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getXSkew'); INSERT INTO `functions` VALUES (1896, 'SWFDisplayItem.getY', 'SWFDisplayItem::getY', '', ' float SWFDisplayItem::getY ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getY'); INSERT INTO `functions` VALUES (1897, 'SWFDisplayItem.getYScale', 'SWFDisplayItem::getYScale', '', ' float SWFDisplayItem::getYScale ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getYScale'); INSERT INTO `functions` VALUES (1898, 'SWFDisplayItem.getYSkew', 'SWFDisplayItem::getYSkew', '', ' float SWFDisplayItem::getYSkew ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem::getYSkew'); INSERT INTO `functions` VALUES (1899, 'SWFDisplayItem.setMaskLevel', 'SWFDisplayItem::setMaskLevel', 'Defines a MASK layer at level', ' void SWFDisplayItem::setMaskLevel ( int level )', '(no version information, might be only in CVS)', 'SWFDisplayItem::setMaskLevel'); INSERT INTO `functions` VALUES (1900, 'SWFDisplayItem.setMatrix', 'SWFDisplayItem::setMatrix', 'Sets the item''s transform matrix', ' void SWFDisplayItem::setMatrix ( float a, float b, float c, float d, float x, float y )', '(no version information, might be only in CVS)', 'SWFDisplayItem::setMatrix'); INSERT INTO `functions` VALUES (1901, 'SWFFont.getAscent', 'SWFFont::getAscent', 'Returns the ascent of the font, or 0 if not available', ' float SWFFont::getAscent ( void )', '(no version information, might be only in CVS)', 'SWFFont::getAscent'); INSERT INTO `functions` VALUES (1902, 'SWFFont.getDescent', 'SWFFont::getDescent', 'Returns the descent of the font, or 0 if not available', ' float SWFFont::getDescent ( void )', '(no version information, might be only in CVS)', 'SWFFont::getDescent'); INSERT INTO `functions` VALUES (1903, 'SWFFont.getLeading', 'SWFFont::getLeading', 'Returns the leading of the font, or 0 if not available', ' float SWFFont::getLeading ( void )', '(no version information, might be only in CVS)', 'SWFFont::getLeading'); INSERT INTO `functions` VALUES (1904, 'SWFFont.getShape', 'SWFFont::getShape', 'Returns the glyph shape of a char as a text string', ' string SWFFont::getShape ( int code )', '(no version information, might be only in CVS)', 'SWFFont::getShape'); INSERT INTO `functions` VALUES (1905, 'SWFFont.getUTF8Width', 'SWFFont::getUTF8Width', 'Calculates the width of the given string in this font at full height', ' float SWFFont::getUTF8Width ( string string )', '(no version information, might be only in CVS)', 'SWFFont::getUTF8Width'); INSERT INTO `functions` VALUES (1906, 'SWFFontChar.addChars', 'SWFFontChar::addChars', 'Adds characters to a font for exporting font', ' void SWFFontChar::addChars ( string char )', '(no version information, might be only in CVS)', 'SWFFontChar::addChars'); INSERT INTO `functions` VALUES (1907, 'SWFFontChar.addUTF8Chars', 'SWFFontChar::addUTF8Chars', 'Adds characters to a font for exporting font', ' void SWFFontChar::addUTF8Chars ( string char )', '(no version information, might be only in CVS)', 'SWFFontChar::addUTF8Chars'); INSERT INTO `functions` VALUES (1908, 'SWFMovie.addExport', 'SWFMovie::addExport', '', ' void SWFMovie::addExport ( SWFCharacter char, string name )', '(no version information, might be only in CVS)', 'SWFMovie::addExport'); INSERT INTO `functions` VALUES (1909, 'SWFMovie.addFont', 'SWFMovie::addFont', '', ' SWFFontChar SWFMovie::addFont ( SWFFont font )', '(no version information, might be only in CVS)', 'SWFMovie::addFont'); INSERT INTO `functions` VALUES (1910, 'SWFMovie.importChar', 'SWFMovie::importChar', '', ' SWFSprite SWFMovie::importChar ( string libswf, string name )', '(no version information, might be only in CVS)', 'SWFMovie::importChar'); INSERT INTO `functions` VALUES (1911, 'SWFMovie.importFont', 'SWFMovie::importFont', '', ' SWFFontChar SWFMovie::importFont ( string libswf, string name )', '(no version information, might be only in CVS)', 'SWFMovie::importFont'); INSERT INTO `functions` VALUES (1912, 'SWFMovie.labelFrame', 'SWFMovie::labelFrame', 'Labels frame', ' void SWFMovie::labelFrame ( string label )', '(no version information, might be only in CVS)', 'SWFMovie::labelFrame'); INSERT INTO `functions` VALUES (1913, 'SWFMovie.saveToFile', 'SWFMovie::saveToFile', '', ' int SWFMovie::saveToFile ( stream x [, int compression] )', '(no version information, might be only in CVS)', 'SWFMovie::saveToFile'); INSERT INTO `functions` VALUES (1914, 'SWFMovie.startSound', 'SWFMovie::startSound', '', ' SWFSoundInstance SWFMovie::startSound ( SWFSound sound )', '(no version information, might be only in CVS)', 'SWFMovie::startSound'); INSERT INTO `functions` VALUES (1915, 'SWFMovie.stopSound', 'SWFMovie::stopSound', '', ' void SWFMovie::stopSound ( SWFSound sound )', '(no version information, might be only in CVS)', 'SWFMovie::stopSound'); INSERT INTO `functions` VALUES (1916, 'SWFMovie.writeExports', 'SWFMovie::writeExports', '', ' void SWFMovie::writeExports ( void )', '(no version information, might be only in CVS)', 'SWFMovie::writeExports'); INSERT INTO `functions` VALUES (1917, 'SWFPrebuiltClip', 'SWFPrebuiltClip', 'Returns a SWFPrebuiltClip object', ' SWFPrebuiltClip SWFPrebuiltClip ( [string file] )', '(no version information, might be only in CVS)', 'SWFPrebuiltClip'); INSERT INTO `functions` VALUES (1918, 'SWFShape.drawArc', 'SWFShape::drawArc', 'Draws an arc of radius r centered at the current location, from angle startAngle to angle endAngle measured clockwise from 12 o''clock', ' void SWFShape::drawArc ( float r, float startAngle, float endAngle )', '(no version information, might be only in CVS)', 'SWFShape::drawArc'); INSERT INTO `functions` VALUES (1919, 'SWFShape.drawCircle', 'SWFShape::drawCircle', 'Draws a circle of radius r centered at the current location, in a counter-clockwise fashion', ' void SWFShape::drawCircle ( float r )', '(no version information, might be only in CVS)', 'SWFShape::drawCircle'); INSERT INTO `functions` VALUES (1920, 'SWFShape.drawCubic', 'SWFShape::drawCubic', 'Draws a cubic bezier curve using the current position and the three given points as control points', ' int SWFShape::drawCubic ( float bx, float by, float cx, float cy, float dx, float dy )', '(no version information, might be only in CVS)', 'SWFShape::drawCubic'); INSERT INTO `functions` VALUES (1921, 'SWFShape.drawCubicTo', 'SWFShape::drawCubicTo', 'Draws a cubic bezier curve using the current position and the three given points as control points', ' int SWFShape::drawCubicTo ( float bx, float by, float cx, float cy, float dx, float dy )', '(no version information, might be only in CVS)', 'SWFShape::drawCubicTo'); INSERT INTO `functions` VALUES (1922, 'SWFShape.drawGlyph', 'SWFShape::drawGlyph', 'Draws the first character in the given string into the shape using the glyph definition from the given font', ' void SWFShape::drawGlyph ( SWFFont font, string character [, int size] )', '(no version information, might be only in CVS)', 'SWFShape::drawGlyph'); INSERT INTO `functions` VALUES (1923, 'SWFSound', 'SWFSound', 'Returns a new SWFSound object from given file', ' SWFSound SWFSound ( string filename, int flags )', '(no version information, might be only in CVS)', 'SWFSound'); INSERT INTO `functions` VALUES (1924, 'SWFSoundInstance.loopCount', 'SWFSoundInstance::loopCount', '', ' void SWFSoundInstance::loopCount ( int point )', '(no version information, might be only in CVS)', 'SWFSoundInstance::loopCount'); INSERT INTO `functions` VALUES (1925, 'SWFSoundInstance.loopInPoint', 'SWFSoundInstance::loopInPoint', '', ' void SWFSoundInstance::loopInPoint ( int point )', '(no version information, might be only in CVS)', 'SWFSoundInstance::loopInPoint'); INSERT INTO `functions` VALUES (1926, 'SWFSoundInstance.loopOutPoint', 'SWFSoundInstance::loopOutPoint', '', ' void SWFSoundInstance::loopOutPoint ( int point )', '(no version information, might be only in CVS)', 'SWFSoundInstance::loopOutPoint'); INSERT INTO `functions` VALUES (1927, 'SWFSoundInstance.noMultiple', 'SWFSoundInstance::noMultiple', '', ' void SWFSoundInstance::noMultiple ( void )', '(no version information, might be only in CVS)', 'SWFSoundInstance::noMultiple'); INSERT INTO `functions` VALUES (1928, 'SWFSprite.labelFrame', 'SWFSprite::labelFrame', 'Labels frame', ' void SWFSprite::labelFrame ( string label )', '(no version information, might be only in CVS)', 'SWFSprite::labelFrame'); INSERT INTO `functions` VALUES (1929, 'SWFSprite.startSound', 'SWFSprite::startSound', '', ' SWFSoundInstance SWFSprite::startSound ( SWFSound sound )', '(no version information, might be only in CVS)', 'SWFSprite::startSound'); INSERT INTO `functions` VALUES (1930, 'SWFSprite.stopSound', 'SWFSprite::stopSound', '', ' void SWFSprite::stopSound ( SWFSound sound )', '(no version information, might be only in CVS)', 'SWFSprite::stopSound'); INSERT INTO `functions` VALUES (1931, 'SWFText.addUTF8String', 'SWFText::addUTF8String', 'Writes the given text into this SWFText object at the current pen position, using the current font, height, spacing, and color', ' void SWFText::addUTF8String ( string text )', '(no version information, might be only in CVS)', 'SWFText::addUTF8String'); INSERT INTO `functions` VALUES (1932, 'SWFText.getAscent', 'SWFText::getAscent', 'Returns the ascent of the current font at its current size, or 0 if not available', ' float SWFText::getAscent ( void )', '(no version information, might be only in CVS)', 'SWFText::getAscent'); INSERT INTO `functions` VALUES (1933, 'SWFText.getDescent', 'SWFText::getDescent', 'Returns the descent of the current font at its current size, or 0 if not available', ' float SWFText::getDescent ( void )', '(no version information, might be only in CVS)', 'SWFText::getDescent'); INSERT INTO `functions` VALUES (1934, 'SWFText.getLeading', 'SWFText::getLeading', 'Returns the leading of the current font at its current size, or 0 if not available', ' float SWFText::getLeading ( void )', '(no version information, might be only in CVS)', 'SWFText::getLeading'); INSERT INTO `functions` VALUES (1935, 'SWFText.getUTF8Width', 'SWFText::getUTF8Width', 'calculates the width of the given string in this text objects current font and size', ' float SWFText::getUTF8Width ( string string )', '(no version information, might be only in CVS)', 'SWFText::getUTF8Width'); INSERT INTO `functions` VALUES (1936, 'SWFTextField.addChars', 'SWFTextField::addChars', 'adds characters to a font that will be available within a textfield', ' void SWFTextField::addChars ( string chars )', '(no version information, might be only in CVS)', 'SWFTextField::addChars'); INSERT INTO `functions` VALUES (1937, 'SWFTextField.setPadding', 'SWFTextField::setPadding', 'Sets the padding of this textfield', ' void SWFTextField::setPadding ( float padding )', '(no version information, might be only in CVS)', 'SWFTextField::setPadding'); INSERT INTO `functions` VALUES (1938, 'SWFVideoStream.getNumFrames', 'SWFVideoStream::getNumFrames', '', ' int SWFVideoStream::getNumFrames ( void )', '(no version information, might be only in CVS)', 'SWFVideoStream::getNumFrames'); INSERT INTO `functions` VALUES (1939, 'SWFVideoStream.setDimension', 'SWFVideoStream::setDimension', '', ' void SWFVideoStream::setDimension ( int x, int y )', '(no version information, might be only in CVS)', 'SWFVideoStream::setDimension'); INSERT INTO `functions` VALUES (1940, 'SWFVideoStream', 'SWFVideoStream', 'Returns a SWFVideoStream object', ' SWFVideoStream SWFVideoStream ( [string file] )', '(no version information, might be only in CVS)', 'SWFVideoStream'); INSERT INTO `functions` VALUES (1941, 'ming-keypress', 'ming_keypress', 'Returns the action flag for keyPress(char)', ' int ming_keypress ( string str )', '(PHP 5)', 'mingkeypress'); INSERT INTO `functions` VALUES (1942, 'ming-setcubicthreshold', 'ming_setcubicthreshold', ' Set cubic threshold (?) ', ' void ming_setcubicthreshold ( int threshold )', '(PHP 4 >= 4.0.5, PHP 5)', 'mingsetcubicthreshold'); INSERT INTO `functions` VALUES (1943, 'ming-setscale', 'ming_setscale', ' Set scale (?) ', ' void ming_setscale ( int scale )', '(PHP 4 >= 4.0.5, PHP 5)', 'mingsetscale'); INSERT INTO `functions` VALUES (1944, 'ming-useConstants', 'ming_useConstants', 'Use constant pool (?)', ' void ming_useConstants ( int use )', '(PHP 5)', 'minguseConstants'); INSERT INTO `functions` VALUES (1945, 'ming-useswfversion', 'ming_useswfversion', ' Use SWF version (?) ', ' void ming_useswfversion ( int version )', '(PHP 4 >= 4.2.0, PHP 5)', 'minguseswfversion'); INSERT INTO `functions` VALUES (1946, 'swfaction', 'SWFAction', 'Creates a new Action', ' SWFAction swfaction ( string script )', '(PHP 4 >= 4.0.5)', 'SWFAction'); INSERT INTO `functions` VALUES (1947, 'swfbitmap.getheight', 'SWFBitmap->getHeight', 'Returns the bitmap''s height', ' float swfbitmap->getheight ( void )', '(no version information, might be only in CVS)', 'SWFBitmap->getHeight'); INSERT INTO `functions` VALUES (1948, 'swfbitmap.getwidth', 'SWFBitmap->getWidth', 'Returns the bitmap''s width', ' float swfbitmap->getwidth ( void )', '(no version information, might be only in CVS)', 'SWFBitmap->getWidth'); INSERT INTO `functions` VALUES (1949, 'swfbitmap', 'SWFBitmap', 'Loads Bitmap object', ' SWFBitmap swfbitmap ( mixed file [, mixed alphafile] )', '(PHP 4 >= 4.0.5)', 'SWFBitmap'); INSERT INTO `functions` VALUES (1950, 'swfbutton.addaction', 'SWFbutton->addAction', 'Adds an action', ' void swfbutton->addaction ( resource action, int flags )', '(no version information, might be only in CVS)', 'SWFbutton->addAction'); INSERT INTO `functions` VALUES (1951, 'swfbutton.addshape', 'SWFbutton->addShape', 'Adds a shape to a button', ' void swfbutton->addshape ( resource shape, int flags )', '(no version information, might be only in CVS)', 'SWFbutton->addShape'); INSERT INTO `functions` VALUES (1952, 'swfbutton.setaction', 'SWFbutton->setAction', 'Sets the action', ' void swfbutton->setaction ( resource action )', '(no version information, might be only in CVS)', 'SWFbutton->setAction'); INSERT INTO `functions` VALUES (1953, 'swfbutton.setdown', 'SWFbutton->setdown', 'Alias for addShape(shape, SWFBUTTON_DOWN)', ' void swfbutton->setdown ( resource shape )', '(no version information, might be only in CVS)', 'SWFbutton->setdown'); INSERT INTO `functions` VALUES (1954, 'swfbutton.sethit', 'SWFbutton->setHit', 'Alias for addShape(shape, SWFBUTTON_HIT)', ' void swfbutton->sethit ( resource shape )', '(no version information, might be only in CVS)', 'SWFbutton->setHit'); INSERT INTO `functions` VALUES (1955, 'swfbutton.setover', 'SWFbutton->setOver', 'Alias for addShape(shape, SWFBUTTON_OVER)', ' void swfbutton->setover ( resource shape )', '(no version information, might be only in CVS)', 'SWFbutton->setOver'); INSERT INTO `functions` VALUES (1956, 'swfbutton.setup', 'SWFbutton->setUp', 'Alias for addShape(shape, SWFBUTTON_UP)', ' void swfbutton->setup ( resource shape )', '(no version information, might be only in CVS)', 'SWFbutton->setUp'); INSERT INTO `functions` VALUES (1957, 'swfbutton', 'SWFbutton', 'Creates a new Button', ' SWFButton swfbutton ( void )', '(PHP 4 >= 4.0.5)', 'SWFbutton'); INSERT INTO `functions` VALUES (1958, 'swfdisplayitem.addcolor', 'SWFDisplayItem->addColor', 'Adds the given color to this item''s color transform', ' void swfdisplayitem->addcolor ( int red, int green, int blue [, int a] )', '(no version information, might be only in CVS)', 'SWFDisplayItem->addColor'); INSERT INTO `functions` VALUES (1959, 'swfdisplayitem.move', 'SWFDisplayItem->move', 'Moves object in relative coordinates', ' void swfdisplayitem->move ( int dx, int dy )', '(no version information, might be only in CVS)', 'SWFDisplayItem->move'); INSERT INTO `functions` VALUES (1960, 'swfdisplayitem.moveto', 'SWFDisplayItem->moveTo', 'Moves object in global coordinates', ' void swfdisplayitem->moveto ( int x, int y )', '(no version information, might be only in CVS)', 'SWFDisplayItem->moveTo'); INSERT INTO `functions` VALUES (1961, 'swfdisplayitem.multcolor', 'SWFDisplayItem->multColor', 'Multiplies the item''s color transform', ' void swfdisplayitem->multcolor ( int red, int green, int blue [, int a] )', '(no version information, might be only in CVS)', 'SWFDisplayItem->multColor'); INSERT INTO `functions` VALUES (1962, 'swfdisplayitem.remove', 'SWFDisplayItem->remove', 'Removes the object from the movie', ' void swfdisplayitem->remove ( void )', '(no version information, might be only in CVS)', 'SWFDisplayItem->remove'); INSERT INTO `functions` VALUES (1963, 'swfdisplayitem.rotate', 'SWFDisplayItem->Rotate', 'Rotates in relative coordinates', ' void swfdisplayitem->rotate ( float ddegrees )', '(no version information, might be only in CVS)', 'SWFDisplayItem->Rotate'); INSERT INTO `functions` VALUES (1964, 'swfdisplayitem.rotateto', 'SWFDisplayItem->rotateTo', 'Rotates the object in global coordinates', ' void swfdisplayitem->rotateto ( float degrees )', '(no version information, might be only in CVS)', 'SWFDisplayItem->rotateTo'); INSERT INTO `functions` VALUES (1965, 'swfdisplayitem.scale', 'SWFDisplayItem->scale', 'Scales the object in relative coordinates', ' void swfdisplayitem->scale ( int dx, int dy )', '(no version information, might be only in CVS)', 'SWFDisplayItem->scale'); INSERT INTO `functions` VALUES (1966, 'swfdisplayitem.scaleto', 'SWFDisplayItem->scaleTo', 'Scales the object in global coordinates', ' void swfdisplayitem->scaleto ( int x [, int y] )', '(no version information, might be only in CVS)', 'SWFDisplayItem->scaleTo'); INSERT INTO `functions` VALUES (1967, 'swfdisplayitem.setdepth', 'SWFDisplayItem->setDepth', 'Sets z-order', ' void swfdisplayitem->setdepth ( float depth )', '(no version information, might be only in CVS)', 'SWFDisplayItem->setDepth'); INSERT INTO `functions` VALUES (1968, 'swfdisplayitem.setname', 'SWFDisplayItem->setName', 'Sets the object''s name', ' void swfdisplayitem->setname ( string name )', '(no version information, might be only in CVS)', 'SWFDisplayItem->setName'); INSERT INTO `functions` VALUES (1969, 'swfdisplayitem.setratio', 'SWFDisplayItem->setRatio', 'Sets the object''s ratio', ' void swfdisplayitem->setratio ( float ratio )', '(no version information, might be only in CVS)', 'SWFDisplayItem->setRatio'); INSERT INTO `functions` VALUES (1970, 'swfdisplayitem.skewx', 'SWFDisplayItem->skewX', 'Sets the X-skew', ' void swfdisplayitem->skewx ( float ddegrees )', '(no version information, might be only in CVS)', 'SWFDisplayItem->skewX'); INSERT INTO `functions` VALUES (1971, 'swfdisplayitem.skewxto', 'SWFDisplayItem->skewXTo', 'Sets the X-skew', ' void swfdisplayitem->skewxto ( float degrees )', '(no version information, might be only in CVS)', 'SWFDisplayItem->skewXTo'); INSERT INTO `functions` VALUES (1972, 'swfdisplayitem.skewy', 'SWFDisplayItem->skewY', 'Sets the Y-skew', ' void swfdisplayitem->skewy ( float ddegrees )', '(no version information, might be only in CVS)', 'SWFDisplayItem->skewY'); INSERT INTO `functions` VALUES (1973, 'swfdisplayitem.skewyto', 'SWFDisplayItem->skewYTo', 'Sets the Y-skew', ' void swfdisplayitem->skewyto ( float degrees )', '(no version information, might be only in CVS)', 'SWFDisplayItem->skewYTo'); INSERT INTO `functions` VALUES (1974, 'swffill.moveto', 'SWFFill->moveTo', 'Moves fill origin', ' void swffill->moveto ( int x, int y )', '(no version information, might be only in CVS)', 'SWFFill->moveTo'); INSERT INTO `functions` VALUES (1975, 'swffill.rotateto', 'SWFFill->rotateTo', 'Sets fill''s rotation', ' void swffill->rotateto ( float degrees )', '(no version information, might be only in CVS)', 'SWFFill->rotateTo'); INSERT INTO `functions` VALUES (1976, 'swffill.scaleto', 'SWFFill->scaleTo', 'Sets fill''s scale', ' void swffill->scaleto ( int x [, int y] )', '(no version information, might be only in CVS)', 'SWFFill->scaleTo'); INSERT INTO `functions` VALUES (1977, 'swffill.skewxto', 'SWFFill->skewXTo', 'Sets fill x-skew', ' void swffill->skewxto ( float x )', '(no version information, might be only in CVS)', 'SWFFill->skewXTo'); INSERT INTO `functions` VALUES (1978, 'swffill.skewyto', 'SWFFill->skewYTo', 'Sets fill y-skew', ' void swffill->skewyto ( float y )', '(no version information, might be only in CVS)', 'SWFFill->skewYTo'); INSERT INTO `functions` VALUES (1979, 'swffill', 'SWFFill', 'Loads SWFFill object', ' SWFFill swffill ( void )', '(PHP 4 >= 4.0.5)', 'SWFFill'); INSERT INTO `functions` VALUES (1980, 'swffont.getwidth', 'swffont->getwidth', 'Returns the string''s width', ' float swffont->getwidth ( string string )', '(no version information, might be only in CVS)', 'swffont->getwidth'); INSERT INTO `functions` VALUES (1981, 'swffont', 'SWFFont', 'Loads a font definition', ' SWFFont swffont ( string filename )', '(PHP 4 >= 4.0.5)', 'SWFFont'); INSERT INTO `functions` VALUES (1982, 'swfgradient.addentry', 'SWFGradient->addEntry', 'Adds an entry to the gradient list', ' void swfgradient->addentry ( float ratio, int red, int green, int blue [, int a] )', '(no version information, might be only in CVS)', 'SWFGradient->addEntry'); INSERT INTO `functions` VALUES (1983, 'swfgradient', 'SWFGradient', 'Creates a gradient object', ' SWFGradient swfgradient ( void )', '(PHP 4 >= 4.0.5)', 'SWFGradient'); INSERT INTO `functions` VALUES (1984, 'swfmorph.getshape1', 'SWFMorph->getshape1', 'Gets a handle to the starting shape', ' mixed swfmorph->getshape1 ( void )', '(no version information, might be only in CVS)', 'SWFMorph->getshape1'); INSERT INTO `functions` VALUES (1985, 'swfmorph.getshape2', 'SWFMorph->getshape2', 'Gets a handle to the ending shape', ' mixed swfmorph->getshape2 ( void )', '(no version information, might be only in CVS)', 'SWFMorph->getshape2'); INSERT INTO `functions` VALUES (1986, 'swfmorph', 'SWFMorph', 'Creates a new SWFMorph object', ' SWFMorph swfmorph ( void )', '(PHP 4 >= 4.0.5)', 'SWFMorph'); INSERT INTO `functions` VALUES (1987, 'swfmovie.add', 'SWFMovie->add', 'Adds any type of data to a movie', ' void swfmovie->add ( resource instance )', '(no version information, might be only in CVS)', 'SWFMovie->add'); INSERT INTO `functions` VALUES (1988, 'swfmovie.nextframe', 'SWFMovie->nextframe', 'Moves to the next frame of the animation', ' void swfmovie->nextframe ( void )', '(no version information, might be only in CVS)', 'SWFMovie->nextframe'); INSERT INTO `functions` VALUES (1989, 'swfmovie.output', 'SWFMovie->output', 'Dumps your lovingly prepared movie out', ' int swfmovie->output ( [int compression] )', '(no version information, might be only in CVS)', 'SWFMovie->output'); INSERT INTO `functions` VALUES (1990, 'swfmovie.remove', 'swfmovie->remove', 'Removes the object instance from the display list', ' void swfmovie->remove ( resource instance )', '(no version information, might be only in CVS)', 'swfmovie->remove'); INSERT INTO `functions` VALUES (1991, 'swfmovie.save', 'SWFMovie->save', 'Saves your movie in a file', ' int swfmovie->save ( string filename [, int compression] )', '(no version information, might be only in CVS)', 'SWFMovie->save'); INSERT INTO `functions` VALUES (1992, 'swfmovie.setbackground', 'SWFMovie->setbackground', 'Sets the background color', ' void swfmovie->setbackground ( int red, int green, int blue )', '(no version information, might be only in CVS)', 'SWFMovie->setbackground'); INSERT INTO `functions` VALUES (1993, 'swfmovie.setdimension', 'SWFMovie->setdimension', 'Sets the movie''s width and height', ' void swfmovie->setdimension ( int width, int height )', '(no version information, might be only in CVS)', 'SWFMovie->setdimension'); INSERT INTO `functions` VALUES (1994, 'swfmovie.setframes', 'SWFMovie->setframes', 'Sets the total number of frames in the animation', ' void swfmovie->setframes ( string numberofframes )', '(no version information, might be only in CVS)', 'SWFMovie->setframes'); INSERT INTO `functions` VALUES (1995, 'swfmovie.setrate', 'SWFMovie->setrate', 'Sets the animation''s frame rate', ' void swfmovie->setrate ( int rate )', '(no version information, might be only in CVS)', 'SWFMovie->setrate'); INSERT INTO `functions` VALUES (1996, 'swfmovie.streammp3', 'SWFMovie->streammp3', 'Streams a MP3 file', ' void swfmovie->streammp3 ( mixed mp3File )', '(no version information, might be only in CVS)', 'SWFMovie->streammp3'); INSERT INTO `functions` VALUES (1997, 'swfmovie', 'SWFMovie', 'Creates a new movie object, representing an SWF version 4 movie', ' SWFMovie swfmovie ( void )', '(PHP 4 >= 4.0.5)', 'SWFMovie'); INSERT INTO `functions` VALUES (1998, 'swfshape.addfill', 'SWFShape->addFill', 'Adds a solid fill to the shape', ' SWFFill SWFShape->addFill ( int red, int green, int blue [, int a] )', '(no version information, might be only in CVS)', 'SWFShape->addFill'); INSERT INTO `functions` VALUES (1999, 'swfshape.drawcurve', 'SWFShape->drawCurve', 'Draws a curve (relative)', ' int swfshape->drawcurve ( int controldx, int controldy, int anchordx, int anchordy [, int targetdx, int targetdy] )', '(no version information, might be only in CVS)', 'SWFShape->drawCurve'); INSERT INTO `functions` VALUES (2000, 'swfshape.drawcurveto', 'SWFShape->drawCurveTo', 'Draws a curve', ' int swfshape->drawcurveto ( int controlx, int controly, int anchorx, int anchory [, int targetx, int targety] )', '(no version information, might be only in CVS)', 'SWFShape->drawCurveTo'); INSERT INTO `functions` VALUES (2001, 'swfshape.drawline', 'SWFShape->drawLine', 'Draws a line (relative)', ' void swfshape->drawline ( int dx, int dy )', '(no version information, might be only in CVS)', 'SWFShape->drawLine'); INSERT INTO `functions` VALUES (2002, 'swfshape.drawlineto', 'SWFShape->drawLineTo', 'Draws a line', ' void swfshape->drawlineto ( int x, int y )', '(no version information, might be only in CVS)', 'SWFShape->drawLineTo'); INSERT INTO `functions` VALUES (2003, 'swfshape.movepen', 'SWFShape->movePen', 'Moves the shape''s pen (relative)', ' void swfshape->movepen ( int dx, int dy )', '(no version information, might be only in CVS)', 'SWFShape->movePen'); INSERT INTO `functions` VALUES (2004, 'swfshape.movepento', 'SWFShape->movePenTo', 'Moves the shape''s pen', ' void swfshape->movepento ( int x, int y )', '(no version information, might be only in CVS)', 'SWFShape->movePenTo'); INSERT INTO `functions` VALUES (2005, 'swfshape.setleftfill', 'SWFShape->setLeftFill', 'Sets left rasterizing color', ' void swfshape->setleftfill ( swfgradient fill )', '(no version information, might be only in CVS)', 'SWFShape->setLeftFill'); INSERT INTO `functions` VALUES (2006, 'swfshape.setline', 'SWFShape->setLine', 'Sets the shape''s line style', ' void swfshape->setline ( swfshape shape )', '(no version information, might be only in CVS)', 'SWFShape->setLine'); INSERT INTO `functions` VALUES (2007, 'swfshape.setrightfill', 'SWFShape->setRightFill', 'Sets right rasterizing color', ' void swfshape->setrightfill ( swfgradient fill )', '(no version information, might be only in CVS)', 'SWFShape->setRightFill'); INSERT INTO `functions` VALUES (2008, 'swfshape', 'SWFShape', 'Creates a new shape object', ' SWFShape swfshape ( void )', '(PHP 4 >= 4.0.5)', 'SWFShape'); INSERT INTO `functions` VALUES (2009, 'swfsprite.add', 'swfsprite->add', 'Adds an object to a sprite', ' void swfsprite->add ( resource object )', '(no version information, might be only in CVS)', 'swfsprite->add'); INSERT INTO `functions` VALUES (2010, 'swfsprite.nextframe', 'SWFSprite->nextframe', 'Moves to the next frame of the animation', ' void swfsprite->nextframe ( void )', '(no version information, might be only in CVS)', 'SWFSprite->nextframe'); INSERT INTO `functions` VALUES (2011, 'swfsprite.remove', 'SWFSprite->remove', 'Removes an object to a sprite', ' void swfsprite->remove ( resource object )', '(no version information, might be only in CVS)', 'SWFSprite->remove'); INSERT INTO `functions` VALUES (2012, 'swfsprite.setframes', 'SWFSprite->setframes', 'Sets the total number of frames in the animation', ' void swfsprite->setframes ( int numberofframes )', '(no version information, might be only in CVS)', 'SWFSprite->setframes'); INSERT INTO `functions` VALUES (2013, 'swfsprite', 'SWFSprite', 'Creates a movie clip (a sprite)', ' SWFSprite swfsprite ( void )', '(PHP 4 >= 4.0.5)', 'SWFSprite'); INSERT INTO `functions` VALUES (2014, 'swftext.addstring', 'SWFText->addString', 'Draws a string', ' void swftext->addstring ( string string )', '(no version information, might be only in CVS)', 'SWFText->addString'); INSERT INTO `functions` VALUES (2015, 'swftext.getwidth', 'SWFText->getWidth', 'Computes string''s width', ' float swftext->getwidth ( string string )', '(no version information, might be only in CVS)', 'SWFText->getWidth'); INSERT INTO `functions` VALUES (2016, 'swftext.moveto', 'SWFText->moveTo', 'Moves the pen', ' void swftext->moveto ( int x, int y )', '(no version information, might be only in CVS)', 'SWFText->moveTo'); INSERT INTO `functions` VALUES (2017, 'swftext.setcolor', 'SWFText->setColor', 'Sets the current font color', ' void swftext->setcolor ( int red, int green, int blue [, int a] )', '(no version information, might be only in CVS)', 'SWFText->setColor'); INSERT INTO `functions` VALUES (2018, 'swftext.setfont', 'SWFText->setFont', 'Sets the current font', ' void swftext->setfont ( string font )', '(no version information, might be only in CVS)', 'SWFText->setFont'); INSERT INTO `functions` VALUES (2019, 'swftext.setheight', 'SWFText->setHeight', 'Sets the current font height', ' void swftext->setheight ( int height )', '(no version information, might be only in CVS)', 'SWFText->setHeight'); INSERT INTO `functions` VALUES (2020, 'swftext.setspacing', 'SWFText->setSpacing', 'Sets the current font spacing', ' void swftext->setspacing ( float spacing )', '(no version information, might be only in CVS)', 'SWFText->setSpacing'); INSERT INTO `functions` VALUES (2021, 'swftext', 'SWFText', 'Creates a new SWFText object', ' SWFText swftext ( void )', '(PHP 4 >= 4.0.5)', 'SWFText'); INSERT INTO `functions` VALUES (2022, 'swftextfield.addstring', 'SWFTextField->addstring', 'Concatenates the given string to the text field', ' void swftextfield->addstring ( string string )', '(no version information, might be only in CVS)', 'SWFTextField->addstring'); INSERT INTO `functions` VALUES (2023, 'swftextfield.align', 'SWFTextField->align', 'Sets the text field alignment', ' void swftextfield->align ( int alignement )', '(no version information, might be only in CVS)', 'SWFTextField->align'); INSERT INTO `functions` VALUES (2024, 'swftextfield.setbounds', 'SWFTextField->setbounds', 'Sets the text field width and height', ' void swftextfield->setbounds ( int width, int height )', '(no version information, might be only in CVS)', 'SWFTextField->setbounds'); INSERT INTO `functions` VALUES (2025, 'swftextfield.setcolor', 'SWFTextField->setcolor', 'Sets the color of the text field', ' void swftextfield->setcolor ( int red, int green, int blue [, int a] )', '(no version information, might be only in CVS)', 'SWFTextField->setcolor'); INSERT INTO `functions` VALUES (2026, 'swftextfield.setfont', 'SWFTextField->setFont', 'Sets the text field font', ' void swftextfield->setfont ( string font )', '(no version information, might be only in CVS)', 'SWFTextField->setFont'); INSERT INTO `functions` VALUES (2027, 'swftextfield.setheight', 'SWFTextField->setHeight', 'Sets the font height of this text field font', ' void swftextfield->setheight ( int height )', '(no version information, might be only in CVS)', 'SWFTextField->setHeight'); INSERT INTO `functions` VALUES (2028, 'swftextfield.setindentation', 'SWFTextField->setindentation', 'Sets the indentation of the first line', ' void swftextfield->setindentation ( int width )', '(no version information, might be only in CVS)', 'SWFTextField->setindentation'); INSERT INTO `functions` VALUES (2029, 'swftextfield.setleftmargin', 'SWFTextField->setLeftMargin', 'Sets the left margin width of the text field', ' void swftextfield->setleftmargin ( int width )', '(no version information, might be only in CVS)', 'SWFTextField->setLeftMargin'); INSERT INTO `functions` VALUES (2030, 'swftextfield.setlinespacing', 'SWFTextField->setLineSpacing', 'Sets the line spacing of the text field', ' void swftextfield->setlinespacing ( int height )', '(no version information, might be only in CVS)', 'SWFTextField->setLineSpacing'); INSERT INTO `functions` VALUES (2031, 'swftextfield.setmargins', 'SWFTextField->setMargins', 'Sets the margins width of the text field', ' void swftextfield->setmargins ( int left, int right )', '(no version information, might be only in CVS)', 'SWFTextField->setMargins'); INSERT INTO `functions` VALUES (2032, 'swftextfield.setname', 'SWFTextField->setname', 'Sets the variable name', ' void swftextfield->setname ( string name )', '(no version information, might be only in CVS)', 'SWFTextField->setname'); INSERT INTO `functions` VALUES (2033, 'swftextfield.setrightmargin', 'SWFTextField->setrightMargin', 'Sets the right margin width of the text field', ' void swftextfield->setrightmargin ( int width )', '(no version information, might be only in CVS)', 'SWFTextField->setrightMargin'); INSERT INTO `functions` VALUES (2034, 'swftextfield', 'SWFTextField', 'Creates a text field object', ' SWFTextField swftextfield ( [int flags] )', '(PHP 4 >= 4.0.5)', 'SWFTextField'); INSERT INTO `functions` VALUES (2035, 'connection-aborted', 'connection_aborted', 'Returns TRUE if client disconnected', ' int connection_aborted ( void )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'connectionaborted'); INSERT INTO `functions` VALUES (2036, 'connection-status', 'connection_status', 'Returns connection status bitfield', ' int connection_status ( void )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'connectionstatus'); INSERT INTO `functions` VALUES (2037, 'connection-timeout', 'connection_timeout', 'Return TRUE if script timed out', ' bool connection_timeout ( void )', '(PHP 3 >= 3.0.7, PHP 4 <= 4.0.4)', 'connectiontimeout'); INSERT INTO `functions` VALUES (2038, 'constant', 'constant', 'Returns the value of a constant', ' mixed constant ( string name )', '(PHP 4 >= 4.0.4, PHP 5)', 'constant'); INSERT INTO `functions` VALUES (2039, 'define', 'define', 'Defines a named constant', ' bool define ( string name, mixed value [, bool case_insensitive] )', '(PHP 3, PHP 4, PHP 5)', 'define'); INSERT INTO `functions` VALUES (2040, 'defined', 'defined', ' Checks whether a given named constant exists ', ' bool defined ( string name )', '(PHP 3, PHP 4, PHP 5)', 'defined'); INSERT INTO `functions` VALUES (2041, 'die', 'die', 'Equivalent to exit()', ' ', '(PHP 3, PHP 4, PHP 5)', 'die'); INSERT INTO `functions` VALUES (2042, 'eval', 'eval', 'Evaluate a string as PHP code', ' mixed eval ( string code_str )', '(PHP 3, PHP 4, PHP 5)', 'eval'); INSERT INTO `functions` VALUES (2043, 'exit', 'exit', 'Output a message and terminate the current script', ' void exit ( [string status] )', '(PHP 3, PHP 4, PHP 5)', 'exit'); INSERT INTO `functions` VALUES (2044, 'get-browser', 'get_browser', ' Tells what the user''s browser is capable of ', ' mixed get_browser ( [string user_agent [, bool return_array]] )', '(PHP 3, PHP 4, PHP 5)', 'getbrowser'); INSERT INTO `functions` VALUES (2045, 'halt-compiler', '__halt_compiler', ' Halts the compiler execution ', ' void __halt_compiler ( void )', '(no version information, might be only in CVS)', 'haltcompiler'); INSERT INTO `functions` VALUES (2046, 'highlight-file', 'highlight_file', 'Syntax highlighting of a file', ' mixed highlight_file ( string filename [, bool return] )', '(PHP 4, PHP 5)', 'highlightfile'); INSERT INTO `functions` VALUES (2047, 'highlight-string', 'highlight_string', 'Syntax highlighting of a string', ' mixed highlight_string ( string str [, bool return] )', '(PHP 4, PHP 5)', 'highlightstring'); INSERT INTO `functions` VALUES (2048, 'ignore-user-abort', 'ignore_user_abort', ' Set whether a client disconnect should abort script execution ', ' int ignore_user_abort ( [bool setting] )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'ignoreuserabort'); INSERT INTO `functions` VALUES (2049, 'pack', 'pack', 'Pack data into binary string', ' string pack ( string format [, mixed args [, mixed ...]] )', '(PHP 3, PHP 4, PHP 5)', 'pack'); INSERT INTO `functions` VALUES (2050, 'php-check-syntax', 'php_check_syntax', ' Check the PHP syntax of (and execute) the specified file ', ' bool php_check_syntax ( string file_name [, string &error_message] )', '(PHP 5 <= 5.0.4)', 'phpchecksyntax'); INSERT INTO `functions` VALUES (2051, 'php-strip-whitespace', 'php_strip_whitespace', ' Return source with stripped comments and whitespace ', ' string php_strip_whitespace ( string filename )', '(PHP 5)', 'phpstripwhitespace'); INSERT INTO `functions` VALUES (2052, 'show-source', 'show_source', 'Alias of highlight_file()', ' ', '(PHP 4, PHP 5)', 'showsource'); INSERT INTO `functions` VALUES (2053, 'sleep', 'sleep', 'Delay execution', ' int sleep ( int seconds )', '(PHP 3, PHP 4, PHP 5)', 'sleep'); INSERT INTO `functions` VALUES (2054, 'time-nanosleep', 'time_nanosleep', ' Delay for a number of seconds and nanoseconds ', ' mixed time_nanosleep ( int seconds, int nanoseconds )', '(PHP 5)', 'timenanosleep'); INSERT INTO `functions` VALUES (2055, 'time-sleep-until', 'time_sleep_until', ' Make the script sleep until the specified time ', ' bool time_sleep_until ( float timestamp )', '(PHP 5 >= 5.1.0RC1)', 'timesleepuntil'); INSERT INTO `functions` VALUES (2056, 'uniqid', 'uniqid', 'Generate a unique ID', ' string uniqid ( [string prefix [, bool more_entropy]] )', '(PHP 3, PHP 4, PHP 5)', 'uniqid'); INSERT INTO `functions` VALUES (2057, 'unpack', 'unpack', 'Unpack data from binary string', ' array unpack ( string format, string data )', '(PHP 3, PHP 4, PHP 5)', 'unpack'); INSERT INTO `functions` VALUES (2058, 'usleep', 'usleep', 'Delay execution in microseconds', ' void usleep ( int micro_seconds )', '(PHP 3, PHP 4, PHP 5)', 'usleep'); INSERT INTO `functions` VALUES (2059, 'udm-add-search-limit', 'udm_add_search_limit', 'Add various search limits', ' bool udm_add_search_limit ( resource agent, int var, string val )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmaddsearchlimit'); INSERT INTO `functions` VALUES (2060, 'udm-alloc-agent-array', 'udm_alloc_agent_array', 'Allocate mnoGoSearch session', ' resource udm_alloc_agent_array ( array databases )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'udmallocagentarray'); INSERT INTO `functions` VALUES (2061, 'udm-alloc-agent', 'udm_alloc_agent', 'Allocate mnoGoSearch session', ' resource udm_alloc_agent ( string dbaddr [, string dbmode] )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmallocagent'); INSERT INTO `functions` VALUES (2062, 'udm-api-version', 'udm_api_version', 'Get mnoGoSearch API version', ' int udm_api_version ( void )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmapiversion'); INSERT INTO `functions` VALUES (2063, 'udm-cat-list', 'udm_cat_list', 'Get all the categories on the same level with the current one', ' array udm_cat_list ( resource agent, string category )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'udmcatlist'); INSERT INTO `functions` VALUES (2064, 'udm-cat-path', 'udm_cat_path', 'Get the path to the current category', ' array udm_cat_path ( resource agent, string category )', '(PHP 4 >= 4.0.6, PHP 5 <= 5.0.4)', 'udmcatpath'); INSERT INTO `functions` VALUES (2065, 'udm-check-charset', 'udm_check_charset', ' Check if the given charset is known to mnogosearch ', ' bool udm_check_charset ( resource agent, string charset )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'udmcheckcharset'); INSERT INTO `functions` VALUES (2066, 'udm-check-stored', 'udm_check_stored', ' Check connection to stored ', ' int udm_check_stored ( resource agent, int link, string doc_id )', '(PHP 4 >= 4.2.0)', 'udmcheckstored'); INSERT INTO `functions` VALUES (2067, 'udm-clear-search-limits', 'udm_clear_search_limits', 'Clear all mnoGoSearch search restrictions', ' bool udm_clear_search_limits ( resource agent )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmclearsearchlimits'); INSERT INTO `functions` VALUES (2068, 'udm-close-stored', 'udm_close_stored', ' Close connection to stored ', ' int udm_close_stored ( resource agent, int link )', '(PHP 4 >= 4.2.0)', 'udmclosestored'); INSERT INTO `functions` VALUES (2069, 'udm-crc32', 'udm_crc32', ' Return CRC32 checksum of given string ', ' int udm_crc32 ( resource agent, string str )', '(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)', 'udmcrc32'); INSERT INTO `functions` VALUES (2070, 'udm-errno', 'udm_errno', 'Get mnoGoSearch error number', ' int udm_errno ( resource agent )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmerrno'); INSERT INTO `functions` VALUES (2071, 'udm-error', 'udm_error', 'Get mnoGoSearch error message', ' string udm_error ( resource agent )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmerror'); INSERT INTO `functions` VALUES (2072, 'udm-find', 'udm_find', 'Perform search', ' resource udm_find ( resource agent, string query )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmfind'); INSERT INTO `functions` VALUES (2073, 'udm-free-agent', 'udm_free_agent', 'Free mnoGoSearch session', ' int udm_free_agent ( resource agent )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmfreeagent'); INSERT INTO `functions` VALUES (2074, 'udm-free-ispell-data', 'udm_free_ispell_data', 'Free memory allocated for ispell data', ' bool udm_free_ispell_data ( int agent )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmfreeispelldata'); INSERT INTO `functions` VALUES (2075, 'udm-free-res', 'udm_free_res', 'Free mnoGoSearch result', ' bool udm_free_res ( resource res )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmfreeres'); INSERT INTO `functions` VALUES (2076, 'udm-get-doc-count', 'udm_get_doc_count', 'Get total number of documents in database', ' int udm_get_doc_count ( resource agent )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmgetdoccount'); INSERT INTO `functions` VALUES (2077, 'udm-get-res-field', 'udm_get_res_field', 'Fetch mnoGoSearch result field', ' string udm_get_res_field ( resource res, int row, int field )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmgetresfield'); INSERT INTO `functions` VALUES (2078, 'udm-get-res-param', 'udm_get_res_param', 'Get mnoGoSearch result parameters', ' string udm_get_res_param ( resource res, int param )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmgetresparam'); INSERT INTO `functions` VALUES (2079, 'udm-hash32', 'udm_hash32', 'Return Hash32 checksum of gived string', ' int udm_hash32 ( resource agent, string str )', '(PHP 4 >= 4.3.3, PHP 5 <= 5.0.4)', 'udmhash32'); INSERT INTO `functions` VALUES (2080, 'udm-load-ispell-data', 'udm_load_ispell_data', 'Load ispell data', ' bool udm_load_ispell_data ( resource agent, int var, string val1, string val2, int flag )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmloadispelldata'); INSERT INTO `functions` VALUES (2081, 'udm-open-stored', 'udm_open_stored', ' Open connection to stored ', ' int udm_open_stored ( resource agent, string storedaddr )', '(PHP 4 >= 4.2.0)', 'udmopenstored'); INSERT INTO `functions` VALUES (2082, 'udm-set-agent-param', 'udm_set_agent_param', 'Set mnoGoSearch agent session parameters', ' bool udm_set_agent_param ( resource agent, int var, string val )', '(PHP 4 >= 4.0.5, PHP 5 <= 5.0.4)', 'udmsetagentparam'); INSERT INTO `functions` VALUES (2083, 'mssql-bind', 'mssql_bind', ' Adds a parameter to a stored procedure or a remote stored procedure ', ' bool mssql_bind ( resource stmt, string param_name, mixed &var, int type [, int is_output [, int is_null [, int maxlen]]] )', '(PHP 4 >= 4.1.0, PHP 5)', 'mssqlbind'); INSERT INTO `functions` VALUES (2084, 'mssql-close', 'mssql_close', 'Close MS SQL Server connection', ' bool mssql_close ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlclose'); INSERT INTO `functions` VALUES (2085, 'mssql-connect', 'mssql_connect', 'Open MS SQL server connection', ' resource mssql_connect ( [string servername [, string username [, string password]]] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlconnect'); INSERT INTO `functions` VALUES (2086, 'mssql-data-seek', 'mssql_data_seek', 'Moves internal row pointer', ' bool mssql_data_seek ( resource result_identifier, int row_number )', '(PHP 3, PHP 4, PHP 5)', 'mssqldataseek'); INSERT INTO `functions` VALUES (2087, 'mssql-execute', 'mssql_execute', ' Executes a stored procedure on a MS SQL server database ', ' mixed mssql_execute ( resource stmt [, bool skip_results] )', '(PHP 4 >= 4.1.0, PHP 5)', 'mssqlexecute'); INSERT INTO `functions` VALUES (2088, 'mssql-fetch-array', 'mssql_fetch_array', ' Fetch a result row as an associative array, a numeric array, or both ', ' array mssql_fetch_array ( resource result [, int result_type] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlfetcharray'); INSERT INTO `functions` VALUES (2089, 'mssql-fetch-assoc', 'mssql_fetch_assoc', ' Returns an associative array of the current row in the result set specified by result_id ', ' array mssql_fetch_assoc ( resource result_id )', '(PHP 4 >= 4.2.0, PHP 5)', 'mssqlfetchassoc'); INSERT INTO `functions` VALUES (2090, 'mssql-fetch-batch', 'mssql_fetch_batch', ' Returns the next batch of records ', ' int mssql_fetch_batch ( resource result_index )', '(PHP 4 >= 4.0.4, PHP 5)', 'mssqlfetchbatch'); INSERT INTO `functions` VALUES (2091, 'mssql-fetch-field', 'mssql_fetch_field', 'Get field information', ' object mssql_fetch_field ( resource result [, int field_offset] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlfetchfield'); INSERT INTO `functions` VALUES (2092, 'mssql-fetch-object', 'mssql_fetch_object', 'Fetch row as object', ' object mssql_fetch_object ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mssqlfetchobject'); INSERT INTO `functions` VALUES (2093, 'mssql-fetch-row', 'mssql_fetch_row', 'Get row as enumerated array', ' array mssql_fetch_row ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mssqlfetchrow'); INSERT INTO `functions` VALUES (2094, 'mssql-field-length', 'mssql_field_length', 'Get the length of a field', ' int mssql_field_length ( resource result [, int offset] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'mssqlfieldlength'); INSERT INTO `functions` VALUES (2095, 'mssql-field-name', 'mssql_field_name', 'Get the name of a field', ' string mssql_field_name ( resource result [, int offset] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'mssqlfieldname'); INSERT INTO `functions` VALUES (2096, 'mssql-field-seek', 'mssql_field_seek', 'Seeks to the specified field offset', ' bool mssql_field_seek ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mssqlfieldseek'); INSERT INTO `functions` VALUES (2097, 'mssql-field-type', 'mssql_field_type', 'Gets the type of a field', ' string mssql_field_type ( resource result [, int offset] )', '(PHP 3 >= 3.0.3, PHP 4, PHP 5)', 'mssqlfieldtype'); INSERT INTO `functions` VALUES (2098, 'mssql-free-result', 'mssql_free_result', 'Free result memory', ' bool mssql_free_result ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mssqlfreeresult'); INSERT INTO `functions` VALUES (2099, 'mssql-free-statement', 'mssql_free_statement', 'Free statement memory', ' bool mssql_free_statement ( resource statement )', '(PHP 4 >= 4.3.2, PHP 5)', 'mssqlfreestatement'); INSERT INTO `functions` VALUES (2100, 'mssql-get-last-message', 'mssql_get_last_message', ' Returns the last message from the server ', ' string mssql_get_last_message ( void )', '(PHP 3, PHP 4, PHP 5)', 'mssqlgetlastmessage'); INSERT INTO `functions` VALUES (2101, 'mssql-guid-string', 'mssql_guid_string', ' Converts a 16 byte binary GUID to a string ', ' string mssql_guid_string ( string binary [, int short_format] )', '(PHP 4 >= 4.1.0, PHP 5)', 'mssqlguidstring'); INSERT INTO `functions` VALUES (2102, 'mssql-init', 'mssql_init', ' Initializes a stored procedure or a remote stored procedure ', ' resource mssql_init ( string sp_name [, resource conn_id] )', '(PHP 4 >= 4.1.0, PHP 5)', 'mssqlinit'); INSERT INTO `functions` VALUES (2103, 'mssql-min-error-severity', 'mssql_min_error_severity', 'Sets the lower error severity', ' void mssql_min_error_severity ( int severity )', '(PHP 3, PHP 4, PHP 5)', 'mssqlminerrorseverity'); INSERT INTO `functions` VALUES (2104, 'mssql-min-message-severity', 'mssql_min_message_severity', 'Sets the lower message severity', ' void mssql_min_message_severity ( int severity )', '(PHP 3, PHP 4, PHP 5)', 'mssqlminmessageseverity'); INSERT INTO `functions` VALUES (2105, 'mssql-next-result', 'mssql_next_result', 'Move the internal result pointer to the next result', ' bool mssql_next_result ( resource result_id )', '(PHP 4 >= 4.0.5, PHP 5)', 'mssqlnextresult'); INSERT INTO `functions` VALUES (2106, 'mssql-num-fields', 'mssql_num_fields', 'Gets the number of fields in result', ' int mssql_num_fields ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mssqlnumfields'); INSERT INTO `functions` VALUES (2107, 'mssql-num-rows', 'mssql_num_rows', 'Gets the number of rows in result', ' int mssql_num_rows ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mssqlnumrows'); INSERT INTO `functions` VALUES (2108, 'mssql-pconnect', 'mssql_pconnect', 'Open persistent MS SQL connection', ' resource mssql_pconnect ( [string servername [, string username [, string password]]] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlpconnect'); INSERT INTO `functions` VALUES (2109, 'mssql-query', 'mssql_query', 'Send MS SQL query', ' mixed mssql_query ( string query [, resource link_identifier [, int batch_size]] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlquery'); INSERT INTO `functions` VALUES (2110, 'mssql-result', 'mssql_result', 'Get result data', ' string mssql_result ( resource result, int row, mixed field )', '(PHP 3, PHP 4, PHP 5)', 'mssqlresult'); INSERT INTO `functions` VALUES (2111, 'mssql-rows-affected', 'mssql_rows_affected', ' Returns the number of records affected by the query ', ' int mssql_rows_affected ( resource conn_id )', '(PHP 4 >= 4.0.4, PHP 5)', 'mssqlrowsaffected'); INSERT INTO `functions` VALUES (2112, 'mssql-select-db', 'mssql_select_db', 'Select MS SQL database', ' bool mssql_select_db ( string database_name [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mssqlselectdb'); INSERT INTO `functions` VALUES (2113, 'msession-connect', 'msession_connect', 'Connect to msession server ', ' bool msession_connect ( string host, string port )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionconnect'); INSERT INTO `functions` VALUES (2114, 'msession-count', 'msession_count', 'Get session count ', ' int msession_count ( void )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessioncount'); INSERT INTO `functions` VALUES (2115, 'msession-create', 'msession_create', 'Create a session ', ' bool msession_create ( string session )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessioncreate'); INSERT INTO `functions` VALUES (2116, 'msession-destroy', 'msession_destroy', 'Destroy a session ', ' bool msession_destroy ( string name )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessiondestroy'); INSERT INTO `functions` VALUES (2117, 'msession-disconnect', 'msession_disconnect', 'Close connection to msession server ', ' void msession_disconnect ( void )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessiondisconnect'); INSERT INTO `functions` VALUES (2118, 'msession-find', 'msession_find', 'Find all sessions with name and value', ' array msession_find ( string name, string value )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionfind'); INSERT INTO `functions` VALUES (2119, 'msession-get-array', 'msession_get_array', 'Get array of msession variables', ' array msession_get_array ( string session )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessiongetarray'); INSERT INTO `functions` VALUES (2120, 'msession-get-data', 'msession_get_data', 'Get data session unstructured data', ' string msession_get_data ( string session )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessiongetdata'); INSERT INTO `functions` VALUES (2121, 'msession-get', 'msession_get', 'Get value from session ', ' string msession_get ( string session, string name, string value )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionget'); INSERT INTO `functions` VALUES (2122, 'msession-inc', 'msession_inc', 'Increment value in session ', ' string msession_inc ( string session, string name )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessioninc'); INSERT INTO `functions` VALUES (2123, 'msession-list', 'msession_list', 'List all sessions', ' array msession_list ( void )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionlist'); INSERT INTO `functions` VALUES (2124, 'msession-listvar', 'msession_listvar', 'List sessions with variable', ' array msession_listvar ( string name )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionlistvar'); INSERT INTO `functions` VALUES (2125, 'msession-lock', 'msession_lock', 'Lock a session ', ' int msession_lock ( string name )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionlock'); INSERT INTO `functions` VALUES (2126, 'msession-plugin', 'msession_plugin', 'Call an escape function within the msession personality plugin', ' string msession_plugin ( string session, string val [, string param] )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionplugin'); INSERT INTO `functions` VALUES (2127, 'msession-randstr', 'msession_randstr', 'Get random string ', ' string msession_randstr ( int param )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionrandstr'); INSERT INTO `functions` VALUES (2128, 'msession-set-array', 'msession_set_array', 'Set msession variables from an array', ' void msession_set_array ( string session, array tuples )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionsetarray'); INSERT INTO `functions` VALUES (2129, 'msession-set-data', 'msession_set_data', 'Set data session unstructured data', ' bool msession_set_data ( string session, string value )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionsetdata'); INSERT INTO `functions` VALUES (2130, 'msession-set', 'msession_set', 'Set value in session ', ' bool msession_set ( string session, string name, string value )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionset'); INSERT INTO `functions` VALUES (2131, 'msession-timeout', 'msession_timeout', 'Set/get session timeout ', ' int msession_timeout ( string session [, int param] )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessiontimeout'); INSERT INTO `functions` VALUES (2132, 'msession-uniq', 'msession_uniq', 'Get unique id ', ' string msession_uniq ( int param )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionuniq'); INSERT INTO `functions` VALUES (2133, 'msession-unlock', 'msession_unlock', 'Unlock a session ', ' int msession_unlock ( string session, int key )', '(PHP 4 >= 4.2.0, PHP 5)', 'msessionunlock'); INSERT INTO `functions` VALUES (2134, 'msql-affected-rows', 'msql_affected_rows', 'Returns number of affected rows', ' int msql_affected_rows ( resource result )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'msqlaffectedrows'); INSERT INTO `functions` VALUES (2135, 'msql-close', 'msql_close', 'Close mSQL connection', ' bool msql_close ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqlclose'); INSERT INTO `functions` VALUES (2136, 'msql-connect', 'msql_connect', 'Open mSQL connection', ' resource msql_connect ( [string hostname] )', '(PHP 3, PHP 4, PHP 5)', 'msqlconnect'); INSERT INTO `functions` VALUES (2137, 'msql-create-db', 'msql_create_db', 'Create mSQL database', ' bool msql_create_db ( string database_name [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqlcreatedb'); INSERT INTO `functions` VALUES (2138, 'msql-createdb', 'msql_createdb', 'Alias of msql_create_db()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlcreatedb'); INSERT INTO `functions` VALUES (2139, 'msql-data-seek', 'msql_data_seek', 'Move internal row pointer', ' bool msql_data_seek ( resource result, int row_number )', '(PHP 3, PHP 4, PHP 5)', 'msqldataseek'); INSERT INTO `functions` VALUES (2140, 'msql-db-query', 'msql_db_query', 'Send mSQL query', ' resource msql_db_query ( string database, string query [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqldbquery'); INSERT INTO `functions` VALUES (2141, 'msql-dbname', 'msql_dbname', 'Alias of msql_result()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqldbname'); INSERT INTO `functions` VALUES (2142, 'msql-drop-db', 'msql_drop_db', 'Drop (delete) mSQL database', ' bool msql_drop_db ( string database_name [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqldropdb'); INSERT INTO `functions` VALUES (2143, 'msql-error', 'msql_error', 'Returns error message of last msql call', ' string msql_error ( void )', '(PHP 3, PHP 4, PHP 5)', 'msqlerror'); INSERT INTO `functions` VALUES (2144, 'msql-fetch-array', 'msql_fetch_array', 'Fetch row as array', ' array msql_fetch_array ( resource result [, int result_type] )', '(PHP 3, PHP 4, PHP 5)', 'msqlfetcharray'); INSERT INTO `functions` VALUES (2145, 'msql-fetch-field', 'msql_fetch_field', 'Get field information', ' object msql_fetch_field ( resource result [, int field_offset] )', '(PHP 3, PHP 4, PHP 5)', 'msqlfetchfield'); INSERT INTO `functions` VALUES (2146, 'msql-fetch-object', 'msql_fetch_object', 'Fetch row as object', ' object msql_fetch_object ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'msqlfetchobject'); INSERT INTO `functions` VALUES (2147, 'msql-fetch-row', 'msql_fetch_row', 'Get row as enumerated array', ' array msql_fetch_row ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'msqlfetchrow'); INSERT INTO `functions` VALUES (2148, 'msql-field-flags', 'msql_field_flags', 'Get field flags', ' string msql_field_flags ( resource result, int field_offset )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'msqlfieldflags'); INSERT INTO `functions` VALUES (2149, 'msql-field-len', 'msql_field_len', 'Get field length', ' int msql_field_len ( resource result, int field_offset )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'msqlfieldlen'); INSERT INTO `functions` VALUES (2150, 'msql-field-name', 'msql_field_name', 'Get the name of the specified field in a result', ' string msql_field_name ( resource result, int field_offset )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'msqlfieldname'); INSERT INTO `functions` VALUES (2151, 'msql-field-seek', 'msql_field_seek', 'Set field offset', ' bool msql_field_seek ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'msqlfieldseek'); INSERT INTO `functions` VALUES (2152, 'msql-field-table', 'msql_field_table', 'Get table name for field', ' int msql_field_table ( resource result, int field_offset )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'msqlfieldtable'); INSERT INTO `functions` VALUES (2153, 'msql-field-type', 'msql_field_type', 'Get field type', ' string msql_field_type ( resource result, int field_offset )', '(PHP 3 >= 3.0.7, PHP 4, PHP 5)', 'msqlfieldtype'); INSERT INTO `functions` VALUES (2154, 'msql-fieldflags', 'msql_fieldflags', 'Alias of msql_field_flags()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlfieldflags'); INSERT INTO `functions` VALUES (2155, 'msql-fieldlen', 'msql_fieldlen', 'Alias of msql_field_len()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlfieldlen'); INSERT INTO `functions` VALUES (2156, 'msql-fieldname', 'msql_fieldname', 'Alias of msql_field_name()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlfieldname'); INSERT INTO `functions` VALUES (2157, 'msql-fieldtable', 'msql_fieldtable', 'Alias of msql_field_table()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlfieldtable'); INSERT INTO `functions` VALUES (2158, 'msql-fieldtype', 'msql_fieldtype', 'Alias of msql_field_type()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlfieldtype'); INSERT INTO `functions` VALUES (2159, 'msql-free-result', 'msql_free_result', 'Free result memory', ' bool msql_free_result ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'msqlfreeresult'); INSERT INTO `functions` VALUES (2160, 'msql-list-dbs', 'msql_list_dbs', 'List mSQL databases on server', ' resource msql_list_dbs ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqllistdbs'); INSERT INTO `functions` VALUES (2161, 'msql-list-fields', 'msql_list_fields', 'List result fields', ' resource msql_list_fields ( string database, string tablename [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqllistfields'); INSERT INTO `functions` VALUES (2162, 'msql-list-tables', 'msql_list_tables', 'List tables in an mSQL database', ' resource msql_list_tables ( string database [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqllisttables'); INSERT INTO `functions` VALUES (2163, 'msql-num-fields', 'msql_num_fields', 'Get number of fields in result', ' int msql_num_fields ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'msqlnumfields'); INSERT INTO `functions` VALUES (2164, 'msql-num-rows', 'msql_num_rows', 'Get number of rows in result', ' int msql_num_rows ( resource query_identifier )', '(PHP 3, PHP 4, PHP 5)', 'msqlnumrows'); INSERT INTO `functions` VALUES (2165, 'msql-numfields', 'msql_numfields', 'Alias of msql_num_fields()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlnumfields'); INSERT INTO `functions` VALUES (2166, 'msql-numrows', 'msql_numrows', 'Alias of msql_num_rows()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlnumrows'); INSERT INTO `functions` VALUES (2167, 'msql-pconnect', 'msql_pconnect', 'Open persistent mSQL connection', ' resource msql_pconnect ( [string hostname] )', '(PHP 3, PHP 4, PHP 5)', 'msqlpconnect'); INSERT INTO `functions` VALUES (2168, 'msql-query', 'msql_query', 'Send mSQL query', ' resource msql_query ( string query [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqlquery'); INSERT INTO `functions` VALUES (2169, 'msql-regcase', 'msql_regcase', 'Alias of sql_regcase()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqlregcase'); INSERT INTO `functions` VALUES (2170, 'msql-result', 'msql_result', 'Get result data', ' string msql_result ( resource result, int row [, mixed field] )', '(PHP 3, PHP 4, PHP 5)', 'msqlresult'); INSERT INTO `functions` VALUES (2171, 'msql-select-db', 'msql_select_db', 'Select mSQL database', ' bool msql_select_db ( string database_name [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'msqlselectdb'); INSERT INTO `functions` VALUES (2172, 'msql-tablename', 'msql_tablename', 'Alias of msql_result()', ' ', '(PHP 3, PHP 4, PHP 5)', 'msqltablename'); INSERT INTO `functions` VALUES (2173, 'msql', 'msql', 'Alias of msql_db_query()', '', '(PHP 3, PHP 4, PHP 5)', 'msql'); INSERT INTO `functions` VALUES (2174, 'mb-convert-case', 'mb_convert_case', 'Perform case folding on a string', ' string mb_convert_case ( string str, int mode [, string encoding] )', '(PHP 4 >= 4.3.0, PHP 5)', 'mbconvertcase'); INSERT INTO `functions` VALUES (2175, 'mb-convert-encoding', 'mb_convert_encoding', 'Convert character encoding', ' string mb_convert_encoding ( string str, string to_encoding [, mixed from_encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbconvertencoding'); INSERT INTO `functions` VALUES (2176, 'mb-convert-kana', 'mb_convert_kana', ' Convert "kana" one from another ("zen-kaku", "han-kaku" and more) ', ' string mb_convert_kana ( string str [, string option [, string encoding]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbconvertkana'); INSERT INTO `functions` VALUES (2177, 'mb-convert-variables', 'mb_convert_variables', 'Convert character code in variable(s)', ' string mb_convert_variables ( string to_encoding, mixed from_encoding, mixed &vars [, mixed &...] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbconvertvariables'); INSERT INTO `functions` VALUES (2178, 'mb-decode-mimeheader', 'mb_decode_mimeheader', 'Decode string in MIME header field', ' string mb_decode_mimeheader ( string str )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbdecodemimeheader'); INSERT INTO `functions` VALUES (2179, 'mb-decode-numericentity', 'mb_decode_numericentity', ' Decode HTML numeric string reference to character ', ' string mb_decode_numericentity ( string str, array convmap [, string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbdecodenumericentity'); INSERT INTO `functions` VALUES (2180, 'mb-detect-encoding', 'mb_detect_encoding', 'Detect character encoding', ' string mb_detect_encoding ( string str [, mixed encoding_list [, bool strict]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbdetectencoding'); INSERT INTO `functions` VALUES (2181, 'mb-detect-order', 'mb_detect_order', ' Set/Get character encoding detection order ', ' mixed mb_detect_order ( [mixed encoding_list] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbdetectorder'); INSERT INTO `functions` VALUES (2182, 'mb-encode-mimeheader', 'mb_encode_mimeheader', 'Encode string for MIME header', ' string mb_encode_mimeheader ( string str [, string charset [, string transfer_encoding [, string linefeed]]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbencodemimeheader'); INSERT INTO `functions` VALUES (2183, 'mb-encode-numericentity', 'mb_encode_numericentity', ' Encode character to HTML numeric string reference ', ' string mb_encode_numericentity ( string str, array convmap [, string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbencodenumericentity'); INSERT INTO `functions` VALUES (2184, 'mb-ereg-match', 'mb_ereg_match', ' Regular expression match for multibyte string ', ' bool mb_ereg_match ( string pattern, string string [, string option] )', '(PHP 4 >= 4.2.0)', 'mberegmatch'); INSERT INTO `functions` VALUES (2185, 'mb-ereg-replace', 'mb_ereg_replace', 'Replace regular expression with multibyte support', ' string mb_ereg_replace ( string pattern, string replacement, string string [, string option] )', '(PHP 4 >= 4.2.0)', 'mberegreplace'); INSERT INTO `functions` VALUES (2186, 'mb-ereg-search-getpos', 'mb_ereg_search_getpos', ' Returns start point for next regular expression match ', ' int mb_ereg_search_getpos ( void )', '(PHP 4 >= 4.2.0)', 'mberegsearchgetpos'); INSERT INTO `functions` VALUES (2187, 'mb-ereg-search-getregs', 'mb_ereg_search_getregs', ' Retrieve the result from the last multibyte regular expression match ', ' array mb_ereg_search_getregs ( void )', '(PHP 4 >= 4.2.0)', 'mberegsearchgetregs'); INSERT INTO `functions` VALUES (2188, 'mb-ereg-search-init', 'mb_ereg_search_init', ' Setup string and regular expression for multibyte regular expression match ', ' bool mb_ereg_search_init ( string string [, string pattern [, string option]] )', '(PHP 4 >= 4.2.0)', 'mberegsearchinit'); INSERT INTO `functions` VALUES (2189, 'mb-ereg-search-pos', 'mb_ereg_search_pos', ' Return position and length of matched part of multibyte regular expression for predefined multibyte string ', ' array mb_ereg_search_pos ( [string pattern [, string option]] )', '(PHP 4 >= 4.2.0)', 'mberegsearchpos'); INSERT INTO `functions` VALUES (2190, 'mb-ereg-search-regs', 'mb_ereg_search_regs', ' Returns the matched part of multibyte regular expression ', ' array mb_ereg_search_regs ( [string pattern [, string option]] )', '(PHP 4 >= 4.2.0)', 'mberegsearchregs'); INSERT INTO `functions` VALUES (2191, 'mb-ereg-search-setpos', 'mb_ereg_search_setpos', ' Set start point of next regular expression match ', ' bool mb_ereg_search_setpos ( int position )', '(PHP 4 >= 4.2.0)', 'mberegsearchsetpos'); INSERT INTO `functions` VALUES (2192, 'mb-ereg-search', 'mb_ereg_search', ' Multibyte regular expression match for predefined multibyte string ', ' bool mb_ereg_search ( [string pattern [, string option]] )', '(PHP 4 >= 4.2.0)', 'mberegsearch'); INSERT INTO `functions` VALUES (2193, 'mb-ereg', 'mb_ereg', 'Regular expression match with multibyte support', ' int mb_ereg ( string pattern, string string [, array regs] )', '(PHP 4 >= 4.2.0)', 'mbereg'); INSERT INTO `functions` VALUES (2194, 'mb-eregi-replace', 'mb_eregi_replace', ' Replace regular expression with multibyte support ignoring case ', ' string mb_eregi_replace ( string pattern, string replace, string string [, string option] )', '(PHP 4 >= 4.2.0)', 'mberegireplace'); INSERT INTO `functions` VALUES (2195, 'mb-eregi', 'mb_eregi', ' Regular expression match ignoring case with multibyte support ', ' int mb_eregi ( string pattern, string string [, array regs] )', '(PHP 4 >= 4.2.0)', 'mberegi'); INSERT INTO `functions` VALUES (2196, 'mb-get-info', 'mb_get_info', 'Get internal settings of mbstring', ' mixed mb_get_info ( [string type] )', '(PHP 4 >= 4.2.0, PHP 5)', 'mbgetinfo'); INSERT INTO `functions` VALUES (2197, 'mb-http-input', 'mb_http_input', 'Detect HTTP input character encoding', ' mixed mb_http_input ( [string type] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbhttpinput'); INSERT INTO `functions` VALUES (2198, 'mb-http-output', 'mb_http_output', 'Set/Get HTTP output character encoding', ' mixed mb_http_output ( [string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbhttpoutput'); INSERT INTO `functions` VALUES (2199, 'mb-internal-encoding', 'mb_internal_encoding', ' Set/Get internal character encoding ', ' mixed mb_internal_encoding ( [string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbinternalencoding'); INSERT INTO `functions` VALUES (2200, 'mb-language', 'mb_language', ' Set/Get current language ', ' mixed mb_language ( [string language] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mblanguage'); INSERT INTO `functions` VALUES (2201, 'mb-list-encodings', 'mb_list_encodings', ' Returns an array of all supported encodings ', ' array mb_list_encodings ( void )', '(PHP 5)', 'mblistencodings'); INSERT INTO `functions` VALUES (2202, 'mb-output-handler', 'mb_output_handler', ' Callback function converts character encoding in output buffer ', ' string mb_output_handler ( string contents, int status )', '(PHP 4 >= 4.0.6, PHP 5)', 'mboutputhandler'); INSERT INTO `functions` VALUES (2203, 'mb-parse-str', 'mb_parse_str', ' Parse GET/POST/COOKIE data and set global variable ', ' bool mb_parse_str ( string encoded_string [, array &result] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbparsestr'); INSERT INTO `functions` VALUES (2204, 'mb-preferred-mime-name', 'mb_preferred_mime_name', 'Get MIME charset string', ' string mb_preferred_mime_name ( string encoding )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbpreferredmimename'); INSERT INTO `functions` VALUES (2205, 'mb-regex-encoding', 'mb_regex_encoding', ' Returns current encoding for multibyte regex as string ', ' mixed mb_regex_encoding ( [string encoding] )', '(PHP 4 >= 4.2.0)', 'mbregexencoding'); INSERT INTO `functions` VALUES (2206, 'mb-regex-set-options', 'mb_regex_set_options', ' Set/Get the default options for mbregex functions ', ' string mb_regex_set_options ( [string options] )', '(PHP 4 >= 4.3.0)', 'mbregexsetoptions'); INSERT INTO `functions` VALUES (2207, 'mb-send-mail', 'mb_send_mail', ' Send encoded mail ', ' bool mb_send_mail ( string to, string subject, string message [, string additional_headers [, string additional_parameter]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbsendmail'); INSERT INTO `functions` VALUES (2208, 'mb-split', 'mb_split', 'Split multibyte string using regular expression', ' array mb_split ( string pattern, string string [, int limit] )', '(PHP 4 >= 4.2.0)', 'mbsplit'); INSERT INTO `functions` VALUES (2209, 'mb-strcut', 'mb_strcut', 'Get part of string', ' string mb_strcut ( string str, int start [, int length [, string encoding]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbstrcut'); INSERT INTO `functions` VALUES (2210, 'mb-strimwidth', 'mb_strimwidth', 'Get truncated string with specified width', ' string mb_strimwidth ( string str, int start, int width [, string trimmarker [, string encoding]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbstrimwidth'); INSERT INTO `functions` VALUES (2211, 'mb-strlen', 'mb_strlen', 'Get string length', ' int mb_strlen ( string str [, string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbstrlen'); INSERT INTO `functions` VALUES (2212, 'mb-strpos', 'mb_strpos', ' Find position of first occurrence of string in a string ', ' int mb_strpos ( string haystack, string needle [, int offset [, string encoding]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbstrpos'); INSERT INTO `functions` VALUES (2213, 'mb-strrpos', 'mb_strrpos', ' Find position of last occurrence of a string in a string ', ' int mb_strrpos ( string haystack, string needle [, string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbstrrpos'); INSERT INTO `functions` VALUES (2214, 'mb-strtolower', 'mb_strtolower', 'Make a string lowercase', ' string mb_strtolower ( string str [, string encoding] )', '(PHP 4 >= 4.3.0, PHP 5)', 'mbstrtolower'); INSERT INTO `functions` VALUES (2215, 'mb-strtoupper', 'mb_strtoupper', 'Make a string uppercase', ' string mb_strtoupper ( string str [, string encoding] )', '(PHP 4 >= 4.3.0, PHP 5)', 'mbstrtoupper'); INSERT INTO `functions` VALUES (2216, 'mb-strwidth', 'mb_strwidth', 'Return width of string', ' int mb_strwidth ( string str [, string encoding] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbstrwidth'); INSERT INTO `functions` VALUES (2217, 'mb-substitute-character', 'mb_substitute_character', 'Set/Get substitution character', ' mixed mb_substitute_character ( [mixed substrchar] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbsubstitutecharacter'); INSERT INTO `functions` VALUES (2218, 'mb-substr-count', 'mb_substr_count', 'Count the number of substring occurrences', ' int mb_substr_count ( string haystack, string needle [, string encoding] )', '(PHP 4 >= 4.3.0, PHP 5)', 'mbsubstrcount'); INSERT INTO `functions` VALUES (2219, 'mb-substr', 'mb_substr', 'Get part of string', ' string mb_substr ( string str, int start [, int length [, string encoding]] )', '(PHP 4 >= 4.0.6, PHP 5)', 'mbsubstr'); INSERT INTO `functions` VALUES (2220, 'muscat-close', 'muscat_close', 'Shuts down the muscat session and releases any memory back to PHP', ' void muscat_close ( resource muscat_handle )', '(4.0.5 - 4.2.3 only, PECL)', 'muscatclose'); INSERT INTO `functions` VALUES (2221, 'muscat-get', 'muscat_get', 'Gets a line back from the core muscat API', ' string muscat_get ( resource muscat_handle )', '(4.0.5 - 4.2.3 only, PECL)', 'muscatget'); INSERT INTO `functions` VALUES (2222, 'muscat-give', 'muscat_give', 'Sends string to the core muscat API', ' void muscat_give ( resource muscat_handle, string string )', '(4.0.5 - 4.2.3 only, PECL)', 'muscatgive'); INSERT INTO `functions` VALUES (2223, 'muscat-setup-net', 'muscat_setup_net', 'Creates a new muscat session and returns the handle', ' resource muscat_setup_net ( string muscat_host )', '(4.0.5 - 4.2.3 only, PECL)', 'muscatsetupnet'); INSERT INTO `functions` VALUES (2224, 'muscat-setup', 'muscat_setup', 'Creates a new muscat session and returns the handle', ' resource muscat_setup ( int size [, string muscat_dir] )', '(4.0.5 - 4.2.3 only, PECL)', 'muscatsetup'); INSERT INTO `functions` VALUES (2225, 'mysql-affected-rows', 'mysql_affected_rows', 'Get number of affected rows in previous MySQL operation', ' int mysql_affected_rows ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlaffectedrows'); INSERT INTO `functions` VALUES (2226, 'mysql-change-user', 'mysql_change_user', 'Change logged in user of the active connection', ' int mysql_change_user ( string user, string password [, string database [, resource link_identifier]] )', '(PHP 3 >= 3.0.13)', 'mysqlchangeuser'); INSERT INTO `functions` VALUES (2227, 'mysql-client-encoding', 'mysql_client_encoding', 'Returns the name of the character set', ' string mysql_client_encoding ( [resource link_identifier] )', '(PHP 4 >= 4.3.0, PHP 5)', 'mysqlclientencoding'); INSERT INTO `functions` VALUES (2228, 'mysql-close', 'mysql_close', 'Close MySQL connection', ' bool mysql_close ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlclose'); INSERT INTO `functions` VALUES (2229, 'mysql-connect', 'mysql_connect', 'Open a connection to a MySQL Server', ' resource mysql_connect ( [string server [, string username [, string password [, bool new_link [, int client_flags]]]]] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlconnect'); INSERT INTO `functions` VALUES (2230, 'mysql-create-db', 'mysql_create_db', 'Create a MySQL database', ' bool mysql_create_db ( string database_name [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlcreatedb'); INSERT INTO `functions` VALUES (2231, 'mysql-data-seek', 'mysql_data_seek', 'Move internal result pointer', ' bool mysql_data_seek ( resource result, int row_number )', '(PHP 3, PHP 4, PHP 5)', 'mysqldataseek'); INSERT INTO `functions` VALUES (2232, 'mysql-db-name', 'mysql_db_name', 'Get result data', ' string mysql_db_name ( resource result, int row [, mixed field] )', '(PHP 3 >= 3.0.6, PHP 4, PHP 5)', 'mysqldbname'); INSERT INTO `functions` VALUES (2233, 'mysql-db-query', 'mysql_db_query', 'Send a MySQL query', ' resource mysql_db_query ( string database, string query [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqldbquery'); INSERT INTO `functions` VALUES (2234, 'mysql-drop-db', 'mysql_drop_db', 'Drop (delete) a MySQL database', ' bool mysql_drop_db ( string database_name [, resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqldropdb'); INSERT INTO `functions` VALUES (2235, 'mysql-errno', 'mysql_errno', 'Returns the numerical value of the error message from previous MySQL operation', ' int mysql_errno ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlerrno'); INSERT INTO `functions` VALUES (2236, 'mysql-error', 'mysql_error', 'Returns the text of the error message from previous MySQL operation', ' string mysql_error ( [resource link_identifier] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlerror'); INSERT INTO `functions` VALUES (2237, 'mysql-escape-string', 'mysql_escape_string', 'Escapes a string for use in a mysql_query', ' string mysql_escape_string ( string unescaped_string )', '(PHP 4 >= 4.0.3, PHP 5)', 'mysqlescapestring'); INSERT INTO `functions` VALUES (2238, 'mysql-fetch-array', 'mysql_fetch_array', 'Fetch a result row as an associative array, a numeric array, or both', ' array mysql_fetch_array ( resource result [, int result_type] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfetcharray'); INSERT INTO `functions` VALUES (2239, 'mysql-fetch-assoc', 'mysql_fetch_assoc', 'Fetch a result row as an associative array', ' array mysql_fetch_assoc ( resource result )', '(PHP 4 >= 4.0.3, PHP 5)', 'mysqlfetchassoc'); INSERT INTO `functions` VALUES (2240, 'mysql-fetch-field', 'mysql_fetch_field', 'Get column information from a result and return as an object', ' object mysql_fetch_field ( resource result [, int field_offset] )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfetchfield'); INSERT INTO `functions` VALUES (2241, 'mysql-fetch-lengths', 'mysql_fetch_lengths', 'Get the length of each output in a result', ' array mysql_fetch_lengths ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfetchlengths'); INSERT INTO `functions` VALUES (2242, 'mysql-fetch-object', 'mysql_fetch_object', 'Fetch a result row as an object', ' object mysql_fetch_object ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfetchobject'); INSERT INTO `functions` VALUES (2243, 'mysql-fetch-row', 'mysql_fetch_row', 'Get a result row as an enumerated array', ' array mysql_fetch_row ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfetchrow'); INSERT INTO `functions` VALUES (2244, 'mysql-field-flags', 'mysql_field_flags', 'Get the flags associated with the specified field in a result', ' string mysql_field_flags ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfieldflags'); INSERT INTO `functions` VALUES (2245, 'mysql-field-len', 'mysql_field_len', 'Returns the length of the specified field', ' int mysql_field_len ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfieldlen'); INSERT INTO `functions` VALUES (2246, 'mysql-field-name', 'mysql_field_name', 'Get the name of the specified field in a result', ' string mysql_field_name ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfieldname'); INSERT INTO `functions` VALUES (2247, 'mysql-field-seek', 'mysql_field_seek', 'Set result pointer to a specified field offset', ' bool mysql_field_seek ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfieldseek'); INSERT INTO `functions` VALUES (2248, 'mysql-field-table', 'mysql_field_table', 'Get name of the table the specified field is in', ' string mysql_field_table ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfieldtable'); INSERT INTO `functions` VALUES (2249, 'mysql-field-type', 'mysql_field_type', 'Get the type of the specified field in a result', ' string mysql_field_type ( resource result, int field_offset )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfieldtype'); INSERT INTO `functions` VALUES (2250, 'mysql-free-result', 'mysql_free_result', 'Free result memory', ' bool mysql_free_result ( resource result )', '(PHP 3, PHP 4, PHP 5)', 'mysqlfreeresult'); INSERT INTO `functions` VALUES (2251, 'mysql-get-client-info', 'mysql_get_client_info', 'Get MySQL client info', ' string mysql_get_client_info ( void )', '(PHP 4 >= 4.0.5, PHP 5)', 'mysqlgetclientinfo'); INSERT INTO `functions` VALUES (2252, 'mysql-get-host-info', 'mysql_get_host_info', 'Get MySQL host info', ' string mysql_get_host_info ( [resource link_identifier] )', '(PHP 4 >= 4.0.5, PHP 5)', 'mysqlgethostinfo'); INSERT INTO `functions` VALUES (2253, 'mysql-get-proto-info', 'mysql_get_proto_info', 'Get MySQL protocol info',