-- 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 on