From 29add08e081f9f48b71972190b0e2acac2929de9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 10 Apr 2008 17:52:47 +0000 Subject: [PATCH] =?UTF-8?q?Add=20script=20to=20generate=20PHP=20tags=20fil?= =?UTF-8?q?e=20(by=20Matti=20M=C3=A5rds,=20thanks).=20Update=20PHP=20tags?= =?UTF-8?q?=20file=20to=20latest=20PHP=20API=20docs=20(closes=20#1888691).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2466 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 3 + data/php.tags | 5111 ++++++++++++++++------------------- scripts/create_php_tags.php | 60 + 3 files changed, 2439 insertions(+), 2735 deletions(-) create mode 100755 scripts/create_php_tags.php diff --git a/ChangeLog b/ChangeLog index 9a175770..e0e6ee05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * src/editor.c: Fix a couple of wrong or missing checks to prevent auto completion in comments in several filetypes. + * scripts/create_php_tags.php, data/php.tags: + Add script to generate PHP tags file (by Matti Mårds, thanks). + Update PHP tags file to latest PHP API docs (closes #1888691). 2008-04-09 Frank Lanitz diff --git a/data/php.tags b/data/php.tags index 429ed131..641db93a 100644 --- a/data/php.tags +++ b/data/php.tags @@ -1,2738 +1,2379 @@ -abs|mixed|(mixed number)|Absolute value -acos|float|(float arg)|Arc cosine -acosh|float|(float arg)|Inverse hyperbolic cosine -addcslashes|string|(string str, string charlist)|Quote string with slashes in a C style -addslashes|string|(string str)|Quote string with slashes -apache_child_terminate|string|()|Terminate apache process after this request -apache_lookup_uri|object|(string filename)|Perform a partial request for the specified URI and return all info about it -apache_note|string|(string note_name [, string note_value])|Get and set apache request notes -apache_setenv|int|(string variable, string value [, bool walk_to_top])|Set an Apache subprocess_env variable -array|array|( [mixed ...])|Create an array -array_change_key_case|array|(array input [, int case])|Returns an array with all string keys lowercased or uppercased -array_chunk|array|(array input, int size [, bool preserve_keys])|Split an array into chunks -array_count_values|array|(array input)|Counts all the values of an array -array_diff|array|(array array1, array array2 [, array ...])|Computes the difference of arrays -array_fill|array|(int start_index, int num, mixed value)|Fill an array with values -array_filter|array|(array input [, mixed callback])|Filters elements of an array using a callback function -array_flip|array|(array trans)|Flip all the values of an array -array_intersect|array|(array array1, array array2 [, array ...])|Computes the intersection of arrays -array_key_exists|bool|(mixed key, array search)|Checks if the given key or index exists in the array -array_keys|array|(array input [, mixed search_value])|Return all the keys of an array -array_map|array|(mixed callback, array arr1 [, array arr2...])|Applies the callback to the elements of the given arrays -array_merge|array|(array array1, array array2 [, array ...])|Merge two or more arrays -array_merge_recursive|array|(array array1, array array2 [, array ...])|Merge two or more arrays recursively -array_multisort|bool|(array ar1 [, mixed arg [, mixed ... [, array ...]]])|Sort multiple or multi-dimensional arrays -array_pad|array|(array input, int pad_size, mixed pad_value)|Pad array to the specified length with a value -array_pop|mixed|(array array)|Pop the element off the end of array -array_push|int|(array array, mixed var [, mixed ...])|Push one or more elements onto the end of array -array_rand|mixed|(array input [, int num_req])|Pick one or more random entries out of an array -array_reduce|mixed|(array input, mixed callback [, int initial])|Iteratively reduce the array to a single value using a callback function -array_reverse|array|(array array [, bool preserve_keys])|Return an array with elements in reverse order -array_search|mixed|(mixed needle, array haystack [, bool strict])|Searches the array for a given value and returns the corresponding key if successful -array_shift|mixed|(array array)|Shift an element off the beginning of array -array_slice|array|(array array, int offset [, int length])|Extract a slice of the array -array_splice|array|(array input, int offset [, int length [, array replacement]])|Remove a portion of the array and replace it with something else -array_sum|mixed|(array array)|Calculate the sum of values in an array. -array_unique|array|(array array)|Removes duplicate values from an array -array_unshift|int|(array array, mixed var [, mixed ...])|Prepend one or more elements to the beginning of array -array_values|array|(array input)|Return all the values of an array -array_walk|int|(array array, string func [, mixed userdata])|Apply a user function to every member of an array -arsort|void|(array array [, int sort_flags])|Sort an array in reverse order and maintain index association -ascii2ebcdic|int|(string ascii_str)|Translate string from ASCII to EBCDIC -asin|float|(float arg)|Arc sine -asinh|float|(float arg)|Inverse hyperbolic sine -asort|void|(array array [, int sort_flags])|Sort an array and maintain index association -aspell_check|bool|(int dictionary_link, string word)|Check a word [deprecated] -aspell_check_raw|bool|(int dictionary_link, string word)|Check a word without changing its case or trying to trim it [deprecated] -aspell_new|int|(string master [, string personal])|Load a new dictionary [deprecated] -aspell_suggest|array|(int dictionary_link, string word)|Suggest spellings of a word [deprecated] -assert|int|(string|bool assertion)|Checks if assertion is &false; -assert_options|mixed|(int what [, mixed value])|Set/get the various assert flags -assign|object|(array parameter)|Clones object -atan2|float|(float y, float x)|arc tangent of two variables -atan|float|(float arg)|Arc tangent -atanh|float|(float arg)|Inverse hyperbolic tangent -attreditable|bool|(array parameter)|Checks whether an attribute is editable -attribute|object|( [string name [, string value]])|Creates instance of class hw_api_attribute -base64_decode|string|(string encoded_data)|Decodes data encoded with MIME base64 -base64_encode|string|(string data)|Encodes data with MIME base64 -base_convert|string|(string number, int frombase, int tobase)|Convert a number between arbitrary bases -basename|string|(string path [, string suffix])|Returns filename component of path -bcadd|string|(string left_operand, string right_operand [, int scale])|Add two arbitrary precision numbers -bccomp|int|(string left_operand, string right_operand [, int scale])|Compare two arbitrary precision numbers -bcdiv|string|(string left_operand, string right_operand [, int scale])|Divide two arbitrary precision numbers -bcmod|string|(string left_operand, string modulus)|Get modulus of an arbitrary precision number -bcmul|string|(string left_operand, string right_operand [, int scale])|Multiply two arbitrary precision number -bcpow|string|(string x, string y [, int scale])|Raise an arbitrary precision number to another -bcscale|string|(int scale)|Set default scale parameter for all bc math functions -bcsqrt|string|(string operand [, int scale])|Get the square root of an arbitrary precision number -bcsub|string|(string left_operand, string right_operand [, int scale])|Subtract one arbitrary precision number from another -bin2hex|string|(string str)|Convert binary data into hexadecimal representation -bindec|int|(string binary_string)|Binary to decimal -bind_textdomain_codeset|string|(string domain, string codeset)|Specify the character encoding in which the messages from the DOMAIN message catalog will be returned -bindtextdomain|string|(string domain, string directory)|Sets the path for a domain -bzclose|int|(resource bz)|Close a bzip2 file pointer -bzcompress|string|(string source [, int blocksize [, int workfactor]])|Compress a string into bzip2 encoded data -bzdecompress|string|(string source [, int small])|Decompresses bzip2 encoded data -bzerrno|int|(resource bz)|Returns a bzip2 error number -bzerror|array|(resource bz)|Returns the bzip2 error number and error string in an array -bzerrstr|string|(resource bz)|Returns a bzip2 error string -bzflush|int|(resource bz)|Force a write of all buffered data -bzopen|resource|(string filename, string mode)|Open a bzip2 compressed file -bzread|string|(resource bz [, int length])|Binary safe bzip2 file read -bzwrite|int|(resource bz, string data [, int length])|Binary safe bzip2 file write -cal_days_in_month|int|(int calendar, int month, int year)|Return the number of days in a month for a given year and calendar -cal_from_jd|array|(int jd, int calendar)|Converts from Julian Day Count to a supported calendar and return extended information -cal_info|array|(int calendar)|Returns information about a particular calendar -call_user_func_array|mixed|(string function_name [, array paramarr])|Call a user function given with an array of parameters -call_user_func|mixed|(string function_name [, mixed parameter [, mixed ...]])|Call a user function given by the first parameter -call_user_method_array|mixed|(string method_name, object obj [, array paramarr])|Call a user method given with an array of parameters [deprecated] -call_user_method|mixed|(string method_name, object obj [, mixed parameter [, mixed ...]])|Call a user method on an specific object [deprecated] -cal_to_jd|int|(int calendar, int month, int day, int year)|Converts from a supported calendar to Julian Day Count -ccvs_add|string|(string session, string invoice, string argtype, string argval)|Add data to a transaction -ccvs_auth|string|(string session, string invoice)|Perform credit authorization test on a transaction -ccvs_command|string|(string session, string type, string argval)|Performs a command which is peculiar to a single protocol, and thus is not available in the general CCVS API -ccvs_count|int|(string session, string type)|Find out how many transactions of a given type are stored in the system -ccvs_delete|string|(string session, string invoice)|Delete a transaction -ccvs_done|string|(string sess)|Terminate CCVS engine and do cleanup work -ccvs_init|string|(string name)|Initialize CCVS for use -ccvs_lookup|string|(string session, string invoice, int inum)|Look up an item of a particular type in the database # -ccvs_new|string|(string session, string invoice)|Create a new, blank transaction -ccvs_report|string|(string session, string type)|Return the status of the background communication process -ccvs_return|string|(string session, string invoice)|Transfer funds from the merchant to the credit card holder -ccvs_reverse|string|(string session, string invoice)|Perform a full reversal on an already-processed authorization -ccvs_sale|string|(string session, string invoice)|Transfer funds from the credit card holder to the merchant -ccvs_status|string|(string session, string invoice)|Check the status of an invoice -ccvs_textvalue|string|(string session)|Get text return value for previous function call -ccvs_void|string|(string session, string invoice)|Perform a full reversal on a completed transaction -ceil|float|(float value)|Round fractions up -chdir|bool|(string directory)|change directory -checkdate|bool|(int month, int day, int year)|Validate a gregorian date/time -checkdnsrr|int|(string host [, string type])|Check DNS records corresponding to a given Internet host name or IP address -checkin|object|(array parameter)|Checks in an object -checkout|object|(array parameter)|Checks out an object -chgrp|int|(string filename, mixed group)|Changes file group -children|array|(array parameter)|Returns children of an object -chmod|int|(string filename, int mode)|Changes file mode -chown|int|(string filename, mixed user)|Changes file owner -chroot|bool|(string directory)|change the root directory -chr|string|(int ascii)|Alias of rtrim -chunk_split|string|(string body [, int chunklen [, string end]])|Split a string into smaller chunks -class_exists|bool|(string class_name)|Checks if the class has been defined -clearstatcache|void|()|Clears file stat cache -closedir|void|(resource dir_handle)|close directory handle -closelog|int|()|Close connection to system logger -com_addref|void|()|Increases the components reference counter. -COM::COM|string|(string module_name [, string server_name [, int codepage]])|COM class -com_get|mixed|(resource com_object, string property)|Gets the value of a COM Component's property -com_invoke|mixed|(resource com_object, string function_name [, mixed function parameters, ...])|Calls a COM component's method. -com_isenum|void|(object com_module)|Grabs an IEnumVariant -com_load|string|(string module name [, string server name [, int codepage]])|Creates a new reference to a COM component -com_load_typelib|void|(string typelib_name [, int case_insensitive])|Loads a Typelib -compact|array|(mixed varname [, mixed ...])|Create array containing variables and their values -com_propget|mixed|(resource com_object, string property)|Gets the value of a COM Component's property -com_propput|void|(resource com_object, string property, mixed value)|Assigns a value to a COM component's property -com_propset|void|(resource com_object, string property, mixed value)|Assigns a value to a COM component's property -com_release|void|()|Decreases the components reference counter. -com_set|void|(resource com_object, string property, mixed value)|Assigns a value to a COM component's property -connection_aborted|int|()|Returns &true; if client disconnected -connection_status|int|()|Returns connection status bitfield -connection_timeout|bool|()|Return &true; if script timed out -constant|mixed|(string name)|Returns the value of a constant -content|object|(array parameter)|Returns content of an object -content|string|(string content, string mimetype)|Create new instance of class hw_api_content -convert_cyr_string|string|(string str, string from, string to)|Convert from one Cyrillic character set to another -copy|int|(string source, string dest)|Copies file -copy|object|(array parameter)|Copies physically -cos|float|(float arg)|Cosine -cosh|float|(float arg)|Hyperbolic cosine -count_chars|mixed|(string string [, int mode])|Return information about characters used in a string -count|int|(array parameter)|Returns number of attributes -count|int|(mixed var)|Count elements in a variable -count|int|(void)|Returns number of reasons -cpdf_add_annotation|void|(int pdf document, float llx, float lly, float urx, float ury, string title, string content [, int mode])|Adds annotation -cpdf_add_outline|void|(int pdf document, string text)|Adds bookmark for current page -cpdf_arc|void|(int pdf document, float x-coor, float y-coor, float radius, float start, float end [, int mode])|Draws an arc -cpdf_begin_text|void|(int pdf document)|Starts text section -cpdf_circle|void|(int pdf document, float x-coor, float y-coor, float radius [, int mode])|Draw a circle -cpdf_clip|void|(int pdf document)|Clips to current path -cpdf_closepath_fill_stroke|void|(int pdf document)|Close, fill and stroke current path -cpdf_closepath_stroke|void|(int pdf document)|Close path and draw line along path -cpdf_closepath|void|(int pdf document)|Close path -cpdf_close|void|(int pdf document)|Closes the pdf document -cpdf_continue_text|void|(int pdf document, string text)|Output text in next line -cpdf_curveto|void|(int pdf document, float x1, float y1, float x2, float y2, float x3, float y3 [, int mode])|Draws a curve -cpdf_end_text|void|(int pdf document)|Ends text section -cpdf_fill_stroke|void|(int pdf document)|Fill and stroke current path -cpdf_fill|void|(int pdf document)|Fill current path -cpdf_finalize_page|void|(int pdf document, int page number)|Ends page -cpdf_finalize|void|(int pdf document)|Ends document -cpdf_global_set_document_limits|void|(int maxpages, int maxfonts, int maximages, int maxannotations, int maxobjects)|Sets document limits for any pdf document -cpdf_import_jpeg|int|(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 mode])|Opens a JPEG image -cpdf_lineto|void|(int pdf document, float x-coor, float y-coor [, int mode])|Draws a line -cpdf_moveto|void|(int pdf document, float x-coor, float y-coor [, int mode])|Sets current point -cpdf_newpath|void|(int pdf document)|Starts a new path -cpdf_open|int|(int compression [, string filename])|Opens a new pdf document -cpdf_output_buffer|void|(int pdf document)|Outputs the pdf document in memory buffer -cpdf_page_init|void|(int pdf document, int page number, int orientation, float height, float width [, float unit])|Starts new page -cpdf_place_inline_image|void|(int pdf document, int image, float x-coor, float y-coor, float angle, float width, float height [, int mode])|Places an image on the page -cpdf_rect|void|(int pdf document, float x-coor, float y-coor, float width, float height [, int mode])|Draw a rectangle -cpdf_restore|void|(int pdf document)|Restores formerly saved environment -cpdf_rlineto|void|(int pdf document, float x-coor, float y-coor [, int mode])|Draws a line -cpdf_rmoveto|void|(int pdf document, float x-coor, float y-coor [, int mode])|Sets current point -cpdf_rotate_text|void|(int pdfdoc, float angle)|Sets text rotation angle -cpdf_rotate|void|(int pdf document, float angle)|Sets rotation -cpdf_save_to_file|void|(int pdf document, string filename)|Writes the pdf document into a file -cpdf_save|void|(int pdf document)|Saves current environment -cpdf_scale|void|(int pdf document, float x-scale, float y-scale)|Sets scaling -cpdf_set_action_url|void|(int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode])|Sets hyperlink -cpdf_set_char_spacing|void|(int pdf document, float space)|Sets character spacing -cpdf_set_creator|void|(string creator)|Sets the creator field in the pdf document -cpdf_set_current_page|void|(int pdf document, int page number)|Sets current page -cpdf_setdash|void|(int pdf document, float white, float black)|Sets dash pattern -cpdf_setflat|void|(int pdf document, float value)|Sets flatness -cpdf_set_font_directories|void|(int pdfdoc, string pfmdir, string pfbdir)|Sets directories to search when using external fonts -cpdf_set_font_map_file|void|(int pdfdoc, string filename)|Sets fontname to filename translation map when using external fonts -cpdf_set_font|void|(int pdf document, string font name, float size, string encoding)|Select the current font face and size -cpdf_setgray_fill|void|(int pdf document, float value)|Sets filling color to gray value -cpdf_setgray_stroke|void|(int pdf document, float gray value)|Sets drawing color to gray value -cpdf_setgray|void|(int pdf document, float gray value)|Sets drawing and filling color to gray value -cpdf_set_horiz_scaling|void|(int pdf document, float scale)|Sets horizontal scaling of text -cpdf_set_keywords|void|(string keywords)|Sets the keywords field of the pdf document -cpdf_set leading|void|(int pdf document, float distance)|Sets distance between text lines -cpdf_setlinecap|void|(int pdf document, int value)|Sets linecap parameter -cpdf_setlinejoin|void|(int pdf document, long value)|Sets linejoin parameter -cpdf_setlinewidth|void|(int pdf document, float width)|Sets line width -cpdf_setmiterlimit|void|(int pdf document, float value)|Sets miter limit -cpdf_set_page_animation|void|(int pdf document, int transition, float duration)|Sets duration between pages -cpdf_setrgbcolor_fill|void|(int pdf document, float red value, float green value, float blue value)|Sets filling color to rgb color value -cpdf_setrgbcolor_stroke|void|(int pdf document, float red value, float green value, float blue value)|Sets drawing color to rgb color value -cpdf_setrgbcolor|void|(int pdf document, float red value, float green value, float blue value)|Sets drawing and filling color to rgb color value -cpdf_set_subject|void|(string subject)|Sets the subject field of the pdf document -cpdf_set_text_matrix|void|(int pdf document, array matrix)|Sets the text matrix -cpdf_set_text_pos|void|(int pdf document, float x-coor, float y-coor [, int mode])|Sets text position -cpdf_set_text_rendering|void|(int pdf document, int mode)|Determines how text is rendered -cpdf_set_text_rise|void|(int pdf document, float value)|Sets the text rise -cpdf_set_title|void|(string title)|Sets the title field of the pdf document -cpdf_set_viewer_preferences|void|(int pdfdoc, array preferences)|How to show the document in the viewer -cpdf_set_word_spacing|void|(int pdf document, float space)|Sets spacing between words -cpdf_show|void|(int pdf document, string text)|Output text at current position -cpdf_show_xy|void|(int pdf document, string text, float x-coor, float y-coor [, int mode])|Output text at position -cpdf_stringwidth|float|(int pdf document, string text)|Returns width of text in current font -cpdf_stroke|void|(int pdf document)|Draw line along path -cpdf_text|void|(int pdf document, string text, float x-coor, float y-coor [, int mode [, float orientation [, int alignmode]]])|Output text with parameters -cpdf_translate|void|(int pdf document, float x-coor, float y-coor [, int mode])|Sets origin of coordinate system -crack_check|bool|( [resource dictionary, string password])|Performs an obscure check with the given password -crack_closedict|bool|( [resource dictionary])|Closes an open CrackLib dictionary -crack_getlastmessage|string|()|Returns the message from the last obscure check -crack_opendict|resource|(string dictionary)|Opens a new CrackLib dictionary -crc32|int|(string str)|Calculates the crc32 polynomial of a string -create_function|string|(string args, string code)|Create an anonymous (lambda-style) function -crypt|string|(string str [, string salt])|One-way string encryption (hashing) -ctype_alnum|bool|(string text)|Check for alphanumeric character(s) -ctype_alpha|bool|(string text)|Check for alphabetic character(s) -ctype_cntrl|bool|(string text)|Check for control character(s) -ctype_digit|bool|(string text)|Check for numeric character(s) -ctype_graph|bool|(string text)|Check for any printable character(s) except space -ctype_lower|bool|(string text)|Check for lowercase character(s) -ctype_print|bool|(string text)|Check for printable character(s) -ctype_punct|bool|(string text)|Check for any printable character which is not whitespace or an alphanumeric character -ctype_space|bool|(string text)|Check for whitespace character(s) -ctype_upper|bool|(string text)|Check for uppercase character(s) -ctype_xdigit|bool|(string text)|Check for character(s) representing a hexadecimal digit -curl_close|void|(int ch)|Close a CURL session -curl_errno|int|(int ch)|Return an integer containing the last error number -curl_error|string|(int ch)|Return a string containing the last error for the current session -curl_exec|bool|(int ch)|Perform a CURL session -curl_getinfo|string|(int ch, int opt)|Get information regarding a specific transfer -curl_init|int|( [string url])|Initialize a CURL session -curl_setopt|bool|(int ch, string option, mixed value)|Set an option for a CURL transfer -curl_version|string|()|Return the current CURL version -current|mixed|(array array)|Return the current element in an array -cybercash_base64_decode|string|(string inbuff)|base64 decode data for Cybercash -cybercash_base64_encode|string|(string inbuff)|base64 encode data for Cybercash -cybercash_decr|array|(string wmk, string sk, string inbuff)|Cybercash decrypt -cybercash_encr|array|(string wmk, string sk, string inbuff)|Cybercash encrypt -cybermut_creerformulairecm|string|(string url_CM, string version, string TPE, string montant, string ref_commande, string texte_libre, string url_retour, string url_retour_ok, string url_retour_err, string langue, string code_societe, string texte_bouton)|Generate HTML form of request for payment -cybermut_creerreponsecm|string|(string phrase)|Generate the acknowledgement of delivery of the confirmation of payment -cybermut_testmac|bool|(string code_MAC, string version, string TPE, string cdate, string montant, string ref_commande, string texte_libre, string code-retour)|Make sure that there no was data diddling contained in the received message of confirmation -cyrus_authenticate|bool|(resource connection [, string mechlist [, string service [, string user [, int minssf [, int maxssf]]]]])|Authenticate agaings a Cyrus IMAP server -cyrus_bind|bool|(resource connection, array callbacks)|Bind callbacks to a Cyrus IMAP connection -cyrus_close|bool|(resource connection)|Close connection to a cyrus server -cyrus_connect|resource|( [string host [, string port [, int flags]]])|Connect to a Cyrus IMAP server -cyrus_query|bool|(resource connection, string query)|Send a query to a Cyrus IMAP server -cyrus_unbind|bool|(resource connection, string trigger_name)|Unbind ... -date|string|(string format [, int timestamp])|Format a local time/date -dba_close|void|(int handle)|Close database -dba_delete|bool|(string key, int handle)|Delete entry specified by key -dba_exists|bool|(string key, int handle)|Check whether key exists -dba_fetch|string|(string key, int handle)|Fetch data specified by key -dba_firstkey|string|(int handle)|Fetch first key -dba_insert|bool|(string key, string value, int handle)|Insert entry -dba_nextkey|string|(int handle)|Fetch next key -dba_open|int|(string path, string mode, string handler)|Open database -dba_optimize|bool|(int handle)|Optimize database -dba_popen|int|(string path, string mode, string handler)|Open database persistently -dba_replace|bool|(string key, string value, int handle)|Replace or insert entry -dbase_add_record|bool|(int dbase_identifier, array record)|Add a record to a dBase database -dbase_close|bool|(int dbase_identifier)|Close a dBase database -dbase_create|int|(string filename, array fields)|Creates a dBase database -dbase_delete_record|bool|(int dbase_identifier, int record)|Deletes a record from a dBase database -dbase_get_record|array|(int dbase_identifier, int record)|Gets a record from a dBase database -dbase_get_record_with_names|array|(int dbase_identifier, int record)|Gets a record from a dBase database as an associative array -dbase_numfields|int|(int dbase_identifier)|Find out how many fields are in a dBase database -dbase_numrecords|int|(int dbase_identifier)|Find out how many records are in a dBase database -dbase_open|int|(string filename, int flags)|Opens a dBase database -dbase_pack|bool|(int dbase_identifier)|Packs a dBase database -dbase_replace_record|bool|(int dbase_identifier, array record, int dbase_record_number)|Replace a record in a dBase database -dba_sync|bool|(int handle)|Synchronize database -dblist|string|()|Describes the DBM-compatible library being used -dbmclose|bool|(int dbm_identifier)|Closes a dbm database -dbmdelete|bool|(int dbm_identifier, string key)|Deletes the value for a key from a DBM database -dbmexists|bool|(int dbm_identifier, string key)|Tells if a value exists for a key in a DBM database -dbmfetch|string|(int dbm_identifier, string key)|Fetches a value for a key from a DBM database -dbmfirstkey|string|(int dbm_identifier)|Retrieves the first key from a DBM database -dbminsert|int|(int dbm_identifier, string key, string value)|Inserts a value for a key in a DBM database -dbmnextkey|string|(int dbm_identifier, string key)|Retrieves the next key from a DBM database -dbmopen|int|(string filename, string flags)|Opens a DBM database -dbmreplace|int|(int dbm_identifier, string key, string value)|Replaces the value for a key in a DBM database -dbplus_add|int|(resource relation, array tuple)|Add a tuple to a relation -dbplus_aql|resource|(string query [, string server [, string dbpath]])|Perform AQL query -dbplus_chdir|string|( [string newdir])|Get/Set database virtual current directory -dbplus_close|int|(resource relation)|Close a relation -dbplus_curr|int|(resource relation, array tuple)|Get current tuple from relation -dbplus_errcode|string|(int errno)|Get error string for given errorcode or last error -dbplus_errno|int|()|Get error code for last operation -dbplus_find|int|(resource relation, array constraints, mixed tuple)|Set a constraint on a relation -dbplus_first|int|(resource relation, array tuple)|Get first tuple from relation -dbplus_flush|int|(resource relation)|Flush all changes made on a relation -dbplus_freealllocks|int|()|Free all locks held by this client -dbplus_freelock|int|(resource relation, string tname)|Release write lock on tuple -dbplus_freerlocks|int|(resource relation)|Free all tuple locks on given relation -dbplus_getlock|int|(resource relation, string tname)|Get a write lock on a tuple -dbplus_getunique|int|(resource relation, int uniqueid)|Get a id number unique to a relation -dbplus_info|int|(resource relation, string key)|??? -dbplus_last|int|(resource relation, array tuple)|Get last tuple from relation -dbplus_lockrel|int|(resource relation)|Request write lock on relation -dbplus_next|int|(resource relation)|Get next tuple from relation -dbplus_open|resource|(string name)|Open relation file -dbplus_prev|int|(resource relation, array tuple)|Get previous tuple from relation -dbplus_rchperm|int|(resource relation, int mask, string user, string group)|Change relation permissions -dbplus_rcreate|resource|(string name, mixed domlist [, boolean overwrite])|Creates a new DB++ relation -dbplus_rcrtexact|resource|(string name, resource relation, boolean overwrite)|Creates an exact but empty copy of a relation including indices -dbplus_rcrtlike|resource|(string name, resource relation, int flag)|Creates an empty copy of a relation with default indices -dbplus_resolve|int|(string relation_name)|Resolve host information for relation -dbplus_restorepos|int|(resource relation, array tuple)|??? -dbplus_rkeys|resource|(resource relation, mixed domlist)|Specify new primary key for a relation -dbplus_ropen|resource|(string name)|Open relation file local -dbplus_rquery|int|(string query, string dbpath)|Perform local (raw) AQL query -dbplus_rrename|int|(resource relation, string name)|Rename a relation -dbplus_rsecindex|resource|(resource relation, mixed domlist, int type)|Create a new secondary index for a relation -dbplus_runlink|int|(resource relation)|Remove relation from filesystem -dbplus_rzap|int|(resource relation)|Remove all tuples from relation -dbplus_savepos|int|(resource relation)|??? -dbplus_setindexbynumber|int|(resource relation, int idx_number)|??? -dbplus_setindex|int|(resource relation, string idx_name)|??? -dbplus_sql|resource|(string query, string server, string dbpath)|Perform SQL query -dbplus_tcl|int|(int sid, string script)|Execute TCL code on server side -dbplus_tremove|int|(resource relation, array tuple [, array current])|Remove tuple and return new current tuple -dbplus_undo|int|(resource relation)|??? -dbplus_undoprepare|int|(resource relation)|??? -dbplus_unlockrel|int|(resource relation)|Give up write lock on relation -dbplus_unselect|int|(resource relation)|Remove a constraint from relation -dbplus_update|int|(resource relation, array old, array new)|Update specified tuple in relation -dbplus_xlockrel|int|(resource relation)|Request exclusive lock on relation -dbplus_xunlockrel|int|(resource relation)|Free exclusive lock on relation -dbstat|object|(array parameter)|Returns statistics about database server -dbx_close|bool|(object link_identifier)|Close an open connection/database -dbx_compare|int|(array row_a, array row_b, string column_key [, int flags])|Compare two rows for sorting purposes -dbx_connect|object|(mixed module, string host, string database, string username, string password [, int persistent])|Open a connection/database -dbx_error|string|(object link_identifier)|Report the error message of the latest function call in the module (not just in the connection) -dbx_query|object|(object link_identifier, string sql_statement [, long flags])|Send a query and fetch all results (if any) -dbx_sort|bool|(object result, string user_compare_function)|Sort a result from a dbx_query by a custom sort function -dcgettext|string|(string domain, string message, int category)|Overrides the domain for a single lookup -dcngettext|string|(string domain, string msgid1, string msgid2, int n, int category)|Plural version of dcgettext -dcstat|object|(array parameter)|Returns statistics about document cache server -debugger_off|int|()|Disable internal PHP debugger -debugger_on|int|(string address)|Enable internal PHP debugger -decbin|string|(int number)|Decimal to binary -dechex|string|(int number)|Decimal to hexadecimal -decoct|string|(int number)|Decimal to octal -define|bool|(string name, mixed value [, bool case_insensitive])|Defines a named constant. -defined|bool|(string name)|Checks whether a given named constant exists -define_syslog_variables|void|()|Initializes all syslog related constants -deg2rad|float|(float number)|Converts the number in degrees to the radian equivalent -delete|void|(string file)|A dummy manual entry -description|string|(void)|Returns description of reason -dgettext|string|(string domain, string message)|Override the current domain -dio_close|void|(resource fd)|Closes the file descriptor given by fd -dio_fcntl|mixed|(resource fd, int cmd [, mixed arg])|Performs a c library fcntl on fd -dio_open|resource|(string filename, int flags [, int mode])|Opens a new filename with specified permissions of flags and creation permissions of mode -dio_read|string|(resource fd [, int n])|Reads n bytes from fd and returns them, if n is not specified, reads 1k block -dio_seek|int|(resource fd, int pos, int whence)|Seeks to pos on fd from whence -dio_stat|array|(resource fd)|Gets stat information about the file descriptor fd -dio_truncate|bool|(resource fd, int offset)|Truncates file descriptor fd to offset bytes -dio_write|int|(resource fd, string data [, int len])|Writes data to fd with optional truncation at length -dirname|string|(string path)|Returns directory name component of path -diskfreespace|float|(string directory)|Alias of disk_free_space -disk_free_space|float|(string directory)|Returns available space in directory -disk_total_space|float|(string directory)|Returns the total size of a directory -dl|int|(string library)|Loads a PHP extension at runtime -dngettext|string|(string domain, string msgid1, string msgid2, int n)|Plural version of dgettext -DomAttribute->name|bool|()|Returns name of attribute -DomAttribute->specified|bool|()|Checks if attribute is specified -DomAttribute->value|bool|()|Returns value of attribute -DomDocument->add_root|resource|(string name)|Adds a root node -DomDocument->create_attribute|object|(string name, string value)|Create new attribute -DomDocument->create_cdata_section|string|(string content)|Create new cdata node -DomDocument->create_comment|object|(string content)|Create new comment node -DomDocument->create_element|object|(string name)|Create new element node -DomDocument->create_entity_reference|object|(string content)| -DomDocument->create_processing_instruction|string|(string content)|Creates new PI node -DomDocument->create_text_node|object|(string content)|Create new text node -DomDocument->doctype|object|()|Returns the document type -DomDocument->document_element|object|()|Returns root element node -DomDocument->dump_file|string|(string filename [, bool compressionmode [, bool format]])|Dumps the internal XML tree back into a file -DomDocument->dump_mem|string|( [bool format])|Dumps the internal XML tree back into a string -DomDocument->get_element_by_id|object|(string id)| -DomDocument->get_elements_by_tagname|array|(string name)| -DomDocument->html_dump_mem|string|()|Dumps the internal XML tree back into a string as HTML -DomDocumentType->entities|array|()|Returns list of entities -DomDocumentType->internal_subset|bool|()|Returns internal subset -DomDocumentType->name|string|()|Returns name of document type -DomDocumentType->notations|array|()|Returns list of notations -DomDocumentType->public_id|string|()|Returns public id of document type -DomDocumentType->system_id|string|()|Returns system id of document type -DomElement->get_attribute_node|object|(object attr)|Returns value of attribute -DomElement->get_attribute|object|(string name)|Returns value of attribute -DomElement->get_elements_by_tagname|bool|(string name)|Adds new attribute -DomElement->has_attribute|bool|(string name)|Adds new attribute -DomElement->remove_attribute|bool|(string name)|Adds new attribute -DomElement->set_attribute|bool|(string name, string value)|Adds new attribute -DomElement->set_attribute_node|bool|(object attr)|Adds new attribute -DomElement->tagname|string|()|Returns name of element -DomNode->append_child|object|(object newnode)|Adds new child at the end of the children -DomNode->append_sibling|object|(object newnode)|Adds new sibling to a node -DomNode->attributes|array|()|Returns list of attributes -DomNode->child_nodes|array|()|Returns children of node -DomNode->clone_node|object|()|Clones a node -DomNode->dump_node|string|()|Dumps a single node -DomNode->first_child|bool|()|Returns first child of node -DomNode->get_content|string|()|Gets content of node -DomNode->has_attributes|bool|()|Checks if node has attributes -DomNode->has_child_nodes|bool|()|Checks if node has children -DomNode->insert_before|object|(object newnode, object refnode)|Inserts new node as child -DomNode->is_blank_node|bool|()|Checks if node is blank -DomNode->last_child|object|()|Returns last child of node -DomNode->next_sibling|object|()|Returns the next sibling of node -DomNode->node_name|string|()|Returns name of node -DomNode->node_type|int|()|Returns type of node -DomNode->node_value|string|()|Returns value of a node -DomNode->owner_document|object|()|Returns the document this node belongs to -DomNode->parent_node|object|()|Returns the parent of the node -DomNode->prefix|string|()|Returns name space prefix of node -DomNode->previous_sibling|object|()|Returns the previous sibling of node -DomNode->remove_child|object|(object oldchild)|Removes child from list of children -DomNode->replace_child|object|(object newchild, object oldchild)|Replaces child from list of children -DomNode->replace_node|object|()|Replaces node -DomNode->set_content|bool|()|Sets content of node -DomNode->set_name|bool|()|Sets name of node -DomNode->unlink_node|object|()|Deletes node -DomProcessingInstruction->data|string|()|Returns data of pi node -DomProcessingInstruction->target|string|()|Returns target of pi node -domxml_new_doc|object|(string version)|Creates new empty XML document -domxml_open_file|object|(string filename)|Creates a DOM object from XML file -domxml_open_mem|object|(string str)|Creates a DOM object of an XML document -domxml_version|string|()|Get XML library version -domxml_xmltree|object|(string str)|Creates a tree of PHP objects from an XML document -dotnet_load|int|(string assembly_name [, string datatype_name [, int codepage]])|Loads a DOTNET module -dstanchors|object|(array parameter)|Returns a list of all destination anchors -dstofsrcanchors|object|(array parameter)|Returns destination of a source anchor -each|array|(array array)|Return the current key and value pair from an array and advance the array cursor -easter_date|int|(int year)|Get UNIX timestamp for midnight on Easter of a given year -easter_days|int|(int year)|Get number of days after March 21 on which Easter falls for a given year -ebcdic2ascii|int|(string ebcdic_str)|Translate string from EBCDIC to ASCII -empty|boolean|(mixed var)|Alias of floatval -end|mixed|(array array)|Set the internal pointer of an array to its last element -eregi|int|(string pattern, string string [, array regs])|case insensitive regular expression match -ereg|int|(string pattern, string string [, array regs])|Regular expression match -eregi_replace|string|(string pattern, string replacement, string string)|replace regular expression case insensitive -ereg_replace|string|(string pattern, string replacement, string string)|Replace regular expression -error_log|int|(string message [, int message_type [, string destination [, string extra_headers]]])|send an error message somewhere -error_reporting|int|( [int level])|set which PHP errors are reported -escapeshellarg|string|(string arg)|escape a string to be used as a shell argument -escapeshellcmd|string|(string command)|escape shell metacharacters -eval|mixed|(string code_str)|Alias of exit -exec|string|(string command [, string array [, int return_var]])|Execute an external program -exif_imagetype|int|false|(string filename)|Determine the type of an image -exif_read_data|array|(string filename, string sections, bool arrays, bool thumbnail)|Reads header information stored in TIFF and JPEG images -exif_read_data|array|(string filename [, string sections [, bool arrays [, bool thumbnail]]])|Read the EXIF headers from JPEG or TIFF -exif_thumbnail|string|(string filename [, int &width [, int &height]])|Retrieve the embedded thumbnail of a TIFF or JPEG image -exit|void|( [string status])|Output a message and terminate the current script -exp|float|(float arg)|e to the power of ... -explode|array|(string separator, string string [, int limit])|Output one or more strings -expm1|float|(float number)|Returns exp(number) - 1, computed in a way that accurate even when the value of number is close to zero -extension_loaded|bool|(string name)|Find out whether an extension is loaded -extract|int|(array var_array [, int extract_type [, string prefix]])|Import variables into the current symbol table from an array -ezmlm_hash|int|(string addr)|Calculate the hash value needed by EZMLM -fbsql_affected_rows|int|( [int link_identifier])|Get number of affected rows in previous FrontBase operation -fbsql_autocommit|bool|(resource link_identifier [, bool OnOff])|Enable or disable autocommit. -fbsql_change_user|resource|(string user, string password [, string database [, int link_identifier]])|Change logged in user of the active connection -fbsql_close|boolean|( [resource link_identifier])|Close FrontBase connection -fbsql_commit|bool|( [resource link_identifier])|Commits a transaction to the database -fbsql_connect|resource|( [string hostname [, string username [, string password]]])|Open a connection to a FrontBase Server -fbsql_create_blob|string|(string blob_data [, resource link_identifier])|Create a BLOB -fbsql_create_clob|string|(string clob_data [, resource link_identifier])|Create a CLOB -fbsql_create_db|bool|(string database name [, resource link_identifier])|Create a FrontBase database -fbsql_database_password|string|(resource link_identifier [, string database_password])|Sets or retrieves the password for a FrontBase database -fbsql_database|string|(resource link_identifier [, string database])|Get or set the database name used with a connection -fbsql_data_seek|bool|(resource result_identifier, int row_number)|Move internal result pointer -fbsql_db_query|resource|(string database, string query [, resource link_identifier])|Send a FrontBase query -fbsql_db_status|int|(string database_name [, resource link_identifier])|Get the status for a given database -fbsql_drop_db|bool|(string database_name [, resource link_identifier])|Drop (delete) a FrontBase database -fbsql_errno|int|( [resource link_identifier])|Returns the numerical value of the error message from previous FrontBase operation -fbsql_error|string|( [resource link_identifier])|Returns the text of the error message from previous FrontBase operation -fbsql_fetch_array|array|(resource result [, int result_type])|Fetch a result row as an associative array, a numeric array, or both -fbsql_fetch_assoc|array|(resource result)|Fetch a result row as an associative array -fbsql_fetch_field|object|(resource result [, int field_offset])|Get column information from a result and return as an object -fbsql_fetch_lengths|array|( [resource result])|Get the length of each output in a result -fbsql_fetch_object|object|(resource result [, int result_type])|Fetch a result row as an object -fbsql_fetch_row|array|(resource result)|Get a result row as an enumerated array -fbsql_field_flags|string|(resource result, int field_offset)|Get the flags associated with the specified field in a result -fbsql_field_len|int|(resource result, int field_offset)|Returns the length of the specified field -fbsql_field_name|string|(resource result, int field_index)|Get the name of the specified field in a result -fbsql_field_seek|bool|(resource result, int field_offset)|Set result pointer to a specified field offset -fbsql_field_table|string|(resource result, int field_offset)|Get name of the table the specified field is in -fbsql_field_type|string|(resource result, int field_offset)|Get the type of the specified field in a result -fbsql_free_result|bool|(int result)|Free result memory -fbsql_get_autostart_info|array|( [resource link_identifier])|No description given yet -fbsql_hostname|string|(resource link_identifier [, string host_name])|Get or set the host name used with a connection -fbsql_insert_id|int|( [resource link_identifier])|Get the id generated from the previous INSERT operation -fbsql_list_dbs|resource|( [resource link_identifier])|List databases available on a FrontBase server -fbsql_list_fields|resource|(string database_name, string table_name [, resource link_identifier])|List FrontBase result fields -fbsql_list_tables|resource|(string database [, resource link_identifier])|List tables in a FrontBase database -fbsql_next_result|bool|(int result_id)|Move the internal result pointer to the next result -fbsql_num_fields|int|(resource result)|Get number of fields in result -fbsql_num_rows|int|(resource result)|Get number of rows in result -fbsql_password|string|(resource link_identifier [, string password])|Get or set the user password used with a connection -fbsql_pconnect|resource|( [string hostname [, string username [, string password]]])|Open a persistent connection to a FrontBase Server -fbsql_query|resource|(string query [, resource link_identifier])|Send a FrontBase query -fbsql_read_blob|string|(string blob_handle [, resource link_identifier])|Read a BLOB from the database -fbsql_read_clob|string|(string clob_handle [, resource link_identifier])|Read a CLOB from the database -fbsql_result|mixed|(resource result, int row [, mixed field])|Get result data -fbsql_rollback|bool|( [resource link_identifier])|Rollback a transaction to the database -fbsql_select_db|bool|(string database_name [, resource link_identifier])|Select a FrontBase database -fbsql_set_lob_mode|bool|(resource result, string database_name)|Set the LOB retrieve mode for a FrontBase result set -fbsql_set_transaction|void|(resource link_identifier, int Locking, int Isolation)|Set the transaction locking and isolation -fbsql_start_db|bool|(string database_name [, resource link_identifier])|Start a database on local or remote server -fbsql_stop_db|bool|(string database_name [, resource link_identifier])|Stop a database on local or remote server -fbsql_tablename|string|(resource result, int i)|Get table name of field -fbsql_username|string|(resource link_identifier [, string username])|Get or set the host user used with a connection -fbsql_warnings|bool|( [bool OnOff])|Enable or disable FrontBase warnings -fclose|bool|(int fp)|Closes an open file pointer -fdf_add_template|bool|(int fdfdoc, int newpage, string filename, string template, int rename)|Adds a template into the FDF document -fdf_close|bool|(int fdf_document)|Close an FDF document -fdf_create|int|()|Create a new FDF document -fdf_get_file|string|(int fdf_document)|Get the value of the /F key -fdf_get_status|string|(int fdf_document)|Get the value of the /STATUS key -fdf_get_value|string|(int fdf_document, string fieldname)|Get the value of a field -fdf_next_field_name|string|(int fdf_document [, string fieldname])|Get the next field name -fdf_open|int|(string filename)|Open a FDF document -fdf_save|int|(string filename)|Save a FDF document -fdf_set_ap|bool|(int fdf_document, string field_name, int face, string filename, int page_number)|Set the appearance of a field -fdf_set_encoding|bool|(int fdf_document, string encoding)|Sets FDF character encoding -fdf_set_file|bool|(int fdf_document, string filename)|Set the value of the /F key -fdf_set_flags|bool|(int fdf_document, string fieldname, int whichFlags, int newFlags)|Sets a flag of a field -fdf_set_javascript_action|bool|(int fdf_document, string fieldname, int trigger, string script)|Sets an javascript action of a field -fdf_set_opt|bool|(int fdf_document, string fieldname, int element, string str1, string str2)|Sets an option of a field -fdf_set_status|bool|(int fdf_document, string status)|Set the value of the /STATUS key -fdf_set_submit_form_action|bool|(int fdf_document, string fieldname, int trigger, string script, int flags)|Sets a submit form action of a field -fdf_set_value|bool|(int fdf_document, string fieldname, string value, int isName)|Set the value of a field -feof|int|(int fp)|Tests for end-of-file on a file pointer -fflush|int|(int fp)|Flushes the output to a file -fgetc|string|(int fp)|Gets character from file pointer -fgetcsv|array|(int fp, int length [, string delimiter])|Gets line from file pointer and parse for CSV fields -fgetss|string|(int fp, int length [, string allowable_tags])|Gets line from file pointer and strip HTML tags -fgets|string|(int fp [, int length])|Gets line from file pointer -file|array|(string filename [, int use_include_path])|Reads entire file into an array -fileatime|int|(string filename)|Gets last access time of file -filectime|int|(string filename)|Gets inode change time of file -file_exists|bool|(string filename)|Checks whether a file exists -file_get_contents|string|(string filename [, int use_include_path])|Reads entire file into a string -file_get_wrapper_data|mixed|(int fp)|Retrieves header/meta data from "wrapped" file pointers -filegroup|int|(string filename)|Gets file group -fileinode|int|(string filename)|Gets file inode -filemtime|int|(string filename)|Gets file modification time -fileowner|int|(string filename)|Gets file owner -fileperms|int|(string filename)|Gets file permissions -filepro|bool|(string directory)|Read and verify the map file -filepro_fieldcount|int|()|Find out how many fields are in a filePro database -filepro_fieldname|string|(int field_number)|Gets the name of a field -filepro_fieldtype|string|(int field_number)|Gets the type of a field -filepro_fieldwidth|int|(int field_number)|Gets the width of a field -filepro_retrieve|string|(int row_number, int field_number)|Retrieves data from a filePro database -filepro_rowcount|int|()|Find out how many rows are in a filePro database -file_register_wrapper|boolean|(string protocol, string classname)|Register a URL wrapper implemented as a PHP class -filesize|int|(string filename)|Gets file size -filetype|string|(string filename)|Gets file type -find|array|(array parameter)|Search for objects -floatval|float|(mixed var)|Get float value of a variable -flock|bool|(int fp, int operation [, int wouldblock])|Portable advisory file locking -floor|float|(float value)|Round fractions down -flush|void|()|Flush the output buffer -fopen|int|(string filename, string mode [, int use_include_path])|Opens file or URL -fpassthru|int|(int fp)|Output all remaining data on a file pointer -fputs|int|(int fp, string str [, int length])|Writes to a file pointer -fread|string|(int fp, int length)|Binary-safe file read -frenchtojd|int|(int month, int day, int year)|Converts a date from the French Republican Calendar to a Julian Day Count -fribidi_log2vis|string|(string str, string direction, int charset)|Convert a logical string to a visual one -fscanf|mixed|(int handle, string format [, string var1])|Parses input from a file according to a format -fseek|int|(int fp, int offset [, int whence])|Seeks on a file pointer -fsockopen|int|(string hostname, int port [, int errno [, string errstr [, float timeout]]])|Open Internet or Unix domain socket connection -fstat|array|(int fp)|Gets information about a file using an open file pointer -ftell|int|(int fp)|Tells file pointer read/write position -ftok|int|(string pathname, string proj)|Convert a pathname and a project identifier to a System V IPC key -ftp_cdup|bool|(resource ftp_stream)|Changes to the parent directory -ftp_chdir|bool|(resource ftp_stream, string directory)|Changes directories on a FTP server -ftp_close|void|(resource ftp_stream)|Closes an FTP connection -ftp_connect|resource|(string host [, int port [, int timeout]])|Opens up an FTP connection -ftp_delete|bool|(resource ftp_stream, string path)|Deletes a file on the FTP server -ftp_exec|bool|(resource stream, string command)|Request execution of a program on the FTP server -ftp_fget|bool|(resource ftp_stream, resource fp, string remote_file, int mode)|Downloads a file from the FTP server and saves to an open file -ftp_fput|bool|(resource ftp_stream, string remote_file, resource fp, int mode)|Uploads from an open file to the FTP server -ftp_get|bool|(resource ftp_stream, string local_file, string remote_file, int mode)|Downloads a file from the FTP server -ftp_get_option|mixed|(resource stream, int option)|Retrieves various runtime behaviours of the current FTP stream -ftp_login|bool|(resource ftp_stream, string username, string password)|Logs in an FTP connection -ftp_mdtm|int|(resource ftp_stream, string remote_file)|Returns the last modified time of the given file -ftp_mkdir|string|(resource ftp_stream, string directory)|Creates a directory -ftp_nlist|array|(resource ftp_stream, string directory)|Returns a list of files in the given directory -ftp_pasv|bool|(resource ftp_stream, bool pasv)|Turns passive mode on or off -ftp_put|bool|(resource ftp_stream, string remote_file, string local_file, int mode)|Uploads a file to the FTP server -ftp_pwd|string|(resource ftp_stream)|Returns the current directory name -ftp_quit|void|(resource ftp_stream)|Closes an FTP connection -ftp_rawlist|array|(resource ftp_stream, string directory)|Returns a detailed list of files in the given directory -ftp_rename|bool|(resource ftp_stream, string from, string to)|Renames a file on the FTP server -ftp_rmdir|bool|(resource ftp_stream, string directory)|Removes a directory -ftp_set_option|bool|(resource stream, int option, mixed value)|Set miscellaneous runtime FTP options -ftp_site|bool|(resource ftp_stream, string cmd)|Sends a SITE command to the server -ftp_size|int|(resource ftp_stream, string remote_file)|Returns the size of the given file -ftp_systype|string|(resource ftp_stream)|Returns the system type identifier of the remote FTP server -ftruncate|int|(int fp, int size)|Truncates a file to a given length -ftstat|object|(array parameter)|Returns statistics about fulltext server -func_get_arg|mixed|(int arg_num)|Return an item from the argument list -func_get_args|array|()|Returns an array comprising a function's argument list -func_num_args|int|()|Returns the number of arguments passed to the function -function_exists|bool|(string function_name)|Return &true; if the given function has been defined -fwrite|int|(int fp, string string [, int length])|Binary-safe file write -getallheaders|array|()|Fetch all HTTP request headers -get_browser|object|( [string user_agent])|Tells what the user's browser is capable of -get_cfg_var|string|(string varname)|Gets the value of a PHP configuration option -get_class_methods|array|(mixed class_name)|Returns an array of class methods' names -get_class|string|(object obj)|Returns the name of the class of an object -get_class_vars|array|(string class_name)|Returns an array of default properties of the class -get_current_user|string|()|Gets the name of the owner of the current PHP script -getcwd|string|()|gets the current working directory -getdate|array|( [int timestamp])|Get date/time information -get_declared_classes|array|()|Returns an array with the name of the defined classes -get_defined_constants|array|()|Returns an associative array with the names of all the constants and their values -get_defined_functions|array|()|Returns an array of all defined functions -get_defined_vars|array|()|Returns an array of all defined variables -getenv|string|(string varname)|Gets the value of an environment variable -get_extension_funcs|array|(string module_name)|Returns an array with the names of the functions of a module -gethostbyaddr|string|(string ip_address)|Get the Internet host name corresponding to a given IP address -gethostbynamel|array|(string hostname)|Get a list of IP addresses corresponding to a given Internet host name -gethostbyname|string|(string hostname)|Get the IP address corresponding to a given Internet host name -get_html_translation_table|string|(int table [, int quote_style])|Returns the translation table used by htmlspecialchars and htmlentities -getimagesize|array|(string filename [, array imageinfo])|Get the size of an image -get_included_files|array|()|Returns an array with the names of included or required files -getlastmod|int|()|Gets time of last page modification -get_loaded_extensions|array|()|Returns an array with the names of all modules compiled and loaded -get_magic_quotes_gpc|long|()|Gets the current active configuration setting of magic quotes gpc -get_magic_quotes_runtime|long|()|Gets the current active configuration setting of magic_quotes_runtime -get_meta_tags|array|(string filename [, int use_include_path])|Extracts all meta tag content attributes from a file and returns an array -getmxrr|int|(string hostname, array mxhosts [, array weight])|Get MX records corresponding to a given Internet host name -getmygid|int|()|Get PHP script owner's GID -getmyinode|int|()|Gets the inode of the current script -getmypid|int|()|Gets PHP's process ID -getmyuid|int|()|Gets PHP script owner's UID -get_object_vars|array|(object obj)|Returns an associative array of object properties -get_parent_class|string|(mixed obj)|Retrieves the parent class name for object or class -getprotobyname|int|(string name)|Get protocol number associated with protocol name -getprotobynumber|string|(int number)|Get protocol name associated with protocol number -getrandmax|int|()|Show largest possible random value -get_required_files|array|()|Returns an array with the names of included or required files -get_resource_type|string|(resource handle)|Returns the resource type -getrusage|array|( [int who])|Gets the current resource usages -getservbyname|int|(string service, string protocol)|Get port number associated with an Internet service and protocol -getservbyport|string|(int port, string protocol)|Get Internet service which corresponds to port and protocol -gettext|string|(string message)|Lookup a message in the current domain -gettimeofday|array|()|Get current time -gettype|string|(mixed var)|Get the type of a variable -gmdate|string|(string format [, int timestamp])|Format a GMT/CUT date/time -gmmktime|int|(int hour, int minute, int second, int month, int day, int year [, int is_dst])|Get UNIX timestamp for a GMT date -gmp_abs|resource|(resource a)|Absolute value -gmp_add|resource|(resource a, resource b)|Add numbers -gmp_and|resource|(resource a, resource b)|Logical AND -gmp_clrbit|resource|(resource &a, int index)|Clear bit -gmp_cmp|int|(resource a, resource b)|Compare numbers -gmp_com|resource|(resource a)|Calculates one's complement of a -gmp_divexact|resource|(resource n, resource d)|Exact division of numbers -gmp_div_qr|array|(resource n, resource d [, int round])|Divide numbers and get quotient and remainder -gmp_div_q|resource|(resource a, resource b [, int round])|Divide numbers -gmp_div|resource|(resource a, resource b)|Divide numbers -gmp_div_r|resource|(resource n, resource d [, int round])|Remainder of the division of numbers -gmp_fact|resource|(int a)|Factorial -gmp_gcdext|array|(resource a, resource b)|Calculate GCD and multipliers -gmp_gcd|resource|(resource a, resource b)|Calculate GCD -gmp_hamdist|int|(resource a, resource b)|Hamming distance -gmp_init|resource|(mixed number)|Create GMP number -gmp_intval|int|(resource gmpnumber)|Convert GMP number to integer -gmp_invert|resource|(resource a, resource b)|Inverse by modulo -gmp_jacobi|int|(resource a, resource p)|Jacobi symbol -gmp_legendre|int|(resource a, resource p)|Legendre symbol -gmp_mod|resource|(resource n, resource d)|Modulo operation -gmp_mul|resource|(resource a, resource b)|Multiply numbers -gmp_neg|resource|(resource a)|Negate number -gmp_or|resource|(resource a, resource b)|Logical OR -gmp_perfect_square|bool|(resource a)|Perfect square check -gmp_popcount|int|(resource a)|Population count -gmp_powm|resource|(resource base, resource exp, resource mod)|Raise number into power with modulo -gmp_pow|resource|(resource base, int exp)|Raise number into power -gmp_prob_prime|int|(resource a [, int reps])|Check if number is "probably prime" -gmp_random|resource|(int limiter)|Random number -gmp_scan0|int|(resource a, int start)|Scan for 0 -gmp_scan1|int|(resource a, int start)|Scan for 1 -gmp_setbit|resource|(resource &a, int index [, bool set_clear])|Set bit -gmp_sign|int|(resource a)|Sign of number -gmp_sqrt|resource|(resource a)|Square root -gmp_sqrtrm|array|(resource a)|Square root with remainder -gmp_strval|string|(resource gmpnumber [, int base])|Convert GMP number to string -gmp_sub|resource|(resource a, resource b)|Subtract numbers -gmp_xor|resource|(resource a, resource b)|Logical XOR -gmstrftime|string|(string format [, int timestamp])|Format a GMT/CUT time/date according to locale settings -gregoriantojd|int|(int month, int day, int year)|Converts a Gregorian date to Julian Day Count -gzclose|int|(int zp)|Close an open gz-file pointer -gzcompress|string|(string data [, int level])|Compress a string -gzdeflate|string|(string data [, int level])|Deflate a string -gzencode|string|(string data [, int level [, int encoding_mode]])|Create a gzip compressed string -gzeof|int|(int zp)|Test for end-of-file on a gz-file pointer -gzfile|array|(string filename [, int use_include_path])|Read entire gz-file into an array -gzgetc|string|(int zp)|Get character from gz-file pointer -gzgetss|string|(int zp, int length [, string allowable_tags])|Get line from gz-file pointer and strip HTML tags -gzgets|string|(int zp, int length)|Get line from file pointer -gzinflate|string|(string data [, int length])|Inflate a deflated string -gzopen|int|(string filename, string mode [, int use_include_path])|Open gz-file -gzpassthru|int|(int zp)|Output all remaining data on a gz-file pointer -gzputs|int|(int zp, string str [, int length])|Write to a gz-file pointer -gzread|string|(int zp, int length)|Binary-safe gz-file read -gzrewind|int|(int zp)|Rewind the position of a gz-file pointer -gzseek|int|(int zp, int offset)|Seek on a gz-file pointer -gztell|int|(int zp)|Tell gz-file pointer read/write position -gzuncompress|string|(string data [, int length])|Uncompress a deflated string -gzwrite|int|(int zp, string string [, int length])|Binary-safe gz-file write -header|int|(string string [, bool replace])|Send a raw HTTP header -headers_sent|bool|()|Returns &true; if headers have been sent -hebrevc|string|(string hebrew_text [, int max_chars_per_line])|Convert logical Hebrew text to visual text with newline conversion -hebrev|string|(string hebrew_text [, int max_chars_per_line])|Convert logical Hebrew text to visual text -hexdec|int|(string hex_string)|Hexadecimal to decimal -highlight_file|mixed|(string filename [, bool return])|Syntax highlighting of a file -highlight_string|mixed|(string str [, bool return])|Syntax highlighting of a string -htmlentities|string|(string string [, int quote_style [, string charset]])|Convert all applicable characters to HTML entities -htmlspecialchars|string|(string string [, int quote_style [, string charset]])|Convert special characters to HTML entities -hwapi_hgcsp|object|(string hostname [, int port])|Returns object of class hw_api -hw_api_object|object|(array parameter)|Creates a new instance of class hw_api_object -hw_api->object|object|(array parameter)|Retrieve attribute information -hw_array2objrec|strin|(array object_array)|convert attributes from object array to object record -hw_changeobject|void|(int link, int objid, array attributes)|Changes attributes of an object (obsolete) -hw_children|array|(int connection, int objectID)|object ids of children -hw_childrenobj|array|(int connection, int objectID)|object records of children -hw_close|int|(int connection)|closes the Hyperwave connection -hw_connect|int|(string host, int port, string username, string password)|opens a connection -hw_connection_info|void|(int link)|Prints information about the connection to Hyperwave server -hw_cp|int|(int connection, array object_id_array, int destination id)|copies objects -hw_deleteobject|int|(int connection, int object_to_delete)|deletes object -hw_docbyanchor|int|(int connection, int anchorID)|object id object belonging to anchor -hw_docbyanchorobj|string|(int connection, int anchorID)|object record object belonging to anchor -hw_document_attributes|string|(int hw_document)|object record of hw_document -hw_document_bodytag|string|(int hw_document)|body tag of hw_document -hw_document_content|string|(int hw_document)|returns content of hw_document -hw_document_setcontent|string|(int hw_document, string content)|sets/replaces content of hw_document -hw_document_size|int|(int hw_document)|size of hw_document -hw_dummy|string|(int link, int id, int msgid)|Hyperwave dummy function -hw_edittext|int|(int connection, int hw_document)|retrieve text document -hw_error|int|(int connection)|error number -hw_errormsg|string|(int connection)|returns error message -hw_free_document|int|(int hw_document)|frees hw_document -hw_getanchors|array|(int connection, int objectID)|object ids of anchors of document -hw_getanchorsobj|array|(int connection, int objectID)|object records of anchors of document -hw_getandlock|string|(int connection, int objectID)|return bject record and lock object -hw_getchildcoll|array|(int connection, int objectID)|object ids of child collections -hw_getchildcollobj|array|(int connection, int objectID)|object records of child collections -hw_getchilddoccoll|array|(int connection, int objectID)|object ids of child documents of collection -hw_getchilddoccollobj|array|(int connection, int objectID)|object records of child documents of collection -hw_getobject|array|(int connection, [int|array] objectID, string query)|object record -hw_getobjectbyquery|array|(int connection, string query, int max_hits)|search object -hw_getobjectbyquerycoll|array|(int connection, int objectID, string query, int max_hits)|search object in collection -hw_getobjectbyquerycollobj|array|(int connection, int objectID, string query, int max_hits)|search object in collection -hw_getobjectbyqueryobj|array|(int connection, string query, int max_hits)|search object -hw_getparents|array|(int connection, int objectID)|object ids of parents -hw_getparentsobj|array|(int connection, int objectID)|object records of parents -hw_getrellink|string|(int link, int rootid, int sourceid, int destid)|Get link from source to dest relative to rootid -hw_getremotechildren|int|(int connection, string object record)|Gets children of remote document -hw_getremote|int|(int connection, int objectID)|Gets a remote document -hw_getsrcbydestobj|array|(int connection, int objectID)|Returns anchors pointing at object -hw_gettext|int|(int connection, int objectID [, mixed rootID/prefix])|retrieve text document -hw_getusername|string|(int connection)|name of currently logged in user -hw_identify|int|(string username, string password)|identifies as user -hw_incollections|array|(int connection, array object_id_array, array collection_id_array, int return_collections)|check if object ids in collections -hw_info|string|(int connection)|info about connection -hw_inscoll|int|(int connection, int objectID, array object_array)|insert collection -hw_insdoc|int|(int connection, int parentID, string object_record, string text)|insert document -hw_insertanchors|string|(int hwdoc, array anchorecs, array dest [, array urlprefixes])|Inserts only anchors into text -hw_insertdocument|int|(int connection, int parent_id, int hw_document)|upload any document -hw_insertobject|int|(int connection, string object rec, string parameter)|inserts an object record -hw_mapid|int|(int connection, int server id, int object id)|Maps global id on virtual local id -hw_modifyobject|int|(int connection, int object_to_change, array remove, array add, int mode)|modifies object record -hw_mv|int|(int connection, array object id array, int source id, int destination id)|moves objects -hw_new_document|int|(string object_record, string document_data, int document_size)|create new document -hw_objrec2array|array|(string object_record [, array format])|convert attributes from object record to object array -hw_output_document|int|(int hw_document)|prints hw_document -hw_pconnect|int|(string host, int port, string username, string password)|make a persistent database connection -hw_pipedocument|int|(int connection, int objectID)|retrieve any document -hw_root|int|()|root object id -hw_setlinkroot|void|(int link, int rootid)|Set the id to which links are calculated -hwstat|object|(array parameter)|Returns statistics about Hyperwave server -hw_stat|string|(int link)|Returns status string -hw_unlock|int|(int connection, int objectID)|unlock object -hw_who|int|(int connection)|List of currently logged in users -hypot|float|(float num1, float num2)|Returns sqrt( num1*num1 + num2*num2) -ibase_blob_add|int|(int blob_id, string data)|Add data into created blob -ibase_blob_cancel|int|(int blob_id)|Cancel creating blob -ibase_blob_close|int|(int blob_id)|Close blob -ibase_blob_create|int|( [int link_identifier])|Create blob for adding data -ibase_blob_echo|int|(string blob_id_str)|Output blob contents to browser -ibase_blob_get|string|(int blob_id, int len)|Get len bytes data from open blob -ibase_blob_import|string|( [int link_identifier, int file_id])|Create blob, copy file in it, and close it -ibase_blob_info|object|(string blob_id_str)|Return blob length and other useful info -ibase_blob_open|int|(string blob_id)|Open blob for retrieving data parts -ibase_close|int|( [int connection_id])|Close a connection to an InterBase database -ibase_commit|int|( [int link_identifier, int trans_number])|Commit a transaction -ibase_connect|int|(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])|Open a connection to an InterBase database -ibase_errmsg|string|()|Returns error messages -ibase_execute|int|(int query [, int bind_args])|Execute a previously prepared query -ibase_fetch_object|object|(int result_id)|Get an object from a InterBase database -ibase_fetch_row|array|(int result_identifier)|Fetch a row from an InterBase database -ibase_field_info|array|(int result, int field number)|Get information about a field -ibase_free_query|int|(int query)|Free memory allocated by a prepared query -ibase_free_result|int|(int result_identifier)|Free a result set -ibase_num_fields|int|(int result_id)|Get the number of fields in a result set -ibase_pconnect|int|(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])|Creates an persistent connection to an InterBase database -ibase_prepare|int|( [int link_identifier, string query])|Prepare a query for later binding of parameter placeholders and execution -ibase_query|int|( [int link_identifier, string query [, int bind_args]])|Execute a query on an InterBase database -ibase_rollback|int|( [int link_identifier, int trans_number])|Rolls back a transaction -ibase_timefmt|int|(string format [, int columntype])|Sets the format of timestamp, date and time type columns returned from queries -ibase_trans|int|( [int trans_args [, int link_identifier]])|Begin a transaction -icap_close|int|(int icap_stream [, int flags])|Close an ICAP stream -icap_create_calendar|string|(int stream_id, string calendar)|Create a new calendar -icap_delete_calendar|string|(int stream_id, string calendar)|Delete a calendar -icap_delete_event|string|(int stream_id, int uid)|Delete an event from an ICAP calendar -icap_fetch_event|int|(int stream_id, int event_id [, int options])|Fetches an event from the calendar stream/ -icap_list_alarms|int|(int stream_id, array date, array time)|Return a list of events that has an alarm triggered at the given datetime -icap_list_events|array|(int stream_id, int begin_date [, int end_date])|Return a list of events between two given datetimes -icap_open|stream|(string calendar, string username, string password, string options)|Opens up an ICAP connection -icap_rename_calendar|string|(int stream_id, string old_name, string new_name)|Rename a calendar -icap_reopen|int|(int stream_id, string calendar [, int options])|Reopen ICAP stream to new calendar -icap_snooze|string|(int stream_id, int uid)|Snooze an alarm -icap_store_event|string|(int stream_id, object event)|Store an event into an ICAP calendar -iconv_get_encoding|array|( [string type])|Get current setting for character encoding conversion -iconv_set_encoding|array|(string type, string charset)|Set current setting for character encoding conversion -iconv|string|(string in_charset, string out_charset, string str)|Convert string to requested character encoding -identify|object|(array parameter)|Log into Hyperwave Server -ifx_affected_rows|int|(int result_id)|Get number of rows affected by a query -ifx_blobinfile_mode|void|(int mode)|Updates the content of the blob object -ifx_byteasvarchar|void|(int mode)|Set the default byte mode -ifx_close|int|( [int link_identifier])|Close Informix connection -ifx_connect|int|( [string database [, string userid [, string password]]])|Open Informix server connection -ifx_copy_blob|int|(int bid)|Duplicates the given blob object -ifx_create_blob|int|(int type, int mode, string param)|Creates an blob object -ifx_create_char|int|(string param)|Creates an char object -ifx_do|int|(int result_id)|Execute a previously prepared SQL-statement -ifx_errormsg|string|( [int errorcode])|Returns error message of last Informix call -ifx_error|string|()|Returns error code of last Informix call -ifx_fetch_row|array|(int result_id [, mixed position])|Get row as enumerated array -ifx_fieldproperties|array|(int result_id)|List of SQL fieldproperties -ifx_fieldtypes|array|(int result_id)|List of Informix SQL fields -ifx_free_blob|int|(int bid)|Deletes the blob object -ifx_free_char|int|(int bid)|Deletes the char object -ifx_free_result|int|(int result_id)|Releases resources for the query -ifx_get_blob|int|(int bid)|Return the content of a blob object -ifx_get_char|int|(int bid)|Return the content of the char object -ifx_getsqlca|array|(int result_id)|Get the contents of sqlca.sqlerrd[0..5] after a query -ifx_htmltbl_result|int|(int result_id [, string html_table_options])|Formats all rows of a query into a HTML table -ifx_nullformat|void|(int mode)|Sets the default return value on a fetch row -ifx_num_fields|int|(int result_id)|Returns the number of columns in the query -ifx_num_rows|int|(int result_id)|Count the rows already fetched from a query -ifx_pconnect|int|( [string database [, string userid [, string password]]])|Open persistent Informix connection -ifx_prepare|int|(string query, int conn_id [, int cursor_def, mixed blobidarray])|Prepare an SQL-statement for execution -ifx_query|int|(string query [, int link_identifier [, int cursor_type [, mixed blobidarray]]])|Send Informix query -ifx_textasvarchar|void|(int mode)|Set the default text mode -ifx_update_char|int|(int bid, string content)|Updates the content of the char object -ifxus_close_slob|int|(int bid)|Deletes the slob object -ifxus_create_slob|int|(int mode)|Creates an slob object and opens it -ifxus_free_slob|int|(int bid)|Deletes the slob object -ifxus_open_slob|int|(long bid, int mode)|Opens an slob object -ifxus_read_slob|int|(long bid, long nbytes)|Reads nbytes of the slob object -ifxus_seek_slob|int|(long bid, int mode, long offset)|Sets the current file or seek position -ifxus_tell_slob|int|(long bid)|Returns the current file or seek position -ifxus_write_slob|int|(long bid, string content)|Writes a string into the slob object -ignore_user_abort|int|( [int setting])|Set whether a client disconnect should abort script execution -iis_add_server|int|(string path, string comment, string server_ip, int port, string host_name, int rights, int start_server)|Creates a new virtual web server -iis_get_dir_security|int|(int server_instance, string virtual_path)|Gets Directory Security -iis_get_script_map|int|(int server_instance, string virtual_path, string script_extension)|Gets script mapping on a virtual directory for a specific extention -iis_get_server_by_comment|int|(string comment)|Return the instance number associated with the Comment -iis_get_server_by_path|int|(string path)|Return the instance number associated with the Path -iis_get_server_rights|int|(int server_instance, string virtual_path)|Gets server rights -iis_get_service_state|int|(string service_id)|Starts the service defined by ServiceId -iis_remove_server|int|(int server_instance)|Removes the virtual web server indicated by ServerInstance -iis_set_app_settings|int|(int server_instance, string virtual_path, string application_scope)|Creates application scope for a virtual directory -iis_set_dir_security|int|(int server_instance, string virtual_path, int directory_flags)|Sets Directory Security -iis_set_script_map|int|(int server_instance, string virtual_path, string script_extension, string engine_path, int allow_scripting)|Sets script mapping on a virtual directory -iis_set_server_rights|int|(int server_instance, string virtual_path, int directory_flags)|Sets server rights -iis_start_server|int|(int server_instance)|Starts the virtual web server -iis_start_service|int|(string service_id)|Starts the service defined by ServiceId -iis_stop_server|int|(int server_instance)|Stops the virtual web server -iis_stop_service|int|(string service_id)|Stops the service defined by ServiceId -image2wbmp|int|(int im [, string filename [, int threshold]])|Output image to browser or file -imagealphablending|int|(resource im, bool blendmode)|Set the blending mode for an image -imagearc|int|(int im, int cx, int cy, int w, int h, int s, int e, int col)|Draw a partial ellipse -imagechar|int|(int im, int font, int x, int y, string c, int col)|Draw a character horizontally -imagecharup|int|(int im, int font, int x, int y, string c, int col)|Draw a character vertically -imagecolorallocate|int|(int im, int red, int green, int blue)|Allocate a color for an image -imagecolorat|int|(int im, int x, int y)|Get the index of the color of a pixel -imagecolorclosestalpha|int|(resource im, int red, int green, int blue, int alpha)|Get the index of the closest color to the specified color + alpha -imagecolorclosesthwb|int|(int im, int red, int green, int blue)|Get the index of the color which has the hue, white and blackness nearest to the given color -imagecolorclosest|int|(int im, int red, int green, int blue)|Get the index of the closest color to the specified color -imagecolordeallocate|int|(int im, int index)|De-allocate a color for an image -imagecolorexactalpha|int|(resource im, int red, int green, int blue, int alpha)|Get the index of the specified color + alpha -imagecolorexact|int|(int im, int red, int green, int blue)|Get the index of the specified color -imagecolorresolvealpha|int|(resource im, int red, int green, int blue, int alpha)|Get the index of the specified color + alpha or its closest possible alternative -imagecolorresolve|int|(int im, int red, int green, int blue)|Get the index of the specified color or its closest possible alternative -imagecolorset|bool|(int im, int index, int red, int green, int blue)|Set the color for the specified palette index -imagecolorsforindex|array|(int im, int index)|Get the colors for an index -imagecolorstotal|int|(int im)|Find out the number of colors in an image's palette -imagecolortransparent|int|(int im [, int col])|Define a color as transparent -imagecopy|int|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)|Copy part of an image -imagecopymergegray|int|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)|Copy and merge part of an image with gray scale -imagecopymerge|int|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)|Copy and merge part of an image -imagecopyresampled|int|(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)|Copy and resize part of an image with resampling -imagecopyresized|int|(resource dst_im, resource src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH)|Copy and resize part of an image -imagecreatefromgd2|int|(string filename)|Create a new image from GD2 file or URL -imagecreatefromgd2part|int|(string filename, int srcX, int srcY, int width, int height)|Create a new image from a given part of GD2 file or URL -imagecreatefromgd|int|(string filename)|Create a new image from GD file or URL -imagecreatefromgif|int|(string filename)|Create a new image from file or URL -imagecreatefromjpeg|int|(string filename)|Create a new image from file or URL -imagecreatefrompng|int|(string filename)|Create a new image from file or URL -imagecreatefromstring|int|(string image)|Create a new image from the image stream in the string -imagecreatefromwbmp|int|(string filename)|Create a new image from file or URL -imagecreatefromxbm|int|(string filename)|Create a new image from file or URL -imagecreatefromxpm|int|(string filename)|Create a new image from file or URL -imagecreate|int|(int x_size, int y_size)|Create a new palette based image -imagecreatetruecolor|resource|(int x_size, int y_size)|Create a new true color image -imagedashedline|int|(int im, int x1, int y1, int x2, int y2, int col)|Draw a dashed line -imagedestroy|int|(int im)|Destroy an image -imageellipse|int|(resource im, int cx, int cy, int w, int h, int col)|Draw an ellipse -imagefilledarc|int|(int im, int cx, int cy, int w, int h, int s, int e, int col, int style)|Draw a partial ellipse and fill it -imagefilledellipse|int|(resource im, int cx, int cy, int w, int h, int col)|Draw a filled ellipse -imagefilledpolygon|int|(int im, array points, int num_points, int col)|Draw a filled polygon -imagefilledrectangle|int|(int im, int x1, int y1, int x2, int y2, int col)|Draw a filled rectangle -imagefill|int|(int im, int x, int y, int col)|Flood fill -imagefilltoborder|int|(int im, int x, int y, int border, int col)|Flood fill to specific color -imagefontheight|int|(int font)|Get font height -imagefontwidth|int|(int font)|Get font width -imageftbbox|array|(int size, int angle, string font_file, string text [, array extrainfo])|Give the bounding box of a text using fonts via freetype2 -imagefttext|array|(int im, int size, int angle, int x, int y, int col, string font_file, string text [, array extrainfo])|Write text to the image using fonts using FreeType 2 -imagegammacorrect|int|(int im, float inputgamma, float outputgamma)|Apply a gamma correction to a GD image -imagegd2|int|(int im [, string filename])|Output GD2 image to browser or file -imagegd|int|(int im [, string filename])|Output GD image to browser or file -imagegif|int|(int im [, string filename])|Output image to browser or file -imageinterlace|int|(int im [, int interlace])|Enable or disable interlace -imagejpeg|int|(int im [, string filename [, int quality]])|Output image to browser or file -imageline|int|(int im, int x1, int y1, int x2, int y2, int col)|Draw a line -imageloadfont|int|(string file)|Load a new font -imagepalettecopy|int|(resource destination, resource source)|Copy the palette from one image to another -imagepng|int|(int im [, string filename])|Output a PNG image to either the browser or a file -imagepolygon|int|(int im, array points, int num_points, int col)|Draw a polygon -imagepsbbox|array|(string text, int font, int size [, int space [, int tightness [, float angle]]])|Give the bounding box of a text rectangle using PostScript Type1 fonts -imagepscopyfont|int|(int fontindex)|Make a copy of an already loaded font for further modification -imagepsencodefont|int|(int font_index, string encodingfile)|Change the character encoding vector of a font -imagepsextendfont|bool|(int font_index, float extend)|Extend or condense a font -imagepsfreefont|void|(int fontindex)|Free memory used by a PostScript Type 1 font -imagepsloadfont|int|(string filename)|Load a PostScript Type 1 font from file -imagepsslantfont|bool|(int font_index, float slant)|Slant a font -imagepstext|array|(int image, string text, int font, int size, int foreground, int background, int x, int y [, int space [, int tightness [, float angle [, int antialias_steps]]]])|To draw a text string over an image using PostScript Type1 fonts -imagerectangle|int|(int im, int x1, int y1, int x2, int y2, int col)|Draw a rectangle -imagesetbrush|int|(resource im, resource brush)|Set the brush image for line drawing -imagesetpixel|int|(int im, int x, int y, int col)|Set a single pixel -imagesetstyle|int|(resource im, array style)|Set the style for line drawing -imagesetthickness|void|(resource im, int thickness)|Set the thickness for line drawing -imagesettile|int|(resource im, resource tile)|Set the tile image for filling -imagestring|int|(int im, int font, int x, int y, string s, int col)|Draw a string horizontally -imagestringup|int|(int im, int font, int x, int y, string s, int col)|Draw a string vertically -imagesx|int|(int im)|Get image width -imagesy|int|(int im)|Get image height -imagetruecolortopalette|void|(resource im, bool dither, int ncolors)|Convert a true color image to a palette image -imagettfbbox|array|(int size, int angle, string fontfile, string text)|Give the bounding box of a text using TrueType fonts -imagettftext|array|(int im, int size, int angle, int x, int y, int col, string fontfile, string text)|Write text to the image using TrueType fonts -imagetypes|int|()|Return the image types supported by this PHP build -imagewbmp|int|(int im [, string filename [, int foreground]])|Output image to browser or file -imap_8bit|string|(string string)|Convert an 8bit string to a quoted-printable string -imap_alerts|array|()|This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset -imap_append|int|(int imap_stream, string mbox, string message [, string flags])|Append a string message to a specified mailbox -imap_base64|string|(string text)|Decode BASE64 encoded text -imap_binary|string|(string string)|Convert an 8bit string to a base64 string -imap_body|string|(int imap_stream, int msg_number [, int flags])|Read the message body -imap_bodystruct|object|(int stream_id, int msg_no, int section)|Read the structure of a specified body section of a specific message -imap_check|object|(int imap_stream)|Check current mailbox -imap_clearflag_full|string|(int stream, string sequence, string flag, string options)|Clears flags on messages -imap_close|int|(int imap_stream [, int flags])|Close an IMAP stream -imap_createmailbox|int|(int imap_stream, string mbox)|Create a new mailbox -imap_delete|int|(int imap_stream, int msg_number [, int flags])|Mark a messge for deletion from current mailbox -imap_deletemailbox|int|(int imap_stream, string mbox)|Delete a mailbox -imap_errors|array|()|This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset. -imap_expunge|int|(int imap_stream)|Delete all messages marked for deletion -imap_fetchbody|string|(int imap_stream, int msg_number, string part_number [, flags flags])|Fetch a particular section of the body of the message -imap_fetchheader|string|(int imap_stream, int msgno, int flags)|Returns header for a message -imap_fetch_overview|array|(int imap_stream, string sequence [, int flags])|Read an overview of the information in the headers of the given message -imap_fetchstructure|object|(int imap_stream, int msg_number [, int flags])|Read the structure of a particular message -imap_getmailboxes|array|(int imap_stream, string ref, string pattern)|Read the list of mailboxes, returning detailed information on each one -imap_get_quota|array|(int imap_stream, string quota_root)|Retrieve the quota level settings, and usage statics per mailbox -imap_getsubscribed|array|(int imap_stream, string ref, string pattern)|List all the subscribed mailboxes -imap_headerinfo|object|(int imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]])|Read the header of the message -imap_header|object|(int imap_stream, int msg_number [, int fromlength [, int subjectlength [, string defaulthost]]])|Read the header of the message -imap_headers|array|(int imap_stream)|Returns headers for all messages in a mailbox -imap_last_error|string|()|This function returns the last IMAP error (if any) that occurred during this page request -imap_listmailbox|array|(int imap_stream, string ref, string pattern)|Read the list of mailboxes -imap_listsubscribed|array|(int imap_stream, string ref, string pattern)|List all the subscribed mailboxes -imap_mailboxmsginfo|object|(int imap_stream)|Get information about the current mailbox -imap_mail_compose|string|(array envelope, array body)|Create a MIME message based on given envelope and body sections -imap_mail_copy|int|(int imap_stream, string msglist, string mbox [, int flags])|Copy specified messages to a mailbox -imap_mail_move|int|(int imap_stream, string msglist, string mbox [, int flags])|Move specified messages to a mailbox -imap_mail|string|(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])|Send an email message -imap_mime_header_decode|array|(string text)|Decode MIME header elements -imap_msgno|int|(int imap_stream, int uid)|This function returns the message sequence number for the given UID -imap_num_msg|int|(int imap_stream)|Gives the number of messages in the current mailbox -imap_num_recent|int|(int imap_stream)|Gives the number of recent messages in current mailbox -imap_open|int|(string mailbox, string username, string password [, int flags])|Open an IMAP stream to a mailbox -imap_ping|int|(int imap_stream)|Check if the IMAP stream is still active -imap_popen|int|(string mailbox, string user, string password [, int options])|Open a persistant IMAP stream to a mailbox -imap_qprint|string|(string string)|Convert a quoted-printable string to an 8 bit string -imap_renamemailbox|int|(int imap_stream, string old_mbox, string new_mbox)|Rename an old mailbox to new mailbox -imap_reopen|int|(int imap_stream, string mailbox [, string flags])|Reopen IMAP stream to new mailbox -imap_rfc822_parse_adrlist|array|(string address, string default_host)|Parses an address string -imap_rfc822_parse_headers|object|(string headers [, string defaulthost])|Parse mail headers from a string -imap_rfc822_write_address|string|(string mailbox, string host, string personal)|Returns a properly formatted email address given the mailbox, host, and personal info. -imap_scanmailbox|array|(int imap_stream, string ref, string pattern, string content)|Read the list of mailboxes, takes a string to search for in the text of the mailbox -imap_search|array|(int imap_stream, string criteria, int flags)|This function returns an array of messages matching the given search criteria -imap_setacl|int|(int stream_id, string mailbox, string id, string rights)|Sets the ACL for a giving mailbox -imap_setflag_full|string|(int stream, string sequence, string flag, string options)|Sets flags on messages -imap_set_quota|int|(int imap_stream, string quota_root, int quota_limit)|Sets a quota for a given mailbox -imap_sort|array|(int stream, int criteria, int reverse, int options)|Sort an array of message headers -imap_status|object|(int imap_stream, string mailbox, int options)|This function returns status information on a mailbox other than the current one -imap_subscribe|int|(int imap_stream, string mbox)|Subscribe to a mailbox -imap_thread|int|(int stream_id [, int flags])|Return threaded by REFERENCES tree -imap_uid|int|(int imap_stream, int msgno)|This function returns the UID for the given message sequence number -imap_undelete|int|(int imap_stream, int msg_number)|Unmark the message which is marked deleted -imap_unsubscribe|int|(int imap_stream, string mbox)|Unsubscribe from a mailbox -imap_utf7_decode|string|(string text)|Decodes a modified UTF-7 encoded string. -imap_utf7_encode|string|(string data)|Converts 8bit data to modified UTF-7 text. -imap_utf8|string|(string text)|Converts text to UTF8 -implode|string|(string glue, array pieces)|Join array elements with a string -import_request_variables|bool|(string types [, string prefix])|Import GET/POST/Cookie variables into the global scope -in_array|bool|(mixed needle, array haystack [, bool strict])|Return &true; if a value exists in an array -info|object|(array parameter)|Returns information about server configuration -ingres_autocommit|bool|( [resource link])|Switch autocommit on or off -ingres_close|bool|( [resource link])|Close an Ingres II database connection -ingres_commit|bool|( [resource link])|Commit a transaction -ingres_connect|resource|( [string database [, string username [, string password]]])|Open a connection to an Ingres II database -ingres_fetch_array|array|( [int result_type [, resource link]])|Fetch a row of result into an array -ingres_fetch_object|object|( [int result_type [, resource link]])|Fetch a row of result into an object. -ingres_fetch_row|array|( [resource link])|Fetch a row of result into an enumerated array -ingres_field_length|int|(int index [, resource link])|Get the length of a field -ingres_field_name|string|(int index [, resource link])|Get the name of a field in a query result. -ingres_field_nullable|bool|(int index [, resource link])|Test if a field is nullable -ingres_field_precision|int|(int index [, resource link])|Get the precision of a field -ingres_field_scale|int|(int index [, resource link])|Get the scale of a field -ingres_field_type|string|(int index [, resource link])|Get the type of a field in a query result -ingres_num_fields|int|( [resource link])|Get the number of fields returned by the last query -ingres_num_rows|int|( [resource link])|Get the number of rows affected or returned by the last query -ingres_pconnect|resource|( [string database [, string username [, string password]]])|Open a persistent connection to an Ingres II database -ingres_query|bool|(string query [, resource link])|Send a SQL query to Ingres II -ingres_rollback|bool|( [resource link])|Roll back a transaction -ini_alter|string|(string varname, string newvalue)|Changes the value of a configuration option -ini_get_all|array|( [string extension])|Gets all configuration options -ini_get|string|(string varname)|Gets the value of a configuration option -ini_restore|string|(string varname)|Restores the value of a configuration option -ini_set|string|(string varname, string newvalue)|Sets the value of a configuration option -insertanchor|object|(array parameter)|Inserts a new object of type anchor -insert|bool|(object attribute)|Inserts new attribute -insertcollection|object|(array parameter)|Inserts a new object of type collection -insertdocument|object|(array parameter)|Inserts a new object of type document -insert|object|(array parameter)|Inserts a new object -intval|int|(mixed var [, int base])|Get integer value of a variable -ip2long|int|(string ip_address)|Converts a string containing an (IPv4) Internet Protocol dotted address into a proper address. -iptcembed|array|(string iptcdata, string jpeg_file_name [, int spool])|Embed binary IPTC data into a JPEG image -iptcparse|array|(string iptcblock)|Parse a binary IPTC &url.iptc; block into single tags. -ircg_channel_mode|boolean|(resource connection, string channel, string mode_spec, string nick)|Set channel mode flags for user -ircg_disconnect|boolean|(resource connection, string reason)|Close connection to server -ircg_fetch_error_msg|array|(resource connection)|Returns the error from previous ircg operation -ircg_get_username|string|(int connection)|Get username for connection -ircg_html_encode|boolean|(string html_string)|Encodes HTML preserving output -ircg_ignore_add|boolean|(resource connection, string nick)|Add a user to your ignore list on a server -ircg_ignore_del|boolean|(resource connection, string nick)|Remove a user from your ignore list on a server -ircg_is_conn_alive|boolean|(resource connection)|Check connection status -ircg_join|boolean|(resource connection, string channel)|Join a channel on a connected server -ircg_kick|boolean|(resource connection, string channel, string nick, string reason)|Kick a user out of a channel on server -ircg_lookup_format_messages|boolean|(string name)|Select a set of format strings for display of IRC messages -ircg_msg|boolean|(resource connection, string recipient, string message [, boolean suppress])|Send message to channel or user on server -ircg_nick|boolean|(resource connection, string nick)|Change nickname on server -ircg_nickname_escape|string|(string nick)|Encode special characters in nickname to be IRC-compliant -ircg_nickname_unescape|string|(string nick)|Decodes encoded nickname -ircg_notice|boolean|(resource connection, string string message)|Send a notice to a user on server -ircg_part|boolean|(resource connection, string channel)|Leave a channel on server -ircg_pconnect|resource|(string username [, string server_ip [, int server_port [, string msg_format [, array ctcp_messages [, array user_settings]]]]])|Connect to an IRC server -ircg_register_format_messages|boolean|(string name, array messages)|Register a set of format strings for display of IRC messages -ircg_set_current|boolean|(resource connection)|Set current connection for output -ircg_set_file|bool|(int connection, string path)|Set logfile for connection -ircg_set_on_die|bool|(int connection, string host, int port, string data)|Set hostaction to be execute when connection dies -ircg_topic|boolean|(resource connection, string channel, string new_topic)|Set topic for channel on server -ircg_whois|boolean|(resource connection, string nick)|Query user information for nick on server -is_a|bool|(object object, string class_name)|Returns true if the object is of this class or has this class as one of its parents -is_array|bool|(mixed var)|Finds whether a variable is an array -is_bool|bool|(mixed var)|Finds out whether a variable is a boolean -is_callable|bool|(mixed var [, bool syntax_only [, string callable_name]])|Find out whether the argument is a valid callable construct -is_dir|bool|(string filename)|Tells whether the filename is a directory -is_executable|bool|(string filename)|Tells whether the filename is executable -is_file|bool|(string filename)|Tells whether the filename is a regular file +abs|int|(int number)| +acosh|float|(float number)| +acos|float|(float number)| +addFile|bool|(string filepath[, string entryname[, int start [, int length]]])| +addFromString|bool|(string name, string content)| +addcslashes|binary|(binary str, binary charlist)| +addslashes|string|(string str)| +apache_child_terminate|bool|()| +apache_child_terminate|bool|()| +apache_get_modules|array|()| +apache_get_modules|array|()| +apache_get_modules|array|()| +apache_get_modules|array|()| +apache_get_version|string|()| +apache_get_version|string|()| +apache_get_version|string|()| +apache_get_version|string|()| +apache_getenv|bool|(string variable [, bool walk_to_top])| +apache_getenv|bool|(string variable [, bool walk_to_top])| +apache_lookup_uri|object|(string URI)| +apache_lookup_uri|object|(string URI)| +apache_note|string|(string note_name [, string note_value])| +apache_note|string|(string note_name [, string note_value])| +apache_note|string|(string note_name [, string note_value])| +apache_note|string|(string note_name [, string note_value])| +apache_request_auth_name|string|()| +apache_request_auth_type|string|()| +apache_request_discard_request_body|long|()| +apache_request_err_headers_out|array|([{string name|array list} [, string value [, bool replace = false]]])| +apache_request_headers_in|array|()| +apache_request_headers_out|array|([{string name|array list} [, string value [, bool replace = false]]])| +apache_request_headers|array|()| +apache_request_headers|array|()| +apache_request_is_initial_req|bool|()| +apache_request_log_error|boolean|(string message, [long facility])| +apache_request_meets_conditions|long|()| +apache_request_remote_host|int|([int type])| +apache_request_run|long|()| +apache_request_satisfies|long|()| +apache_request_server_port|int|()| +apache_request_set_etag|void|()| +apache_request_set_last_modified|void|()| +apache_request_some_auth_required|bool|()| +apache_request_sub_req_lookup_file|object|(string file)| +apache_request_sub_req_lookup_uri|object|(string uri)| +apache_request_sub_req_method_uri|object|(string method, string uri)| +apache_request_update_mtime|long|([int dependency_mtime])| +apache_reset_timeout|bool|()| +apache_response_headers|array|()| +apache_response_headers|array|()| +apache_response_headers|array|()| +apache_response_headers|array|()| +apache_setenv|bool|(string variable, string value [, bool walk_to_top])| +apache_setenv|bool|(string variable, string value [, bool walk_to_top])| +apache_setenv|bool|(string variable, string value [, bool walk_to_top])| +apache_setenv|bool|(string variable, string value [, bool walk_to_top])| +array_change_key_case|array|(array input [, int case=CASE_LOWER])| +array_chunk|array|(array input, int size [, bool preserve_keys])| +array_combine|array|(array keys, array values)| +array_count_values|array|(array input)| +array_diff_assoc|array|(array arr1, array arr2 [, array ...])| +array_diff_key|array|(array arr1, array arr2 [, array ...])| +array_diff_uassoc|array|(array arr1, array arr2 [, array ...], callback key_comp_func)| +array_diff_ukey|array|(array arr1, array arr2 [, array ...], callback key_comp_func)| +array_diff|array|(array arr1, array arr2 [, array ...])| +array_fill_keys|array|(array keys, mixed val)| +array_fill|array|(int start_key, int num, mixed val)| +array_filter|array|(array input [, mixed callback])| +array_flip|array|(array input)| +array_intersect_assoc|array|(array arr1, array arr2 [, array ...])| +array_intersect_key|array|(array arr1, array arr2 [, array ...])| +array_intersect_uassoc|array|(array arr1, array arr2 [, array ...], callback key_compare_func)| +array_intersect_ukey|array|(array arr1, array arr2 [, array ...], callback key_compare_func)| +array_intersect|array|(array arr1, array arr2 [, array ...])| +array_key_exists|bool|(mixed key, array search)| +array_keys|array|(array input [, mixed search_value[, bool strict]])| +array_map|array|(mixed callback, array input1 [, array input2 ,...])| +array_merge_recursive|array|(array arr1, array arr2 [, array ...])| +array_merge|array|(array arr1, array arr2 [, array ...])| +array_multisort|bool|(array ar1 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]] [, array ar2 [, SORT_ASC|SORT_DESC [, SORT_REGULAR|SORT_NUMERIC|SORT_STRING]], ...])| +array_pad|array|(array input, int pad_size, mixed pad_value)| +array_pop|mixed|(array stack)| +array_product|mixed|(array input)| +array_push|int|(array stack, mixed var [, mixed ...])| +array_rand|mixed|(array input [, int num_req])| +array_reduce|mixed|(array input, mixed callback [, int initial])| +array_reverse|array|(array input [, bool preserve keys])| +array_search|mixed|(mixed needle, array haystack [, bool strict])| +array_shift|mixed|(array stack)| +array_slice|array|(array input, int offset [, int length [, bool preserve_keys]])| +array_splice|array|(array input, int offset [, int length [, array replacement]])| +array_sum|mixed|(array input)| +array_udiff_assoc|array|(array arr1, array arr2 [, array ...], callback data_comp_func)| +array_udiff_uassoc|array|(array arr1, array arr2 [, array ...], callback data_comp_func, callback key_comp_func)| +array_udiff|array|(array arr1, array arr2 [, array ...], callback data_comp_func)| +array_uintersect_assoc|array|(array arr1, array arr2 [, array ...], callback data_compare_func)| +array_uintersect_uassoc|array|(array arr1, array arr2 [, array ...], callback data_compare_func, callback key_compare_func)| +array_uintersect|array|(array arr1, array arr2 [, array ...], callback data_compare_func)| +array_unique|array|(array input)| +array_unshift|int|(array stack, mixed var [, mixed ...])| +array_values|array|(array input)| +array_walk_recursive|bool|(array input, mixed callback [, mixed userdata])| +array_walk|bool|(array input, mixed callback [, mixed userdata])| +arsort|bool|(array &array_arg [, int sort_flags])| +asinh|float|(float number)| +asin|float|(float number)| +asort|bool|(array &array_arg [, int sort_flags])| +assert_options|mixed|(int what [, mixed value])| +assert|int|(string|bool assertion)| +atan2|float|(float y, float x)| +atanh|float|(float number)| +atan|float|(float number)| +base64_decode|binary|(binary str[, bool strict])| +base64_encode|binary|(binary str)| +base_convert|string|(string number, int frombase, int tobase)| +basename|string|(string path [, string suffix])| +bcadd|string|(string left_operand, string right_operand [, int scale])| +bccomp|int|(string left_operand, string right_operand [, int scale])| +bcdiv|string|(string left_operand, string right_operand [, int scale])| +bcmod|string|(string left_operand, string right_operand)| +bcmul|string|(string left_operand, string right_operand [, int scale])| +bcpowmod|string|(string x, string y, string mod [, int scale])| +bcpow|string|(string x, string y [, int scale])| +bcscale|bool|(int scale)| +bcsqrt|string|(string operand [, int scale])| +bcsub|string|(string left_operand, string right_operand [, int scale])| +bin2hex|string|(string data)| +bindec|int|(string binary_number)| +bindtextdomain|string|(string domain_name, string dir)| +birdstep_autocommit|bool|(int index)| +birdstep_close|bool|(int id)| +birdstep_commit|bool|(int index)| +birdstep_connect|int|(string server, string user, string pass)| +birdstep_exec|int|(int index, string exec_str)| +birdstep_fetch|bool|(int index)| +birdstep_fieldname|string|(int index, int col)| +birdstep_fieldnum|int|(int index)| +birdstep_freeresult|bool|(int index)| +birdstep_off_autocommit|bool|(int index)| +birdstep_result|mixed|(int index, int col)| +birdstep_rollback|bool|(int index)| +bzcompress|string|(string source [, int blocksize100k [, int workfactor]])| +bzdecompress|string|(string source [, int small])| +bzerrno|int|(resource bz)| +bzerror|array|(resource bz)| +bzerrstr|string|(resource bz)| +bzopen|resource|(string|int file|fp, string mode)| +bzread|string|(resource bz[, int length])| +cal_days_in_month|int|(int calendar, int month, int year)| +cal_from_jd|array|(int jd, int calendar)| +cal_info|array|([int calendar])| +cal_to_jd|int|(int calendar, int month, int day, int year)| +call_user_func_array|mixed|(string function_name, array parameters)| +call_user_func|mixed|(mixed function_name [, mixed parmeter] [, mixed ...])| +call_user_method_array|mixed|(string method_name, mixed object, array params)| +call_user_method|mixed|(string method_name, mixed object [, mixed parameter] [, mixed ...])| +ceil|float|(float number)| +char_enum_names|bool|(callback Callback, int start, int limit[, int extended = false])| +char_enum_types|bool|(callback Callback)| +char_from_digit|char|(int digit[, int radix = 10])| +char_from_name|char|(string charname[, bool extended = false])| +char_get_age|string|(char c)| +char_get_combining_class|int|(char text)| +char_get_digit_value|int|(char text[, int radix])| +char_get_direction|int|(char c)| +char_get_mirrored|char|(char c)| +char_get_name|string|(char c[, bool extended = false])| +char_get_numeric_value|float|(char text)| +char_get_property_from_name|int|(string property_name)| +char_get_property_max_value|int|(int property)| +char_get_property_min_value|int|(int property)| +char_get_property_name|string|(int property)| +char_get_property_value_from_name|int|(int property, string value_name)| +char_get_property_value_name|string|(int property, int value[, int name_choice])| +char_get_property_value|int|(char c, int property)| +char_get_type|int|(char c)| +char_has_binary_property|bool|(string text, int property)| +char_is_alnum|bool|(string text)| +char_is_alphabetic|bool|(string text)| +char_is_alpha|bool|(string text)| +char_is_base|bool|(string text)| +char_is_blank|bool|(string text)| +char_is_cntrl|bool|(string text)| +char_is_defined|bool|(string text)| +char_is_digit|bool|(string text)| +char_is_graph|bool|(string text)| +char_is_id_ignorable|bool|(string text)| +char_is_id_part|bool|(string text)| +char_is_id_start|bool|(string text)| +char_is_iso_control|bool|(string text)| +char_is_lower|bool|(string text)| +char_is_mirrored|bool|(string text)| +char_is_print|bool|(string text)| +char_is_punct|bool|(string text)| +char_is_space|bool|(string text)| +char_is_titlecase|bool|(string text)| +char_is_uppercase|bool|(string text)| +char_is_upper|bool|(string text)| +char_is_valid|bool|(char c)| +char_is_whitespace|bool|(string text)| +char_is_xdigit|bool|(string text)| +chdir|bool|(string directory)| +checkdate|bool|(int month, int day, int year)| +chgrp|bool|(string filename, mixed group)| +chmod|bool|(string filename, int mode)| +chroot|bool|(string directory)| +chr|string|(int codepoint)| +chunk_split|string|(string str [, int chunklen [, string ending]])| +class_exists|bool|(string classname [, bool autoload])| +class_implements|array|(mixed what [, bool autoload ])| +class_parents|array|(object instance)| +clearstatcache|void|()| +closedir|void|([resource dir_handle])| +closelog|bool|()| +close|bool|()| +collator_compare|int|(Collator coll, string str1, string str2)| +collator_create|Collator|(string locale)| +collator_get_attribute|int|(Collator coll, int attribute)| +collator_get_default|Collator|()| +collator_get_strength|int|(Collator coll)| +collator_set_attribute|bool|(Collator coll, int attribute, int value)| +collator_set_default|void|(Collator coll)| +collator_set_strength|void|(Collator coll, int strength)| +collator_sort|array|(Collator coll, array input)| +com_create_guid|string|()| +com_event_sink|bool|(object comobject, object sinkobject [, mixed sinkinterface])| +com_get_active_object|object|(string progid [, int code_page ])| +com_load_typelib|bool|(string typelib_name [, int case_insensitive])| +com_message_pump|bool|([int timeoutms])| +com_print_typeinfo|bool|(object comobject | string typelib, string dispinterface, bool wantsink)| +compact|array|(mixed var_names [, mixed ...])| +confirm_extname_compiled|string|(string arg)| +connection_aborted|int|()| +connection_status|int|()| +constant|mixed|(string const_name)| +convert_cyr_string|string|(string str, string from, string to)| +convert_uudecode|string|(string data)| +convert_uuencode|string|(string data)| +copy|bool|(string source_file, string destination_file[, resource context])| +cosh|float|(float number)| +cos|float|(float number)| +count_chars|mixed|(string input [, int mode])| +count|int|(mixed var [, int mode])| +crash|void|()| +crc32|string|(string str)| +createEmptyDir|bool|(string dirname)| +create_function|string|(string args, string code)| +crypt|string|(string str [, string salt])| +ctype_alnum|bool|(mixed c)| +ctype_alpha|bool|(mixed c)| +ctype_cntrl|bool|(mixed c)| +ctype_digit|bool|(mixed c)| +ctype_graph|bool|(mixed c)| +ctype_lower|bool|(mixed c)| +ctype_print|bool|(mixed c)| +ctype_punct|bool|(mixed c)| +ctype_space|bool|(mixed c)| +ctype_upper|bool|(mixed c)| +ctype_xdigit|bool|(mixed c)| +curl_close|void|(resource ch)| +curl_copy_handle|resource|(resource ch)| +curl_errno|int|(resource ch)| +curl_error|string|(resource ch)| +curl_exec|bool|(resource ch)| +curl_getinfo|mixed|(resource ch [, int option])| +curl_init|resource|([string url])| +curl_multi_add_handle|int|(resource mh, resource ch)| +curl_multi_close|void|(resource mh)| +curl_multi_exec|int|(resource mh, int &still_running)| +curl_multi_getcontent|string|(resource ch)| +curl_multi_info_read|array|(resource mh [, long msgs_in_queue])| +curl_multi_init|resource|()| +curl_multi_remove_handle|int|(resource mh, resource ch)| +curl_multi_select|int|(resource mh[, double timeout])| +curl_setopt_array|bool|(resource ch, array options)| +curl_setopt|bool|(resource ch, int option, mixed value)| +curl_version|array|([int version])| +current|mixed|(array array_arg)| +date_create|DateTime|([string time[, DateTimeZone object]])| +date_date_set|void|(DateTime object, long year, long month, long day)| +date_default_timezone_get|string|()| +date_default_timezone_set|bool|(string timezone_identifier)| +date_format_locale|string|(DateTime object, string format)| +date_format|string|(DateTime object, string format)| +date_isodate_set|void|(DateTime object, long year, long week[, long day])| +date_modify|void|(DateTime object, string modify)| +date_offset_get|long|(DateTime object)| +date_parse|array|(string date)| +date_sun_info|array|(long time, float latitude, float longitude)| +date_sunrise|mixed|(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])| +date_sunset|mixed|(mixed time [, int format [, float latitude [, float longitude [, float zenith [, float gmt_offset]]]]])| +date_time_set|void|(DateTime object, long hour, long minute[, long second])| +date_timezone_get|DateTimeZone|(DateTime object)| +date_timezone_set|void|(DateTime object, DateTimeZone object)| +date|string|(string format [, long timestamp])| +dba_close|void|(resource handle)| +dba_delete|bool|(string key, resource handle)| +dba_exists|bool|(string key, resource handle)| +dba_fetch|string|(string key, [int skip ,] resource handle)| +dba_firstkey|string|(resource handle)| +dba_handlers|array|([bool full_info])| +dba_insert|bool|(string key, string value, resource handle)| +dba_list|array|()| +dba_nextkey|string|(resource handle)| +dba_open|resource|(string path, string mode [, string handlername, string ...])| +dba_optimize|bool|(resource handle)| +dba_popen|resource|(string path, string mode [, string handlername, string ...])| +dba_replace|bool|(string key, string value, resource handle)| +dba_sync|bool|(resource handle)| +dbase_add_record|bool|(int identifier, array data)| +dbase_close|bool|(int identifier)| +dbase_create|bool|(string filename, array fields)| +dbase_delete_record|bool|(int identifier, int record)| +dbase_get_header_info|array|(int database_handle)| +dbase_get_record_with_names|array|(int identifier, int record)| +dbase_get_record|array|(int identifier, int record)| +dbase_numfields|int|(int identifier)| +dbase_numrecords|int|(int identifier)| +dbase_open|int|(string name, int mode)| +dbase_pack|bool|(int identifier)| +dbase_replace_record|bool|(int identifier, array data, int recnum)| +dcgettext|binary|(string domain_name, string msgid, int category)| +debug_backtrace|array|()| +debug_print_backtrace|void|()| +debug_zval_dump|void|(mixed var)| +decbin|string|(int decimal_number)| +dechex|string|(int decimal_number)| +decoct|string|(int decimal_number)| +define_syslog_variables|void|()| +defined|bool|(string constant_name)| +define|bool|(string constant_name, mixed value, boolean case_sensitive=true)| +deg2rad|float|(float number)| +deleteIndex|bool|(int index)| +deleteName|bool|(string name)| +dgettext|binary|(string domain_name, string msgid)| +dirname|string|(string path)| +dir|object|(string directory[, resource context])| +disk_free_space|float|(string path)| +disk_total_space|float|(string path)| +display_disabled_function|void|()| +dl|int|(string extension_filename)| +dns_check_record|int|(string host [, string type])| +dns_get_mx|bool|(string hostname, array mxhosts [, array weight])| +dom_attr_is_id|boolean|()| +dom_characterdata_append_data|void|(string arg)| +dom_characterdata_delete_data|void|(int offset, int count)| +dom_characterdata_insert_data|void|(int offset, string arg)| +dom_characterdata_replace_data|void|(int offset, int count, string arg)| +dom_characterdata_substring_data|string|(int offset, int count)| +dom_document_adopt_node|DOMNode|(DOMNode source)| +dom_document_create_attribute_ns|DOMAttr|(string namespaceURI, string qualifiedName)| +dom_document_create_attribute|DOMAttr|(string name)| +dom_document_create_cdatasection|DOMCdataSection|(string data)| +dom_document_create_comment|DOMComment|(string data)| +dom_document_create_document_fragment|DOMDocumentFragment|()| +dom_document_create_element_ns|DOMElement|(string namespaceURI, string qualifiedName [,string value])| +dom_document_create_element|DOMElement|(string tagName [, string value])| +dom_document_create_entity_reference|DOMEntityReference|(string name)| +dom_document_create_processing_instruction|DOMProcessingInstruction|(string target, string data)| +dom_document_create_text_node|DOMText|(string data)| +dom_document_get_element_by_id|DOMElement|(string elementId)| +dom_document_get_elements_by_tag_name_ns|DOMNodeList|(string namespaceURI, string localName)| +dom_document_get_elements_by_tag_name|DOMNodeList|(string tagname)| +dom_document_import_node|DOMNode|(DOMNode importedNode, boolean deep)| +dom_document_load_html_file|DOMNode|(string source)| +dom_document_load_html|DOMNode|(string source)| +dom_document_loadxml|DOMNode|(string source [, int options])| +dom_document_load|DOMNode|(string source [, int options])| +dom_document_normalize_document|void|()| +dom_document_relaxNG_validate_file|boolean|(string filename)| +dom_document_relaxNG_validate_xml|boolean|(string source)| +dom_document_rename_node|DOMNode|(node n, string namespaceURI, string qualifiedName)| +dom_document_save_html_file|int|(string file)| +dom_document_save_html|string|()| +dom_document_savexml|string|([node n])| +dom_document_save|int|(string file)| +dom_document_schema_validate_file|boolean|(string filename)| +dom_document_schema_validate|boolean|(string source)| +dom_document_validate|boolean|()| +dom_document_xinclude|int|([int options])| +dom_domconfiguration_can_set_parameter|boolean|(string name, domuserdata value)| +dom_domconfiguration_get_parameter|domdomuserdata|(string name)| +dom_domconfiguration_set_parameter|dom_void|(string name, domuserdata value)| +dom_domerrorhandler_handle_error|dom_boolean|(domerror error)| +dom_domimplementation_create_document_type|DOMDocumentType|(string qualifiedName, string publicId, string systemId)| +dom_domimplementation_create_document|DOMDocument|(string namespaceURI, string qualifiedName, DOMDocumentType doctype)| +dom_domimplementation_get_feature|DOMNode|(string feature, string version)| +dom_domimplementation_has_feature|boolean|(string feature, string version)| +dom_domimplementationlist_item|domdomimplementation|(int index)| +dom_domimplementationsource_get_domimplementations|domimplementationlist|(string features)| +dom_domimplementationsource_get_domimplementation|domdomimplementation|(string features)| +dom_domstringlist_item|domstring|(int index)| +dom_element_get_attribute_node_ns|DOMAttr|(string namespaceURI, string localName)| +dom_element_get_attribute_node|DOMAttr|(string name)| +dom_element_get_attribute_ns|string|(string namespaceURI, string localName)| +dom_element_get_attribute|string|(string name)| +dom_element_get_elements_by_tag_name_ns|DOMNodeList|(string namespaceURI, string localName)| +dom_element_get_elements_by_tag_name|DOMNodeList|(string name)| +dom_element_has_attribute_ns|boolean|(string namespaceURI, string localName)| +dom_element_has_attribute|boolean|(string name)| +dom_element_remove_attribute_node|DOMAttr|(DOMAttr oldAttr)| +dom_element_remove_attribute_ns|void|(string namespaceURI, string localName)| +dom_element_remove_attribute|void|(string name)| +dom_element_set_attribute_node_ns|DOMAttr|(DOMAttr newAttr)| +dom_element_set_attribute_node|DOMAttr|(DOMAttr newAttr)| +dom_element_set_attribute_ns|void|(string namespaceURI, string qualifiedName, string value)| +dom_element_set_attribute|void|(string name, string value)| +dom_element_set_id_attribute_node|void|(attr idAttr, boolean isId)| +dom_element_set_id_attribute_ns|void|(string namespaceURI, string localName, boolean isId)| +dom_element_set_id_attribute|void|(string name, boolean isId)| +dom_import_simplexml|somNode|(sxeobject node)| +dom_namednodemap_get_named_item_ns|DOMNode|(string namespaceURI, string localName)| +dom_namednodemap_get_named_item|DOMNode|(string name)| +dom_namednodemap_item|DOMNode|(int index)| +dom_namednodemap_remove_named_item_ns|DOMNode|(string namespaceURI, string localName)| +dom_namednodemap_remove_named_item|DOMNode|(string name)| +dom_namednodemap_set_named_item_ns|DOMNode|(DOMNode arg)| +dom_namednodemap_set_named_item|DOMNode|(DOMNode arg)| +dom_namelist_get_namespace_uri|string|(int index)| +dom_namelist_get_name|string|(int index)| +dom_node_append_child|DomNode|(DomNode newChild)| +dom_node_clone_node|DomNode|(boolean deep)| +dom_node_compare_document_position|short|(DomNode other)| +dom_node_get_feature|DomNode|(string feature, string version)| +dom_node_get_user_data|DomUserData|(string key)| +dom_node_has_attributes|boolean|()| +dom_node_has_child_nodes|boolean|()| +dom_node_insert_before|domnode|(DomNode newChild, DomNode refChild)| +dom_node_is_default_namespace|boolean|(string namespaceURI)| +dom_node_is_equal_node|boolean|(DomNode arg)| +dom_node_is_same_node|boolean|(DomNode other)| +dom_node_is_supported|boolean|(string feature, string version)| +dom_node_lookup_namespace_uri|string|(string prefix)| +dom_node_lookup_prefix|string|(string namespaceURI)| +dom_node_normalize|void|()| +dom_node_remove_child|DomNode|(DomNode oldChild)| +dom_node_replace_child|DomNode|(DomNode newChild, DomNode oldChild)| +dom_node_set_user_data|DomUserData|(string key, DomUserData data, userdatahandler handler)| +dom_nodelist_item|DOMNode|(int index)| +dom_string_extend_find_offset16|int|(int offset32)| +dom_string_extend_find_offset32|int|(int offset16)| +dom_text_is_whitespace_in_element_content|boolean|()| +dom_text_replace_whole_text|DOMText|(string content)| +dom_text_split_text|DOMText|(int offset)| +dom_userdatahandler_handle|dom_void|(short operation, string key, domobject data, node src, node dst)| +dom_xpath_evaluate|mixed|(string expr [,DOMNode context])| +dom_xpath_query|DOMNodeList|(string expr [,DOMNode context])| +dom_xpath_register_ns|boolean|(string prefix, string uri)| +dom_xpath_register_php_functions|void|()| +each|array|(array arr)| +easter_date|int|([int year])| +easter_days|int|([int year, [int method]])| +end|mixed|(array array_arg)| +ereg_replace|string|(string pattern, string replacement, string string)| +eregi_replace|string|(string pattern, string replacement, string string)| +eregi|int|(string pattern, string string [, array registers])| +ereg|int|(string pattern, string string [, array registers])| +error_get_last|array|()| +error_log|bool|(string message [, int message_type [, string destination [, string extra_headers]]])| +error_reporting|int|(int new_error_level=null)| +escapeshellarg|string|(string arg)| +escapeshellcmd|string|(string command)| +exec|string|(string command [, array &output [, int &return_value]])| +exif_imagetype|int|(string imagefile)| +exif_read_data|array|(string filename [, sections_needed [, sub_arrays[, read_thumbnail]]])| +exif_tagname|string|(index)| +exif_thumbnail|string|(string filename [, &width, &height [, &imagetype]])| +explode|array|(string separator, string str [, int limit])| +expm1|float|(float number)| +exp|float|(float number)| +extension_loaded|bool|(string extension_name)| +extract|int|(array var_array [, int extract_type [, string prefix]])| +ezmlm_hash|int|(string addr)| +fbsql_affected_rows|int|([resource link_identifier])| +fbsql_autocommit|bool|(resource link_identifier [, bool OnOff])| +fbsql_blob_size|int|(string blob_handle [, resource link_identifier])| +fbsql_change_user|int|(string user, string password [, string database [, resource link_identifier]])| +fbsql_clob_size|int|(string clob_handle [, resource link_identifier])| +fbsql_close|bool|([resource link_identifier])| +fbsql_commit|bool|([resource link_identifier])| +fbsql_connect|resource|([string hostname [, string username [, string password]]])| +fbsql_create_blob|string|(string blob_data [, resource link_identifier])| +fbsql_create_clob|string|(string clob_data [, resource link_identifier])| +fbsql_create_db|bool|(string database_name [, resource link_identifier [, string database_options]])| +fbsql_data_seek|bool|(int result, int row_number)| +fbsql_database_password|string|(resource link_identifier [, string database_password])| +fbsql_database|string|(resource link_identifier [, string database])| +fbsql_db_query|resource|(string database_name, string query [, resource link_identifier])| +fbsql_db_status|int|(string database_name [, resource link_identifier])| +fbsql_drop_db|int|(string database_name [, resource link_identifier])| +fbsql_errno|int|([resource link_identifier])| +fbsql_error|string|([resource link_identifier])| +fbsql_fetch_array|array|(resource result [, int result_type])| +fbsql_fetch_assoc|object|(resource result)| +fbsql_fetch_field|object|(int result [, int field_index])| +fbsql_fetch_lengths|array|(int result)| +fbsql_fetch_object|object|(resource result [, int result_type])| +fbsql_fetch_row|array|(resource result)| +fbsql_field_flags|string|(int result [, int field_index])| +fbsql_field_len|mixed|(int result [, int field_index])| +fbsql_field_name|string|(int result [, int field_index])| +fbsql_field_seek|bool|(int result [, int field_index])| +fbsql_field_table|string|(int result [, int field_index])| +fbsql_field_type|string|(int result [, int field_index])| +fbsql_free_result|bool|(resource result)| +fbsql_get_autostart_info|array|([resource link_identifier])| +fbsql_hostname|string|(resource link_identifier [, string host_name])| +fbsql_insert_id|int|([resource link_identifier])| +fbsql_list_dbs|resource|([resource link_identifier])| +fbsql_list_fields|resource|(string database_name, string table_name [, resource link_identifier])| +fbsql_list_tables|resource|(string database [, int link_identifier])| +fbsql_next_result|bool|(int result)| +fbsql_num_fields|int|(int result)| +fbsql_num_rows|int|(int result)| +fbsql_password|string|(resource link_identifier [, string password])| +fbsql_pconnect|resource|([string hostname [, string username [, string password]]])| +fbsql_query|resource|(string query [, resource link_identifier [, long batch_size]])| +fbsql_read_blob|string|(string blob_handle [, resource link_identifier])| +fbsql_read_clob|string|(string clob_handle [, resource link_identifier])| +fbsql_result|mixed|(int result [, int row [, mixed field]])| +fbsql_rollback|bool|([resource link_identifier])| +fbsql_rows_fetched|int|(resource result)| +fbsql_select_db|bool|([string database_name [, resource link_identifier]])| +fbsql_set_characterset|void|(resource link_identifier, long charcterset [, long in_out_both]])| +fbsql_set_lob_mode|bool|(resource result, int lob_mode)| +fbsql_set_password|bool|(resource link_identifier, string user, string password, string old_password)| +fbsql_set_transaction|void|(resource link_identifier, int locking, int isolation)| +fbsql_start_db|bool|(string database_name [, resource link_identifier [, string database_options]])| +fbsql_stop_db|bool|(string database_name [, resource link_identifier])| +fbsql_table_name|string|(resource result, int index)| +fbsql_username|string|(resource link_identifier [, string username])| +fbsql_warnings|bool|([int flag])| +fclose|bool|(resource fp)| +fdf_add_doc_javascript|bool|(resource fdfdoc, string scriptname, string script)| +fdf_add_template|bool|(resource fdfdoc, int newpage, string filename, string template, int rename)| +fdf_close|void|(resource fdfdoc)| +fdf_create|resource|()| +fdf_enum_values|bool|(resource fdfdoc, callback function [, mixed userdata])| +fdf_errno|int|()| +fdf_error|string|([int errno])| +fdf_get_ap|bool|(resource fdfdoc, string fieldname, int face, string filename)| +fdf_get_attachment|array|(resource fdfdoc, string fieldname, string savepath)| +fdf_get_encoding|string|(resource fdf)| +fdf_get_file|string|(resource fdfdoc)| +fdf_get_flags|int|(resorce fdfdoc, string fieldname, int whichflags)| +fdf_get_opt|mixed|(resource fdfdof, string fieldname [, int element])| +fdf_get_status|string|(resource fdfdoc)| +fdf_get_value|string|(resource fdfdoc, string fieldname [, int which])| +fdf_get_version|string|([resource fdfdoc])| +fdf_header|void|()| +fdf_next_field_name|string|(resource fdfdoc [, string fieldname])| +fdf_open_string|resource|(string fdf_data)| +fdf_open|resource|(string filename)| +fdf_remove_item|bool|(resource fdfdoc, string fieldname, int item)| +fdf_save_string|string|(resource fdfdoc)| +fdf_save|bool|(resource fdfdoc [, string filename])| +fdf_set_ap|bool|(resource fdfdoc, string fieldname, int face, string filename, int pagenr)| +fdf_set_encoding|bool|(resource fdf_document, string encoding)| +fdf_set_file|bool|(resource fdfdoc, string filename [, string target_frame])| +fdf_set_flags|bool|(resource fdfdoc, string fieldname, int whichflags, int newflags)| +fdf_set_javascript_action|bool|(resource fdfdoc, string fieldname, int whichtrigger, string script)| +fdf_set_on_import_javascript|bool|(resource fdfdoc, string script, bool before_data_import)| +fdf_set_opt|bool|(resource fdfdoc, string fieldname, int element, string value, string name)| +fdf_set_status|bool|(resource fdfdoc, string status)| +fdf_set_submit_form_action|bool|(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)| +fdf_set_target_frame|bool|(resource fdfdoc, string target)| +fdf_set_value|bool|(resource fdfdoc, string fieldname, mixed value [, int isname])| +fdf_set_version|bool|(resourece fdfdoc, string version)| +feof|bool|(resource fp)| +fflush|bool|(resource fp)| +fgetcsv|array|(resource fp [,int length [, string delimiter [, string enclosure[, string escape]]]])| +fgetc|string|(resource fp)| +fgetss|string|(resource fp [, int lengthish, string allowable_tags])| +fgets|string|(resource fp[, int lengthish])| +file_exists|bool|(string filename)| +file_get_contents|string|(string filename [, long flags [, resource context [, long offset [, long maxlen]]]])| +file_put_contents|int|(string file, mixed data [, int flags [, resource context]])| +fileatime|int|(string filename)| +filectime|int|(string filename)| +filegroup|int|(string filename)| +fileinode|int|(string filename)| +filemtime|int|(string filename)| +fileowner|int|(string filename)| +fileperms|int|(string filename)| +filesize|int|(string filename)| +filetype|string|(string filename)| +file|array|(string filename [, int flags[, resource context]])| +filter_has_var|mixed|(constant type, string variable_name)| +filter_input_array|mixed|(constant type, [, mixed options]])| +filter_input|mixed|(constant type, string variable_name [, long filter [, mixed options]])| +filter_var_array|mixed|(array data, [, mixed options]])| +filter_var|mixed|(mixed variable [, long filter [, mixed options]])| +floatval|float|(mixed var)| +flock|bool|(resource fp, int operation [, int &wouldblock])| +floor|float|(float number)| +flush|void|()| +fmod|float|(float x, float y)| +fnmatch|bool|(string pattern, string filename [, int flags])| +fopen|resource|(string filename, string mode [, bool use_include_path [, resource context]])| +fpassthru|int|(resource fp)| +fprintf|int|(resource stream, string format [, mixed arg1 [, mixed ...]])| +fputcsv|int|(resource fp, array fields [, string delimiter [, string enclosure]])| +fread|string|(resource fp, int length)| +frenchtojd|int|(int month, int day, int year)| +fscanf|mixed|(resource stream, string format [, string ...])| +fseek|int|(resource fp, int offset [, int whence])| +fsockopen|resource|(string hostname, int port [, int errno [, string errstr [, float timeout]]])| +fstat|array|(resource fp)| +ftell|int|(resource fp)| +ftok|int|(string pathname, string proj)| +ftp_alloc|bool|(resource stream, int size[, &response])| +ftp_cdup|bool|(resource stream)| +ftp_chdir|bool|(resource stream, string directory)| +ftp_chmod|int|(resource stream, int mode, string filename)| +ftp_close|bool|(resource stream)| +ftp_connect|resource|(string host [, int port [, int timeout]])| +ftp_delete|bool|(resource stream, string file)| +ftp_exec|bool|(resource stream, string command)| +ftp_fget|bool|(resource stream, resource fp, string remote_file, int mode[, int resumepos])| +ftp_fput|bool|(resource stream, string remote_file, resource fp, int mode[, int startpos])| +ftp_get_option|mixed|(resource stream, int option)| +ftp_get|bool|(resource stream, string local_file, string remote_file, int mode[, int resume_pos])| +ftp_login|bool|(resource stream, string username, string password)| +ftp_mdtm|int|(resource stream, string filename)| +ftp_mkdir|string|(resource stream, string directory)| +ftp_nb_continue|int|(resource stream)| +ftp_nb_fget|int|(resource stream, resource fp, string remote_file, int mode[, int resumepos])| +ftp_nb_fput|int|(resource stream, string remote_file, resource fp, int mode[, int startpos])| +ftp_nb_get|int|(resource stream, string local_file, string remote_file, int mode[, int resume_pos])| +ftp_nb_put|int|(resource stream, string remote_file, string local_file, int mode[, int startpos])| +ftp_nlist|array|(resource stream, string directory)| +ftp_pasv|bool|(resource stream, bool pasv)| +ftp_put|bool|(resource stream, string remote_file, string local_file, int mode[, int startpos])| +ftp_pwd|string|(resource stream)| +ftp_rawlist|array|(resource stream, string directory [, bool recursive])| +ftp_raw|array|(resource stream, string command)| +ftp_rename|bool|(resource stream, string src, string dest)| +ftp_rmdir|bool|(resource stream, string directory)| +ftp_set_option|bool|(resource stream, int option, mixed value)| +ftp_site|bool|(resource stream, string cmd)| +ftp_size|int|(resource stream, string filename)| +ftp_ssl_connect|resource|(string host [, int port [, int timeout]])| +ftp_systype|string|(resource stream)| +ftruncate|bool|(resource fp, int size)| +func_get_args|array|()| +func_get_arg|mixed|(int arg_num)| +func_num_args|int|()| +function_exists|bool|(string function_name)| +fwrite|int|(resource fp, string str [, int length])| +gd_info|array|()| +getArchiveComment|string|()| +getCommentIndex|string|(int index)| +getCommentName|string|(string name)| +getFromIndex|string|(string entryname[, int len [, int flags]])| +getFromName|string|(string entryname[, int len [, int flags]])| +getNameIndex|string|(int index [, int flags])| +getStream|resource|(string entryname)| +get_browser|mixed|([string browser_name [, bool return_array]])| +get_cfg_var|string|(string option_name)| +get_class_methods|array|(mixed class)| +get_class_vars|array|(string class_name)| +get_class|string|([object object])| +get_current_user|string|()| +get_declared_classes|array|()| +get_declared_interfaces|array|()| +get_defined_constants|array|([bool categorize])| +get_defined_functions|array|()| +get_defined_vars|array|()| +get_extension_funcs|array|(string extension_name)| +get_headers|array|(string url[, int format])| +get_html_translation_table|array|([int table [, int quote_style]])| +get_include_path|string|()| +get_included_files|array|()| +get_loaded_extensions|array|([bool zend_extensions])| +get_meta_tags|array|(string filename [, bool use_include_path])| +get_object_vars|array|(object obj)| +get_parent_class|string|([mixed object])| +get_resource_type|string|(resource res)| +getallheaders|array|()| +getallheaders|array|()| +getallheaders|array|()| +getallheaders|array|()| +getcwd|mixed|()| +getdate|array|([int timestamp])| +getenv|string|(string varname)| +gethostbyaddr|string|(string ip_address)| +gethostbynamel|array|(string hostname)| +gethostbyname|string|(string hostname)| +getimagesize|array|(string imagefile [, array info])| +getlastmod|int|()| +getmygid|int|()| +getmyinode|int|()| +getmypid|int|()| +getmyuid|int|()| +getopt|array|(string options [, array longopts])| +getprotobyname|int|(string name)| +getprotobynumber|string|(int proto)| +getrandmax|int|()| +getrusage|array|([int who])| +getservbyname|int|(string service, string protocol)| +getservbyport|string|(int port, string protocol)| +gettext|binary|(string msgid)| +gettimeofday|array|([bool get_as_float])| +gettype|string|(mixed var)| +glob|array|(string pattern [, int flags])| +gmdate|string|(string format [, long timestamp])| +gmmktime|int|([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])| +gmp_abs|resource|(resource a)| +gmp_add|resource|(resource a, resource b)| +gmp_and|resource|(resource a, resource b)| +gmp_clrbit|void|(resource &a, int index)| +gmp_cmp|int|(resource a, resource b)| +gmp_com|resource|(resource a)| +gmp_div_qr|array|(resource a, resource b [, int round])| +gmp_div_q|resource|(resource a, resource b [, int round])| +gmp_div_r|resource|(resource a, resource b [, int round])| +gmp_divexact|resource|(resource a, resource b)| +gmp_fact|resource|(int a)| +gmp_gcdext|array|(resource a, resource b)| +gmp_gcd|resource|(resource a, resource b)| +gmp_hamdist|int|(resource a, resource b)| +gmp_init|resource|(mixed number [, int base])| +gmp_intval|int|(resource gmpnumber)| +gmp_invert|resource|(resource a, resource b)| +gmp_jacobi|int|(resource a, resource b)| +gmp_legendre|int|(resource a, resource b)| +gmp_mod|resource|(resource a, resource b)| +gmp_mul|resource|(resource a, resource b)| +gmp_neg|resource|(resource a)| +gmp_nextprime|resource|(resource a)| +gmp_or|resource|(resource a, resource b)| +gmp_perfect_square|bool|(resource a)| +gmp_popcount|int|(resource a)| +gmp_powm|resource|(resource base, resource exp, resource mod)| +gmp_pow|resource|(resource base, int exp)| +gmp_prob_prime|int|(resource a[, int reps])| +gmp_random|resource|([int limiter])| +gmp_scan0|int|(resource a, int start)| +gmp_scan1|int|(resource a, int start)| +gmp_setbit|void|(resource &a, int index[, bool set_clear])| +gmp_sign|int|(resource a)| +gmp_sqrtrem|array|(resource a)| +gmp_sqrt|resource|(resource a)| +gmp_strval|string|(resource gmpnumber [, int base])| +gmp_sub|resource|(resource a, resource b)| +gmp_testbit|bool|(resource a, int index)| +gmp_xor|resource|(resource a, resource b)| +gmstrftime|string|(string format [, int timestamp])| +gregoriantojd|int|(int month, int day, int year)| +gzcompress|binary|(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_DEFLATE])| +gzdecode|binary|(binary data[, int max_decoded_len])| +gzdeflate|binary|(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_RAW])| +gzencode|binary|(binary data[, int level = -1[, int encoding = ZLIB_ENCODING_GZIP])| +gzfile|array|(string filename [, int use_include_path])| +gzinflate|binary|(binary data[, int max_decoded_len])| +gzopen|resource|(string filename, string mode [, int use_include_path])| +gzuncompress|binary|(binary data[, int max_decoded_len])| +hash_algos|array|()| +hash_file|string|(string algo, string filename[, bool raw_output = false])| +hash_final|string|(resource context[, bool raw_output=false])| +hash_hmac_file|string|(string algo, string filename, string key[, bool raw_output = false])| +hash_hmac|string|(string algo, string data, string key[, bool raw_output = false])| +hash_init|resource|(string algo[, int options, string key])| +hash_update_file|bool|(resource context, string filename[, resource context])| +hash_update_stream|int|(resource context, resource handle[, integer length])| +hash_update|bool|(resource context, string data)| +hash|string|(string algo, string data[, bool raw_output = false])| +headers_list|array|()| +headers_sent|bool|([string &$file [, int &$line]])| +header|void|(string header [, bool replace, [int http_response_code]])| +hebrevc|string|(string str [, int max_chars_per_line])| +hebrev|string|(string str [, int max_chars_per_line])| +hexdec|int|(string hexadecimal_number)| +highlight_file|bool|(string file_name [, bool return] )| +highlight_string|bool|(string string [, bool return] )| +html_entity_decode|string|(string string [, int quote_style][, string charset])| +htmlentities|string|(string string [, int quote_style[, string charset[, bool double_encode]]])| +htmlspecialchars_decode|string|(string string [, int quote_style])| +htmlspecialchars|string|(string string [, int quote_style[, string charset[, bool double_encode]]])| +http_build_query|string|(mixed formdata [, string prefix [, string arg_separator]])| +hypot|float|(float num1, float num2)| +ibase_add_user|bool|(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])| +ibase_affected_rows|int|( [ resource link_identifier ] )| +ibase_backup|mixed|(resource service_handle, string source_db, string dest_file [, int options [, bool verbose]])| +ibase_blob_add|bool|(resource blob_handle, string data)| +ibase_blob_cancel|bool|(resource blob_handle)| +ibase_blob_close|string|(resource blob_handle)| +ibase_blob_create|resource|([resource link_identifier])| +ibase_blob_echo|bool|([ resource link_identifier, ] string blob_id)| +ibase_blob_get|string|(resource blob_handle, int len)| +ibase_blob_import|string|([ resource link_identifier, ] resource file)| +ibase_blob_info|array|([ resource link_identifier, ] string blob_id)| +ibase_blob_open|resource|([ resource link_identifier, ] string blob_id)| +ibase_close|bool|([resource link_identifier])| +ibase_commit_ret|bool|( resource link_identifier )| +ibase_commit|bool|( resource link_identifier )| +ibase_connect|resource|(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])| +ibase_db_info|string|(resource service_handle, string db, int action [, int argument])| +ibase_delete_user|bool|(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])| +ibase_drop_db|bool|([resource link_identifier])| +ibase_errcode|int|()| +ibase_errmsg|string|()| +ibase_execute|mixed|(resource query [, mixed bind_arg [, mixed bind_arg [, ...]]])| +ibase_fetch_assoc|array|(resource result [, int fetch_flags])| +ibase_fetch_object|object|(resource result [, int fetch_flags])| +ibase_fetch_row|array|(resource result [, int fetch_flags])| +ibase_field_info|array|(resource query_result, int field_number)| +ibase_free_event_handler|bool|(resource event)| +ibase_free_query|bool|(resource query)| +ibase_free_result|bool|(resource result)| +ibase_gen_id|int|(string generator [, int increment [, resource link_identifier ]])| +ibase_maintain_db|bool|(resource service_handle, string db, int action [, int argument])| +ibase_modify_user|bool|(resource service_handle, string user_name, string password [, string first_name [, string middle_name [, string last_name]]])| +ibase_name_result|bool|(resource result, string name)| +ibase_num_fields|int|(resource query_result)| +ibase_num_params|int|(resource query)| +ibase_num_rows|int|( resource result_identifier )| +ibase_param_info|array|(resource query, int field_number)| +ibase_pconnect|resource|(string database [, string username [, string password [, string charset [, int buffers [, int dialect [, string role]]]]]])| +ibase_prepare|resource|([resource link_identifier, ] string query)| +ibase_query|mixed|([resource link_identifier, [ resource link_identifier, ]] string query [, mixed bind_arg [, mixed bind_arg [, ...]]])| +ibase_restore|mixed|(resource service_handle, string source_file, string dest_db [, int options [, bool verbose]])| +ibase_rollback_ret|bool|( resource link_identifier )| +ibase_rollback|bool|( resource link_identifier )| +ibase_server_info|string|(resource service_handle, int action)| +ibase_service_attach|resource|(string host, string dba_username, string dba_password)| +ibase_service_detach|bool|(resource service_handle)| +ibase_set_event_handler|resource|([resource link_identifier,] callback handler, string event [, string event [, ...]])| +ibase_trans|resource|([int trans_args [, resource link_identifier [, ... ], int trans_args [, resource link_identifier [, ... ]] [, ...]]])| +ibase_wait_event|string|([resource link_identifier,] string event [, string event [, ...]])| +iconv_get_encoding|mixed|([string type])| +iconv_mime_decode_headers|array|(string headers [, int mode, string charset])| +iconv_mime_decode|string|(string encoded_string [, int mode, string charset])| +iconv_mime_encode|string|(string field_name, string field_value [, array preference])| +iconv_set_encoding|bool|(string type, string charset)| +iconv_strlen|int|(string str [, string charset])| +iconv_strpos|int|(string haystack, string needle [, int offset [, string charset]])| +iconv_strrpos|int|(string haystack, string needle [, string charset])| +iconv_substr|string|(string str, int offset, [int length, string charset])| +iconv|string|(string in_charset, string out_charset, string str)| +idate|int|(string format [, int timestamp])| +ignore_user_abort|int|([string value])| +image2wbmp|bool|(resource im [, string filename [, int threshold]])| +image_type_to_extension|string|(int imagetype [, bool include_dot])| +image_type_to_mime_type|string|(int imagetype)| +imagealphablending|bool|(resource im, bool on)| +imageantialias|bool|(resource im, bool on)| +imagearc|bool|(resource im, int cx, int cy, int w, int h, int s, int e, int col)| +imagecharup|bool|(resource im, int font, int x, int y, string c, int col)| +imagechar|bool|(resource im, int font, int x, int y, string c, int col)| +imagecolorallocatealpha|int|(resource im, int red, int green, int blue, int alpha)| +imagecolorallocate|int|(resource im, int red, int green, int blue)| +imagecolorat|int|(resource im, int x, int y)| +imagecolorclosestalpha|int|(resource im, int red, int green, int blue, int alpha)| +imagecolorclosesthwb|int|(resource im, int red, int green, int blue)| +imagecolorclosest|int|(resource im, int red, int green, int blue)| +imagecolordeallocate|bool|(resource im, int index)| +imagecolorexactalpha|int|(resource im, int red, int green, int blue, int alpha)| +imagecolorexact|int|(resource im, int red, int green, int blue)| +imagecolormatch|bool|(resource im1, resource im2)| +imagecolorresolvealpha|int|(resource im, int red, int green, int blue, int alpha)| +imagecolorresolve|int|(resource im, int red, int green, int blue)| +imagecolorset|void|(resource im, int col, int red, int green, int blue)| +imagecolorsforindex|array|(resource im, int col)| +imagecolorstotal|int|(resource im)| +imagecolortransparent|int|(resource im [, int col])| +imageconvolution|resource|(resource src_im, array matrix3x3, double div, double offset)| +imagecopymergegray|bool|(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)| +imagecopymerge|bool|(resource src_im, resource dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)| +imagecopyresampled|bool|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)| +imagecopyresized|bool|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)| +imagecopy|bool|(resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)| +imagecreatefromgd2part|resource|(string filename, int srcX, int srcY, int width, int height)| +imagecreatefromgd2|resource|(string filename)| +imagecreatefromgd|resource|(string filename)| +imagecreatefromgif|resource|(string filename)| +imagecreatefromjpeg|resource|(string filename)| +imagecreatefrompng|resource|(string filename)| +imagecreatefromstring|resource|(string image)| +imagecreatefromwbmp|resource|(string filename)| +imagecreatefromxbm|resource|(string filename)| +imagecreatefromxpm|resource|(string filename)| +imagecreatetruecolor|resource|(int x_size, int y_size)| +imagecreate|resource|(int x_size, int y_size)| +imagedashedline|bool|(resource im, int x1, int y1, int x2, int y2, int col)| +imagedestroy|bool|(resource im)| +imageellipse|bool|(resource im, int cx, int cy, int w, int h, int color)| +imagefilledarc|bool|(resource im, int cx, int cy, int w, int h, int s, int e, int col, int style)| +imagefilledellipse|bool|(resource im, int cx, int cy, int w, int h, int color)| +imagefilledpolygon|bool|(resource im, array point, int num_points, int col)| +imagefilledrectangle|bool|(resource im, int x1, int y1, int x2, int y2, int col)| +imagefilltoborder|bool|(resource im, int x, int y, int border, int col)| +imagefill|bool|(resource im, int x, int y, int col)| +imagefilter|bool|(resource src_im, int filtertype, [args] )| +imagefontheight|int|(int font)| +imagefontwidth|int|(int font)| +imageftbbox|array|(float size, float angle, string font_file, string text [, array extrainfo])| +imagefttext|array|(resource im, float size, float angle, int x, int y, int col, string font_file, string text [, array extrainfo])| +imagegammacorrect|bool|(resource im, float inputgamma, float outputgamma)| +imagegd2|bool|(resource im [, string filename [, int chunk_size [, int type]]])| +imagegd|bool|(resource im [, string filename])| +imagegif|bool|(resource im [, string filename])| +imagegrabscreen|resource|()| +imagegrabwindow|resource|(int window_handle [, int client_area])| +imageinterlace|int|(resource im [, int interlace])| +imageistruecolor|bool|(resource im)| +imagejpeg|bool|(resource im [, string filename [, int quality]])| +imagelayereffect|bool|(resource im, int effect)| +imageline|bool|(resource im, int x1, int y1, int x2, int y2, int col)| +imageloadfont|int|(string filename)| +imagepalettecopy|void|(resource dst, resource src)| +imagepng|bool|(resource im [, string filename [, int quality]])| +imagepolygon|bool|(resource im, array point, int num_points, int col)| +imagepsbbox|array|(string text, resource font, int size [, int space, int tightness, int angle])| +imagepscopyfont|int|(int font_index)| +imagepsencodefont|bool|(resource font_index, string filename)| +imagepsextendfont|bool|(resource font_index, float extend)| +imagepsfreefont|bool|(resource font_index)| +imagepsloadfont|resource|(string pathname)| +imagepsslantfont|bool|(resource font_index, float slant)| +imagepstext|array|(resource image, string text, resource font, int size, int foreground, int background, int xcoord, int ycoord [, int space, int tightness, float angle, int antialias])| +imagerectangle|bool|(resource im, int x1, int y1, int x2, int y2, int col)| +imagerotate|resource|(resource src_im, float angle, int bgdcolor [, int ignoretransparent])| +imagesavealpha|bool|(resource im, bool on)| +imagesetbrush|bool|(resource image, resource brush)| +imagesetpixel|bool|(resource im, int x, int y, int col)| +imagesetstyle|bool|(resource im, array styles)| +imagesetthickness|bool|(resource im, int thickness)| +imagesettile|bool|(resource image, resource tile)| +imagestringup|bool|(resource im, int font, int x, int y, string str, int col)| +imagestring|bool|(resource im, int font, int x, int y, string str, int col)| +imagesx|int|(resource im)| +imagesy|int|(resource im)| +imagetruecolortopalette|void|(resource im, bool ditherFlag, int colorsWanted)| +imagettfbbox|array|(float size, float angle, string font_file, string text)| +imagettftext|array|(resource im, float size, float angle, int x, int y, int col, string font_file, string text)| +imagetypes|int|()| +imagewbmp|bool|(resource im [, string filename, [, int foreground]])| +imagexbm|int|(int im, string filename [, int foreground])| +imap_8bit|string|(string text)| +imap_alerts|array|()| +imap_append|bool|(resource stream_id, string folder, string message [, string options])| +imap_base64|string|(string text)| +imap_binary|string|(string text)| +imap_bodystruct|object|(resource stream_id, int msg_no, string section)| +imap_body|string|(resource stream_id, int msg_no [, int options])| +imap_check|object|(resource stream_id)| +imap_clearflag_full|bool|(resource stream_id, string sequence, string flag [, int options])| +imap_close|bool|(resource stream_id [, int options])| +imap_createmailbox|bool|(resource stream_id, string mailbox)| +imap_deletemailbox|bool|(resource stream_id, string mailbox)| +imap_delete|bool|(resource stream_id, int msg_no [, int options])| +imap_errors|array|()| +imap_expunge|bool|(resource stream_id)| +imap_fetch_overview|array|(resource stream_id, int msg_no [, int options])| +imap_fetchbody|string|(resource stream_id, int msg_no, string section [, int options])| +imap_fetchheader|string|(resource stream_id, int msg_no [, int options])| +imap_fetchstructure|object|(resource stream_id, int msg_no [, int options])| +imap_get_quotaroot|array|(resource stream_id, string mbox)| +imap_get_quota|array|(resource stream_id, string qroot)| +imap_getacl|array|(resource stream_id, string mailbox)| +imap_getmailboxes|array|(resource stream_id, string ref, string pattern)| +imap_getsubscribed|array|(resource stream_id, string ref, string pattern)| +imap_headerinfo|object|(resource stream_id, int msg_no [, int from_length [, int subject_length [, string default_host]]])| +imap_headers|array|(resource stream_id)| +imap_last_error|string|()| +imap_list|array|(resource stream_id, string ref, string pattern)| +imap_lsub|array|(resource stream_id, string ref, string pattern)| +imap_mail_compose|string|(array envelope, array body)| +imap_mail_copy|bool|(resource stream_id, int msg_no, string mailbox [, int options])| +imap_mail_move|bool|(resource stream_id, int msg_no, string mailbox [, int options])| +imap_mailboxmsginfo|object|(resource stream_id)| +imap_mail|bool|(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]])| +imap_mime_header_decode|array|(string str)| +imap_msgno|int|(resource stream_id, int unique_msg_id)| +imap_num_msg|int|(resource stream_id)| +imap_num_recent|int|(resource stream_id)| +imap_open|resource|(string mailbox, string user, string password [, int options [, int n_retries]])| +imap_ping|bool|(resource stream_id)| +imap_qprint|string|(string text)| +imap_renamemailbox|bool|(resource stream_id, string old_name, string new_name)| +imap_reopen|bool|(resource stream_id, string mailbox [, int options [, int n_retries]])| +imap_rfc822_parse_adrlist|array|(string address_string, string default_host)| +imap_rfc822_parse_headers|object|(string headers [, string default_host])| +imap_rfc822_write_address|string|(string mailbox, string host, string personal)| +imap_savebody|bool|(resource stream_id, string|resource file, int msg_no[, string section = ""[, int options = 0]])| +imap_scan|array|(resource stream_id, string ref, string pattern, string content)| +imap_search|array|(resource stream_id, string criteria [, int options [, string charset]])| +imap_set_quota|bool|(resource stream_id, string qroot, int mailbox_size)| +imap_setacl|bool|(resource stream_id, string mailbox, string id, string rights)| +imap_setflag_full|bool|(resource stream_id, string sequence, string flag [, int options])| +imap_sort|array|(resource stream_id, int criteria, int reverse [, int options [, string search_criteria [, string charset]]])| +imap_status|object|(resource stream_id, string mailbox, int options)| +imap_subscribe|bool|(resource stream_id, string mailbox)| +imap_thread|array|(resource stream_id [, int options])| +imap_timeout|mixed|(int timeout_type [, int timeout])| +imap_uid|int|(resource stream_id, int msg_no)| +imap_undelete|bool|(resource stream_id, int msg_no)| +imap_unsubscribe|bool|(resource stream_id, string mailbox)| +imap_utf7_decode|string|(string buf)| +imap_utf7_encode|string|(string buf)| +imap_utf8|string|(string mime_encoded_text)| +implode|string|([string glue,] array pieces)| +import_request_variables|bool|(string types [, string prefix])| +in_array|bool|(mixed needle, array haystack [, bool strict])| +inet_ntop|string|(string in_addr)| +inet_pton|string|(string ip_address)| +ini_get_all|array|([string extension])| +ini_get|string|(string varname)| +ini_restore|void|(string varname)| +ini_set|string|(string varname, string newvalue)| +interface_exists|bool|(string classname [, bool autoload])| +intval|int|(mixed var [, int base])| +ip2long|int|(string ip_address)| +iptcembed|array|(string iptcdata, string jpeg_file_name [, int spool])| +iptcparse|array|(string iptcdata)| +is_array|bool|(mixed var)| +is_a|bool|(object object, string class_name)| +is_binary|bool|(mixed var)| +is_bool|bool|(mixed var)| +is_buffer|bool|(mixed var)| +is_callable|bool|(mixed var [, bool syntax_only [, string callable_name]])| +is_dir|bool|(string filename)| +is_executable|bool|(string filename)| +is_file|bool|(string filename)| is_finite|bool|(float val)| -is_float|bool|(mixed var)|Alias of is_float +is_float|bool|(mixed var)| is_infinite|bool|(float val)| -is_int|bool|(mixed var)|Find whether a variable is an integer -is_link|bool|(string filename)|Tells whether the filename is a symbolic link +is_link|bool|(string filename)| +is_long|bool|(mixed var)| is_nan|bool|(float val)| -is_null|bool|(mixed var)|Alias of is_int -is_numeric|bool|(mixed var)|Finds whether a variable is a number or a numeric string -is_object|bool|(mixed var)|Finds whether a variable is an object -is_readable|bool|(string filename)|Tells whether the filename is readable -is_resource|bool|(mixed var)|Alias of is_float -is_scalar|bool|(mixed var)|Finds whether a variable is a scalar -isset|boolean|(mixed var [, mixed var])|Determine whether a variable is set -is_string|bool|(mixed var)|Finds whether a variable is a string -is_subclass_of|bool|(object object, string class_name)|Returns true if the object has this class as one of its parents -is_uploaded_file|bool|(string filename)|Tells whether the file was uploaded via HTTP POST -is_writable|bool|(string filename)|Tells whether the filename is writable -is_writeable|bool|(string filename)|Tells whether the filename is writable -java_last_exception_clear|void|()|Clear last Java exception -java_last_exception_get|exception|()|Get last Java exception -jddayofweek|mixed|(int julianday, int mode)|Returns the day of the week -jdmonthname|string|(int julianday, int mode)|Returns a month name -jdtofrench|string|(int juliandaycount)|Converts a Julian Day Count to the French Republican Calendar -jdtogregorian|string|(int julianday)|Converts Julian Day Count to Gregorian date -jdtojewish|string|(int julianday)|Converts a Julian Day Count to the Jewish Calendar -jdtojulian|string|(int julianday)|Converts a Julian Day Count to a Julian Calendar Date -jdtounix|int|(int jday)|Convert Julian Day to UNIX timestamp -jewishtojd|int|(int month, int day, int year)|Converts a date in the Jewish Calendar to Julian Day Count -join|string|(string glue, array pieces)|Join array elements with a string -jpeg2wbmp|int|(string jpegname, string wbmpname, int d_height, int d_width, int threshold)|Convert JPEG image file to WBMP image file -juliantojd|int|(int month, int day, int year)|Converts a Julian Calendar date to Julian Day Count -key|mixed|(array array)|Fetch a key from an associative array -key|string|(void)|Returns key of the attribute -krsort|int|(array array [, int sort_flags])|Sort an array by key in reverse order -ksort|int|(array array [, int sort_flags])|Sort an array by key -langdepvalue|string|(string language)|Returns value for a given language -lcg_value|float|()|Combined linear congruential generator -ldap_8859_to_t61|string|(string value)|Translate 8859 characters to t61 characters -ldap_add|bool|(resource link_identifier, string dn, array entry)|Add entries to LDAP directory -ldap_bind|bool|(resource link_identifier [, string bind_rdn [, string bind_password]])|Bind to LDAP directory -ldap_close|bool|(resource link_identifier)|Close link to LDAP server -ldap_compare|bool|(resource link_identifier, string dn, string attribute, string value)|Compare value of attribute found in entry specified with DN -ldap_connect|resource|( [string hostname [, int port]])|Connect to an LDAP server -ldap_count_entries|int|(resource link_identifier, resource result_identifier)|Count the number of entries in a search -ldap_delete|bool|(resource link_identifier, string dn)|Delete an entry from a directory -ldap_dn2ufn|string|(string dn)|Convert DN to User Friendly Naming format -ldap_err2str|string|(int errno)|Convert LDAP error number into string error message -ldap_errno|int|(resource link_identifier)|Return the LDAP error number of the last LDAP command -ldap_error|string|(resource link_identifier)|Return the LDAP error message of the last LDAP command -ldap_explode_dn|array|(string dn, int with_attrib)|Splits DN into its component parts -ldap_first_attribute|string|(resource link_identifier, resource result_entry_identifier, int ber_identifier)|Return first attribute -ldap_first_entry|resource|(resource link_identifier, resource result_identifier)|Return first result id -ldap_first_reference|resource|(resource link, resource result)|Return first reference -ldap_free_result|bool|(resource result_identifier)|Free result memory -ldap_get_attributes|array|(resource link_identifier, resource result_entry_identifier)|Get attributes from a search result entry -ldap_get_dn|string|(resource link_identifier, resource result_entry_identifier)|Get the DN of a result entry -ldap_get_entries|array|(resource link_identifier, resource result_identifier)|Get all result entries -ldap_get_option|bool|(resource link_identifier, int option, mixed retval)|Get the current value for given option -ldap_get_values|array|(resource link_identifier, resource result_entry_identifier, string attribute)|Get all values from a result entry -ldap_get_values_len|array|(resource link_identifier, resource result_entry_identifier, string attribute)|Get all binary values from a result entry -ldap_list|resource|(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])|Single-level search -ldap_mod_add|bool|(resource link_identifier, string dn, array entry)|Add attribute values to current attributes -ldap_mod_del|bool|(resource link_identifier, string dn, array entry)|Delete attribute values from current attributes -ldap_modify|bool|(resource link_identifier, string dn, array entry)|Modify an LDAP entry -ldap_mod_replace|bool|(resoure link_identifier, string dn, array entry)|Replace attribute values with new ones -ldap_next_attribute|string|(resource link_identifier, resource result_entry_identifier, resource ber_identifier)|Get the next attribute in result -ldap_next_entry|resource|(resource link_identifier, resource result_entry_identifier)|Get next result entry -ldap_next_reference|resource|(resource link, resource entry)|Get next reference -ldap_parse_reference|bool|(resource link, resource entry, array referrals)|Extract information from reference entry -ldap_parse_result|bool|(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)|Extract information from result -ldap_read|resource|(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])|Read an entry -ldap_rename|bool|(resource link_identifier, string dn, string newrdn, string newparent, bool deleteoldrdn)|Modify the name of an entry -ldap_search|resource|(resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])|Search LDAP tree -ldap_set_option|bool|(resource link_identifier, int option, mixed newval)|Set the value of the given option -ldap_set_rebind_proc|bool|(resource link, string callback)|Set a callback function to do re-binds on referral chasing. -ldap_sort|bool|(resource link, resource result, string sortfilter)|Sort LDAP result entries -ldap_start_tls|bool|(resource link)|Start TLS -ldap_t61_to_8859|string|(string value)|Translate t61 characters to 8859 characters -ldap_unbind|bool|(resource link_identifier)|Unbind from LDAP directory -leak|void|(int bytes)|Leak memory -levenshtein|int|(string str1, string str2)|Calculate Levenshtein distance between two strings -linkinfo|int|(string path)|Gets information about a link -link|int|(string target, string link)|Create a hard link -link|object|(array parameter)|Creates a link to an object -list|void|(mixed ...)|Assign variables as if they were an array -localeconv|array|()|Get numeric formatting information -localtime|array|( [int timestamp [, bool is_associative]])|Get the local time -lock|object|(array parameter)|Locks an object -log10|float|(float arg)|Base-10 logarithm -log1p|float|(float number)|Returns log(1 + number), computed in a way that accurate even when the value of number is close to zero -log|float|(float arg)|Natural logarithm -long2ip|string|(int proper_address)|Converts an (IPv4) Internet network address into a string in Internet standard dotted format -lstat|array|(string filename)|Gives information about a file or symbolic link -ltrim|string|(string str [, string charlist])|Strip whitespace from the beginning of a string -mail|bool|(string to, string subject, string message [, string additional_headers [, string additional_parameters]])|send mail -mailparse_determine_best_xfer_encoding|int|(resource fp)|Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able -mailparse_msg_create|int|()|Returns a handle that can be used to parse a message -mailparse_msg_extract_part_file|string|(resource rfc2045, string filename [, string callbackfunc])|Extracts/decodes a message section, decoding the transfer encoding -mailparse_msg_extract_part|void|(resource rfc2045, string msgbody [, string callbackfunc])|Extracts/decodes a message section. If callbackfunc is not specified, the contents will be sent to "stdout" -mailparse_msg_free|void|(resource rfc2045buf)|Frees a handle allocated by mailparse_msg_crea -mailparse_msg_get_part_data|array|(resource rfc2045)|Returns an associative array of info about the message -mailparse_msg_get_part|int|(resource rfc2045, string mimesection)|Returns a handle on a given section in a mimemessage -mailparse_msg_get_structure|array|(resource rfc2045)|Returns an array of mime section names in the supplied message -mailparse_msg_parse_file|resource|(string filename)|Parse file and return a resource representing the structure -mailparse_msg_parse|void|(resource rfc2045buf, string data)|Incrementally parse data into buffer -mailparse_rfc822_parse_addresses|array|(string addresses)|Parse addresses and returns a hash containing that data -mailparse_stream_encode|bool|(resource sourcefp, resource destfp, string encoding)|Streams data from source file pointer, apply encoding and write to destfp -mailparse_uudecode_all|array|(resource fp)|Scans the data from fp and extract each embedded uuencoded file. Returns an array listing filename information -max|mixed|(mixed arg1, mixed arg2, mixed argn)|Find highest value -mb_convert_encoding|string|(string str, string to-encoding [, mixed from-encoding])|Convert character encoding -mb_convert_kana|string|(string str, string option [, mixed encoding])|Convert "kana" one from another ("zen-kaku" ,"han-kaku" and more) -mb_convert_variables|string|(string to-encoding, mixed from-encoding, mixed vars)|Convert character code in variable(s) -mb_decode_mimeheader|string|(string str)|Decode string in MIME header field -mb_decode_numericentity|string|(string str, array convmap [, string encoding])|Decode HTML numeric string reference to character -mb_detect_encoding|string|(string str [, mixed encoding-list])|Detect character encoding -mb_detect_order|array|( [mixed encoding-list])|Set/Get character encoding detection order -mb_encode_mimeheader|string|(string str [, string charset [, string transfer-encoding [, string linefeed]]])|Encode string for MIME header -mb_encode_numericentity|string|(string str, array convmap [, string encoding])|Encode character to HTML numeric string reference -mb_eregi|int|(string pattern, string string)|Regular expression match ignoring case with multibyte support -mb_ereg|int|(string pattern, string string)|Regular expression match with multibyte support -mb_eregi_replace|string|(string pattern, string replace, string string)|Replace regular expression with multibyte support ignoring case -mb_ereg_match|bool|(string pattern, string string)|Regular expression match for multibyte string -mb_ereg_replace|string|(string pattern, string replacement, string string)|Replace regular expression with multibyte support -mb_ereg_search|bool|()|Multibyte regular expression match for predefined multibyte string -mb_ereg_search_getpos|array|()|Returns start point for next regular expression match -mb_ereg_search_getregs|array|()|Retrive the result from the last multibyte regular expression match -mb_ereg_search_init|array|(string string)|Setup string and regular expression for multibyte regular expression match -mb_ereg_search_pos|array|()|Return position and length of matched part of multibyte regular expression for predefined multibyte string -mb_ereg_search_regs|array|()|Returns the matched part of multibyte regular expression -mb_ereg_search_setpos|array|()|Set start point of next regular expression match -mb_get_info|string|( [string type])|Get internal settings of mbstring -mb_http_input|string|( [string type])|Detect HTTP input character encoding -mb_http_output|string|( [string encoding])|Set/Get HTTP output character encoding -mb_internal_encoding|string|( [string encoding])|Set/Get internal character encoding -mb_language|string|( [string language])|Set/Get current language -mb_output_handler|string|(string contents, int status)|Callback function converts character encoding in output buffer -mb_parse_str|boolean|(string encoded_string [, array result])|Parse GET/POST/COOKIE data and set global variable -mb_preferred_mime_name|string|(string encoding)|Get MIME charset string -mb_regex_encoding|string|()|Returns current encoding for multibyte regex as string -mb_send_mail|boolean|(string to, string subject, string message [, string additional_headers [, string additional_parameter]])|Send encoded mail. -mb_split|array|(string pattern, string string)|Split multibyte string using regular expression -mb_strcut|string|(string str, int start [, int length [, string encoding]])|Get part of string -mb_strimwidth|string|(string str, int start, int width, string trimmarker [, string encoding])|Get truncated string with specified width -mb_strlen|string|(string str [, string encoding])|Get string length -mb_strpos|int|(string haystack, string needle [, int offset [, string encoding]])|Find position of first occurrence of string in a string -mb_strrpos|int|(string haystack, string needle [, string encoding])|Find position of last occurrence of a string in a string -mb_strwidth|int|(string str [, string encoding])|Return width of string -mb_substitute_character|mixed|( [mixed substrchar])|Set/Get substitution character -mb_substr|string|(string str, int start [, int length [, string encoding]])|Get part of string -mcal_append_event|int|(int mcal_stream)|Store a new event into an MCAL calendar -mcal_close|int|(int mcal_stream, int flags)|Close an MCAL stream -mcal_create_calendar|string|(int stream, string calendar)|Create a new MCAL calendar -mcal_date_compare|int|(int a_year, int a_month, int a_day, int b_year, int b_month, int b_day)|Compares two dates -mcal_date_valid|int|(int year, int month, int day)|Returns &true; if the given year, month, day is a valid date -mcal_day_of_week|int|(int year, int month, int day)|Returns the day of the week of the given date -mcal_days_in_month|int|(int month, int leap year)|Returns the number of days in the given month -mcal_delete_calendar|string|(int stream, string calendar)|Delete an MCAL calendar -mcal_delete_event|int|(int mcal_stream [, int event_id])|Delete an event from an MCAL calendar -mcal_event_add_attribute|void|(int stream, string attribute, string value)|Adds an attribute and a value to the streams global event structure -mcal_event_init|int|(int stream)|Initializes a streams global event structure -mcal_event_set_alarm|int|(int stream, int alarm)|Sets the alarm of the streams global event structure -mcal_event_set_category|int|(int stream, string category)|Sets the category of the streams global event structure -mcal_event_set_class|int|(int stream, int class)|Sets the class of the streams global event structure -mcal_event_set_description|int|(int stream, string description)|Sets the description of the streams global event structure -mcal_event_set_end|int|(int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]])|Sets the end date and time of the streams global event structure -mcal_event_set_recur_daily|int|(int stream, int year, int month, int day, int interval)|Sets the recurrence of the streams global event structure -mcal_event_set_recur_monthly_mday|int|(int stream, int year, int month, int day, int interval)|Sets the recurrence of the streams global event structure -mcal_event_set_recur_monthly_wday|int|(int stream, int year, int month, int day, int interval)|Sets the recurrence of the streams global event structure -mcal_event_set_recur_none|int|(int stream)|Sets the recurrence of the streams global event structure -mcal_event_set_recur_weekly|int|(int stream, int year, int month, int day, int interval, int weekdays)|Sets the recurrence of the streams global event structure -mcal_event_set_recur_yearly|int|(int stream, int year, int month, int day, int interval)|Sets the recurrence of the streams global event structure -mcal_event_set_start|int|(int stream, int year, int month [, int day [, int hour [, int min [, int sec]]]])|Sets the start date and time of the streams global event structure -mcal_event_set_title|int|(int stream, string title)|Sets the title of the streams global event structure -mcal_expunge|int|(int stream)|Deletes all events marked for being expunged. -mcal_fetch_current_stream_event|object|(int stream)|Returns an object containing the current streams event structure -mcal_fetch_event|object|(int mcal_stream, int event_id [, int options])|Fetches an event from the calendar stream -mcal_|int|(int year, int month, int day)|Returns the day of the year of the given date -mcal_is_leap_year|int|(int year)|Returns if the given year is a leap year or not -mcal_list_alarms|array|(int mcal_stream [, int begin_year [, int begin_month [, int begin_day [, int end_year [, int end_month [, int end_day]]]]]])|Return a list of events that has an alarm triggered at the given datetime -mcal_list_events|array|(int mcal_stream, object begin_date [, object end_date])|Return a list of IDs for a date or a range of dates. -mcal_next_recurrence|int|(int stream, int weekstart, array next)|Returns the next recurrence of the event -mcal_open|int|(string calendar, string username, string password [, int options])|Opens up an MCAL connection -mcal_popen|int|(string calendar, string username, string password [, int options])|Opens up a persistent MCAL connection -mcal_rename_calendar|string|(int stream, string old_name, string new_name)|Rename an MCAL calendar -mcal_reopen|int|(string calendar [, int options])|Reopens an MCAL connection -mcal_snooze|int|(int id)|Turn off an alarm for an event -mcal_store_event|int|(int mcal_stream)|Modify an existing event in an MCAL calendar -mcal_time_valid|int|(int hour, int minutes, int seconds)|Returns &true; if the given year, month, day is a valid time -mcal_week_of_year|int|(int day, int month, int year)|Returns the week number of the given date -mcrypt_cbc|string|(int cipher, string key, string data, int mode [, string iv])|Encrypt/decrypt data in CBC mode -mcrypt_cfb|string|(int cipher, string key, string data, int mode, string iv)|Encrypt/decrypt data in CFB mode -mcrypt_create_iv|string|(int size, int source)|Create an initialization vector (IV) from a random source -mcrypt_decrypt|string|(string cipher, string key, string data, string mode [, string iv])|Decrypts crypttext with given parameters -mcrypt_ecb|string|(int cipher, string key, string data, int mode)|Encrypt/decrypt data in ECB mode -mcrypt_enc_get_algorithms_name|string|(resource td)|Returns the name of the opened algorithm -mcrypt_enc_get_block_size|int|(resource td)|Returns the blocksize of the opened algorithm -mcrypt_enc_get_iv_size|int|(resource td)|Returns the size of the IV of the opened algorithm -mcrypt_enc_get_key_size|int|(resource td)|Returns the maximum supported keysize of the opened mode -mcrypt_enc_get_modes_name|string|(resource td)|Returns the name of the opened mode -mcrypt_enc_get_supported_key_sizes|array|(resource td)|Returns an array with the supported keysizes of the opened algorithm -mcrypt_enc_is_block_algorithm|int|(resource td)|Checks whether the algorithm of the opened mode is a block algorithm -mcrypt_enc_is_block_algorithm_mode|int|(resource td)|Checks whether the encryption of the opened mode works on blocks -mcrypt_enc_is_block_mode|int|(resource td)|Checks whether the opened mode outputs blocks -mcrypt_encrypt|string|(string cipher, string key, string data, string mode [, string iv])|Encrypts plaintext with given parameters -mcrypt_enc_self_test|int|(resource td)|This function runs a self test on the opened module -mcrypt_generic_deinit|bool|(resource td)|This function terminates encrypt specified by the descriptor td -mcrypt_generic_end|bool|(resource td)|This function terminates encryption -mcrypt_generic_init|int|(resource td, string key, string iv)|This function initializes all buffers needed for encryption -mcrypt_generic|string|(resource td, string data)|This function encrypts data -mcrypt_get_block_size|int|(int cipher)|Get the block size of the specified cipher -mcrypt_get_cipher_name|string|(int cipher)|Get the name of the specified cipher -mcrypt_get_iv_size|int|(string cipher, string mode)|Returns the size of the IV belonging to a specific cipher/mode combination -mcrypt_get_key_size|int|(int cipher)|Get the key size of the specified cipher -mcrypt_list_algorithms|array|( [string lib_dir])|Get an array of all supported ciphers -mcrypt_list_modes|array|( [string lib_dir])|Get an array of all supported modes -mcrypt_module_close|bool|(resource td)|Free the descriptor td -mcrypt_module_get_algo_block_size|int|(string algorithm [, string lib_dir])|Returns the blocksize of the specified algorithm -mcrypt_module_get_algo_key_size|int|(string algorithm [, string lib_dir])|Returns the maximum supported keysize of the opened mode -mcrypt_module_get_supported_key_sizes|array|(string algorithm [, string lib_dir])|Returns an array with the supported keysizes of the opened algorithm -mcrypt_module_is_block_algorithm|bool|(string algorithm [, string lib_dir])|This function checks whether the specified algorithm is a block algorithm -mcrypt_module_is_block_algorithm_mode|bool|(string mode [, string lib_dir])|This function returns if the the specified module is a block algorithm or not -mcrypt_module_is_block_mode|bool|(string mode [, string lib_dir])|This function returns if the the specified mode outputs blocks or not -mcrypt_module_open|resource|(string algorithm, string algorithm_directory, string mode, string mode_directory)|This function opens the module of the algorithm and the mode to be used -mcrypt_module_self_test|bool|(string algorithm [, string lib_dir])|This function runs a self test on the specified module -mcrypt_ofb|string|(int cipher, string key, string data, int mode, string iv)|Encrypt/decrypt data in OFB mode -mcve_adduserarg|int|(resource usersetup, int argtype, string argval)|Add a value to user configuration structure -mcve_adduser|int|(resource conn, string admin_password, int usersetup)|Add an MCVE user using usersetup structure -mcve_bt|int|(resource conn, string username, string password)|Get unsettled batch totals -mcve_checkstatus|int|(resource conn, int identifier)|Check to see if a transaction has completed -mcve_chkpwd|int|(resource conn, string username, string password)|Verify Password -mcve_chngpwd|int|(resource conn, string admin_password, string new_password)|Change the system administrator's password -mcve_completeauthorizations|int|(resource conn, int)|&array) Number of complete authorizations in queue, returning an array of their identifiers -mcve_connect|int|(resource conn)|Establish the connection to MCVE -mcve_deleteresponse|bool|(resource conn, int identifier)|Delete specified transaction from MCVE_CONN structure -mcve_deleteusersetup|void|(resource usersetup)|Deallocate data associated with usersetup structure -mcve_deluser|int|(resource conn, string admin_password, string username)|Delete an MCVE user account -mcve_destroyconn|void|(resource conn)|Destroy the connection and MCVE_CONN structure -mcve_destroyengine|void|()|Free memory associated with IP/SSL connectivity -mcve_disableuser|int|(resource conn, string admin_password, string username)|Disable an active MCVE user account -mcve_edituser|int|(resource conn, string admin_password, int usersetup)|Edit MCVE user using usersetup structure -mcve_enableuser|int|(resource conn, string admin_password, string username)|Enable an inactive MCVE user account -mcve_force|int|()|resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum) Send a FORCE to MCVE. (typically, a phone-authorization) -mcve_getcellbynum|string|(resource conn, int identifier, int column, int row)|Get a specific cell from a comma delimited response by column number -mcve_getcell|string|(resource conn, int identifier, string column, int row)|Get a specific cell from a comma delimited response by column name -mcve_getcommadelimited|string|(resource conn, int identifier)|Get the RAW comma delimited data returned from MCVE -mcve_getheader|string|(resource conn, int identifier, int column_num)|Get the name of the column in a comma-delimited response -mcve_getuserarg|string|(resource usersetup, int argtype)|Grab a value from usersetup structure -mcve_gft|int|(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)|Audit MCVE for Failed transactio -mcve_gl|int|(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)|Audit MCVE for settled transactions -mcve_gut|int|(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)|Audit MCVE for Unsettled Transactions -mcve_initconn|resource|()|Create and initialize an MCVE_CONN structure -mcve_initengine|int|(string location)|Ready the client for IP/SSL Communication -mcve_initusersetup|resource|()|Initialize structure to store user data -mcve_iscommadelimited|int|(resource conn, int identifier)|Checks to see if response is comma delimited -mcve_liststats|int|(resource conn, string admin_password)|List statistics for all users on MCVE system -mcve_listusers|int|(resource conn, string admin_password)|List all users on MCVE system -mcve_monitor|int|(resource conn)|Perform communication with MCVE (send/receive data) Non-blocking -mcve_numcolumns|int|(resource conn, int identifier)|Number of columns returned in a comma delimited response -mcve_numrows|int|(resource conn, int identifier)|Number of rows returned in a comma delimited response -mcve_override|int|(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)|Send an OVERRIDE to MCVE -mcve_parsecommadelimited|int|(resource conn, int identifier)|Parse the comma delimited response so mcve_getcell, etc will work -mcve_preauthcompletion|int|(resource conn, string username, string password, float finalamount, int sid, int ptrannum)|Complete a PREAUTHORIZATION... Ready it for settlement -mcve_preauth|int|(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments)|string clerkid, string stationid, int ptrannum) Send a PREAUTHORIZATION to MCVE -mcve_qc|int|(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum)|Audit MCVE for a list of transactions in the outgoing queue -mcve_returncode|int|(resource conn, int identifier)|Grab the exact return code from the transaction -mcve_return|int|(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum)|Issue a RETURN or CREDIT to MCVE -mcve_returnstatus|int|(resource conn, int identifier)|Check to see if the transaction was successful -mcve_sale|int|(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)|Send a SALE to MCVE -mcve_setdropfile|int|(resource conn, string directory)|Set the connection method to Drop-File -mcve_setip|int|(resource conn, string host, int port)|Set the connection method to IP -mcve_setssl|int|(resource conn, string host, int port)|Set the connection method to SSL -mcve_settimeout|int|(resource conn, int seconds)|Set maximum transaction time (per tran -mcve_settle|int|(resource conn, string username, string password, string batch)|Issue a settlement command to do a batch deposit -mcve_transactionauth|string|(resource conn, int identifier)|Get the authorization number returned for the transaction (alpha-numeric) -mcve_transactionavs|int|(resource conn, int identifier)|Get the Address Verification return status -mcve_transactionbatch|int|(resource conn, int identifier)|Get the batch number associated with the transaction -mcve_transactioncv|int|(resource conn, int identifier)|Get the CVC2/CVV2/CID return status -mcve_transactionid|int|(resource conn, int identifier)|Get the unique system id for the transacti -mcve_transactionitem|int|(resource conn, int identifier)|Get the ITEM number in the associated batch for this transaction -mcve_transactionssent|int|(resource conn)|Check to see if outgoing buffer is clear -mcve_transactiontext|string|(resource conn, int identifier)|Get verbiage (text) return from MCVE or processing institution -mcve_transinqueue|int|(resource conn)|Number of transactions in client-queue -mcve_ub|int|(resource conn, string username, string password)|Get a list of all Unsettled batches -mcve_void|int|(resource conn, string username, string password, int sid, int ptrannum)|VOID a transaction in the settlement queue -md5_file|string|(string filename)|Calculates the md5 hash of a given filename -md5|string|(string str)|Calculate the md5 hash of a string -mdecrypt_generic|string|(resource td, string data)|This function decrypts data -metaphone|string|(string str)|Calculate the metaphone key of a string -method_exists|bool|(object object, string method_name)|Checks if the class method exists -mhash_count|int|()|Get the highest available hash id -mhash_get_block_size|int|(int hash)|Get the block size of the specified hash -mhash_get_hash_name|string|(int hash)|Get the name of the specified hash -mhash_keygen_s2k|string|(int hash, string password, string salt, int bytes)|Generates a key -mhash|string|(int hash, string data [, string key])|Compute hash -microtime|string|()|Return current UNIX timestamp with microseconds -mimetype|string|(void)|Returns mimetype -ming_setcubicthreshold|void|(int threshold)|Set cubic threshold (?) -ming_setscale|void|(int scale)|Set scale (?) -ming_useswfversion|void|(int version)|Use SWF version (?) -min|number|(number arg1, number arg2)|Find lowest value -mkdir|int|(string pathname, int mode)|Makes directory -mktime|int|(int hour, int minute, int second, int month, int day, int year [, int is_dst])|Get UNIX timestamp for a date -move|object|(array parameter)|Moves object between collections -move_uploaded_file|bool|(string filename, string destination)|Moves an uploaded file to a new location -msession_connect|bool|(string host, string port)|Connect to msession server -msession_count|int|()|Get session count -msession_create|bool|(string session)|Create a session -msession_destroy|bool|(string name)|Destroy a session -msession_disconnect|void|()|Close connection to msession server -msession_find|array|(string name, string value)|Find value -msession_get_array|array|(string session)|Get array of ... ? -msession_getdata|string|(string session)|Get data ... ? -msession_get|string|(string session, string name, string value)|Get value from session -msession_inc|string|(string session, string name)|Increment value in session -msession_list|array|()|List ... ? -msession_listvar|array|(string name)|List sessions with variable -msession_lock|int|(string name)|Lock a session -msession_plugin|string|(string session, string val [, string param])|Call an escape function within the msession personality plugin -msession_randstr|string|(int param)|Get random string -msession_set_array|bool|(string session, array tuples)|Set array of ... -msession_set|bool|(string session, string name, string value)|Set value in session -msession_setdata|bool|(string session, string value)|Set data ... ? -msession_timeout|int|(string session [, int param])|Set/get session timeout -msession_uniq|string|(int param)|Get uniq id -msession_unlock|int|(string session, int key)|Unlock a session -msql_affected_rows|int|(int query_identifier)|Returns number of affected rows -msql_close|int|(int link_identifier)|Close mSQL connection -msql_connect|int|( [string server [, string username [, string password]]])|Open mSQL connection -msql_create_db|int|(string database name [, int link_identifier])|Create mSQL database -msql_createdb|int|(string database name [, int link_identifier])|Create mSQL database -msql_data_seek|int|(int query_identifier, int row_number)|Move internal row pointer -msql_dbname|string|(int query_identifier, int i)|Get current mSQL database name -msql_drop_db|int|(string database_name, int link_identifier)|Drop (delete) mSQL database -msql_error|string|( [int link_identifier])|Drop (delete) mSQL database -msql_fetch_array|int|(int query_identifier [, int result_type])|Fetch row as array -msql_fetch_field|object|(int query_identifier, int field_offset)|Get field information -msql_fetch_object|int|(int query_identifier [, int result_type])|Fetch row as object -msql_fetch_row|array|(int query_identifier)|Get row as enumerated array -msql_fieldflags|string|(int query_identifier, int i)|Get field flags -msql_fieldlen|int|(int query_identifier, int i)|Get field length -msql_fieldname|string|(int query_identifier, int field)|Get field name -msql_field_seek|int|(int query_identifier, int field_offset)|Set field offset -msql_fieldtable|int|(int query_identifier, int field)|Get table name for field -msql_fieldtype|string|(int query_identifier, int i)|Get field type -msql_free_result|int|(int query_identifier)|Free result memory -msql|int|(string database, string query, int link_identifier)|Send mSQL query -msql_list_dbs|int|()|List result fields -msql_list_fields|int|(string database, string tablename)|Free result memory -msql_list_tables|int|(string database)|List mSQL databases on server -msql_numfields|int|(int query_identifier)|Get number of fields in result -msql_num_fields|int|(int query_identifier)|List tables in an mSQL database -msql_numrows|int|()|Get number of rows in result -msql_num_rows|int|(int query_identifier)|Get number of rows in result -msql_pconnect|int|( [string server [, string username [, string password]]])|Open persistent mSQL connection -msql_query|int|(string query, int link_identifier)|Send mSQL query -msql_result|int|(int query_identifier, int i, mixed field)|Make regular expression for case insensitive match -msql_select_db|int|(string database_name, int link_identifier)|Select mSQL database -msql_tablename|string|(int query_identifier, int field)|Select mSQL database -mssql_bind|int|(int stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])|Adds a parameter to a stored procedure or a remote stored procedure -mssql_close|int|( [int link_identifier])|Close MS SQL Server connection -mssql_connect|int|( [string servername [, string username [, string password]]])|Open MS SQL server connection -mssql_data_seek|int|(int result_identifier, int row_number)|Move internal row pointer -mssql_execute|int|(int stmt)|Executes a stored procedure on a MS-SQL server database -mssql_fetch_array|int|(int result)|Fetch row as array -mssql_fetch_assoc|array|(int result_id [, int result_type])|Returns an associative array of the current row in the result set specified by result_id -mssql_fetch_batch|int|(string result_index)|Returns the next batch of records -mssql_fetch_field|object|(int result [, int field_offset])|Get field information -mssql_fetch_object|int|(int result)|Fetch row as object -mssql_fetch_row|array|(int result)|Get row as enumerated array -mssql_field_length|int|(int result [, int offset])|Get the length of a field -mssql_field_name|int|(int result [, int offset])|Get the name of a field -mssql_field_seek|int|(int result, int field_offset)|Set field offset -mssql_field_type|string|(int result [, int offset])|Get the type of a field -mssql_free_result|int|(int result)|Free result memory -mssql_get_last_message|string|()|Returns the last message from server (over min_message_severity?) -mssql_guid_string|string|(string binary [, int short_format])|Converts a 16 byte binary GUID to a string -mssql_init|int|(string sp_name [, int conn_id])|Initializes a stored procedure or a remote stored procedure -mssql_min_error_severity|void|(int severity)|Sets the lower error severity -mssql_min_message_severity|void|(int severity)|Sets the lower message severity -mssql_next_result|bool|(int result_id)|Move the internal result pointer to the next result -mssql_num_fields|int|(int result)|Get number of fields in result -mssql_num_rows|int|(string result)|Get number of rows in result -mssql_pconnect|int|( [string servername [, string username [, string password]]])|Open persistent MS SQL connection -mssql_query|int|(string query [, int link_identifier])|Send MS SQL query -mssql_result|int|(int result, int i, mixed field)|Get result data -mssql_rows_affected|int|(int conn_id)|Returns the number of records affected by the query -mssql_select_db|int|(string database_name [, int link_identifier])|Select MS SQL database -mt_getrandmax|int|()|Show largest possible random value -mt_rand|int|( [int min, int max])|Generate a better random value -mt_srand|void|(int seed)|Seed the better random number generator -muscat_close|int|(resource muscat_handle)|Shuts down the muscat session and releases any memory back to php. [Not back to the system, note!] -muscat_get|string|(resource muscat_handle)|Gets a line back from the core muscat api. Returns a literal FALSE when there is no more to get (as opposed to ""). Use === FALSE or !== FALSE to check for this -muscat_give|int|(resource muscat_handle, string string)|Sends string to the core muscat api -muscat_setup_net|resource|(string muscat_host, int port)|Creates a new muscat session and returns the handle. muscat_host is the hostname to connect to port is the port number to connect to - actually takes exactly the same args as fsockopen -muscat_setup|resource|(int size [, string muscat_dir])|Creates a new muscat session and returns the handle. Size is the ammount of memory in bytes to allocate for muscat muscat_dir is the muscat installation dir e.g. "/usr/local/empower", it defaults to the compile time muscat directory -mysql_affected_rows|int|( [resource link_identifier])|Get number of affected rows in previous MySQL operation -mysql_change_user|int|(string user, string password [, string database [, resource link_identifier]])|Change logged in user of the active connection -mysql_character_set_name|int|( [resource link_identifier])|Returns the name of the character set -mysql_close|bool|( [resource link_identifier])|Close MySQL connection -mysql_connect|resource|( [string server [, string username [, string password [, bool new_link]]]])|Open a connection to a MySQL Server -mysql_create_db|bool|(string database name [, resource link_identifier])|Create a MySQL database -mysql_data_seek|bool|(resource result_identifier, int row_number)|Move internal result pointer -mysql_db_name|string|(resource result, int row [, mixed field])|Get result data -mysql_db_query|resource|(string database, string query [, resource link_identifier])|Send a MySQL query -mysql_drop_db|bool|(string database_name [, resource link_identifier])|Drop (delete) a MySQL database -mysql_errno|int|( [resource link_identifier])|Returns the numerical value of the error message from previous MySQL operation -mysql_error|string|( [resource link_identifier])|Returns the text of the error message from previous MySQL operation -mysql_escape_string|string|(string unescaped_string)|Escapes a string for use in a mysql_query. -mysql_fetch_array|array|(resource result [, int result_type])|Fetch a result row as an associative array, a numeric array, or both. -mysql_fetch_assoc|array|(resource result)|Fetch a result row as an associative array -mysql_fetch_field|object|(resource result [, int field_offset])|Get column information from a result and return as an object -mysql_fetch_lengths|array|(resource result)|Get the length of each output in a result -mysql_fetch_object|object|(resource result)|Fetch a result row as an object -mysql_fetch_row|array|(resource result)|Get a result row as an enumerated array -mysql_field_flags|string|(resource result, int field_offset)|Get the flags associated with the specified field in a result -mysql_field_len|int|(resource result, int field_offset)|Returns the length of the specified field -mysql_field_name|string|(resource result, int field_index)|Get the name of the specified field in a result -mysql_field_seek|int|(resource result, int field_offset)|Set result pointer to a specified field offset -mysql_field_table|string|(resource result, int field_offset)|Get name of the table the specified field is in -mysql_field_type|string|(iresource result, int field_offset)|Get the type of the specified field in a result -mysql_free_result|bool|(resource result)|Free result memory -mysql_get_client_info|string|()|Get MySQL client info -mysql_get_host_info|string|( [resource link_identifier])|Get MySQL host info -mysql_get_proto_info|int|( [resource link_identifier])|Get MySQL protocol info -mysql_get_server_info|string|( [resource link_identifier])|Get MySQL server info -mysql_info|string|( [resource link_identifier])|Get information about the most recent query -mysql_insert_id|int|( [resource link_identifier])|Get the id generated from the previous INSERT operation -mysql_list_dbs|resource|( [resource link_identifier])|List databases available on a MySQL server -mysql_list_fields|resource|(string database_name, string table_name [, resource link_identifier])|List MySQL result fields -mysql_list_processes|resource|( [resource link_identifier])|List MySQL processes -mysql_list_tables|resource|(string database [, resource link_identifier])|List tables in a MySQL database -mysql_num_fields|int|(resource result)|Get number of fields in result -mysql_num_rows|int|(resource result)|Get number of rows in result -mysql_pconnect|resource|( [string server [, string username [, string password]]])|Open a persistent connection to a MySQL server -mysql_ping|bool|( [resource link_identifier])|Ping a server connection or reconnect if there is no connection -mysql_query|resource|(string query [, resource link_identifier])|Send a MySQL query -mysql_real_escape_string|string|(string unescaped_string [, resource link_identifier])|Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection. -mysql_result|mixed|(resource result, int row [, mixed field])|Get result data -mysql_select_db|bool|(string database_name [, resource link_identifier])|Select a MySQL database -mysql_stat|string|( [resource link_identifier])|Get current system status -mysql_tablename|string|(resource result, int i)|Get table name of field -mysql_thread_id|int|( [resource link_identifier])|Return the current thread id -mysql_unbuffered_query|resource|(string query [, resource link_identifier])|Send an SQL query to MySQL, without fetching and buffering the result rows -natcasesort|void|(array array)|Sort an array using a case insensitive "natural order" algorithm -natsort|void|(array array)|Sort an array using a "natural order" algorithm -ncurses_addch|int|(int ch)|Add character at current position and advance cursor -ncurses_addchnstr|int|(string s, int n)|Add attributed string with specified length at current position -ncurses_addchstr|int|(string s)|Add attributed string at current position -ncurses_addnstr|int|(string s, int n)|Add string with specified length at current position -ncurses_addstr|int|(string text)|Output text at current position -ncurses_assume_default_colors|int|(int fg, int bg)|Define default colors for color 0 -ncurses_attroff|int|(int attributes)|Turn off the given attributes -ncurses_attron|int|(int attributes)|Turn on the given attributes -ncurses_attrset|int|(int attributes)|Set given attributes -ncurses_baudrate|int|()|Returns baudrate of terminal -ncurses_beep|int|()|Let the terminal beep -ncurses_bkgd|int|(int attrchar)|Set background property for terminal screen -ncurses_bkgdset|void|(int attrchar)|Control screen background -ncurses_border|int|(int left, int right, int top, int bottom, int tl_corner, int tr_corner, int bl_corner, int br_corner)|Draw a border around the screen using attributed characters -ncurses_can_change_color|bool|()|Check if we can change terminals colors -ncurses_cbreak|bool|()|Switch of input buffering -ncurses_clear|bool|()|Clear screen -ncurses_clrtobot|bool|()|Clear screen from current position to bottom -ncurses_clrtoeol|bool|()|Clear screen from current position to end of line -ncurses_color_set|int|(int pair)|Set fore- and background color -ncurses_curs_set|int|(int visibility)|Set cursor state -ncurses_define_key|int|(string definition, int keycode)|Define a keycode -ncurses_def_prog_mode|bool|()|Saves terminals (program) mode -ncurses_def_shell_mode|bool|()|Saves terminals (shell) mode -ncurses_delay_output|int|(int milliseconds)|Delay output on terminal using padding characters -ncurses_delch|bool|()|Delete character at current position, move rest of line left -ncurses_deleteln|bool|()|Delete line at current position, move rest of screen up -ncurses_delwin|int|(resource window)|Delete a ncurses window -ncurses_doupdate|bool|()|Write all prepared refreshes to terminal -ncurses_echo|bool|()|Activate keyboard input echo -ncurses_echochar|int|(int character)|Single character output including refresh -ncurses_end|int|()|Stop using ncurses, clean up the screen -ncurses_erase|bool|()|Erase terminal screen -ncurses_erasechar|string|()|Returns current erase character -ncurses_filter|int|()| -ncurses_flash|bool|()|Flash terminal screen (visual bell) -ncurses_flushinp|bool|()|Flush keyboard input buffer -ncurses_getch|int|()|Read a character from keyboard -ncurses_getmouse|bool|(array mevent)|Reads mouse event -ncurses_halfdelay|int|(int tenth)|Put terminal into halfdelay mode -ncurses_has_colors|bool|()|Check if terminal has colors -ncurses_has_ic|bool|()|Check for insert- and delete-capabilities -ncurses_has_il|bool|()|Check for line insert- and delete-capabilities -ncurses_has_key|int|(int keycode)|Check for presence of a function key on terminal keyboard -ncurses_hline|int|(int charattr, int n)|Draw a horizontal line at current position using an attributed character and max. n characters long -ncurses_inch|string|()|Get character and attribute at current position -ncurses_init_color|int|(int color, int r, int g, int b)|Set new RGB value for color -ncurses_init|int|()|Initialize ncurses -ncurses_init_pair|int|(int pair, int fg, int bg)|Allocate a color pair -ncurses_insch|int|(int character)|Insert character moving rest of line including character at current position -ncurses_insdelln|int|(int count)|Insert lines before current line scrolling down (negative numbers delete and scroll up) -ncurses_insertln|bool|()|Insert a line, move rest of screen down -ncurses_insstr|int|(string text)|Insert string at current position, moving rest of line right -ncurses_instr|int|(string buffer)|Reads string from terminal screen -ncurses_isendwin|bool|()|Ncurses is in endwin mode, normal screen output may be performed -ncurses_keyok|int|(int keycode, bool enable)|Enable or disable a keycode -ncurses_killchar|bool|()|Returns current line kill character -ncurses_longname|string|()|Returns terminals description -ncurses_mouseinterval|int|(int milliseconds)|Set timeout for mouse button clicks -ncurses_mousemask|int|(int newmask, int oldmask)|Sets mouse options -ncurses_move|int|(int y, int x)|Move output position -ncurses_mvaddch|int|(int y, int x, int c)|Move current position and add character -ncurses_mvaddchnstr|int|(int y, int x, string s, int n)|Move position and add attrributed string with specified length -ncurses_mvaddchstr|int|(int y, int x, string s)|Move position and add attributed string -ncurses_mvaddnstr|int|(int y, int x, string s, int n)|Move position and add string with specified length -ncurses_mvaddstr|int|(int y, int x, string s)|Move position and add string -ncurses_mvcur|int|(int old_y, int old_x, int new_y, int new_x)|Move cursor immediately -ncurses_mvdelch|int|(int y, int x)|Move position and delete character, shift rest of line left -ncurses_mvgetch|int|(int y, int x)|Move position and get character at new position -ncurses_mvhline|int|(int y, int x, int attrchar, int n)|Set new position and draw a horizontal line using an attributed character and max. n characters long -ncurses_mvinch|int|(int y, int x)|Move position and get attributed character at new position -ncurses_mvvline|int|(int y, int x, int attrchar, int n)|Set new position and draw a vertical line using an attributed character and max. n characters long -ncurses_mvwaddstr|int|(resource window, int y, int x, string text)|Add string at new position in window -ncurses_napms|int|(int milliseconds)|Sleep -ncurses_newwin|int|(int rows, int cols, int y, int x)|Create a new window -ncurses_nl|bool|()|Translate newline and carriage return / line feed -ncurses_nocbreak|bool|()|Switch terminal to cooked mode -ncurses_noecho|bool|()|Switch off keyboard input echo -ncurses_nonl|bool|()|Do not translate newline and carriage return / line feed -ncurses_noqiflush|int|()|Do not flush on signal characters -ncurses_noraw|bool|()|Switch terminal out of raw mode -ncurses_putp|int|(string text)| -ncurses_qiflush|int|()|Flush on signal characters -ncurses_raw|bool|()|Switch terminal into raw mode -ncurses_refresh|int|(int ch)|Refresh screen -ncurses_resetty|bool|()|Restores saved terminal state -ncurses_savetty|bool|()|Saves terminal state -ncurses_scr_dump|int|(string filename)|Dump screen content to file -ncurses_scr_init|int|(string filename)|Initialize screen from file dump -ncurses_scrl|int|(int count)|Scroll window content up or down without changing current position -ncurses_scr_restore|int|(string filename)|Restore screen from file dump -ncurses_scr_set|int|(string filename)|Inherit screen from file dump -ncurses_slk_attr|bool|()|Returns current soft label key attribute -ncurses_slk_attroff|int|(int intarg)| -ncurses_slk_attron|int|(int intarg)| -ncurses_slk_attrset|int|(int intarg)| -ncurses_slk_clear|bool|()|Clears soft labels from screen -ncurses_slk_color|int|(int intarg)|Sets color for soft label keys -ncurses_slk_init|bool|(int format)|Initializes soft label key functions -ncurses_slk_noutrefresh|bool|()|Copies soft label keys to virtual screen -ncurses_slk_refresh|bool|()|Copies soft label keys to screen -ncurses_slk_restore|bool|()|Restores soft label keys -ncurses_slk_touch|bool|()|Fources output when ncurses_slk_noutrefresh is performed -ncurses_standend|int|()|Stop using 'standout' attribute -ncurses_standout|int|()|Start using 'standout' attribute -ncurses_start_color|int|()|Start using colors -ncurses_termattrs|bool|()|Returns a logical OR of all attribute flags supported by terminal -ncurses_termname|string|()|Returns terminals (short)-name -ncurses_timeout|void|(int millisec)|Set timeout for special key sequences -ncurses_typeahead|int|(int fd)|Specify different filedescriptor for typeahead checking -ncurses_ungetch|int|(int keycode)|Put a character back into the input stream -ncurses_ungetmouse|bool|(array mevent)|Pushes mouse event to queue -ncurses_use_default_colors|bool|()|Assign terminal default colors to color id -1 -ncurses_use_env|void|(bool flag)|Control use of environment information about terminal size -ncurses_use_extended_names|int|(bool flag)|Control use of extended names in terminfo descriptions -ncurses_vidattr|int|(int intarg)| -ncurses_vline|int|(int charattr, int n)|Draw a vertical line at current position using an attributed character and max. n characters long -ncurses_wrefresh|int|(resource window)|Refresh window on terminal screen -next|mixed|(array array)|Advance the internal array pointer of an array -ngettext|string|(string msgid1, string msgid2, int n)|Plural version of gettext -nl2br|string|(string string)|Inserts HTML line breaks before all newlines in a string -nl_langinfo|string|(int item)|Query language and locale information -notes_body|array|(string server, string mailbox, int msg_number)|Open the message msg_number in the specified mailbox on the specified server (leave serv -notes_copy_db|string|(string from_database_name, string to_database_name)|Create a note using form form_name -notes_create_db|bool|(string database_name)|Create a Lotus Notes database -notes_create_note|string|(string database_name, string form_name)|Create a note using form form_name -notes_drop_db|bool|(string database_name)|Drop a Lotus Notes database -notes_find_note|bool|(string database_name, string name [, string type])|Returns a note id found in database_name. Specify the name of the note. Leaving type bla -notes_header_info|object|(string server, string mailbox, int msg_number)|Open the message msg_number in the specified mailbox on the specified server (leave serv -notes_list_msgs|bool|(string db)|Returns the notes from a selected database_name -notes_mark_read|string|(string database_name, string user_name, string note_id)|Mark a note_id as read for the User user_name -notes_mark_unread|string|(string database_name, string user_name, string note_id)|Mark a note_id as unread for the User user_name -notes_nav_create|bool|(string database_name, string name)|Create a navigator name, in database_name -notes_search|string|(string database_name, string keywords)|Find notes that match keywords in database_name -notes_unread|string|(string database_name, string user_name)|Returns the unread note id's for the current User user_name -notes_version|string|(string database_name)|Get the version Lotus Notes -number_format|string|(float number [, int decimals [, string dec_point [, string thousands_sep]]])|Format a number with grouped thousands -ob_clean|void|()|Clean (erase) the output buffer -ob_end_clean|void|()|Clean (erase) the output buffer and turn off output buffering -ob_end_flush|void|()|Flush (send) the output buffer and turn off output buffering -ob_flush|void|()|Flush (send) the output buffer -ob_get_contents|string|()|Return the contents of the output buffer -ob_get_length|string|()|Return the length of the output buffer -ob_get_level|int|()|Return the nesting level of the output buffering mechanism -ob_gzhandler|string|(string buffer [, int mode])|ob_start callback function to gzip output buffer -ob_iconv_handler|array|(string contents, int status)|Convert character encoding as output buffer handler -ob_implicit_flush|void|( [int flag])|Turn implicit flush on/off -objectbyanchor|object|(array parameter)|Returns the object an anchor belongs to -ob_start|void|( [string output_callback])|Turn on output buffering -OCIBindByName|int|(int stmt, string ph_name, mixed & variable, int length [, int type])|Bind a PHP variable to an Oracle Placeholder -OCICancel|int|(int stmt)|Cancel reading from cursor -OCICollAppend|string|(object collection, object object)|Coming soon -OCICollAssignElem|string|(object collection, string ndx, string val)|Coming soon -OCICollAssign|string|(object collection, object object)|Coming soon -OCICollGetElem|string|(object collection, string ndx)|Coming soon -OCICollMax|string|(object collection)|Coming soon -OCICollSize|string|(object collection)|Coming soon -OCICollTrim|string|(object collection, int num)|Coming soon -OCIColumnIsNULL|int|(int stmt, mixed column)|Test whether a result column is &null; -OCIColumnName|string|(int stmt, int col)|Returns the name of a column -OCIColumnPrecision|int|(int stmt, int col)|Coming soon -OCIColumnScale|int|(int stmt, int col)|Coming soon -OCIColumnSize|int|(int stmt, mixed column)|Return result column size -OCIColumnType|mixed|(int stmt, int col)|Returns the data type of a column -OCIColumnTypeRaw|mixed|(int stmt, int col)|Coming soon -OCICommit|int|(int connection)|Commits outstanding transactions -OCIDefineByName|int|(int stmt, string Column-Name, mixed variable [, int type])|Use a PHP variable for the define-step during a SELECT -OCIError|array|( [int stmt|conn|global])|Return the last error of stmt|conn|global -OCIExecute|int|(int statement [, int mode])|Execute a statement -OCIFetch|int|(int statement)|Fetches the next row into result-buffer -OCIFetchInto|int|(int stmt, array & result [, int mode])|Fetches the next row into result-array -OCIFetchStatement|int|(int stmt, array & variable)|Fetch all rows of result data into an array -OCIFreeCollection|string|(object lob)|Coming soon -OCIFreeCursor|int|(int stmt)|Free all resources associated with a cursor -OCIFreeDesc|int|(object lob)|Deletes a large object descriptor -OCIFreeStatement|int|(int stmt)|Free all resources associated with a statement -OCIInternalDebug|void|(int onoff)|Enables or disables internal debug output -OCILoadLob|string|(object lob)|Coming soon -OCILogOff|int|(int connection)|Disconnects from Oracle -OCILogon|int|(string username, string password [, string db])|Establishes a connection to Oracle -OCINewCollection|string|(int conn, string tdo [, string shema])|Coming soon -OCINewCursor|int|(int conn)|Return a new cursor (Statement-Handle) -OCINewDescriptor|string|(int connection [, int type])|Initialize a new empty LOB or FILE descriptor -OCINLogon|int|(string username, string password [, string db])|Establishes a new connection to Oracle -OCINumCols|int|(int stmt)|Return the number of result columns in a statement -OCIParse|int|(int conn, string query)|Parse a query and return a statement -OCIPLogon|int|(string username, string password [, string db])|Connect to an Oracle database using a persistent connection -OCIResult|mixed|(int statement, mixed column)|Returns column value for fetched row -OCIRollback|int|(int connection)|Rolls back outstanding transactions -OCIRowCount|int|(int statement)|Gets the number of affected rows -OCISaveLobFile|string|(object lob)|Coming soon -OCISaveLob|string|(object lob)|Coming soon -OCIServerVersion|string|(int conn)|Return a string containing server version information -OCISetPrefetch|int|(int stmt, int rows)|Sets number of rows to be prefetched -OCIStatementType|string|(int stmt)|Return the type of an OCI statement -OCIWriteLobToFile|void|(object lob [, string filename [, int start [, int lenght]]])|Coming soon -octdec|int|(string octal_string)|Octal to decimal -odbc_autocommit|bool|(resource connection_id [, bool OnOff])|Toggle autocommit behaviour -odbc_binmode|int|(resource result_id, int mode)|Handling of binary column data -odbc_close_all|void|()|Close all ODBC connections -odbc_close|void|(resource connection_id)|Close an ODBC connection -odbc_columnprivileges|int|(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])|Returns a result identifier that can be used to fetch a list of columns and associated privileges -odbc_columns|int|(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])|Lists the column names in specified tables. Returns a result identifier containing the information. -odbc_commit|bool|(resource connection_id)|Commit an ODBC transaction -odbc_connect|resource|(string dsn, string user, string password [, int cursor_type])|Connect to a datasource -odbc_cursor|string|(resource result_id)|Get cursorname -odbc_do|resource|(resource conn_id, string query)|Synonym for odbc_exec -odbc_errormsg|string|( [resource connection_id])|Get the last error message -odbc_error|string|( [resource connection_id])|Get the last error code -odbc_exec|resource|(resource connection_id, string query_string)|Prepare and execute a SQL statement -odbc_execute|resource|(resource result_id [, array parameters_array])|Execute a prepared statement -odbc_fetch_array|array|(resource result [, int rownumber])|Fetch a result row as an associative array -odbc_fetch_into|bool|(resource result_id [, int rownumber, array result_array])|Fetch one result row into array -odbc_fetch_object|object|(resource result [, int rownumber])|Fetch a result row as an object -odbc_fetch_row|bool|(resource result_id [, int row_number])|Fetch a row -odbc_field_len|int|(resource result_id, int field_number)|Get the length (precision) of a field -odbc_field_name|string|(resource result_id, int field_number)|Get the columnname -odbc_field_num|int|(resource result_id, string field_name)|Return column number -odbc_field_precision|string|(resource result_id, int field_number)|Synonym for odbc_field_len -odbc_field_scale|string|(resource result_id, int field_number)|Get the scale of a field -odbc_field_type|string|(resource result_id, int field_number)|Datatype of a field -odbc_foreignkeys|resource|(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)|Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table -odbc_free_result|bool|(resource result_id)|Free resources associated with a result -odbc_gettypeinfo|int|(resource connection_id [, int data_type])|Returns a result identifier containing information about data types supported by the data source. -odbc_longreadlen|int|(resource result_id, int length)|Handling of LONG columns -odbc_next_result|bool|(resource result_id)|Checks if multiple results are avaiable -odbc_num_fields|int|(resource result_id)|Number of columns in a result -odbc_num_rows|int|(resource result_id)|Number of rows in a result -odbc_pconnect|int|(string dsn, string user, string password [, int cursor_type])|Open a persistent database connection -odbc_prepare|resource|(resource connection_id, string query_string)|Prepares a statement for execution -odbc_primarykeys|resource|(resource connection_id, string qualifier, string owner, string table)|Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table -odbc_procedurecolumns|resource|(resource connection_id [, string qualifier [, string owner [, string proc [, string column]]]])|Retrieve information about parameters to procedures -odbc_procedures|resource|(resource connection_id [, string qualifier [, string owner [, string name]]])|Get the list of procedures stored in a specific data source. Returns a result identifier containing the information. -odbc_result_all|int|(resource result_id [, string format])|Print result as HTML table -odbc_result|string|(resource result_id, mixed field)|Get result data -odbc_rollback|int|(resource connection_id)|Rollback a transaction -odbc_setoption|int|(resource id, int function, int option, int param)|Adjust ODBC settings. Returns &false; if an error occurs, otherwise &true;. -odbc_specialcolumns|resource|(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)|Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction -odbc_statistics|resource|(resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy)|Retrieve statistics about a table -odbc_tableprivileges|int|(resource connection_id [, string qualifier [, string owner [, string name]]])|Lists tables and the privileges associated with each table -odbc_tables|int|(resource connection_id [, string qualifier [, string owner [, string name [, string types]]]])|Get the list of table names stored in a specific data source. Returns a result identifier containing the information. -opendir|resource|(string path)|open directory handle -openlog|int|(string ident, int option, int facility)|Open connection to system logger -openssl_csr_export|bool|(resource csr, string out [, bool notext])|Exports a CSR to file or a var -openssl_csr_export_to_file|bool|(resource csr, string outfilename [, bool notext])|Exports a CSR to file or a var -openssl_csr_new|bool|(array dn, resource privkey [, array extraattribs [, array configargs]])|Generates a privkey and CSR -openssl_csr_sign|resource|(mixed csr, mixed x509, mixed priv_key, long days)|Signs a cert with another CERT -openssl_error_string|mixed|()|Return openSSL error message -openssl_free_key|void|(resource key_identifier)|Free key resource -openssl_get_privatekey|resource|(mixed key [, string passphrase])|Prepare a PEM formatted private key for use -openssl_get_publickey|resource|(mixed certificate)|Extract public key from certificate and prepare it for use -openssl_open|bool|(string sealed_data, string open_data, string env_key, mixed priv_key_id)|Open sealed data -openssl_pkcs7_decrypt|bool|(string infilename, string outfilename, mixed recipcert, mixed recipkey)|Decrypts an S/MIME encrypted message -openssl_pkcs7_encrypt|bool|(string infilename, string outfilename, mixed recipcerts, array headers [, long flags])|Encrypt an S/MIME message -openssl_pkcs7_sign|bool|(string infilename, string outfilename, mixed signcert, mixed privkey, array headers [, long flags [, string extracertsfilename]])|sign an S/MIME message -openssl_pkcs7_verify|bool|(string filename, int flags [, string outfilename [, array cainfo [, string extracerts]]])|Verifies the signature of an S/MIME signed message -openssl_pkey_export|bool|(mixed key, mixed out [, string passphrase [, array config_args]])|Gets an exportable representation of a key into a string or file -openssl_pkey_export_to_file|bool|(mixed key, string outfilename [, string passphrase [, array config_args]])|Gets an exportable representation of a key into a file -openssl_pkey_new|resource|( [array configargs])|Generates a new private key -openssl_private_decrypt|bool|(string data, string crypted, mixed key [, int padding])|Decrypts data with private key -openssl_private_encrypt|bool|(string data, string crypted, mixed key [, int padding])|Encrypts data with private key -openssl_public_decrypt|bool|(string data, string crypted, resource key [, int padding])|Decrypts data with public key -openssl_public_encrypt|bool|(string data, string crypted, mixed key [, int padding])|Encrypts data with public key -openssl_seal|int|(string data, string sealed_data, array env_keys, array pub_key_ids)|Seal (encrypt) data -openssl_sign|bool|(string data, string signature, mixed priv_key_id)|Generate signature -openssl_verify|int|(string data, string signature, mixed pub_key_id)|Verify signature -openssl_x509_check_private_key|bool|(mixed cert, mixed key)|Checks if a private key corresponds to a CERT -openssl_x509_checkpurpose|bool|(mixed x509cert, int purpose, array cainfo [, string untrustedfile])|Verifies if a certificate can be used for a particular purpose -openssl_x509_export|bool|(mixed x509, string outfilename [, bool notext])|Exports a CERT to file or a var -openssl_x509_export_to_file|bool|(mixed x509, string outfilename [, bool notext])|Exports a CERT to file or a var -openssl_x509_free|void|(resource x509cert)|Free certificate resource -openssl_x509_parse|array|(mixed x509cert [, bool shortnames])|Parse an X509 certificate and return the information as an array -openssl_x509_read|resource|(mixed x509certdata)|Parse an X.509 certificate and return a resource identifier for it -ora_bind|int|(int cursor, string PHP variable name, string SQL parameter name, int length [, int type])|bind a PHP variable to an Oracle parameter -ora_close|int|(int cursor)|close an Oracle cursor -Ora_ColumnName|string|(int cursor, int column)|get name of Oracle result column -Ora_ColumnSize|int|(int cursor, int column)|get size of Oracle result column -Ora_ColumnType|string|(int cursor, int column)|get type of Oracle result column -ora_commit|int|(int conn)|commit an Oracle transaction -ora_commitoff|int|(int conn)|disable automatic commit -ora_commiton|int|(int conn)|enable automatic commit -ora_do|int|(int conn, string query)|Parse, Exec, Fetch -Ora_ErrorCode|int|(int cursor_or_connection)|get Oracle error code -Ora_Error|string|(int cursor_or_connection)|get Oracle error message -ora_exec|int|(int cursor)|execute parsed statement on an Oracle cursor -ora_fetch|int|(int cursor)|fetch a row of data from a cursor -ora_fetch_into|int|(int cursor, array result [, int flags])|Fetch a row into the specified result array -ora_getcolumn|mixed|(int cursor, mixed column)|get data from a fetched column -ora_logoff|int|(int connection)|close an Oracle connection -ora_logon|int|(string user, string password)|open an Oracle connection -ora_numcols|int|(int cursor_ind)|Returns the number of columns -ora_numrows|int|(int cursor_ind)|Returns the number of rows -ora_open|int|(int connection)|open an Oracle cursor -ora_parse|int|(int cursor_ind, string sql_statement, int defer)|parse an SQL statement -ora_plogon|int|(string user, string password)|Open a persistent Oracle connection -ora_rollback|int|(int connection)|roll back transaction -ord|int|(string string)|Return ASCII value of character -overload|void|( [string class_name])|Enable property and method call overloading for a class -ovrimos_close|void|(int connection)|Closes the connection to ovrimos -ovrimos_commit|int|(int connection_id)|Commits the transaction -ovrimos_connect|int|(string host, string db, string user, string password)|Connect to the specified database -ovrimos_cursor|int|(int result_id)|Returns the name of the cursor -ovrimos_exec|int|(int connection_id, string query)|Executes an SQL statement -ovrimos_execute|bool|(int result_id [, array parameters_array])|Executes a prepared SQL statement -ovrimos_fetch_into|bool|(int result_id, array result_array [, string how [, int rownumber]])|Fetches a row from the result set -ovrimos_fetch_row|bool|(int result_id [, int how [, int row_number]])|Fetches a row from the result set -ovrimos_field_len|int|(int result_id, int field_number)|Returns the length of the output column -ovrimos_field_name|int|(int result_id, int field_number)|Returns the output column name -ovrimos_field_num|int|(int result_id, string field_name)|Returns the (1-based) index of the output column -ovrimos_field_type|int|(int result_id, int field_number)|Returns the (numeric) type of the output column -ovrimos_free_result|bool|(int result_id)|Frees the specified result_id -ovrimos_longreadlen|int|(int result_id, int length)|Specifies how many bytes are to be retrieved from long datatypes -ovrimos_num_fields|int|(int result_id)|Returns the number of columns -ovrimos_num_rows|int|(int result_id)|Returns the number of rows affected by update operations -ovrimos_prepare|int|(int connection_id, string query)|Prepares an SQL statement -ovrimos_result_all|bool|(int result_id [, string format])|Prints the whole result set as an HTML table -ovrimos_result|int|(int result_id, mixed field)|Retrieves the output column -ovrimos_rollback|int|(int connection_id)|Rolls back the transaction -pack|string|(string format [, mixed args])|Pack data into binary string. -parents|array|(array parameter)|Returns parents of an object -parse_ini_file|array|(string filename [, bool process_sections])|Parse a configuration file -parse_str|void|(string str [, array arr])|Parses the string into variables -parse_url|array|(string url)|Parse a URL and return its components -passthru|void|(string command [, int return_var])|Execute an external program and display raw output -pathinfo|array|(string path)|Returns information about a file path -pclose|int|(int fp)|Closes process file pointer -pcntl_exec|bool|(string path [, array args [, array envs]])|Executes specified program in current process space -pcntl_fork|int|()|Forks the currently running process -pcntl_signal|bool|(int signo, mixed handle)|Installs a signal handler -pcntl_waitpid|int|(int pid, int status, int options)|Waits on or returns the status of a forked child -pcntl_wexitstatus|int|(int status)|Returns the return code of a terminated child -pcntl_wifexited|int|(int status)|Returns &true; if status code represents a successful exit -pcntl_wifsignaled|int|(int status)|Returns &true; if status code represents a termination due to a signal -pcntl_wifstopped|int|(int status)|Returns &true; if child process is currently stopped -pcntl_wstopsig|int|(int status)|Returns the signal which caused the child to stop -pcntl_wtermsig|int|(int status)|Returns the signal which caused the child to terminate -pdf_add_bookmark|int|(int pdf object, string text [, int parent [, int open]])|Deprecated: Adds annotation -pdf_add_launchlink|int|(int pdf object, float llx, float lly, float urx, float ury, string filename)|Add a launch annotation for current page -pdf_add_locallink|int|(int pdf object, float llx, float lly, float urx, float ury, int page, string dest)|Add a link annotation for current page -pdf_add_note|int|(int pdf object, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)|Add a note annotation for current page -pdf_add_pdflink|int|(int pdf object, float llx, float lly, float urx, float ury, string filename, int page, string dest)|Deprecated: Adds bookmark for current page -pdf_add_thumbnail|int|(int pdf object, int image)|Adds thumbnail for current page -pdf_add_weblink|int|(int pdf object, float llx, float lly, float urx, float ury, string url)|Adds weblink for current page -pdf_arc|void|(resource pdf object, float x, float y, float r, float alpha, float beta)|Draws an arc (clockwise) -pdf_arc|void|(resource pdf object, float x, float y, float r, float alpha, float beta)|Draws an arc (counterclockwise) -pdf_attach_file|int|(int pdf object, float llx, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)|Adds a file attachement for current page -pdf_begin_page|void|(int pdf object, float width, float height)|Starts new page -pdf_begin_pattern|int|(int pdf object, float width, float height, float xstep, float ystep, int painttype)|Starts new pattern -pdf_begin_template|void|(int pdf object, float width, float height)|Starts new template -pdf_circle|void|(int pdf object, float x, float y, float r)|Draws a circle -pdf_clip|void|(int pdf object)|Clips to current path -pdf_close_image|void|(int pdf object, int image)|Closes an image -pdf_closepath_fill_stroke|void|(int pdf object)|Closes, fills and strokes current path -pdf_closepath_stroke|void|(int pdf object)|Closes path and draws line along path -pdf_closepath|void|(int pdf object)|Closes path -pdf_close_pdi_page|void|(int pdf object, int pagehandle)|Close the page handle -pdf_close_pdi|void|(int pdf object, int dochandle)|Close the input PDF document -pdf_close|void|(int pdf object)|Closes a pdf object -pdf_concat|void|(int pdf object, float a, float b, float c, float d, float e, float f)|Concatenate a matrix to the CTM -pdf_continue_text|void|(int pdf object, string text)|Outputs text in next line -pdf_curveto|void|(int pdf object, float x1, float y1, float x2, float y2, float x3, float y3)|Draws a curve -pdf_delete|void|(int pdf object)|Deletes a PDF object -pdf_end_page|void|(int pdf object)|Ends a page -pdf_end_pattern|void|(int pdf object)|Deprecated: Ends current path -pdf_end_template|void|(int pdf object)|Finish template -pdf_fill_stroke|void|(int pdf object)|Fills and strokes current path -pdf_fill_stroke|void|(int pdf object)|Fills current path -pdf_findfont|int|(int pdf object, string fontname, string encoding, int embed)|Prepare font for later use with pdf_setfont. -pdf_get_buffer|string|(int pdf object)|Fetch the buffer containig the generated PDF data. -pdf_get_image_height|string|(int pdf object, int image)|Deprecated: font handling -pdf_get_image_width|string|(int pdf object, int image)|Returns width of an image -pdf_get_majorversion|int|()|Returns the major version number of the PDFlib -pdf_get_majorversion|int|()|Returns the minor version number of the PDFlib -pdf_get_parameter|string|(int pdf object, string key [, float modifier])|Gets certain parameters -pdf_get_pdi_parameter|string|(int pdf object, string key, int doc, int page, int index)|Get some PDI string parameters -pdf_get_pdi_value|string|(int pdf object, string key, int doc, int page, int index)|Gets some PDI numerical parameters -pdf_get_value|float|(int pdf object, string key [, float modifier])|Gets certain numerical value -pdf_initgraphics|void|(int pdf object)|Resets graphic state -pdf_lineto|void|(int pdf object, float x, float y)|Draws a line -pdf_makespotcolor|void|(int pdf object, string spotname)|Makes a spotcolor -pdf_moveto|void|(int pdf object, float x, float y)|Sets current point -pdf_new|int|()|Creates a new pdf object -pdf_open_CCITT|int|(int pdf object, string filename, int width, int height, int BitReverse, int k, int Blackls1)|Deprecated: Open a new pdf object -pdf_open_file|int|(int pdf object [, string filename])|Opens a new pdf object -pdf_open_image_file|int|(int PDF-document, string imagetype, string filename [, string stringparam [, string intparam]])|Reads an image from a file -pdf_open_image|int|(int PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)|Deprecated: Opens a GIF image -pdf_open_memory_image|int|(int pdf object, int image)|Deprecated: Opens a JPEG image -pdf_open_pdi|int|(int pdf object, string filename, string stringparam, int intparam)|Opens a PDF file -pdf_open_pdi_page|int|(int pdf object, int dochandle, int pagenumber, string pagelabel)|Prepare a page -pdf_open_tiff|int|(int PDF-document, string filename)|Deprecated: Opens a PNG image -pdf_place_image|void|(int pdf object, int image, float x, float y, float scale)|Places an image on the page -pdf_place_pdi_page|void|(int pdf object, int page, float x, float y, float sx, float sy)|Places an image on the page -pdf_rect|void|(int pdf object, float x, float y, float width, float height)|Draws a rectangle -pdf_restore|void|(int pdf object)|Restores formerly saved environment -pdf_rotate|void|(int pdf object, float phi)|Sets rotation -pdf_save|void|(int pdf object)|Saves the current environment -pdf_scale|void|(int pdf object, float x-scale, float y-scale)|Sets scaling -pdf_set_border_color|void|(int pdf object, float red, float green, float blue)|Sets color of border around links and annotations -pdf_set_border_dash|void|(int pdf object, float black, float white)|Sets dash style of border around links and annotations -pdf_set_border_style|void|(int pdf object, string style, float width)|Sets style of border around links and annotations -pdf_setcolor|void|(int pdf object, string type, string colorspace, float c1 [, float c2 [, float c3 [, float c4]]])|Sets fill and stroke color -pdf_setdash|void|(int pdf object, float b, float w)|Sets dash pattern -pdf_setflat|void|(int pdf object, float flatness)|Sets flatness -pdf_setfont|void|(int pdf object, int font, float size)|Set the current font -pdf_setgray_fill|void|(int pdf object, float gray)|Sets filling color to gray value -pdf_setgray_stroke|void|(int pdf object, float gray)|Sets drawing color to gray value -pdf_setgray|void|(int pdf object, float gray)|Sets drawing and filling color to gray value -pdf_set_horiz_scaling|void|(int pdf object, float scale)|Deprecated: Sets character spacing -pdf_set_info_author|bool|(int pdfdoc, string author)|Fills the author field of the document -pdf_set_info_creator|bool|(int pdfdoc, string creator)|Fills the creator field of the document -pdf_set_info_keywords|bool|(int pdfdoc, string keywords)|Fills the keywords field of the document -pdf_set_info_subject|bool|(int pdfdoc, string subject)|Fills the subject field of the document -pdf_set_info_title|bool|(int pdfdoc, string title)|Fills the title field of the document -pdf_set_info|void|(int pdf object, string key, string value)|Fills a field of the document information -pdf_setlinecap|void|(int pdf object, int linecap)|Sets linecap parameter -pdf_setlinejoin|void|(int pdf object, long linejoin)|Sets linejoin parameter -pdf_setlinewidth|void|(int pdf object, float width)|Sets line width -pdf_setmatrix|void|(int pdf object, float a, float b, float c, float d, float e, float f)|Sets current transformation matrix -pdf_setmiterlimit|void|(int pdf object, float miter)|Sets miter limit -pdf_set_parameter|void|(int pdf object, string key, string value)|Deprecated: Sets distance between text lines -pdf_setpolydash|void|(int pdf object, float * dasharray)|Sets complicated dash pattern -pdf_setrgbcolor_fill|void|(int pdf object, float red value, float green value, float blue value)|Sets filling color to rgb color value -pdf_setrgbcolor_stroke|void|(int pdf object, float red value, float green value, float blue value)|Sets drawing color to rgb color value -pdf_setrgbcolor|void|(int pdf object, float red value, float green value, float blue value)|Sets drawing and filling color to rgb color value -pdf_set_text_pos|void|(int pdf object, float x, float y)|Sets text position -pdf_set_value|void|(int pdf object, string key, float value)|Deprecated: Determines how text is rendered -pdf_show_boxed|int|(int pdf object, string text, float left, float top, float width, float height, string hmode [, string feature])|Output text in a box -pdf_show|void|(int pdf object, string text)|Depriciated: Sets spacing between words -pdf_show_xy|void|(int pdf object, string text, float x, float y)|Output text at given position -pdf_skew|void|(int pdf object, float alpha, float beta)|Skews the coordinate system -pdf_stringwidth|float|(int pdf object, string text [, int font [, float size]])|Returns width of text using current font -pdf_stroke|void|(int pdf object)|Draws line along path -pdf_translate|void|(int pdf object, float tx, float ty)|Sets origin of coordinate system -pfpro_cleanup|void|()|Shuts down the Payflow Pro library -pfpro_init|void|()|Initialises the Payflow Pro library -pfpro_process|array|(array parameters [, string address [, int port [, int timeout [, string proxy address [, int proxy port [, string proxy logon [, string proxy password]]]]]]])|Process a transaction with Payflow Pro -pfpro_process_raw|string|(string parameters [, string address [, int port [, int timeout [, string proxy address [, int proxy port [, string proxy logon [, string proxy password]]]]]]])|Process a raw transaction with Payflow Pro -pfpro_version|string|()|Returns the version of the Payflow Pro software -pfsockopen|int|(string hostname, int port [, int errno [, string errstr [, int timeout]]])|Open persistent Internet or Unix domain socket connection -pg_affected_rows|int|(resource result)|Returns number of affected records(tuples) -pg_cancel_query|bool|(resource connection)|Cancel async query -pg_client_encoding|string|( [resource connection])|Get the client encoding -pg_close|bool|(resource connection)|Close a PostgreSQL connection -pg_connection_busy|bool|(resource connection)|Get connection is busy or not -pg_connection_reset|bool|(resource connection)|Reset connection (reconnect) -pg_connection_status|int|(resource connection)|Get connection status -pg_connect|resource|(string connection_string)|Open a PostgreSQL connection -pg_convert|array|(resource connection, string table_name, array assoc_array)|Convert associative array value into suitable for SQL statement. -pg_copy_from|int|(int connection, string table_name, array rows [, string delimiter [, string null_as]])|Copy a table from an array -pg_copy_to|int|(int connection, string table_name [, string delimiter [, string null_as]])|Copy a table to an array -pg_dbname|string|(resource connection)|Get the database name -pg_delete|long|(resource connection, string table_name, array assoc_array [, bool convert])|Delete records. -pg_end_copy|bool|( [resource connection])|Sync with PostgreSQL backend -pg_escape_bytea|string|(string data)|Escape binary for bytea type -pg_escape_string|string|(string data)|Escape string for text/char type -pg_fetch_array|array|(resource result, int row [, int result_type])|Fetch a row as an array -pg_fetch_object|object|(resource result, int row [, int result_type])|Fetch a row as an object -pg_fetch_result|mixed|(resource result, int row_number, mixed field)|Returns values from a result resource -pg_fetch_row|array|(resource result, int row)|Get a row as an enumerated array -pg_field_is_null|int|(resource result, int row, mixed field)|Test if a field is &null; -pg_field_name|string|(resource result, int field_number)|Returns the name of a field -pg_field_num|int|(resource result, string field_name)|Returns the field number of the named field -pg_field_prtlen|int|(resource result, int row_number, string field_name)|Returns the printed length -pg_field_size|int|(resource result, int field_number)|Returns the internal storage size of the named field -pg_field_type|string|(resource result, int field_number)|Returns the type name for the corresponding field number -pg_free_result|bool|(resource result)|Free result memory -pg_get_result|resource|( [resource connection])|Get asynchronous query result -pg_host|string|(resource connection)|Returns the host name associated with the connection -pg_insert|bool|(resource connection, string table_name, array assoc_array [, bool convert])|Insert array into table. -pg_last_error|string|(resource connection)|Get the last error message string of a connection -pg_last_notice|string|(resource connection)|Returns the last notice message from PostgreSQL server -pg_last_oid|int|(resource result)|Returns the last object's oid -pg_lo_close|bool|(resource large_object)|Close a large object -pg_lo_create|int|(resource connection)|Create a large object -pg_lo_export|bool|(int oid, string pathname [, resource connection])|Export a large object to file -pg_lo_import|int|(string pathname [, resource connection])|Import a large object from file -pg_lo_open|resource|(resource connection, int oid, string mode)|Open a large object -pg_lo_read_all|int|(resource large_object)|Read a entire large object and send straight to browser -pg_lo_read|string|(resource large_object, int len)|Read a large object -pg_lo_seek|bool|(resource large_object, int offset [, int whence])|Seeks position of large object -pg_lo_tell|int|(resource large_object)|Returns current position of large object -pg_lo_unlink|bool|(resource connection, int oid)|Delete a large object -pg_lo_write|int|(resource large_object, string data)|Write a large object -pg_metadata|array|(resource connection, string table_name)|Get metadata for table. -pg_num_fields|int|(resource result)|Returns the number of fields -pg_num_rows|int|(resource result)|Returns the number of rows -pg_options|string|(resource connection)|Get the options associated with the connection -pg_pconnect|int|(string connection_string)|Open a persistent PostgreSQL connection -pg_port|int|(resource connection)|Return the port number associated with the connection -pg_put_line|bool|( [resource connection, string data])|Send a NULL-terminated string to PostgreSQL backend -pg_query|resource|(resource connection, string query)|Execute a query -pg_result_error|string|(resource result)|Get error message associated with result -pg_result_status|int|(resource result)|Get status of query result -pg_select|array|(resource connection, string table_name, array assoc_array [, bool convert])|Select records. -pg_send_query|bool|(resource connection, string query)|Send asynchronous query -pg_set_client_encoding|int|( [resource connection, string encoding])|Set the client encoding -pg_trace|bool|(string pathname [, string mode [, resource connection]])|Enable tracing a PostgreSQL connection -pg_tty|string|(resource connection)|Return the tty name associated with the connection -pg_untrace|bool|( [resource connection])|Disable tracing of a PostgreSQL connection -pg_update|long|(resource connection, string table_name, array condition, array data [, bool convert])|Update table. -phpcredits|void|( [int flag])|Prints out the credits for PHP -phpinfo|int|( [int what])|Outputs lots of PHP information -php_logo_guid|string|()|Gets the logo guid -php_sapi_name|string|()|Returns the type of interface between web server and PHP -php_uname|string|()|Returns information about the operating system PHP was built on -phpversion|string|()|Gets the current PHP version -pi|float|()|Get value of pi -png2wbmp|int|(string pngname, string wbmpname, int d_height, int d_width, int threshold)|Convert PNG image file to WBMP image file -popen|int|(string command, string mode)|Opens process file pointer -posix_ctermid|string|()|Get path name of controlling terminal -posix_getcwd|string|()|Pathname of current directory -posix_getegid|int|()|Return the effective group ID of the current process -posix_geteuid|int|()|Return the effective user ID of the current process -posix_getgid|int|()|Return the real group ID of the current process -posix_getgrgid|array|(int gid)|Return info about a group by group id -posix_getgrnam|array|(string name)|Return info about a group by name -posix_getgroups|array|()|Return the group set of the current process -posix_getlogin|string|()|Return login name -posix_getpgid|int|(int pid)|Get process group id for job control -posix_getpgrp|int|()|Return the current process group identifier -posix_getpid|int|()|Return the current process identifier -posix_getppid|int|()|Return the parent process identifier -posix_getpwnam|array|(string username)|Return info about a user by username -posix_getpwuid|array|(int uid)|Return info about a user by user id -posix_getrlimit|array|()|Return info about system ressource limits -posix_getsid|int|(int pid)|Get the current sid of the process -posix_getuid|int|()|Return the real user ID of the current process -posix_isatty|bool|(int fd)|Determine if a file descriptor is an interactive terminal -posix_kill|bool|(int pid, int sig)|Send a signal to a process -posix_mkfifo|bool|(string pathname, int mode)|Create a fifo special file (a named pipe) -posix_setegid|bool|(int gid)|Set the effective GID of the current process -posix_seteuid|bool|(int uid)|Set the effective UID of the current process -posix_setgid|bool|(int gid)|Set the GID of the current process -posix_setpgid|int|(int pid, int pgid)|set process group id for job control -posix_setsid|int|()|Make the current process a session leader -posix_setuid|bool|(int uid)|Set the UID of the current process -posix_times|array|()|Get process times -posix_ttyname|string|(int fd)|Determine terminal device name -posix_uname|array|()|Get system name -pos|mixed|(array array)|Get the current element from an array -pow|number|(number base, number exp)|Exponential expression -preg_grep|array|(string pattern, array input)|Return array entries that match the pattern -preg_match_all|int|(string pattern, string subject, array matches [, int order])|Perform a global regular expression match -preg_match|int|(string pattern, string subject [, array matches])|Perform a regular expression match -preg_quote|string|(string str [, string delimiter])|Quote regular expression characters -preg_replace_callback|mixed|(mixed pattern, mixed callback, mixed subject [, int limit])|Perform a regular expression search and replace using a callback -preg_replace|mixed|(mixed pattern, mixed replacement, mixed subject [, int limit])|Perform a regular expression search and replace -preg_split|array|(string pattern, string subject [, int limit [, int flags]])|Split string by a regular expression -prev|mixed|(array array)|Rewind the internal array pointer -printer_abort|void|(resource handle)|Deletes the printer's spool file -printer_close|void|(resource handle)|Close an open printer connection -printer_create_brush|mixed|(int style, string color)|Create a new brush -printer_create_dc|void|(resource handle)|Create a new device context -printer_create_font|mixed|(string face, int height, int width, int font_weight, bool italic, bool underline, bool strikeout, int orientaton)|Create a new font -printer_create_pen|mixed|(int style, int width, string color)|Create a new pen -printer_delete_brush|bool|(resource handle)|Delete a brush -printer_delete_dc|bool|(resource handle)|Delete a device context -printer_delete_font|bool|(resource handle)|Delete a font -printer_delete_pen|bool|(resource handle)|Delete a pen -printer_draw_bmp|void|(resource handle, string filename, int x, int y)|Draw a bmp -printer_draw_chord|void|(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad_x, int rad_y, int rad_x1, int rad_y1)|Draw a chord -printer_draw_elipse|void|(resource handle, int ul_x, int ul_y, int lr_x, int lr_y)|Draw an ellipse -printer_draw_line|void|(resource printer_handle, int from_x, int from_y, int to_x, int to_y)|Draw a line -printer_draw_pie|void|(resource handle, int rec_x, int rec_y, int rec_x1, int rec_y1, int rad1_x, int rad1_y, int rad2_x, int rad2_y)|Draw a pie -printer_draw_rectangle|void|(resource handle, int ul_x, int ul_y, int lr_x, int lr_y)|Draw a rectangle -printer_draw_roundrect|void|(resource handle, int ul_x, int ul_y, int lr_x, int lr_y, int width, int height)|Draw a rectangle with rounded corners -printer_draw_text|void|(resource printer_handle, string text, int x, int y)|Draw text -printer_end_doc|bool|(resource handle)|Close document -printer_end_page|bool|(resource handle)|Close active page -printer_get_option|mixed|(resource handle, string option)|Retrieve printer configuration data -printer_list|array|(int enumtype [, string name [, int level]])|Return an array of printers attached to the server -printer_logical_fontheight|int|(resource handle, int height)|Get logical font height -printer_open|mixed|( [string devicename])|Open connection to a printer -printer_select_brush|void|(resource printer_handle, resource brush_handle)|Select a brush -printer_select_font|void|(resource printer_handle, resource font_handle)|Select a font -printer_select_pen|void|(resource printer_handle, resource pen_handle)|Select a pen -printer_set_option|bool|(resource handle, int option, mixed value)|Configure the printer connection -printer_start_doc|bool|(resource handle [, string document])|Start a new document -printer_start_page|bool|(resource handle)|Start a new page -printer_write|bool|(resource handle, string content)|Write data to the printer -printf|void|(string format [, mixed args])|Output a string -print_r|void|(mixed expression)|Prints human-readable information about a variable -proc_close|int|(resource process)|Close a process opened by proc_open and return the exit code of that process. -proc_open|resource|(string cmd, array descriptorspec, array pipes)|Execute a command and open file pointers for input/output -pspell_add_to_personal|int|(int dictionary_link, string word)|Add the word to a personal wordlist -pspell_add_to_session|int|(int dictionary_link, string word)|Add the word to the wordlist in the current session -pspell_check|bool|(int dictionary_link, string word)|Check a word -pspell_clear_session|int|(int dictionary_link)|Clear the current session -pspell_config_create|int|(string language [, string spelling [, string jargon [, string encoding]]])|Create a config used to open a dictionary -pspell_config_ignore|int|(int dictionary_link, int n)|Ignore words less than N characters long -pspell_config_mode|int|(int dictionary_link, int mode)|Change the mode number of suggestions returned -pspell_config_personal|int|(int dictionary_link, string file)|Set a file that contains personal wordlist -pspell_config_repl|int|(int dictionary_link, string file)|Set a file that contains replacement pairs -pspell_config_runtogether|int|(int dictionary_link, bool flag)|Consider run-together words as valid compounds -pspell_config_save_repl|int|(int dictionary_link, bool flag)|Determine whether to save a replacement pairs list along with the wordlist -pspell_new_config|int|(int config)|Load a new dictionary with settings based on a given config -pspell_new|int|(string language [, string spelling [, string jargon [, string encoding [, int mode]]]])|Load a new dictionary -pspell_new_personal|int|(string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]])|Load a new dictionary with personal wordlist -pspell_save_wordlist|int|(int dictionary_link)|Save the personal wordlist to a file -pspell_store_replacement|int|(int dictionary_link, string misspelled, string correct)|Store a replacement pair for a word -pspell_suggest|array|(int dictionary_link, string word)|Suggest spellings of a word -putenv|void|(string setting)|Sets the value of an environment variable -qdom_error|string|()|Returns the error string from the last QDOM operation or FALSE if no errors occured -qdom_tree|object|()|creates a tree of an xml string -quoted_printable_decode|string|(string str)|Convert a quoted-printable string to an 8 bit string -quotemeta|string|(string str)|Quote meta characters -rad2deg|float|(float number)|Converts the radian number to the equivalent number in degrees -rand|int|( [int min, int max])|Generate a random value -range|array|(mixed low, mixed high)|Create an array containing a range of elements -rawurldecode|string|(string str)|Decode URL-encoded strings -rawurlencode|string|(string str)|URL-encode according to RFC1738 -readdir|string|(resource dir_handle)|read entry from directory handle -readfile|int|(string filename [, int use_include_path])|Outputs a file -readgzfile|int|(string filename [, int use_include_path])|Output a gz-file -readline_add_history|void|(string line)|Adds a line to the history -readline_clear_history|bool|()|Clears the history -readline_completion_function|bool|(string line)|Registers a completion function -readline_info|mixed|( [string varname [, string newvalue]])|Gets/sets various internal readline variables -readline_list_history|array|()|Lists the history -readline_read_history|bool|(string filename)|Reads the history -readline|string|( [string prompt])|Reads a line -readline_write_history|bool|(string filename)|Writes the history -readlink|string|(string path)|Returns the target of a symbolic link -read|string|()|directory class -read|string|(string buffer, integer len)|Read content -realpath|string|(string path)|Returns canonicalized absolute pathname -reason|object|(void)|Returns reason of error -recode_file|bool|(string request, resource input, resource output)|Recode from file to file according to recode request -recode|string|(string request, string string)|Recode a string according to a recode request -recode_string|string|(string request, string string)|Recode a string according to a recode request -register_shutdown_function|int|(string func)|Register a function for execution on shutdown -register_tick_function|void|(string func [, mixed arg])|Register a function for execution on each tick -remove|bool|(string name)|Removes attribute -remove|object|(array parameter)|Delete an object -rename|int|(string oldname, string newname)|Renames a file -replace|object|(array parameter)|Replaces an object -reset|mixed|(array array)|Set the internal pointer of an array to its first element -restore_error_handler|void|()|Restores the previous error handler function -rewinddir|void|(resource dir_handle)|rewind directory handle -rewind|int|(int fp)|Rewind the position of a file pointer -rmdir|bool|(string dirname)|Removes directory -round|float|(float val [, int precision])|Rounds a float -rsort|void|(array array [, int sort_flags])|Sort an array in reverse order -rtrim|string|(string str [, string charlist])|Strip whitespace from the end of a string -sem_acquire|bool|(int sem_identifier)|Acquire a semaphore -sem_get|int|(int key [, int max_acquire [, int perm]])|Get a semaphore id -sem_release|bool|(int sem_identifier)|Release a semaphore -sem_remove|bool|(int sem_identifier)|Remove a semaphore -serialize|string|(mixed value)|Generates a storable representation of a value -sesam_affected_rows|int|(string result_id)|Get number of rows affected by an immediate query -sesam_commit|bool|()|Commit pending updates to the SESAM database -sesam_connect|bool|(string catalog, string schema, string user)|Open SESAM database connection -sesam_diagnostic|array|()|Return status information for last SESAM call -sesam_disconnect|bool|()|Detach from SESAM connection -sesam_errormsg|string|()|Returns error message of last SESAM call -sesam_execimm|string|(string query)|Execute an "immediate" SQL-statement -sesam_fetch_array|array|(string result_id [, int whence [, int offset]])|Fetch one row as an associative array -sesam_fetch_result|mixed|(string result_id [, int max_rows])|Return all or part of a query result -sesam_fetch_row|array|(string result_id [, int whence [, int offset]])|Fetch one row as an array -sesam_field_array|array|(string result_id)|Return meta information about individual columns in a result -sesam_field_name|int|(string result_id, int index)|Return one column name of the result set -sesam_free_result|int|(string result_id)|Releases resources for the query -sesam_num_fields|int|(string result_id)|Return the number of fields/columns in a result set -sesam_query|string|(string query [, bool scrollable])|Perform a SESAM SQL query and prepare the result -sesam_rollback|bool|()|Discard any pending updates to the SESAM database -sesam_seek_row|bool|(string result_id, int whence [, int offset])|Set scrollable cursor mode for subsequent fetches -sesam_settransaction|bool|(int isolation_level, int read_only)|Set SESAM transaction parameters -session_cache_expire|int|( [int new_cache_expire])|Return current cache expire -session_cache_limiter|string|( [string cache_limiter])|Get and/or set the current cache limiter -session_decode|bool|(string data)|Decodes session data from a string -session_destroy|bool|()|Destroys all data registered to a session -session_encode|string|()|Encodes the current session data as a string -session_get_cookie_params|array|()|Get the session cookie parameters -session_id|string|( [string id])|Get and/or set the current session id -session_is_registered|bool|(string name)|Find out if a variable is registered in a session -session_module_name|string|( [string module])|Get and/or set the current session module -session_name|string|( [string name])|Get and/or set the current session name -session_readonly|void|()|Begin session - reinitializes freezed variables, but no writeback on request end -session_register|bool|(mixed name [, mixed ...])|Register one or more variables with the current session -session_save_path|string|( [string path])|Get and/or set the current session save path -session_set_cookie_params|void|(int lifetime [, string path [, string domain [, bool secure]]])|Set the session cookie parameters -session_set_save_handler|void|(string open, string close, string read, string write, string destroy, string gc)|Sets user-level session storage functions -session_start|bool|()|Initialize session data -session_unregister|bool|(string name)|Unregister a variable from the current session -session_unset|void|()|Free all session variables -session_write_close|void|()|Write session data and end session -setcommitedversion|object|(array parameter)|Commits version other than last version -setcookie|int|(string name [, string value [, int expire [, string path [, string domain [, int secure]]]]])|Send a cookie -set_error_handler|string|(string error_handler)|Sets a user-defined error handler function. -set_file_buffer|int|(int fp, int buffer)|Sets file buffering on the given file pointer -setlocale|string|(mixed category, string locale)|Set locale information -set_magic_quotes_runtime|long|(int new_setting)|Sets the current active configuration setting of magic_quotes_runtime -set_time_limit|void|(int seconds)|Limits the maximum execution time -settype|bool|(mixed var, string type)|Set the type of a variable -shell_exec|string|(string cmd)|Execute command via shell and return complete output as string -shm_attach|int|(int key [, int memsize [, int perm]])|Creates or open a shared memory segment -shm_detach|int|(int shm_identifier)|Disconnects from shared memory segment -shm_get_var|mixed|(int id, int variable_key)|Returns a variable from shared memory -shmop_close|int|(int shmid)|Close shared memory block -shmop_delete|int|(int shmid)|Delete shared memory block -shmop_open|int|(int key, string flags, int mode, int size)|Create or open shared memory block -shmop_read|string|(int shmid, int start, int count)|Read data from shared memory block -shmop_size|int|(int shmid)|Get size of shared memory block -shmop_write|int|(int shmid, string data, int offset)|Write data into shared memory block -shm_put_var|int|(int shm_identifier, int variable_key, mixed variable)|Inserts or updates a variable in shared memory -shm_remove|int|(int shm_identifier)|Removes shared memory from Unix systems -shm_remove_var|int|(int id, int variable_key)|Removes a variable from shared memory -show_source|bool|(string filename [, bool return])|Syntax highlighting of a file -shuffle|void|(array array)|Shuffle an array -similar_text|int|(string first, string second [, float percent])|Calculate the similarity between two strings -sin|float|(float arg)|Sine -sinh|float|(float arg)|Hyperbolic sine -sizeof|int|(mixed var)|Get the number of elements in variable -sleep|void|(int seconds)|Delay execution -snmp_get_quick_print|bool|()|Fetch the current value of the UCD library's quick_print setting -snmpget|string|(string hostname, string community, string object_id [, int timeout [, int retries]])|Fetch an SNMP object -snmprealwalk|array|(string host, string community, string object_id [, int timeout [, int retries]])|Return all objects including their respective object id withing the specified one -snmpset|bool|(string hostname, string community, string object_id, string type, mixed value [, int timeout [, int retries]])|Set an SNMP object -snmp_set_quick_print|void|(bool quick_print)|Set the value of quick_print within the UCD SNMP library -snmpwalk|array|(string hostname, string community, string object_id [, int timeout [, int retries]])|Fetch all the SNMP objects from an agent -snmpwalkoid|array|(string hostname, string community, string object_id [, int timeout [, int retries]])|Query for a tree of information about a network entity -socket_accept|int|(resource socket)|Accepts a connection on a socket -socket_bind|int|(resource socket, string address [, int port])|Binds a name to a socket -socket_close|bool|(resource socket)|Closes a socket descriptor -socket_connect|int|(resource socket, string address [, int port])|Initiates a connection on a socket -socket_create_listen|resource|(int port [, int backlog])|Opens a socket on port to accept connections -socket_create_pair|bool|(int domain, int type, int protocol, array &fd)|Creates a pair of indistinguishable sockets and stores them in fds. -socket_create|resource|(int domain, int type, int protocol)|Create a socket (endpoint for communication) -socket_fd_alloc|resource|()|Allocates a new file descriptor set -socket_fd_clear|bool|(resource set, mixed socket)|Clears (a) file descriptor(s) from a set -socket_fd_free|bool|(resource set)|Deallocates a file descriptor set -socket_fd_isset|bool|(resource set, resource socket)|Checks to see if a file descriptor is set within the file descrirptor set -socket_fd_set|bool|(resource set, mixed socket)|Adds (a) file descriptor(s) to a set -socket_fd_zero|bool|(resource set)|Clears a file descriptor set -socket_getopt|mixed|(resource socket, int level, int optname)|Gets socket options for the socket -socket_getpeername|bool|(resource socket, string &addr [, int &port])|Given an fd, stores a string representing sa.sin_addr and the value of sa.sin_port into addr and port describing the remote side of a socket -socket_getsockname|bool|(resource socket, string &addr [, int &port])|Given an fd, stores a string representing sa.sin_addr and the value of sa.sin_port into addr and port describing the local side of a socket -socket_get_status|array|(resource socketstream)|Returns information about an existing socket stream -socket_iovec_add|bool|(resource iovec, int iov_len)|Adds a new vector to the scatter/gather array -socket_iovec_alloc|resource|(int num_vectors)|...]) Builds a 'struct iovec' for use with sendmsg, recvmsg, writev, and readv -socket_iovec_delete|bool|(resource iovec, int iov_pos)|Deletes a vector from an array of vectors -socket_iovec_fetch|string|(resource iovec, int iovec_position)|Returns the data held in the iovec specified by iovec_id[iovec_position] -socket_iovec_free|bool|(resource iovec)|Frees the iovec specified by iovec_id -socket_iovec_set|bool|(resource iovec, int iovec_position, string new_val)|Sets the data held in iovec_id[iovec_position] to new_val -socket_last_error|int|(resource socket)|Returns/Clears the last error on the socket -socket_listen|int|(resource socket, int backlog)|Listens for a connection on a socket -socket_read|string|(resource socket_des, int length [, int type])|Reads from a socket -socket_readv|bool|(resource socket, resource iovec_id)|Reads from an fd, using the scatter-gather array defined by iovec_id -socket_recvfrom|int|(resource socket, string &buf, int len, int flags, string &name [, int &port])|Receives data from a socket, connected or not -socket_recvmsg|bool|(resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr [, int &port])|Used to receive messages on a socket, whether connection-oriented or not -socket_recv|string|(resource socket, int len, int flags)|Receives data from a connected socket -socket_select|int|(resource read_fd, resource write_fd, resource except_fd, int tv_sec [, int tv_usec])|Runs the select() system call on the sets mentioned with a timeout specified by tv_sec and tv_usec -socket_send|int|(resource socket, string buf, int len, int flags)|Sends data to a connected socket -socket_sendmsg|bool|(resource socket, resource iovec, int flags, string addr [, int port])|Sends a message to a socket, regardless of whether it is connection-oriented or not -socket_sendto|int|(resource socket, string buf, int len, int flags, string addr [, int port])|Sends a message to a socket, whether it is connected or not -socket_set_blocking|int|(int socket descriptor, int mode)|Set blocking/non-blocking mode on a socket -socket_set_nonblock|bool|(resource socket)|Sets nonblocking mode for file descriptor fd -socket_setopt|bool|(resource socket, int level, int optname)|Sets socket options for the socket -socket_set_timeout|bool|(int socket descriptor, int seconds, int microseconds)|Set timeout period on a socket -socket_shutdown|bool|(resource socket [, int how])|Shuts down a socket for receiving, sending, or both. -socket_strerror|string|(int errno)|Return a string describing a socket error -socket_write|int|(resource socket_des, string &buffer, int length)|Write to a socket -socket_writev|bool|(resource socket, resource iovec_id)|Writes to a file descriptor, fd, using the scatter-gather array defined by iovec_id -sort|void|(array array [, int sort_flags])|Sort an array -soundex|string|(string str)|Calculate the soundex key of a string -split|array|(string pattern, string string [, int limit])|split string into array by regular expression -spliti|array|(string pattern, string string [, int limit])|Split string into array by regular expression case insensitive -sprintf|string|(string format [, mixed args])|Return a formatted string -sql_regcase|string|(string string)|Make regular expression for case insensitive match -sqrt|float|(float arg)|Square root -srand|void|(int seed)|Seed the random number generator -srcanchors|object|(array parameter)|Returns a list of all source anchors -srcsofdst|object|(array parameter)|Returns source of a destination object -sscanf|mixed|(string str, string format [, string var1])|Parses input from a string according to a format -stat|array|(string filename)|Gives information about a file -strcasecmp|int|(string str1, string str2)|Binary safe case-insensitive string comparison -strchr|string|(string haystack, string needle)|Find the first occurrence of a character -strcmp|int|(string str1, string str2)|Binary safe string comparison -strcoll|int|(string str1, string str2)|Locale based string comparison -strcspn|int|(string str1, string str2)|Find length of initial segment not matching mask -strftime|string|(string format [, int timestamp])|Format a local time/date according to locale settings -stripcslashes|string|(string str)|Un-quote string quoted with addcslashes -stripslashes|string|(string str)|Un-quote string quoted with addslashes -strip_tags|string|(string str [, string allowable_tags])|Strip HTML and PHP tags from a string -stristr|string|(string haystack, string needle)|Case-insensitive strstr -strlen|int|(string str)|Get string length -strnatcasecmp|int|(string str1, string str2)|Case insensitive string comparisons using a "natural order" algorithm -strnatcmp|int|(string str1, string str2)|String comparisons using a "natural order" algorithm -strncasecmp|int|(string str1, string str2, int len)|Binary safe case-insensitive string comparison of the first n characters -strncmp|int|(string str1, string str2, int len)|Binary safe string comparison of the first n characters -str_pad|string|(string input, int pad_length [, string pad_string [, int pad_type]])|Pad a string to a certain length with another string -strpos|int|(string haystack, string needle [, int offset])|Find position of first occurrence of a string -strrchr|string|(string haystack, string needle)|Find the last occurrence of a character in a string -str_repeat|string|(string input, int multiplier)|Repeat a string -str_replace|mixed|(mixed search, mixed replace, mixed subject)|Replace all occurrences of the search string with the replacement string -strrev|string|(string string)|Reverse a string -str_rot13|string|(string str)|Perform the rot13 transform on a string -strrpos|int|(string haystack, char needle)|Find position of last occurrence of a char in a string -strspn|int|(string str1, string str2)|Find length of initial segment matching mask -strstr|string|(string haystack, string needle)|Find first occurrence of a string -strtok|string|(string arg1, string arg2)|Tokenize string -strtolower|string|(string str)|Make a string lowercase -strtotime|int|(string time [, int now])|Parse about any English textual datetime description into a UNIX timestamp -strtoupper|string|(string string)|Make a string uppercase -strtr|string|(string str, string from, string to)|Translate certain characters -strval|string|(mixed var)|Get string value of a variable -substr_count|int|(string haystack, string needle)|Count the number of substring occurrences -substr_replace|string|(string string, string replacement, int start [, int length])|Replace text within a portion of a string -substr|string|(string string, int start [, int length])|Return part of a string -swf_actiongeturl|void|(string url, string target)|Get a URL from a Shockwave Flash movie -swf_actiongotoframe|void|(int framenumber)|Play a frame and then stop -swf_actiongotolabel|void|(string label)|Display a frame with the specified label -swfaction|new|(string script)|Creates a new Action. -swf_actionnextframe|void|()|Go foward one frame -swf_actionplay|void|()|Start playing the flash movie from the current frame -swf_actionprevframe|void|()|Go backwards one frame -swf_actionsettarget|void|(string target)|Set the context for actions -swf_actionstop|void|()|Stop playing the flash movie at the current frame -swf_actiontogglequality|void|()|Toggle between low and high quality -swf_actionwaitforframe|void|(int framenumber, int skipcount)|Skip actions if a frame has not been loaded -swf_addbuttonrecord|void|(int states, int shapeid, int depth)|Controls location, appearance and active area of the current button -swf_addcolor|void|(float r, float g, float b, float a)|Set the global add color to the rgba value specified -swfbitmap->getheight|int|()|Returns the bitmap's height. -swfbitmap->getwidth|int|()|Returns the bitmap's width. -swfbitmap|new|(string filename [, int alphafilename])|Loads Bitmap object -swfbutton->addaction|void|(ressource action, int flags)|Adds an action -swfbutton->addshape|void|(ressource shape, int flags)|Adds a shape to a button -swfbutton_keypress|int|(string str)|Returns the action flag for keyPress(char) -swfbutton|new|()|Creates a new Button. -swfbutton->setaction|void|(ressource action)|Sets the action -swfbutton->setdown|void|(ressource shape)|Alias for addShape(shape, SWFBUTTON_DOWN)) -swfbutton->sethit|void|(ressource shape)|Alias for addShape(shape, SWFBUTTON_HIT) -swfbutton->setover|void|(ressource shape)|Alias for addShape(shape, SWFBUTTON_OVER) -swfbutton->setup|void|(ressource shape)|Alias for addShape(shape, SWFBUTTON_UP) -swf_closefile|void|( [int return_file])|Close the current Shockwave Flash file -swf_definebitmap|void|(int objid, string image_name)|Define a bitmap -swf_definefont|void|(int fontid, string fontname)|Defines a font -swf_defineline|void|(int objid, float x1, float y1, float x2, float y2, float width)|Define a line -swf_definepoly|void|(int objid, array coords, int npoints, float width)|Define a polygon -swf_definerect|void|(int objid, float x1, float y1, float x2, float y2, float width)|Define a rectangle -swf_definetext|void|(int objid, string str, int docenter)|Define a text string -swfdisplayitem->addcolor|void|( [int red [, int green [, int blue [, int a]]]])|Adds the given color to this item's color transform. -swfdisplayitem->moveto|void|(int x, int y)|Moves object in global coordinates. -swfdisplayitem->move|void|(int dx, int dy)|Moves object in relative coordinates. -swfdisplayitem->multcolor|void|( [int red [, int green [, int blue [, int a]]]])|Multiplies the item's color transform. -swfdisplayitem|new|()|Creates a new displayitem object. -swfdisplayitem->remove|void|()|Removes the object from the movie -swfdisplayitem->rotateto|void|(float degrees)|Rotates the object in global coordinates. -swfdisplayitem->rotate|void|(float ddegrees)|Rotates in relative coordinates. -swfdisplayitem->scaleto|void|(int x, int y)|Scales the object in global coordinates. -swfdisplayitem->scale|void|(int dx, int dy)|Scales the object in relative coordinates. -swfdisplayitem->setdepth|void|(float depth)|Sets z-order -swfdisplayitem->setname|void|(string name)|Sets the object's name -swfdisplayitem->setratio|void|(float ratio)|Sets the object's ratio. -swfdisplayitem->skewxto|void|(float degrees)|Sets the X-skew. -swfdisplayitem->skewx|void|(float ddegrees)|Sets the X-skew. -swfdisplayitem->skewyto|void|(float degrees)|Sets the Y-skew. -swfdisplayitem->skewy|void|(float ddegrees)|Sets the Y-skew. -swf_endbutton|void|()|End the definition of the current button -swf_enddoaction|void|()|End the current action -swf_endshape|void|()|Completes the definition of the current shape -swf_endsymbol|void|()|End the definition of a symbol -swffill->moveto|void|(int x, int y)|Loads SWFFill object -swffill->rotateto|void|(float degrees)|Sets fill's rotation -swffill->scaleto|void|(int x, int y)|Sets fill's scale -swffill->skewxto|void|(float x)|Sets fill x-skew -swffill->skewyto|void|(float y)|Sets fill y-skew -swffont->getwidth|int|(string string)|Returns the string's width -swffont|new|(string filename)|Loads a font definition -swf_fontsize|void|(float size)|Change the font size -swf_fontslant|void|(float slant)|Set the font slant -swf_fonttracking|void|(float tracking)|Set the current font tracking -swf_getbitmapinfo|array|(int bitmapid)|Get information about a bitmap -swf_getfontinfo|array|()|The height in pixels of a capital A and a lowercase x -swf_getframe|int|()|Get the frame number of the current frame -swfgradient->addentry|void|(float ratio, int red, int green, int blue [, int a])|Adds an entry to the gradient list. -swfgradient|new|()|Creates a gradient object -swf_labelframe|void|(string name)|Label the current frame -swf_lookat|void|(float view_x, float view_y, float view_z, float reference_x, float reference_y, float reference_z, float twist)|Define a viewing transformation -swf_modifyobject|void|(int depth, int how)|Modify an object -swfmorph->getshape1|mixed|()|Gets a handle to the starting shape -swfmorph->getshape2|mixed|()|Gets a handle to the ending shape -swfmorph|new|()|Creates a new SWFMorph object. -swfmovie->add|void|(ressource instance)|Adds any type of data to a movie. -swfmovie|new|()|Creates a new movie object, representing an SWF version 4 movie. -swfmovie->nextframe|void|()|Moves to the next frame of the animation. -swfmovie->output|void|()|Dumps your lovingly prepared movie out. -swfmovie->remove|void|(resource instance)|Removes the object instance from the display list. -swfmovie->save|void|(string filename)|Saves your movie in a file. -swfmovie->setbackground|void|(int red, int green, int blue)|Sets the background color. -swfmovie->setdimension|void|(int width, int height)|Sets the movie's width and height. -swfmovie->setframes|void|(string numberofframes)|Sets the total number of frames in the animation. -swfmovie->setrate|void|(int rate)|Sets the animation's frame rate. -swfmovie->streammp3|void|(string mp3FileName)|Streams a MP3 file. -swf_mulcolor|void|(float r, float g, float b, float a)|Sets the global multiply color to the rgba value specified -swf_nextid|int|()|Returns the next free object id -swf_oncondition|void|(int transition)|Describe a transition used to trigger an action list -swf_openfile|void|(string filename, float width, float height, float framerate, float r, float g, float b)|Open a new Shockwave Flash file -swf_ortho2|void|(float xmin, float xmax, float ymin, float ymax)|Defines 2D orthographic mapping of user coordinates onto the current viewport -swf_ortho|void|(float xmin, float xmax, float ymin, float ymax, float zmin, float zmax)|Defines an orthographic mapping of user coordinates onto the current viewport -swf_perspective|void|(float fovy, float aspect, float near, float far)|Define a perspective projection transformation -swf_placeobject|void|(int objid, int depth)|Place an object onto the screen -swf_polarview|void|(float dist, float azimuth, float incidence, float twist)|Define the viewer's position with polar coordinates -swf_popmatrix|void|()|Restore a previous transformation matrix -swf_posround|void|(int round)|Enables or Disables the rounding of the translation when objects are placed or moved -swf_pushmatrix|void|()|Push the current transformation matrix back unto the stack -swf_removeobject|void|(int depth)|Remove an object -swf_rotate|void|(float angle, string axis)|Rotate the current transformation -swf_scale|void|(float x, float y, float z)|Scale the current transformation -swf_setfont|void|(int fontid)|Change the current font -swf_setframe|void|(int framenumber)|Switch to a specified frame -swfshape->addfill|void|(int red, int green, int blue [, int a])|Adds a solid fill to the shape. -swf_shapearc|void|(float x, float y, float r, float ang1, float ang2)|Draw a circular arc -swf_shapecurveto3|void|(float x1, float y1, float x2, float y2, float x3, float y3)|Draw a cubic bezier curve -swf_shapecurveto|void|(float x1, float y1, float x2, float y2)|Draw a quadratic bezier curve between two points -swfshape->drawcurveto|void|(int controlx, int controly, int anchorx, int anchory)|Draws a curve. -swfshape->drawcurve|void|(int controldx, int controldy, int anchordx, int anchordy)|Draws a curve (relative). -swfshape->drawlineto|void|(int x, int y)|Draws a line. -swfshape->drawline|void|(int dx, int dy)|Draws a line (relative). -swf_shapefillbitmapclip|void|(int bitmapid)|Set current fill mode to clipped bitmap -swf_shapefillbitmaptile|void|(int bitmapid)|Set current fill mode to tiled bitmap -swf_shapefilloff|void|()|Turns off filling -swf_shapefillsolid|void|(float r, float g, float b, float a)|Set the current fill style to the specified color -swf_shapelinesolid|void|(float r, float g, float b, float a, float width)|Set the current line style -swf_shapelineto|void|(float x, float y)|Draw a line -swfshape->movepento|void|(int x, int y)|Moves the shape's pen. -swfshape->movepen|void|(int dx, int dy)|Moves the shape's pen (relative). -swf_shapemoveto|void|(float x, float y)|Move the current position -swfshape|new|()|Creates a new shape object. -swfshape->setleftfill|void|(swfgradient fill)|Sets left rasterizing color. -swfshape->setline|void|(int width [, int red [, int green [, int blue [, int a]]]])|Sets the shape's line style. -swfshape->setrightfill|void|(swfgradient fill)|Sets right rasterizing color. -swf_showframe|void|()|Display the current frame -swfsprite->add|void|(resource object)|Adds an object to a sprite -swfsprite|new|()|Creates a movie clip (a sprite) -swfsprite->nextframe|void|()|Moves to the next frame of the animation. -swfsprite->remove|void|(ressource object)|Removes an object to a sprite -swfsprite->setframes|void|(int numberofframes)|Sets the total number of frames in the animation. -swf_startbutton|void|(int objid, int type)|Start the definition of a button -swf_startdoaction|void|()|Start a description of an action list for the current frame -swf_startshape|void|(int objid)|Start a complex shape -swf_startsymbol|void|(int objid)|Define a symbol -swftext->addstring|void|(string string)|Computes string's width -swftext->addstring|void|(string string)|Draws a string -swftextfield->addstring|void|(string string)|Concatenates the given string to the text field -swftextfield->align|void|(int alignement)|Sets the text field alignment -swftextfield|new|( [int flags])|Creates a text field object -swftextfield->setbounds|void|(int width, int height)|Sets the text field width and height -swftextfield->setcolor|void|(int red, int green, int blue [, int a])|Sets the color of the text field. -swftextfield->setfont|void|(string font)|Sets the text field font -swftextfield->setheight|void|(int height)|Sets the font height of this text field font. -swftextfield->setindentation|void|(int width)|Sets the indentation of the first line. -swftextfield->setleftmargin|void|(int width)|Sets the left margin width of the text field. -swftextfield->setlinespacing|void|(int height)|Sets the line spacing of the text field. -swftextfield->setmargins|void|(int left, int right)|Sets the margins width of the text field. -swftextfield->setname|void|(string name)|Sets the variable name -swftextfield->setrightmargin|void|(int width)|Sets the right margin width of the text field. -swftext->moveto|void|(int x, int y)|Moves the pen -swftext|new|()|Creates a new SWFText object. -swftext->setcolor|void|(int red, int green, int blue [, int a])|Sets the current font color -swftext->setfont|void|(string font)|Sets the current font -swftext->setheight|void|(int height)|Sets the current font height -swftext->setspacing|void|(float spacing)|Sets the current font spacing -swf_textwidth|float|(string str)|Get the width of a string -swf_translate|void|(float x, float y, float z)|Translate the current transformations -swf_viewport|void|(float xmin, float xmax, float ymin, float ymax)|Select an area for future drawing -sybase_affected_rows|int|( [int link_identifier])|get number of affected rows in last query -sybase_close|bool|(int link_identifier)|close Sybase connection -sybase_connect|int|(string servername, string username, string password [, string charset])|open Sybase server connection -sybase_data_seek|bool|(int result_identifier, int row_number)|move internal row pointer -sybase_fetch_array|array|(int result)|fetch row as array -sybase_fetch_field|object|(int result [, int field_offset])|get field information -sybase_fetch_object|int|(int result)|fetch row as object -sybase_fetch_row|array|(int result)|get row as enumerated array -sybase_field_seek|int|(int result, int field_offset)|set field offset -sybase_free_result|bool|(int result)|free result memory -sybase_get_last_message|string|()|Returns the last message from the server -sybase_min_client_severity|void|(int severity)|Sets minimum client severity -sybase_min_error_severity|void|(int severity)|Sets minimum error severity -sybase_min_message_severity|void|(int severity)|Sets minimum message severity -sybase_min_server_severity|void|(int severity)|Sets minimum server severity -sybase_num_fields|int|(int result)|get number of fields in result -sybase_num_rows|int|(int result)|get number of rows in result -sybase_pconnect|int|(string servername, string username, string password [, string charset])|open persistent Sybase connection -sybase_query|int|(string query, int link_identifier)|send Sybase query -sybase_result|string|(int result, int row, mixed field)|get result data -sybase_select_db|bool|(string database_name, int link_identifier)|select Sybase database -symlink|int|(string target, string link)|Creates a symbolic link -syslog|int|(int priority, string message)|Generate a system log message -system|string|(string command [, int return_var])|Execute an external program and display output -tan|float|(float arg)|Tangent -tanh|float|(float arg)|Hyperbolic tangent -tempnam|string|(string dir, string prefix)|Create file with unique file name -textdomain|string|(string text_domain)|Sets the default domain -time|int|()|Return current UNIX timestamp -title|string|(array parameter)|Returns the title attribute -tmpfile|int|()|Creates a temporary file -touch|int|(string filename [, int time])|Sets access and modification time of file -trigger_error|void|(string error_msg [, int error_type])|Generates a user-level error/warning/notice message -trim|string|(string str [, string charlist])|Strip whitespace from the beginning and end of a string -type|object|(void)|Returns type of reason -uasort|void|(array array, function cmp_function)|Sort an array with a user-defined comparison function and maintain index association -ucfirst|string|(string str)|Make a string's first character uppercase -ucwords|string|(string str)|Uppercase the first character of each word in a string -udm_add_search_limit|int|(int agent, int var, string val)|Add various search limits -udm_alloc_agent|int|(string dbaddr [, string dbmode])|Allocate mnoGoSearch session -udm_api_version|int|()|Get mnoGoSearch API version. -udm_cat_list|array|(int agent, string category)|Get all the categories on the same level with the current one. -udm_cat_path|array|(int agent, string category)|Get the path to the current category. -udm_check_charset|int|(int agent, string charset)|Check if the given charset is known to mnogosearch -udm_check_stored|int|(int agent, int link, string doc_id)|Check connection to stored -udm_clear_search_limits|int|(int agent)|Clear all mnoGoSearch search restrictions -udm_close_stored|int|(int agent, int link)|Close connection to stored -udm_crc32|int|(int agent, string str)|Return CRC32 checksum of gived string -udm_errno|int|(int agent)|Get mnoGoSearch error number -udm_error|string|(int agent)|Get mnoGoSearch error message -udm_find|int|(int agent, string query)|Perform search -udm_free_agent|int|(int agent)|Free mnoGoSearch session -udm_free_ispell_data|int|(int agent)|Free memory allocated for ispell data -udm_free_res|int|(int res)|Free mnoGoSearch result -udm_get_doc_count|int|(int agent)|Get total number of documents in database. -udm_get_res_field|string|(int res, int row, int field)|Fetch mnoGoSearch result field -udm_get_res_param|string|(int res, int param)|Get mnoGoSearch result parameters -udm_load_ispell_data|int|(int agent, int var, string val1, string val2, int flag)|Load ispell data -udm_open_stored|int|(int agent, string storedaddr)|Open connection to stored -udm_set_agent_param|int|(int agent, int var, string val)|Set mnoGoSearch agent session parameters -uksort|void|(array array, function cmp_function)|Sort an array by keys using a user-defined comparison function -umask|int|(int mask)|Changes the current umask -uniqid|string|(string prefix [, bool lcg])|Generate a unique id -unixtojd|int|( [int timestamp])|Convert UNIX timestamp to Julian Day -unlink|int|(string filename)|Deletes a file -unlock|object|(array parameter)|Unlocks a locked object -unpack|array|(string format, string data)|Unpack data from binary string -unregister_tick_function|void|(string func [, mixed arg])|De-register a function for execution on each tick -unserialize|mixed|(string str)|Creates a PHP value from a stored representation -unset|void|(mixed var [, mixed var])|Unset a given variable -urldecode|string|(string str)|Decodes URL-encoded string -urlencode|string|(string str)|URL-encodes string -user_error|void|(string error_msg [, int error_type])|Generates a user-level error/warning/notice message -userlist|object|(array parameter)|Returns a list of all logged in users -user|object|(array parameter)|Returns the own user object -usleep|void|(int micro_seconds)|Delay execution in microseconds -usort|void|(array array, string cmp_function)|Sort an array by values using a user-defined comparison function -utf8_decode|string|(string data)|Converts a string with ISO-8859-1 characters encoded with UTF-8 to single-byte ISO-8859-1. -utf8_encode|string|(string data)|encodes an ISO-8859-1 string to UTF-8 -values|array|(void)|Returns all values of the attribute -value|string|(string name)|Returns value of attribute -value|string|(void)|Returns value of the attribute -var_dump|void|(mixed expression [, mixed expression])|Dumps information about a variable -var_export|mixed|(mixed expression [, bool return])|Outputs or returns a string representation of a variable -VARIANT::VARIANT|string|( [mixed value [, int type [, int codepage]]])|VARIANT class -version_compare|int|(string version1, string version2 [, string operator])|Compares two "PHP-standardized" version number strings -virtual|int|(string filename)|Perform an Apache sub-request -vpopmail_add_alias_domain|bool|(string domain, string aliasdomain)|Add an alias for a virtual domain -vpopmail_add_alias_domain_ex|bool|(string olddomain, string newdomain)|Add alias to an existing virtual domain -vpopmail_add_domain|bool|(string domain, string dir, int uid, int gid)|Add a new virtual domain -vpopmail_add_domain_ex|bool|(string domain, string passwd [, string quota [, string bounce [, bool apop]]])|Add a new virtual domain -vpopmail_add_user|bool|(string user, string domain, string password [, string gecos [, bool apop]])|Add a new user to the specified virtual domain -vpopmail_alias_add|bool|(string user, string domain, string alias)|insert a virtual alias -vpopmail_alias_del|bool|(string user, string domain)|deletes all virtual aliases of a user -vpopmail_alias_del_domain|bool|(string domain)|deletes all virtual aliases of a domain -vpopmail_alias_get_all|array|(string domain)|get all lines of an alias for a domain -vpopmail_alias_get|array|(string alias, string domain)|get all lines of an alias for a domain -vpopmail_auth_user|bool|(string user, string domain, string password [, string apop])|Attempt to validate a username/domain/password. Returns true/false -vpopmail_del_domain|bool|(string domain)|Delete a virtual domain -vpopmail_del_domain_ex|bool|(string domain)|Delete a virtual domain -vpopmail_del_user|bool|(string user, string domain)|Delete a user from a virtual domain -vpopmail_error|string|()|Get text message for last vpopmail error. Returns string -vpopmail_passwd|bool|(string user, string domain, string password)|Change a virtual user's password -vpopmail_set_user_quota|bool|(string user, string domain, string quota)|Sets a virtual user's quota -vprintf|void|(string format, array args)|Output a formatted string -vsprintf|string|(string format, array args)|Return a formatted string -w32api_deftype|int|(string typename, string member1_type, string member1_name)|Defines a type for use with other w32api_functions -w32api_init_dtype|resource|(string typename, mixed val1, mixed val2)|Creates an instance to the data type typename and fills it with the values val1, val2, the function then returns a DYNAPARM which can be passed when invoking a function as a parameter -w32api_invoke_function|mixed|(string funcname)|Invokes function funcname with the arguments passed after the function name -w32api_register_function|bool|(string libary, string function_name)|Registers function function_name from library with PHP -w32api_set_call_method|void|(int method)|Sets the calling method used -wddx_deserialize|mixed|(string packet)|Add variables to a WDDX packet with the specified ID -wddx_packet_end|string|(int packet_id)|Ends a WDDX packet with the specified ID -wddx_packet_start|int|( [string comment])|Starts a new WDDX packet with structure inside it -wddx_serialize_value|string|(mixed var [, string comment])|Serialize a single value into a WDDX packet -wddx_serialize_vars|string|(mixed var_name [, mixed ...])|Serialize variables into a WDDX packet -wordwrap|string|(string str [, int width [, string break [, int cut]]])|Wraps a string to a given number of characters using a string break character. -xml_error_string|string|(int code)|get XML parser error string -xml_get_current_byte_index|int|(int parser)|get current byte index for an XML parser -xml_get_current_column_number|int|(int parser)|Get current column number for an XML parser -xml_get_current_line_number|int|(int parser)|get current line number for an XML parser -xml_get_error_code|int|(int parser)|get XML parser error code -xml_parse|int|(int parser, string data [, int isFinal])|start parsing an XML document -xml_parse_into_struct|int|(int parser, string data, array &values, array &index)|Parse XML data into an array structure -xml_parser_create|int|( [string encoding])|create an XML parser -xml_parser_create_ns|int|( [string encoding [, string sep]])|Create an XML parser -xml_parser_free|string|(int parser)|Free an XML parser -xml_parser_get_option|mixed|(int parser, int option)|get options from an XML parser -xml_parser_set_option|int|(int parser, int option, mixed value)|set options in an XML parser -xmlrpc_decode|array|(string xml [, string encoding])|Decodes XML into native PHP types -xmlrpc_decode_request|array|(string xml, string method [, string encoding])|Decodes XML into native PHP types -xmlrpc_encode_request|string|(string method, mixed params)|Generates XML for a method request -xmlrpc_encode|string|(mixed value)|Generates XML for a PHP value -xmlrpc_get_type|string|(mixed value)|Gets xmlrpc type for a PHP value. Especially useful for base64 and datetime strings -xmlrpc_parse_method_descriptions|array|(string xml)|Decodes XML into a list of method descriptions -xmlrpc_server_add_introspection_data|int|(resource server, array desc)|Adds introspection documentation -xmlrpc_server_call_method|mixed|(resource server, string xml, mixed user_data [, array output_options])|Parses XML requests and call methods -xmlrpc_server_create|resource|()|Creates an xmlrpc server -xmlrpc_server_destroy|void|(resource server)|Destroys server resources -xmlrpc_server_register_introspection_callback|bool|(resource server, string function)|Register a PHP function to generate documentation -xmlrpc_server_register_method|bool|(resource server, string method_name, string function)|Register a PHP function to resource method matching method_name -xmlrpc_set_type|bool|(string value, string type)|Sets xmlrpc type, base64 or datetime, for a PHP string value -xml_set_character_data_handler|int|(int parser, string handler)|set up character data handler -xml_set_default_handler|int|(int parser, string handler)|set up default handler -xml_set_element_handler|int|(int parser, string startElementHandler, string endElementHandler)|set up start and end element handlers -xml_set_end_namespace_decl_handler|int|(int pind, string hdl)|Set up character data handler -xml_set_external_entity_ref_handler|int|(int parser, string handler)|set up external entity reference handler -xml_set_notation_decl_handler|int|(int parser, string handler)|set up notation declaration handler -xml_set_object|void|(int parser, object &object)|Use XML Parser within an object -xml_set_processing_instruction_handler|int|(int parser, string handler)|Set up processing instruction (PI) handler -xml_set_start_namespace_decl_handler|int|(int pind, string hdl)|Set up character data handler -xml_set_unparsed_entity_decl_handler|int|(int parser, string handler)|Set up unparsed entity declaration handler -xpath_eval|array|(object xpath context)|Evaluates the XPath Location Path in the given string -xpath_eval_expression|array|(object xpath_context)|Evaluates the XPath Location Path in the given string -xpath_new_context|object|(object dom document)|Creates new xpath context -xptr_eval|int|( [object xpath_context, string eval_str])|Evaluate the XPtr Location Path in the given string -xptr_new_context|string|( [object doc_handle])|Create new XPath Context -xslt_create|resource|()|Create a new XSLT processor. -xslt_errno|int|(resource xh)|Return a error number -xslt_error|mixed|(resource xh)|Return a error string -xslt_free|void|(resource xh)|Free XSLT processor -xslt_process|mixed|(resource xh, string xml, string xsl [, string result [, array arguments [, array parameters]]])|Perform an XSLT transformation -xslt_set_base|void|(resource xh, string uri)|Set the base URI for all XSLT transformations -xslt_set_encoding|void|(resource xh, string encoding)|Set the encoding for the parsing of XML documents -xslt_set_error_handler|void|(resource xh, mixed handler)|Set an error handler for a XSLT processor -xslt_set_log|void|(resource xh, mixed log)|Set the log file to write log messages to -xslt_set_sax_handlers|void|(resource processor, array handlers)|Set the SAX handlers to be called when the XML document gets processed -xslt_set_sax_handler|void|(resource xh, array handlers)|Set SAX handlers for a XSLT processor -xslt_set_scheme_handlers|void|(resource processor, array handlers)|Set the scheme handlers for the XSLT processor -xslt_set_scheme_handler|void|(resource xh, array handlers)|Set Scheme handlers for a XSLT processor -yaz_addinfo|int|(int id)|Returns additional error information -yaz_ccl_conf|int|(int id, array config)|Configure CCL parser -yaz_ccl_parse|int|(int id, string query, array & result)|Invoke CCL Parser -yaz_close|int|(int id)|Closes a YAZ connection -yaz_connect|int|(string zurl [, mixed options])|Prepares for a connection and Z-association to a Z39.50 target. -yaz_database|int|(int id, string databases)|Specifies the databases within a session -yaz_element|int|(int id, string elementset)|Specifies Element-Set Name for retrieval -yaz_errno|int|(int id)|Returns error number -yaz_error|string|(int id)|Returns error description -yaz_hits|int|(int id)|Returns number of hits for last search -yaz_itemorder|int|(array args)|Prepares for Z39.50 Item Order with an ILL-Request package -yaz_present|int|()|Prepares for retrieval (Z39.50 present). -yaz_range|int|(int id, int start, int number)|Specifies the maximum number of records to retrieve -yaz_record|int|(int id, int pos, string type)|Returns a record -yaz_scan|int|(int id, string type, string startterm [, array flags])|Prepares for a scan -yaz_scan_result|array|(int id [, array & result])|Returns Scan Response result -yaz_search|int|(int id, string type, string query)|Prepares for a search -yaz_sort|int|(int id, string criteria)|Sets sorting criteria -yaz_syntax|int|(int id, string syntax)|Specifies the preferred record syntax for retrieval. -yaz_wait|int|( [array options])|Wait for Z39.50 requests to complete -yp_all|void|(string domain, string map, string callback)|Traverse the map and call a function on each entry -yp_cat|array|(string domain, string map)|Return an array containing the entire map -yp_errno|int|()|Returns the error code of the previous operation -yp_err_string|string|()|Returns the error string associated with the previous operation -yp_first|array|(string domain, string map)|Returns the first key-value pair from the named map -yp_get_default_domain|int|()|Fetches the machine's default NIS domain -yp_master|string|(string domain, string map)|Returns the machine name of the master NIS server for a map -yp_match|string|(string domain, string map, string key)|Returns the matched line -yp_next|array|(string domain, string map, string key)|Returns the next key-value pair in the named map. -yp_order|int|(string domain, string map)|Returns the order number for a map -zend_logo_guid|string|()|Gets the zend guid -zend_version|string|()|Gets the version of the current Zend engine -zip_close|void|(resource zip)|Close a Zip File Archive -zip_entry_close|void|(resource zip_entry)|Close a Directory Entry -zip_entry_compressedsize|int|(resource zip_entry)|Retrieve the Compressed Size of a Directory Entry -zip_entry_compressionmethod|string|(resource zip_entry)|Retrieve the Compression Method of a Directory Entry -zip_entry_filesize|int|(resource zip_entry)|Retrieve the Actual File Size of a Directory Entry -zip_entry_name|string|(resource zip_entry)|Retrieve the Name of a Directory Entry -zip_entry_open|bool|(resource zip, resource zip_entry [, string mode])|Open a Directory Entry for Reading -zip_entry_read|string|(resource zip_entry [, int length])|Read From an Open Directory Entry -zip_open|resource|(string filename)|Open a Zip File Archive -zip_read|resource|(resource zip)|Read Next Entry in a Zip File Archive +is_null|bool|(mixed var)| +is_numeric|bool|(mixed value)| +is_object|bool|(mixed var)| +is_readable|bool|(string filename)| +is_resource|bool|(mixed var)| +is_scalar|bool|(mixed value)| +is_string|bool|(mixed var)| +is_subclass_of|bool|(object object, string class_name)| +is_unicode|bool|(mixed var)| +is_uploaded_file|bool|(string path)| +is_writable|bool|(string filename)| +iterator_apply|int|(Traversable it, mixed function [, mixed params])| +iterator_count|int|(Traversable it)| +iterator_to_array|array|(Traversable it [, bool use_keys = true])| +jddayofweek|mixed|(int juliandaycount [, int mode])| +jdmonthname|string|(int juliandaycount, int mode)| +jdtofrench|string|(int juliandaycount)| +jdtogregorian|string|(int juliandaycount)| +jdtojewish|string|(int juliandaycount [, bool hebrew [, int fl]])| +jdtojulian|string|(int juliandaycount)| +jdtounix|int|(int jday)| +jewishtojd|int|(int month, int day, int year)| +join|string|([string glue,] array pieces)| +json_decode|mixed|(string json [, bool assoc])| +json_encode|string|(mixed data)| +juliantojd|int|(int month, int day, int year)| +key|mixed|(array array_arg)| +krsort|bool|(array &array_arg [, int sort_flags])| +ksort|bool|(array &array_arg [, int sort_flags])| +lcg_value|float|()| +lchgrp|bool|(string filename, mixed group)| +ldap_8859_to_t61|string|(string value)| +ldap_add|bool|(resource link, string dn, array entry)| +ldap_bind|bool|(resource link [, string dn, string password])| +ldap_compare|bool|(resource link, string dn, string attr, string value)| +ldap_connect|resource|([string host [, int port]])| +ldap_count_entries|int|(resource link, resource result)| +ldap_delete|bool|(resource link, string dn)| +ldap_dn2ufn|string|(string dn)| +ldap_err2str|string|(int errno)| +ldap_errno|int|(resource link)| +ldap_error|string|(resource link)| +ldap_explode_dn|array|(string dn, int with_attrib)| +ldap_first_attribute|string|(resource link, resource result_entry, int ber)| +ldap_first_entry|resource|(resource link, resource result)| +ldap_first_reference|resource|(resource link, resource result)| +ldap_free_result|bool|(resource result)| +ldap_get_attributes|array|(resource link, resource result_entry)| +ldap_get_dn|string|(resource link, resource result_entry)| +ldap_get_entries|array|(resource link, resource result)| +ldap_get_option|bool|(resource link, int option, mixed retval)| +ldap_get_values_len|array|(resource link, resource result_entry, string attribute)| +ldap_list|resource|(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])| +ldap_mod_add|bool|(resource link, string dn, array entry)| +ldap_mod_del|bool|(resource link, string dn, array entry)| +ldap_mod_replace|bool|(resource link, string dn, array entry)| +ldap_next_attribute|string|(resource link, resource result_entry, resource ber)| +ldap_next_entry|resource|(resource link, resource result_entry)| +ldap_next_reference|resource|(resource link, resource reference_entry)| +ldap_parse_reference|bool|(resource link, resource reference_entry, array referrals)| +ldap_parse_result|bool|(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)| +ldap_read|resource|(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])| +ldap_rename|bool|(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)| +ldap_sasl_bind|bool|(resource link [, string binddn, string password, string sasl_mech, string sasl_realm, string sasl_authz_id, string props])| +ldap_search|resource|(resource link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]])| +ldap_set_option|bool|(resource link, int option, mixed newval)| +ldap_set_rebind_proc|bool|(resource link, string callback)| +ldap_sort|bool|(resource link, resource result, string sortfilter)| +ldap_start_tls|bool|(resource link)| +ldap_t61_to_8859|string|(string value)| +ldap_unbind|bool|(resource link)| +leak|void|(int num_bytes=3)| +levenshtein|int|(string str1, string str2[, int cost_ins, int cost_rep, int cost_del])| +libxml_clear_errors|void|()| +libxml_get_errors|object|()| +libxml_get_last_error|object|()| +libxml_set_streams_context|void|(resource streams_context)| +libxml_use_internal_errors|void|([boolean use_errors])| +linkinfo|int|(string filename)| +link|int|(string target, string link)| +locale_get_default|string|()| +locale_set_default|bool|(string locale)| +localeconv|array|()| +localtime|array|([int timestamp [, bool associative_array]])| +locateName|int|(string filename[, int flags])| +log10|float|(float number)| +log1p|float|(float number)| +log|float|(float number, [float base])| +long2ip|string|(int proper_address)| +lstat|array|(string filename)| +ltrim|string|(string str [, string character_mask])| +mail|int|(string to, string subject, string message [, string additional_headers [, string additional_parameters]])| +max|mixed|(mixed arg1 [, mixed arg2 [, mixed ...]])| +mb_check_encoding|bool|([string var[, string encoding]])| +mb_convert_case|string|(string sourcestring, int mode [, string encoding])| +mb_convert_encoding|string|(string str, string to-encoding [, mixed from-encoding])| +mb_convert_kana|string|(string str [, string option] [, string encoding])| +mb_convert_variables|string|(string to-encoding, mixed from-encoding [, mixed ...])| +mb_decode_mimeheader|string|(string string)| +mb_decode_numericentity|string|(string string, array convmap [, string encoding])| +mb_detect_encoding|string|(string str [, mixed encoding_list [, bool strict]])| +mb_encode_mimeheader|string|(string str [, string charset [, string transfer-encoding [, string linefeed [, int indent]]]])| +mb_encode_numericentity|string|(string string, array convmap [, string encoding])| +mb_ereg_match|bool|(string pattern, string string [,string option])| +mb_ereg_replace|string|(string pattern, string replacement, string string [, string option])| +mb_ereg_search_getpos|int|()| +mb_ereg_search_getregs|array|()| +mb_ereg_search_init|bool|(string string [, string pattern[, string option]])| +mb_ereg_search_pos|array|([string pattern[, string option]])| +mb_ereg_search_regs|array|([string pattern[, string option]])| +mb_ereg_search_setpos|bool|(int position)| +mb_ereg_search|bool|([string pattern[, string option]])| +mb_eregi_replace|string|(string pattern, string replacement, string string)| +mb_eregi|int|(string pattern, string string [, array registers])| +mb_ereg|int|(string pattern, string string [, array registers])| +mb_get_info|mixed|([string type])| +mb_http_input|mixed|([string type])| +mb_http_output|string|([string encoding])| +mb_internal_encoding|string|([string encoding])| +mb_language|string|([string language])| +mb_list_encodings_alias_names|array|([string encoding])| +mb_list_encodings|mixed|([string alias_encoding])| +mb_list_mime_names|mixed|([string encoding])| +mb_output_handler|string|(string contents, int status)| +mb_parse_str|bool|(string encoded_string [, array result])| +mb_preferred_mime_name|string|(string encoding)| +mb_regex_encoding|string|([string encoding])| +mb_regex_set_options|string|([string options])| +mb_send_mail|int|(string to, string subject, string message [, string additional_headers [, string additional_parameters]])| +mb_split|array|(string pattern, string string [, int limit])| +mb_strcut|string|(string str, int start [, int length [, string encoding]])| +mb_strimwidth|string|(string str, int start, int width [, string trimmarker [, string encoding]])| +mb_stripos|int|(string haystack, string needle [, int offset [, string encoding]])| +mb_stristr|string|(string haystack, string needle[, bool part[, string encoding]])| +mb_strlen|int|(string str [, string encoding])| +mb_strpos|int|(string haystack, string needle [, int offset [, string encoding]])| +mb_strrchr|string|(string haystack, string needle[, bool part[, string encoding]])| +mb_strrichr|string|(string haystack, string needle[, bool part[, string encoding]])| +mb_strripos|int|(string haystack, string needle [, int offset [, string encoding]])| +mb_strrpos|int|(string haystack, string needle [, int offset [, string encoding]])| +mb_strstr|string|(string haystack, string needle[, bool part[, string encoding]])| +mb_strtolower|string|(string sourcestring [, string encoding])| +mb_strtoupper|string|(string sourcestring [, string encoding])| +mb_strwidth|int|(string str [, string encoding])| +mb_substitute_character|mixed|([mixed substchar])| +mb_substr_count|int|(string haystack, string needle [, string encoding])| +mb_substr|string|(string str, int start [, int length [, string encoding]])| +mcrypt_cbc|string|(int cipher, string key, string data, int mode, string iv)| +mcrypt_cfb|string|(int cipher, string key, string data, int mode, string iv)| +mcrypt_create_iv|binary|(int size, int source)| +mcrypt_decrypt|string|(string cipher, string key, string data, string mode, string iv)| +mcrypt_ecb|string|(int cipher, string key, string data, int mode, string iv)| +mcrypt_enc_get_algorithms_name|string|(resource td)| +mcrypt_enc_get_block_size|int|(resource td)| +mcrypt_enc_get_iv_size|int|(resource td)| +mcrypt_enc_get_key_size|int|(resource td)| +mcrypt_enc_get_modes_name|string|(resource td)| +mcrypt_enc_get_supported_key_sizes|array|(resource td)| +mcrypt_enc_is_block_algorithm_mode|bool|(resource td)| +mcrypt_enc_is_block_algorithm|bool|(resource td)| +mcrypt_enc_is_block_mode|bool|(resource td)| +mcrypt_enc_self_test|int|(resource td)| +mcrypt_encrypt|string|(string cipher, string key, string data, string mode, string iv)| +mcrypt_generic_deinit|bool|(resource td)| +mcrypt_generic_init|int|(resource td, binary key, binary iv)| +mcrypt_generic|binary|(resource td, binary data)| +mcrypt_get_block_size|int|(string cipher, string module)| +mcrypt_get_cipher_name|string|(string cipher)| +mcrypt_get_iv_size|int|(string cipher, string module)| +mcrypt_get_key_size|int|(string cipher, string module)| +mcrypt_list_algorithms|array|([string lib_dir])| +mcrypt_list_modes|array|([string lib_dir])| +mcrypt_module_close|bool|(resource td)| +mcrypt_module_get_algo_block_size|int|(string algorithm [, string lib_dir])| +mcrypt_module_get_algo_key_size|int|(string algorithm [, string lib_dir])| +mcrypt_module_get_supported_key_sizes|array|(string algorithm [, string lib_dir])| +mcrypt_module_is_block_algorithm_mode|bool|(string mode [, string lib_dir])| +mcrypt_module_is_block_algorithm|bool|(string algorithm [, string lib_dir])| +mcrypt_module_is_block_mode|bool|(string mode [, string lib_dir])| +mcrypt_module_open|resource|(string cipher, string cipher_directory, string mode, string mode_directory)| +mcrypt_module_self_test|bool|(string algorithm [, string lib_dir])| +mcrypt_ofb|string|(int cipher, string key, string data, int mode, string iv)| +md5_file|string|(string filename [, bool raw_output])| +md5|string|(string str, [ bool raw_output])| +mdecrypt_generic|binary|(resource td, binary data)| +memory_get_peak_usage|int|([real_usage])| +memory_get_usage|int|([real_usage])| +metaphone|string|(string text[, int phones])| +method_exists|bool|(object object, string method)| +mhash_count|int|()| +mhash_get_block_size|int|(int hash)| +mhash_get_hash_name|string|(int hash)| +mhash_get_keygen_name|string|(int keygen)| +mhash_get_keygen_salt_size|bool|(int keygen)| +mhash_keygen_count|int|()| +mhash_keygen_s2k|binary|(int hash, binary input_password, binary salt, int bytes)| +mhash_keygen_uses_count|bool|(int keygen)| +mhash_keygen_uses_hash|bool|(int keygen)| +mhash_keygen_uses_salt|bool|(int keygen)| +mhash_keygen|binary|(int type, int hash1, int hash2, binary password[, binary salt[, int max_key_size = 128[, int bytes_count = 0]])| +mhash|binary|(int hash, binary data [, binary key])| +microtime|mixed|([bool get_as_float])| +mime_content_type|string|(string filename|resource stream)| +ming_keypress|int|(string str)| +ming_setscale|void|(int scale)| +ming_useconstants|void|(int use)| +ming_useswfversion|void|(int version)| +min|mixed|(mixed arg1 [, mixed arg2 [, mixed ...]])| +mkdir|bool|(string pathname [, int mode [, bool recursive [, resource context]]])| +mktime|int|([int hour [, int min [, int sec [, int mon [, int day [, int year]]]]]])| +money_format|string|(string format , float value)| +move_uploaded_file|bool|(string path, string new_path)| +msg_get_queue|resource|(int key [, int perms])| +msg_receive|mixed|(resource queue, int desiredmsgtype, int &msgtype, int maxsize, mixed message [, bool unserialize=true [, int flags=0 [, int errorcode]]])| +msg_remove_queue|bool|(resource queue)| +msg_send|bool|(resource queue, int msgtype, mixed message [, bool serialize=true [, bool blocking=true [, int errorcode]]])| +msg_set_queue|bool|(resource queue, array data)| +msg_stat_queue|array|(resource queue)| +msql_affected_rows|int|(resource query)| +msql_close|bool|([resource link_identifier])| +msql_connect|int|([string hostname[:port]] [, string username] [, string password])| +msql_create_db|bool|(string database_name [, resource link_identifier])| +msql_data_seek|bool|(resource query, int row_number)| +msql_db_query|resource|(string database_name, string query [, resource link_identifier])| +msql_drop_db|bool|(string database_name [, resource link_identifier])| +msql_error|string|()| +msql_fetch_array|array|(resource query [, int result_type])| +msql_fetch_field|object|(resource query [, int field_offset])| +msql_fetch_object|object|(resource query [, resource result_type])| +msql_fetch_row|array|(resource query)| +msql_field_flags|string|(resource query, int field_offset)| +msql_field_len|int|(int query, int field_offet)| +msql_field_name|string|(resource query, int field_index)| +msql_field_seek|bool|(resource query, int field_offset)| +msql_field_table|string|(resource query, int field_offset)| +msql_field_type|string|(resource query, int field_offset)| +msql_free_result|bool|(resource query)| +msql_list_dbs|resource|([resource link_identifier])| +msql_list_fields|resource|(string database_name, string table_name [, resource link_identifier])| +msql_list_tables|resource|(string database_name [, resource link_identifier])| +msql_num_fields|int|(resource query)| +msql_num_rows|int|(resource query)| +msql_pconnect|int|([string hostname[:port]] [, string username] [, string password])| +msql_query|resource|(string query [, resource link_identifier])| +msql_result|string|(int query, int row [, mixed field])| +msql_select_db|bool|(string database_name [, resource link_identifier])| +mssql_bind|bool|(resource stmt, string param_name, mixed var, int type [, int is_output [, int is_null [, int maxlen]]])| +mssql_close|bool|([resource conn_id])| +mssql_connect|int|([string servername [, string username [, string password [, bool new_link]]]])| +mssql_data_seek|bool|(resource result_id, int offset)| +mssql_execute|mixed|(resource stmt [, bool skip_results = false])| +mssql_fetch_array|array|(resource result_id [, int result_type])| +mssql_fetch_assoc|array|(resource result_id)| +mssql_fetch_batch|int|(resource result_index)| +mssql_fetch_field|object|(resource result_id [, int offset])| +mssql_fetch_object|object|(resource result_id [, int result_type])| +mssql_fetch_row|array|(resource result_id)| +mssql_field_length|int|(resource result_id [, int offset])| +mssql_field_name|string|(resource result_id [, int offset])| +mssql_field_seek|bool|(int result_id, int offset)| +mssql_field_type|string|(resource result_id [, int offset])| +mssql_free_result|bool|(resource result_index)| +mssql_free_statement|bool|(resource result_index)| +mssql_get_last_message|string|()| +mssql_guid_string|string|(string binary [,int short_format])| +mssql_init|int|(string sp_name [, resource conn_id])| +mssql_min_error_severity|void|(int severity)| +mssql_min_message_severity|void|(int severity)| +mssql_next_result|bool|(resource result_id)| +mssql_num_fields|int|(resource mssql_result_index)| +mssql_num_rows|int|(resource mssql_result_index)| +mssql_pconnect|int|([string servername [, string username [, string password [, bool new_link]]]])| +mssql_query|resource|(string query [, resource conn_id [, int batch_size]])| +mssql_result|string|(resource result_id, int row, mixed field)| +mssql_rows_affected|int|(resource conn_id)| +mssql_select_db|bool|(string database_name [, resource conn_id])| +mt_getrandmax|int|()| +mt_rand|int|([int min, int max])| +mt_srand|void|([int seed])| +mysql_affected_rows|int|([int link_identifier])| +mysql_client_encoding|string|([int link_identifier])| +mysql_close|bool|([int link_identifier])| +mysql_connect|resource|([string hostname[:port][:/path/to/socket] [, string username [, string password [, bool new [, int flags]]]]])| +mysql_create_db|bool|(string database_name [, int link_identifier])| +mysql_data_seek|bool|(resource result, int row_number)| +mysql_db_query|resource|(string database_name, string query [, int link_identifier])| +mysql_drop_db|bool|(string database_name [, int link_identifier])| +mysql_errno|int|([int link_identifier])| +mysql_error|string|([int link_identifier])| +mysql_escape_string|string|(string to_be_escaped)| +mysql_fetch_array|array|(resource result [, int result_type])| +mysql_fetch_assoc|array|(resource result)| +mysql_fetch_field|object|(resource result [, int field_offset])| +mysql_fetch_lengths|array|(resource result)| +mysql_fetch_object|object|(resource result [, string class_name [, NULL|array ctor_params]])| +mysql_fetch_row|array|(resource result)| +mysql_field_flags|string|(resource result, int field_offset)| +mysql_field_len|int|(resource result, int field_offset)| +mysql_field_name|string|(resource result, int field_index)| +mysql_field_seek|bool|(resource result, int field_offset)| +mysql_field_table|string|(resource result, int field_offset)| +mysql_field_type|string|(resource result, int field_offset)| +mysql_free_result|bool|(resource result)| +mysql_get_client_info|string|()| +mysql_get_host_info|string|([int link_identifier])| +mysql_get_proto_info|int|([int link_identifier])| +mysql_get_server_info|string|([int link_identifier])| +mysql_info|string|([int link_identifier])| +mysql_insert_id|int|([int link_identifier])| +mysql_list_dbs|resource|([int link_identifier])| +mysql_list_fields|resource|(string database_name, string table_name [, int link_identifier])| +mysql_list_processes|resource|([int link_identifier])| +mysql_list_tables|resource|(string database_name [, int link_identifier])| +mysql_num_fields|int|(resource result)| +mysql_num_rows|int|(resource result)| +mysql_pconnect|resource|([string hostname[:port][:/path/to/socket] [, string username [, string password [, int flags]]]])| +mysql_ping|bool|([int link_identifier])| +mysql_query|resource|(string query [, int link_identifier])| +mysql_real_escape_string|string|(string to_be_escaped [, int link_identifier])| +mysql_result|mixed|(resource result, int row [, mixed field])| +mysql_select_db|bool|(string database_name [, int link_identifier])| +mysql_set_charset|bool|(string csname [, int link_identifier])| +mysql_stat|string|([int link_identifier])| +mysql_thread_id|int|([int link_identifier])| +mysql_unbuffered_query|resource|(string query [, int link_identifier])| +mysqli_affected_rows|mixed|(object link)| +mysqli_autocommit|bool|(object link, bool mode)| +mysqli_change_user|bool|(object link, string user, string password, string database)| +mysqli_character_set_name|string|(object link)| +mysqli_close|bool|(object link)| +mysqli_commit|bool|(object link)| +mysqli_connect_errno|int|()| +mysqli_connect_error|string|()| +mysqli_connect|object|([string hostname [,string username [,string passwd [,string dbname [,int port [,string socket]]]]]])| +mysqli_data_seek|bool|(object result, int offset)| +mysqli_debug|void|(string debug)| +mysqli_disable_reads_from_master|void|(object link)| +mysqli_disable_rpl_parse|void|(object link)| +mysqli_dump_debug_info|bool|(object link)| +mysqli_embedded_server_end|void|()| +mysqli_embedded_server_start|bool|(bool start, array arguments, array groups)| +mysqli_enable_reads_from_master|void|(object link)| +mysqli_enable_rpl_parse|void|(object link)| +mysqli_errno|int|(object link)| +mysqli_error|string|(object link)| +mysqli_field_count|int|(object link)| +mysqli_field_seek|int|(object result, int fieldnr)| +mysqli_field_tell|int|(object result)| +mysqli_free_result|void|(object result)| +mysqli_get_charset|object|(object link)| +mysqli_get_client_info|string|()| +mysqli_get_client_version|int|()| +mysqli_get_proto_info|int|(object link)| +mysqli_get_server_info|string|(object link)| +mysqli_get_server_version|int|(object link)| +mysqli_get_warnings|object|(object link)| +mysqli_info|string|(object link)| +mysqli_init|resource|()| +mysqli_insert_id|mixed|(object link)| +mysqli_kill|bool|(object link, int processid)| +mysqli_master_query|bool|(object link, string query)| +mysqli_more_results|bool|(object link)| +mysqli_multi_query|bool|(object link, string query)| +mysqli_next_result|bool|(object link)| +mysqli_num_fields|int|(object result)| +mysqli_num_rows|mixed|(object result)| +mysqli_options|bool|(object link, int flags, mixed values)| +mysqli_ping|bool|(object link)| +mysqli_prepare|mixed|(object link, string query)| +mysqli_query|mixed|(object link, string query [,int resultmode])| +mysqli_real_connect|bool|(object link [,string hostname [,string username [,string passwd [,string dbname [,int port [,string socket [,int flags]]]]]]])| +mysqli_real_escape_string|string|(object link, string escapestr)| +mysqli_real_query|bool|(object link, string query)| +mysqli_report|bool|(int flags)| +mysqli_rollback|bool|(object link)| +mysqli_rpl_parse_enabled|int|(object link)| +mysqli_rpl_probe|bool|(object link)| +mysqli_rpl_query_type|int|(string query)| +mysqli_select_db|bool|(object link, string dbname)| +mysqli_send_query|bool|(object link, string query)| +mysqli_set_charset|bool|(object link, string csname)| +mysqli_set_local_infile_default|void|(object link)| +mysqli_set_local_infile_handler|bool|(object link, callback read_func)| +mysqli_slave_query|bool|(object link, string query)| +mysqli_sqlstate|string|(object link)| +mysqli_ssl_set|bool|(object link ,string key ,string cert ,string ca ,string capath ,string cipher])| +mysqli_stat|mixed|(object link)| +mysqli_stmt_affected_rows|mixed|(object stmt)| +mysqli_stmt_attr_get|int|(object stmt, long attr)| +mysqli_stmt_attr_set|int|(object stmt, long attr, long mode)| +mysqli_stmt_bind_param|bool|(object stmt, string types, mixed variable [,mixed,....])| +mysqli_stmt_bind_result|bool|(object stmt, mixed var, [,mixed, ...])| +mysqli_stmt_close|bool|(object stmt)| +mysqli_stmt_data_seek|void|(object stmt, int offset)| +mysqli_stmt_errno|int|(object stmt)| +mysqli_stmt_error|string|(object stmt)| +mysqli_stmt_execute|bool|(object stmt)| +mysqli_stmt_fetch|mixed|(object stmt)| +mysqli_stmt_field_count|int|(object stmt)| +mysqli_stmt_free_result|void|(object stmt)| +mysqli_stmt_get_warnings|object|(object link)| +mysqli_stmt_init|mixed|(object link)| +mysqli_stmt_insert_id|mixed|(object stmt)| +mysqli_stmt_num_rows|mixed|(object stmt)| +mysqli_stmt_param_count|int|(object stmt)| +mysqli_stmt_prepare|bool|(object stmt, string query)| +mysqli_stmt_reset|bool|(object stmt)| +mysqli_stmt_result_metadata|mixed|(object stmt)| +mysqli_stmt_send_long_data|bool|(object stmt, int param_nr, string data)| +mysqli_stmt_sqlstate|string|(object stmt)| +mysqli_stmt_store_result|bool|(stmt)| +mysqli_store_result|object|(object link)| +mysqli_thread_id|int|(object link)| +mysqli_thread_safe|bool|()| +mysqli_use_result|mixed|(object link)| +natcasesort|void|(array &array_arg)| +natsort|void|(array &array_arg)| +next|mixed|(array array_arg)| +ngettext|binary|(string msgid1, string msgid2, int count)| +nl2br|string|(string str)| +nl_langinfo|string|(int item)| +nsapi_request_headers|array|()| +nsapi_response_headers|array|()| +nsapi_virtual|bool|(string uri)| +number_format|string|(float number [, int num_decimal_places [, string dec_seperator, string thousands_seperator]])| +ob_clean|bool|()| +ob_end_clean|bool|()| +ob_end_flush|bool|()| +ob_flush|bool|()| +ob_get_clean|bool|()| +ob_get_contents|string|()| +ob_get_flush|bool|()| +ob_get_length|int|()| +ob_get_level|int|()| +ob_implicit_flush|void|([int flag])| +ob_start|bool|([string|array user_function [, int chunk_size [, int flags]]])| +oci_bind_array_by_name|bool|(resource stmt, string name, array &var, int max_table_length [, int max_item_length [, int type ]])| +oci_bind_by_name|bool|(resource stmt, string name, mixed &var, [, int maxlength [, int type]])| +oci_cancel|bool|(resource stmt)| +oci_close|bool|(resource connection)| +oci_collection_append|bool|(string value)| +oci_collection_assign|bool|(object from)| +oci_collection_element_assign|bool|(int index, string val)| +oci_collection_element_get|string|(int ndx)| +oci_collection_max|int|()| +oci_collection_size|int|()| +oci_collection_trim|bool|(int num)| +oci_commit|bool|(resource connection)| +oci_connect|resource|(string user, string pass [, string db [, string charset [, int session_mode ]])| +oci_define_by_name|bool|(resource stmt, string name, mixed &var [, int type])| +oci_error|array|([resource stmt|connection|global])| +oci_execute|bool|(resource stmt [, int mode])| +oci_fetch_all|int|(resource stmt, array &output[, int skip[, int maxrows[, int flags]]])| +oci_fetch_array|array|( resource stmt [, int mode ])| +oci_fetch_assoc|array|( resource stmt )| +oci_fetch_object|object|( resource stmt )| +oci_fetch_row|array|( resource stmt )| +oci_fetch|bool|(resource stmt)| +oci_field_is_null|bool|(resource stmt, int col)| +oci_field_name|string|(resource stmt, int col)| +oci_field_precision|int|(resource stmt, int col)| +oci_field_scale|int|(resource stmt, int col)| +oci_field_size|int|(resource stmt, int col)| +oci_field_type_raw|int|(resource stmt, int col)| +oci_field_type|mixed|(resource stmt, int col)| +oci_free_collection|bool|()| +oci_free_descriptor|bool|()| +oci_free_statement|bool|(resource stmt)| +oci_internal_debug|void|(int onoff)| +oci_lob_append|bool|( object lob )| +oci_lob_close|bool|()| +oci_lob_copy|bool|( object lob_to, object lob_from [, int length ] )| +oci_lob_eof|bool|()| +oci_lob_erase|int|( [ int offset [, int length ] ] )| +oci_lob_export|bool|([string filename [, int start [, int length]]])| +oci_lob_flush|bool|( [ int flag ] )| +oci_lob_import|bool|( string filename )| +oci_lob_is_equal|bool|( object lob1, object lob2 )| +oci_lob_load|string|()| +oci_lob_read|string|( int length )| +oci_lob_rewind|bool|()| +oci_lob_save|bool|( string data [, int offset ])| +oci_lob_seek|bool|( int offset [, int whence ])| +oci_lob_size|int|()| +oci_lob_tell|int|()| +oci_lob_truncate|bool|( [ int length ])| +oci_lob_write_temporary|bool|(string var [, int lob_type])| +oci_lob_write|int|( string string [, int length ])| +oci_new_collection|object|(resource connection, string tdo [, string schema])| +oci_new_connect|resource|(string user, string pass [, string db])| +oci_new_cursor|resource|(resource connection)| +oci_new_descriptor|object|(resource connection [, int type])| +oci_num_fields|int|(resource stmt)| +oci_num_rows|int|(resource stmt)| +oci_parse|resource|(resource connection, string query)| +oci_password_change|bool|(resource connection, string username, string old_password, string new_password)| +oci_pconnect|resource|(string user, string pass [, string db [, string charset ]])| +oci_result|string|(resource stmt, mixed column)| +oci_rollback|bool|(resource connection)| +oci_server_version|string|(resource connection)| +oci_set_prefetch|bool|(resource stmt, int prefetch_rows)| +oci_statement_type|string|(resource stmt)| +ocifetchinto|int|(resource stmt, array &output [, int mode])| +ocigetbufferinglob|bool|()| +ocisetbufferinglob|bool|( boolean flag )| +octdec|int|(string octal_number)| +odbc_autocommit|mixed|(resource connection_id [, int OnOff])| +odbc_binmode|bool|(int result_id, int mode)| +odbc_close_all|void|()| +odbc_close|void|(resource connection_id)| +odbc_columnprivileges|resource|(resource connection_id, string catalog, string schema, string table, string column)| +odbc_columns|resource|(resource connection_id [, string qualifier [, string owner [, string table_name [, string column_name]]]])| +odbc_commit|bool|(resource connection_id)| +odbc_connect|resource|(string DSN, string user, string password [, int cursor_option])| +odbc_cursor|string|(resource result_id)| +odbc_data_source|array|(resource connection_id, int fetch_type)| +odbc_errormsg|string|([resource connection_id])| +odbc_error|string|([resource connection_id])| +odbc_execute|bool|(resource result_id [, array parameters_array])| +odbc_exec|resource|(resource connection_id, string query [, int flags])| +odbc_fetch_array|array|(int result [, int rownumber])| +odbc_fetch_into|int|(resource result_id, array result_array, [, int rownumber])| +odbc_fetch_object|object|(int result [, int rownumber])| +odbc_fetch_row|bool|(resource result_id [, int row_number])| +odbc_field_len|int|(resource result_id, int field_number)| +odbc_field_name|string|(resource result_id, int field_number)| +odbc_field_num|int|(resource result_id, string field_name)| +odbc_field_scale|int|(resource result_id, int field_number)| +odbc_field_type|string|(resource result_id, int field_number)| +odbc_foreignkeys|resource|(resource connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)| +odbc_free_result|bool|(resource result_id)| +odbc_gettypeinfo|resource|(resource connection_id [, int data_type])| +odbc_longreadlen|bool|(int result_id, int length)| +odbc_next_result|bool|(resource result_id)| +odbc_num_fields|int|(resource result_id)| +odbc_num_rows|int|(resource result_id)| +odbc_pconnect|resource|(string DSN, string user, string password [, int cursor_option])| +odbc_prepare|resource|(resource connection_id, string query)| +odbc_primarykeys|resource|(resource connection_id, string qualifier, string owner, string table)| +odbc_procedurecolumns|resource|(resource connection_id [, string qualifier, string owner, string proc, string column])| +odbc_procedures|resource|(resource connection_id [, string qualifier, string owner, string name])| +odbc_result_all|int|(resource result_id [, string format])| +odbc_result|mixed|(resource result_id, mixed field)| +odbc_rollback|bool|(resource connection_id)| +odbc_setoption|bool|(resource conn_id|result_id, int which, int option, int value)| +odbc_specialcolumns|resource|(resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)| +odbc_statistics|resource|(resource connection_id, string qualifier, string owner, string name, int unique, int accuracy)| +odbc_tableprivileges|resource|(resource connection_id, string qualifier, string owner, string name)| +odbc_tables|resource|(resource connection_id [, string qualifier [, string owner [, string name [, string table_types]]]])| +opendir|mixed|(string path[, resource context])| +openlog|bool|(string ident, int option, int facility)| +openssl_csr_export_to_file|bool|(resource csr, string outfilename [, bool notext=true])| +openssl_csr_export|bool|(resource csr, string &out [, bool notext=true])| +openssl_csr_get_public_key|mixed|(mixed csr)| +openssl_csr_get_subject|mixed|(mixed csr)| +openssl_csr_new|bool|(array dn, resource &privkey [, array configargs, array extraattribs])| +openssl_csr_sign|resource|(mixed csr, mixed x509, mixed priv_key, long days [, array config_args [, long serial]])| +openssl_error_string|mixed|()| +openssl_open|bool|(string data, &string opendata, string ekey, mixed privkey)| +openssl_pkcs12_export_to_file|bool|(mixed x509, string filename, mixed priv_key, string pass[, array args])| +openssl_pkcs12_export|bool|(mixed x509, string &out, mixed priv_key, string pass[, array args])| +openssl_pkcs12_read|bool|(string PKCS12, array &certs, string pass)| +openssl_pkcs7_decrypt|bool|(string infilename, string outfilename, mixed recipcert [, mixed recipkey])| +openssl_pkcs7_encrypt|bool|(string infile, string outfile, mixed recipcerts, array headers [, long flags [, long cipher]])| +openssl_pkcs7_sign|bool|(string infile, string outfile, mixed signcert, mixed signkey, array headers [, long flags [, string extracertsfilename]])| +openssl_pkcs7_verify|bool|(string filename, long flags [, string signerscerts [, array cainfo [, string extracerts [, string content]]]])| +openssl_pkey_export_to_file|bool|(mixed key, string outfilename [, string passphrase, array config_args)| +openssl_pkey_export|bool|(mixed key, &mixed out [, string passphrase [, array config_args]])| +openssl_pkey_free|void|(int key)| +openssl_pkey_get_details|resource|(resource key)| +openssl_pkey_get_private|int|(string key [, string passphrase])| +openssl_pkey_get_public|int|(mixed cert)| +openssl_pkey_new|resource|([array configargs])| +openssl_private_decrypt|bool|(string data, string decrypted, mixed key [, int padding])| +openssl_private_encrypt|bool|(string data, string crypted, mixed key [, int padding])| +openssl_public_decrypt|bool|(string data, string crypted, resource key [, int padding])| +openssl_public_encrypt|bool|(string data, string crypted, mixed key [, int padding])| +openssl_seal|int|(string data, &string sealdata, &array ekeys, array pubkeys)| +openssl_sign|bool|(string data, &string signature, mixed key[, int signature_alg])| +openssl_verify|int|(string data, string signature, mixed key [, int signature_algo])| +openssl_x509_check_private_key|bool|(mixed cert, mixed key)| +openssl_x509_checkpurpose|int|(mixed x509cert, int purpose, array cainfo [, string untrustedfile])| +openssl_x509_export_to_file|bool|(mixed x509, string outfilename [, bool notext = true])| +openssl_x509_export|bool|(mixed x509, string &out [, bool notext = true])| +openssl_x509_free|void|(resource x509)| +openssl_x509_parse|array|(mixed x509 [, bool shortnames=true])| +openssl_x509_read|resource|(mixed cert)| +open|mixed|(string source [, int flags])| +ord|int|(string character)| +output_add_rewrite_var|bool|(string name, string value)| +output_reset_rewrite_vars|bool|()| +pack|string|(string format, mixed arg1 [, mixed arg2 [, mixed ...]])| +parse_ini_file|array|(string filename [, bool process_sections])| +parse_str|void|(string encoded_string [, array result])| +parse_url|mixed|(string url, [int url_component])| +passthru|void|(string command [, int &return_value])| +pathinfo|array|(string path[, int options])| +pclose|int|(resource fp)| +pcntl_alarm|int|(int seconds)| +pcntl_exec|bool|(string path [, array args [, array envs]])| +pcntl_fork|int|()| +pcntl_getpriority|int|([int pid [, int process_identifier]])| +pcntl_setpriority|bool|(int priority [, int pid [, int process_identifier]])| +pcntl_signal|bool|(int signo, callback handle [, bool restart_syscalls])| +pcntl_waitpid|int|(int pid, int &status, int options)| +pcntl_wait|int|(int &status)| +pcntl_wexitstatus|int|(int status)| +pcntl_wifexited|bool|(int status)| +pcntl_wifsignaled|bool|(int status)| +pcntl_wifstopped|bool|(int status)| +pcntl_wstopsig|int|(int status)| +pcntl_wtermsig|int|(int status)| +pdo_drivers|array|()| +pdo_drivers|array|()| +pfsockopen|resource|(string hostname, int port [, int errno [, string errstr [, float timeout]]])| +pg_affected_rows|int|(resource result)| +pg_cancel_query|bool|(resource connection)| +pg_client_encoding|string|([resource connection])| +pg_close|bool|([resource connection])| +pg_connection_busy|bool|(resource connection)| +pg_connection_reset|bool|(resource connection)| +pg_connection_status|int|(resource connnection)| +pg_connect|resource|(string connection_string[, int connect_type] | [string host, string port [, string options [, string tty,]]] string database)| +pg_convert|array|(resource db, string table, array values[, int options])| +pg_copy_from|bool|(resource connection, string table_name , array rows [, string delimiter [, string null_as]])| +pg_copy_to|array|(resource connection, string table_name [, string delimiter [, string null_as]])| +pg_dbname|string|([resource connection])| +pg_delete|mixed|(resource db, string table, array ids[, int options])| +pg_end_copy|bool|([resource connection])| +pg_escape_bytea|string|([resource connection,] string data)| +pg_escape_string|string|([resource connection,] string data)| +pg_execute|resource|([resource connection,] string stmtname, array params)| +pg_fetch_all_columns|array|(resource result [, int column_number])| +pg_fetch_all|array|(resource result)| +pg_fetch_array|array|(resource result [, int row [, int result_type]])| +pg_fetch_assoc|array|(resource result [, int row])| +pg_fetch_object|object|(resource result [, int row [, string class_name [, NULL|array ctor_params]]])| +pg_fetch_result|mixed|(resource result, [int row_number,] mixed field_name)| +pg_fetch_row|array|(resource result [, int row [, int result_type]])| +pg_field_is_null|int|(resource result, [int row,] mixed field_name_or_number)| +pg_field_name|string|(resource result, int field_number)| +pg_field_num|int|(resource result, string field_name)| +pg_field_prtlen|int|(resource result, [int row,] mixed field_name_or_number)| +pg_field_size|int|(resource result, int field_number)| +pg_field_table|mixed|(resource result, int field_number[, bool oid_only])| +pg_field_type_oid|string|(resource result, int field_number)| +pg_field_type|string|(resource result, int field_number)| +pg_free_result|bool|(resource result)| +pg_get_notify|array|([resource connection[, result_type]])| +pg_get_pid|int|([resource connection)| +pg_get_result|resource|(resource connection)| +pg_host|string|([resource connection])| +pg_insert|mixed|(resource db, string table, array values[, int options])| +pg_last_error|string|([resource connection])| +pg_last_notice|string|(resource connection)| +pg_last_oid|string|(resource result)| +pg_lo_close|bool|(resource large_object)| +pg_lo_create|int|([resource connection])| +pg_lo_export|bool|([resource connection, ] int objoid, string filename)| +pg_lo_import|int|([resource connection, ] string filename)| +pg_lo_open|resource|([resource connection,] int large_object_oid, string mode)| +pg_lo_read_all|int|(resource large_object)| +pg_lo_read|string|(resource large_object [, int len])| +pg_lo_seek|bool|(resource large_object, int offset [, int whence])| +pg_lo_tell|int|(resource large_object)| +pg_lo_unlink|bool|([resource connection,] string large_object_oid)| +pg_lo_write|int|(resource large_object, string buf [, int len])| +pg_meta_data|array|(resource db, string table)| +pg_num_fields|int|(resource result)| +pg_num_rows|int|(resource result)| +pg_options|string|([resource connection])| +pg_pconnect|resource|(string connection_string | [string host, string port [, string options [, string tty,]]] string database)| +pg_ping|bool|([resource connection])| +pg_port|int|([resource connection])| +pg_prepare|resource|([resource connection,] string stmtname, string query)| +pg_put_line|bool|([resource connection,] string query)| +pg_query_params|resource|([resource connection,] string query, array params)| +pg_query|resource|([resource connection,] string query)| +pg_result_error_field|string|(resource result, int fieldcode)| +pg_result_error|string|(resource result)| +pg_result_seek|bool|(resource result, int offset)| +pg_result_status|mixed|(resource result[, long result_type])| +pg_select|mixed|(resource db, string table, array ids[, int options])| +pg_send_execute|bool|(resource connection, string stmtname, array params)| +pg_send_prepare|bool|(resource connection, string stmtname, string query)| +pg_send_query_params|bool|(resource connection, string query)| +pg_send_query|bool|(resource connection, string query)| +pg_set_client_encoding|int|([resource connection,] string encoding)| +pg_set_error_verbosity|int|([resource connection,] int verbosity)| +pg_trace|bool|(string filename [, string mode [, resource connection]])| +pg_transaction_status|int|(resource connnection)| +pg_tty|string|([resource connection])| +pg_unescape_bytea|string|(string data)| +pg_untrace|bool|([resource connection])| +pg_update|mixed|(resource db, string table, array fields, array ids[, int options])| +pg_version|array|([resource connection])| +php_egg_logo_guid|string|()| +php_ini_loaded_file|string|()| +php_ini_scanned_files|string|()| +php_logo_guid|string|()| +php_real_logo_guid|string|()| +php_sapi_name|string|()| +php_snmpv3|void|(INTERNAL_FUNCTION_PARAMETERS, int st)| +php_strip_whitespace|string|(string file_name)| +php_uname|string|()| +phpcredits|void|([int flag])| +phpinfo|void|([int what])| +phpversion|string|([string extension])| +pi|float|()| +popen|resource|(string command, string mode)| +posix_access|bool|(string file [, int mode])| +posix_ctermid|string|()| +posix_get_last_error|int|()| +posix_getcwd|string|()| +posix_getegid|int|()| +posix_geteuid|int|()| +posix_getgid|int|()| +posix_getgrgid|array|(long gid)| +posix_getgrnam|array|(string groupname)| +posix_getgroups|array|()| +posix_getlogin|string|()| +posix_getpgid|int|()| +posix_getpgrp|int|()| +posix_getpid|int|()| +posix_getppid|int|()| +posix_getpwnam|array|(string groupname)| +posix_getpwuid|array|(long uid)| +posix_getrlimit|array|()| +posix_getsid|int|()| +posix_getuid|int|()| +posix_initgroups|bool|(string name, int base_group_id)| +posix_isatty|bool|(int fd)| +posix_kill|bool|(int pid, int sig)| +posix_mkfifo|bool|(string pathname, int mode)| +posix_mknod|bool|(string pathname, int mode [, int major [, int minor]])| +posix_setegid|bool|(int uid)| +posix_seteuid|bool|(int uid)| +posix_setgid|bool|(int uid)| +posix_setpgid|bool|(int pid, int pgid)| +posix_setsid|int|()| +posix_setuid|bool|(int uid)| +posix_strerror|string|(int errno)| +posix_times|array|()| +posix_ttyname|string|(int fd)| +posix_uname|array|()| +pow|number|(number base, number exponent)| +preg_grep|array|(string regex, array input [, int flags])| +preg_last_error|int|()| +preg_match_all|int|(string pattern, string subject, array subpatterns [, int flags [, int offset]])| +preg_match|int|(string pattern, string subject [, array subpatterns [, int flags [, int offset]]])| +preg_quote|string|(string str [, string delim_char])| +preg_replace_callback|string|(mixed regex, mixed callback, mixed subject [, int limit [, count]])| +preg_replace|string|(mixed regex, mixed replace, mixed subject [, int limit [, count]])| +preg_split|array|(string pattern, string subject [, int limit [, int flags]])| +prev|mixed|(array array_arg)| +print_r|mixed|(mixed var [, bool return])| +printf|int|(string format [, mixed arg1 [, mixed ...]])| +proc_close|int|(resource process)| +proc_get_status|array|(resource process)| +proc_nice|bool|(int priority)| +proc_open|resource|(string command, array descriptorspec, array &pipes [, string cwd [, array env [, array other_options]]])| +proc_terminate|bool|(resource process [, long signal])| +property_exists|bool|(mixed object_or_class, string property_name)| +pspell_add_to_personal|bool|(int pspell, string word)| +pspell_add_to_session|bool|(int pspell, string word)| +pspell_check|bool|(int pspell, string word)| +pspell_clear_session|bool|(int pspell)| +pspell_config_create|int|(string language [, string spelling [, string jargon [, string encoding]]])| +pspell_config_data_dir|bool|(int conf, string directory)| +pspell_config_dict_dir|bool|(int conf, string directory)| +pspell_config_ignore|bool|(int conf, int ignore)| +pspell_config_mode|bool|(int conf, long mode)| +pspell_config_personal|bool|(int conf, string personal)| +pspell_config_repl|bool|(int conf, string repl)| +pspell_config_runtogether|bool|(int conf, bool runtogether)| +pspell_config_save_repl|bool|(int conf, bool save)| +pspell_new_config|int|(int config)| +pspell_new_personal|int|(string personal, string language [, string spelling [, string jargon [, string encoding [, int mode]]]])| +pspell_new|int|(string language [, string spelling [, string jargon [, string encoding [, int mode]]]])| +pspell_save_wordlist|bool|(int pspell)| +pspell_store_replacement|bool|(int pspell, string misspell, string correct)| +pspell_suggest|array|(int pspell, string word)| +putenv|bool|(string setting)| +quoted_printable_decode|binary|(string str)| +quotemeta|string|(string str)| +rad2deg|float|(float number)| +rand|int|([int min, int max])| +range|array|(mixed low, mixed high[, int step])| +rawurldecode|binary|(binary str)| +rawurlencode|binary|(binary str)| +readdir|string|([resource dir_handle])| +readfile|int|(string filename [, int flags[, resource context]])| +readgzfile|int|(string filename [, int use_include_path])| +readline_add_history|bool|([string prompt])| +readline_callback_handler_install|void|(string prompt, mixed callback)| +readline_callback_handler_remove|bool|()| +readline_callback_read_char|void|()| +readline_clear_history|bool|()| +readline_completion_function|bool|(string funcname)| +readline_info|mixed|([string varname] [, string newvalue])| +readline_list_history|array|()| +readline_on_new_line|void|()| +readline_read_history|bool|([string filename] [, int from] [,int to])| +readline_redisplay|void|()| +readline_write_history|bool|([string filename])| +readline|string|([string prompt])| +readlink|string|(string filename)| +realpath|string|(string path)| +recode_file|bool|(string request, resource input, resource output)| +recode_string|string|(string request, string str)| +register_shutdown_function|void|(string function_name)| +register_tick_function|bool|(string function_name [, mixed arg [, mixed ... ]])| +renameIndex|bool|(int index, string new_name)| +renameName|bool|(string name, string new_name)| +rename|bool|(string old_name, string new_name[, resource context])| +reset|mixed|(array array_arg)| +restore_error_handler|void|()| +restore_exception_handler|void|()| +restore_include_path|void|()| +rewinddir|void|([resource dir_handle])| +rewind|bool|(resource fp)| +rmdir|bool|(string dirname[, resource context])| +round|float|(float number [, int precision])| +rsort|bool|(array &array_arg [, int sort_flags])| +rtrim|string|(string str [, string character_mask])| +scandir|array|(string dir [, int sorting_order [, resource context]])| +sem_acquire|bool|(resource id)| +sem_get|resource|(int key [, int max_acquire [, int perm [, int auto_release]])| +sem_release|bool|(resource id)| +sem_remove|bool|(resource id)| +serialize|string|(mixed variable)| +session_cache_expire|int|([int new_cache_expire])| +session_cache_limiter|string|([string new_cache_limiter])| +session_decode|bool|(string data)| +session_destroy|bool|()| +session_encode|string|()| +session_get_cookie_params|array|()| +session_id|string|([string newid])| +session_module_name|string|([string newname])| +session_name|string|([string newname])| +session_regenerate_id|bool|([bool delete_old_session])| +session_save_path|string|([string newname])| +session_set_cookie_params|void|(int lifetime [, string path [, string domain [, bool secure[, bool httponly]]]])| +session_set_save_handler|void|(string open, string close, string read, string write, string destroy, string gc)| +session_start|bool|()| +session_unset|void|()| +session_write_close|void|()| +setArchiveComment|bool|(string name, string comment)| +setCommentIndex|bool|(int index, string comment)| +setCommentName|bool|(string name, string comment)| +set_error_handler|string|(string error_handler [, int error_types])| +set_exception_handler|string|(callable exception_handler)| +set_include_path|string|(string new_include_path)| +set_time_limit|bool|(int seconds)| +setcookie|bool|(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])| +setlocale|string|(mixed category, string locale [, string ...])| +setrawcookie|bool|(string name [, string value [, int expires [, string path [, string domain [, bool secure[, bool httponly]]]]]])| +settype|bool|(mixed var, string type)| +sha1_file|string|(string filename [, bool raw_output])| +sha1|string|(string str [, bool raw_output])| +shell_exec|string|(string cmd)| +shm_attach|resource|(int key [, int memsize [, int perm]])| +shm_detach|bool|(resource shm_identifier)| +shm_get_var|mixed|(resource id, int variable_key)| +shm_has_var|bool|(resource id, int variable_key)| +shm_put_var|bool|(resource shm_identifier, int variable_key, mixed variable)| +shm_remove_var|bool|(resource id, int variable_key)| +shm_remove|bool|(resource shm_identifier)| +shuffle|bool|(array array_arg)| +similar_text|int|(string str1, string str2 [, float percent])| +simplexml_import_dom|simplemxml_element|(domNode node [, string class_name])| +simplexml_load_file|simplemxml_element|(string filename [, string class_name [, int options [, string ns [, bool is_prefix]]]])| +simplexml_load_string|simplemxml_element|(string data [, string class_name [, int options [, string ns [, bool is_prefix]]]])| +sinh|float|(float number)| +sin|float|(float number)| +sleep|void|(int seconds)| +smfi_addheader|bool|(string headerf, string headerv)| +smfi_addrcpt|bool|(string rcpt)| +smfi_chgheader|bool|(string headerf, string headerv)| +smfi_delrcpt|bool|(string rcpt)| +smfi_getsymval|string|(string macro)| +smfi_replacebody|bool|(string body)| +smfi_setflags|void|(long flags)| +smfi_setreply|bool|(string rcode, string xcode, string message)| +smfi_settimeout|void|(long timeout)| +snmp2_getnext|string|(string host, string community, string object_id [, int timeout [, int retries]])| +snmp2_get|string|(string host, string community, string object_id [, int timeout [, int retries]])| +snmp2_real_walk|array|(string host, string community, string object_id [, int timeout [, int retries]])| +snmp2_set|int|(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]])| +snmp2_walk|array|(string host, string community, string object_id [, int timeout [, int retries]])| +snmp3_getnext|int|(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])| +snmp3_get|int|(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])| +snmp3_real_walk|int|(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])| +snmp3_set|int|(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value [, int timeout [, int retries]])| +snmp3_walk|int|(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]])| +snmp_get_quick_print|bool|()| +snmp_get_valueretrieval|int|()| +snmp_read_mib|int|(string filename)| +snmp_set_enum_print|void|(int enum_print)| +snmp_set_oid_output_format|void|(int oid_format)| +snmp_set_quick_print|void|(int quick_print)| +snmp_set_valueretrieval|int|(int method)| +snmpgetnext|string|(string host, string community, string object_id [, int timeout [, int retries]])| +snmpget|string|(string host, string community, string object_id [, int timeout [, int retries]])| +snmprealwalk|array|(string host, string community, string object_id [, int timeout [, int retries]])| +snmpset|int|(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]])| +snmpwalk|array|(string host, string community, string object_id [, int timeout [, int retries]])| +socket_accept|resource|(resource socket)| +socket_bind|bool|(resource socket, string addr [, int port])| +socket_clear_error|void|([resource socket])| +socket_close|void|(resource socket)| +socket_connect|bool|(resource socket, string addr [, int port])| +socket_create_listen|resource|(int port[, int backlog])| +socket_create_pair|bool|(int domain, int type, int protocol, array &fd)| +socket_create|resource|(int domain, int type, int protocol)| +socket_get_option|mixed|(resource socket, int level, int optname)| +socket_getpeername|bool|(resource socket, string &addr[, int &port])| +socket_getsockname|bool|(resource socket, string &addr[, int &port])| +socket_last_error|int|([resource socket])| +socket_listen|bool|(resource socket[, int backlog])| +socket_read|string|(resource socket, int length [, int type])| +socket_recvfrom|int|(resource socket, string &buf, int len, int flags, string &name [, int &port])| +socket_recv|int|(resource socket, string &buf, int len, int flags)| +socket_select|int|(array &read_fds, array &write_fds, &array except_fds, int tv_sec[, int tv_usec])| +socket_sendto|int|(resource socket, string buf, int len, int flags, string addr [, int port])| +socket_send|int|(resource socket, string buf, int len, int flags)| +socket_set_block|bool|(resource socket)| +socket_set_nonblock|bool|(resource socket)| +socket_set_option|bool|(resource socket, int level, int optname, int|array optval)| +socket_shutdown|bool|(resource socket[, int how])| +socket_strerror|string|(int errno)| +socket_write|int|(resource socket, string buf[, int length])| +solid_fetch_prev|bool|(resource result_id)| +sort|bool|(array &array_arg [, int sort_flags])| +soundex|string|(string str)| +spl_autoload_call|void|(string class_name)| +spl_autoload_extensions|string|([string file_extensions])| +spl_autoload_register|bool|([mixed autoload_function = "spl_autoload" [, throw = true]])| +spl_autoload_unregister|bool|(mixed autoload_function)| +spl_autoload|void|(string class_name [, string file_extensions])| +spl_classes|array|()| +spl_object_hash|string|(object obj)| +spliti|array|(string pattern, string string [, int limit])| +split|array|(string pattern, string string [, int limit])| +sprintf|string|(string format [, mixed arg1 [, mixed ...]])| +sql_regcase|string|(string string)| +sqlite_array_query|array|(resource db, string query [ , int result_type [, bool decode_binary]])| +sqlite_busy_timeout|void|(resource db, int ms)| +sqlite_changes|int|(resource db)| +sqlite_close|void|(resource db)| +sqlite_column|mixed|(resource result, mixed index_or_name [, bool decode_binary])| +sqlite_create_aggregate|bool|(resource db, string funcname, mixed step_func, mixed finalize_func[, long num_args])| +sqlite_create_function|bool|(resource db, string funcname, mixed callback[, long num_args])| +sqlite_current|array|(resource result [, int result_type [, bool decode_binary]])| +sqlite_error_string|string|(int error_code)| +sqlite_escape_string|string|(string item)| +sqlite_exec|boolean|(string query, resource db[, string &error_message])| +sqlite_factory|object|(string filename [, int mode [, string &error_message]])| +sqlite_fetch_all|array|(resource result [, int result_type [, bool decode_binary]])| +sqlite_fetch_array|array|(resource result [, int result_type [, bool decode_binary]])| +sqlite_fetch_column_types|resource|(string table_name, resource db [, int result_type])| +sqlite_fetch_object|object|(resource result [, string class_name [, NULL|array ctor_params [, bool decode_binary]]])| +sqlite_fetch_single|string|(resource result [, bool decode_binary])| +sqlite_field_name|string|(resource result, int field_index)| +sqlite_has_prev|bool|(resource result)| +sqlite_key|int|(resource result)| +sqlite_last_error|int|(resource db)| +sqlite_last_insert_rowid|int|(resource db)| +sqlite_libencoding|string|()| +sqlite_libversion|string|()| +sqlite_next|bool|(resource result)| +sqlite_num_fields|int|(resource result)| +sqlite_num_rows|int|(resource result)| +sqlite_open|resource|(string filename [, int mode [, string &error_message]])| +sqlite_popen|resource|(string filename [, int mode [, string &error_message]])| +sqlite_prev|bool|(resource result)| +sqlite_query|resource|(string query, resource db [, int result_type [, string &error_message]])| +sqlite_rewind|bool|(resource result)| +sqlite_seek|bool|(resource result, int row)| +sqlite_single_query|array|(resource db, string query [, bool first_row_only [, bool decode_binary]])| +sqlite_udf_decode_binary|string|(string data)| +sqlite_udf_encode_binary|string|(string data)| +sqlite_unbuffered_query|resource|(string query, resource db [ , int result_type [, string &error_message]])| +sqlite_valid|bool|(resource result)| +sqrt|float|(float number)| +srand|void|([int seed])| +sscanf|mixed|(string str, string format [, string ...])| +statIndex|resource|(int index[, int flags])| +statName|array|(string filename[, int flags])| +stat|array|(string filename)| +str_getcsv|array|(string input[, string delimiter[, string enclosure[, string escape]]])| +str_ireplace|mixed|(mixed search, mixed replace, mixed subject [, int &replace_count])| +str_pad|string|(string input, int pad_length [, string pad_string [, int pad_type]])| +str_repeat|string|(string input, int mult)| +str_replace|mixed|(mixed search, mixed replace, mixed subject [, int &replace_count])| +str_rot13|string|(string str)| +str_shuffle|void|(string str)| +str_split|array|(string str [, int split_length])| +str_transliterate|string|(string str, string from_script, string to_script[, string variant])| +str_word_count|mixed|(string str, [int format [, string charlist]])| +strcasecmp|int|(string str1, string str2)| +strchr|string|(string haystack, string needle[, bool part])| +strcmp|int|(string str1, string str2)| +strcoll|int|(string str1, string str2)| +strcspn|int|(string str, string mask [, start [, len]])| +stream_bucket_append|void|(resource brigade, resource bucket)| +stream_bucket_make_writeable|object|(resource brigade)| +stream_bucket_new|object|(resource stream, string buffer)| +stream_bucket_prepend|void|(resource brigade, resource bucket)| +stream_context_create|resource|([array options[, array params]])| +stream_context_get_default|resource|([array options])| +stream_context_get_options|array|(resource context|resource stream)| +stream_context_set_option|bool|(resource context|resource stream, string wrappername, string optionname, mixed value)| +stream_context_set_params|bool|(resource context|resource stream, array options)| +stream_copy_to_stream|long|(resource source, resource dest [, long maxlen [, long pos]])| +stream_default_encoding|bool|(string encoding)| +stream_encoding|void|(resource stream[, string encoding])| +stream_filter_append|resource|(resource stream, string filtername[, int read_write[, mixed filterparams]])| +stream_filter_prepend|resource|(resource stream, string filtername[, int read_write[, mixed filterparams]])| +stream_filter_register|bool|(string filtername, string classname)| +stream_filter_remove|bool|(resource stream_filter)| +stream_get_contents|string|(resource source [, long maxlen [, long offset]])| +stream_get_filters|array|()| +stream_get_line|string|(resource stream, int maxlen [, string ending])| +stream_get_meta_data|array|(resource fp)| +stream_get_transports|array|()| +stream_get_wrappers|array|()| +stream_is_local|bool|(resource stream|string url)| +stream_resolve_include_path|string|(string filename[, resource context])| +stream_select|int|(array &read_streams, array &write_streams, array &except_streams, int tv_sec[, int tv_usec])| +stream_set_blocking|bool|(resource socket, int mode)| +stream_set_timeout|bool|(resource stream, int seconds, int microseconds)| +stream_set_write_buffer|int|(resource fp, int buffer)| +stream_socket_accept|resource|(resource serverstream, [ double timeout, string &peername ])| +stream_socket_client|resource|(string remoteaddress [, long &errcode, string &errstring, double timeout, long flags, resource context])| +stream_socket_enable_crypto|int|(resource stream, bool enable [, int cryptokind, resource sessionstream])| +stream_socket_get_name|string|(resource stream, bool want_peer)| +stream_socket_pair|array|(int domain, int type, int protocol)| +stream_socket_recvfrom|string|(resource stream, long amount [, long flags [, string &remote_addr]])| +stream_socket_sendto|long|(resouce stream, string data [, long flags [, string target_addr]])| +stream_socket_server|resource|(string localaddress [, long &errcode, string &errstring, long flags, resource context])| +stream_socket_shutdown|int|(resource stream, int how)| +stream_wrapper_register|bool|(string protocol, string classname)| +stream_wrapper_restore|bool|(string protocol)| +stream_wrapper_unregister|bool|(string protocol)| +strftime|string|(string format [, int timestamp])| +strip_tags|string|(string str [, string allowable_tags])| +stripcslashes|binary|(binary str)| +stripos|int|(string haystack, string needle [, int offset])| +stripslashes|string|(string str)| +stristr|string|(string haystack, string needle[, bool part])| +strlen|int|(string str)| +strnatcasecmp|int|(string s1, string s2)| +strnatcmp|int|(string s1, string s2)| +strncasecmp|int|(string str1, string str2, int len)| +strncmp|int|(string str1, string str2, int len)| +strpbrk|array|(string haystack, string char_list)| +strpos|int|(string haystack, mixed needle [, int offset])| +strptime|string|(string timestamp, string format)| +strrchr|string|(string haystack, string needle)| +strrev|string|(string str)| +strripos|int|(string haystack, string needle [, int offset])| +strrpos|int|(string haystack, string needle [, int offset])| +strspn|int|(string str, string mask [, start [, len]])| +strstr|string|(string haystack, string needle[, bool part])| +strtok|string|([string str,] string token)| +strtolower|string|(string str)| +strtotime|int|(string time [, int now ])| +strtotitle|string|(string str)| +strtoupper|string|(string str)| +strtr|string|(string str, string from[, string to])| +strval|string|(mixed var)| +substr_compare|int|(string main_str, string str, int offset [, int length [, bool case_sensitivity]])| +substr_count|int|(string haystack, string needle [, int offset [, int length]])| +substr_replace|mixed|(mixed str, mixed repl, mixed start [, mixed length])| +substr|string|(string str, int start [, int length])| +swfprebuiltclip_init|void|([file])| +swfvideostream_init|void|([file])| +sybase_affected_rows|int|([int link_id])| +sybase_affected_rows|int|([int link_id])| +sybase_close|bool|([int link_id])| +sybase_close|bool|([int link_id])| +sybase_connect|int|([string host [, string user [, string password [, string charset [, string appname]]]]])| +sybase_connect|int|([string host [, string user [, string password [, string charset [, string appname]]]]])| +sybase_data_seek|bool|(int result, int offset)| +sybase_data_seek|bool|(int result, int offset)| +sybase_deadlock_retry_count|void|(int retry_count)| +sybase_fetch_array|array|(int result)| +sybase_fetch_array|array|(int result)| +sybase_fetch_assoc|array|(int result)| +sybase_fetch_field|object|(int result [, int offset])| +sybase_fetch_field|object|(int result [, int offset])| +sybase_fetch_object|object|(int result [, mixed object])| +sybase_fetch_object|object|(int result)| +sybase_fetch_row|array|(int result)| +sybase_fetch_row|array|(int result)| +sybase_field_seek|bool|(int result, int offset)| +sybase_field_seek|bool|(int result, int offset)| +sybase_free_result|bool|(int result)| +sybase_free_result|bool|(int result)| +sybase_get_last_message|string|()| +sybase_get_last_message|string|()| +sybase_min_client_severity|void|(int severity)| +sybase_min_error_severity|void|(int severity)| +sybase_min_message_severity|void|(int severity)| +sybase_min_server_severity|void|(int severity)| +sybase_num_fields|int|(int result)| +sybase_num_fields|int|(int result)| +sybase_num_rows|int|(int result)| +sybase_num_rows|int|(int result)| +sybase_pconnect|int|([string host [, string user [, string password [, string charset [, string appname]]]]])| +sybase_pconnect|int|([string host [, string user [, string password [, string charset [, string appname]]]]])| +sybase_query|int|(string query [, int link_id])| +sybase_query|int|(string query [, int link_id])| +sybase_result|string|(int result, int row, mixed field)| +sybase_result|string|(int result, int row, mixed field)| +sybase_select_db|bool|(string database [, int link_id])| +sybase_select_db|bool|(string database [, int link_id])| +sybase_set_message_handler|bool|(mixed error_func [, resource connection])| +sybase_unbuffered_query|int|(string query [, int link_id])| +symlink|int|(string target, string link)| +sys_get_temp_dir|string|()| +sys_getloadavg|array|()| +syslog|bool|(int priority, string message)| +system|int|(string command [, int &return_value])| +tanh|float|(float number)| +tan|float|(float number)| +tempnam|string|(string dir, string prefix)| +textdomain|string|(string domain)| +tidy_access_count|int|()| +tidy_clean_repair|boolean|()| +tidy_config_count|int|()| +tidy_diagnose|boolean|()| +tidy_error_count|int|()| +tidy_get_body|TidyNode|(resource tidy)| +tidy_get_config|array|()| +tidy_get_error_buffer|string|()| +tidy_get_head|TidyNode|()| +tidy_get_html_ver|int|()| +tidy_get_html|TidyNode|()| +tidy_get_opt_doc|string|(tidy resource, string optname)| +tidy_get_output|string|()| +tidy_get_release|string|()| +tidy_get_root|TidyNode|()| +tidy_get_status|int|()| +tidy_getopt|mixed|(string option)| +tidy_is_xhtml|bool|()| +tidy_is_xml|bool|()| +tidy_parse_file|boolean|(string file [, mixed config_options [, string encoding [, bool use_include_path]]])| +tidy_parse_string|bool|(string input [, mixed config_options [, string encoding]])| +tidy_repair_file|boolean|(string filename [, mixed config_file [, string encoding [, bool use_include_path]]])| +tidy_repair_string|boolean|(string data [, mixed config_file [, string encoding]])| +tidy_warning_count|int|()| +time_nanosleep|mixed|(long seconds, long nanoseconds)| +time_sleep_until|mixed|(float timestamp)| +timezone_abbreviations_list|array|()| +timezone_identifiers_list|array|()| +timezone_name_from_abbr|string|(string abbr[, long gmtOffset[, long isdst]])| +timezone_name_get|string|(DateTimeZone object)| +timezone_offset_get|long|(DateTimeZone object, DateTime object)| +timezone_open|DateTimeZone|(string timezone)| +timezone_transitions_get|array|(DateTimeZone object)| +time|int|()| +tmpfile|resource|()| +token_get_all|array|(string source)| +token_name|string|(int type)| +touch|bool|(string filename [, int time [, int atime]])| +trigger_error|void|(string messsage [, int error_type])| +trim|string|(string str [, string character_mask])| +uasort|bool|(array array_arg, mixed comparator)| +ucfirst|string|(string str)| +ucwords|string|(string str)| +uksort|bool|(array array_arg, mixed comparator)| +umask|int|([int mask])| +unchangeAll|bool|()| +unchangeAll|bool|()| +unchangeIndex|bool|(int index)| +unchangeName|bool|(string name)| +unicode_decode|unicode|(binary input, string encoding [, int flags])| +unicode_encode|binary|(unicode input, string encoding [, int flags])| +unicode_get_error_mode|int|(int direction)| +unicode_get_subst_char|string|()| +unicode_restore_error_handler|bool|()| +unicode_semantics|bool|()| +unicode_set_error_handler|callback|(callback new_callback)| +unicode_set_error_mode|bool|(int direction, int mode)| +unicode_set_subst_char|bool|(string character)| +uniqid|string|([string prefix , bool more_entropy])| +unixtojd|int|([int timestamp])| +unlink|bool|(string filename[, context context])| +unpack|array|(string format, string input)| +unregister_tick_function|void|(string function_name)| +unserialize|mixed|(string variable_representation)| +urldecode|binary|(binary str)| +urlencode|string|(binary str)| +user_filter_nop|void|()| +usleep|void|(int micro_seconds)| +usort|bool|(array array_arg, mixed comparator)| +utf8_decode|string|(string data)| +utf8_encode|string|(string data)| +var_dump|void|(mixed var)| +var_export|mixed|(mixed var [, bool return])| +var_inspect|void|(mixed var)| +variant_abs|mixed|(mixed left)| +variant_add|mixed|(mixed left, mixed right)| +variant_and|mixed|(mixed left, mixed right)| +variant_cast|object|(object variant, int type)| +variant_cat|mixed|(mixed left, mixed right)| +variant_cmp|int|(mixed left, mixed right [, int lcid [, int flags]])| +variant_date_from_timestamp|object|(int timestamp)| +variant_date_to_timestamp|int|(object variant)| +variant_div|mixed|(mixed left, mixed right)| +variant_eqv|mixed|(mixed left, mixed right)| +variant_fix|mixed|(mixed left)| +variant_get_type|int|(object variant)| +variant_idiv|mixed|(mixed left, mixed right)| +variant_imp|mixed|(mixed left, mixed right)| +variant_int|mixed|(mixed left)| +variant_mod|mixed|(mixed left, mixed right)| +variant_mul|mixed|(mixed left, mixed right)| +variant_neg|mixed|(mixed left)| +variant_not|mixed|(mixed left)| +variant_or|mixed|(mixed left, mixed right)| +variant_pow|mixed|(mixed left, mixed right)| +variant_round|mixed|(mixed left, int decimals)| +variant_set_type|void|(object variant, int type)| +variant_set|void|(object variant, mixed value)| +variant_sub|mixed|(mixed left, mixed right)| +variant_xor|mixed|(mixed left, mixed right)| +version_compare|int|(string ver1, string ver2 [, string oper])| +vfprintf|int|(resource stream, string format, array args)| +virtual|bool|(string filename)| +virtual|bool|(string filename)| +virtual|bool|(string uri)| +virtual|bool|(string uri)| +vprintf|int|(string format, array args)| +vsprintf|string|(string format, array args)| +wddx_add_vars|int|(int packet_id, mixed var_names [, mixed ...])| +wddx_packet_end|string|(int packet_id)| +wddx_packet_start|int|([string comment])| +wddx_serialize_value|string|(mixed var [, string comment])| +wddx_serialize_vars|string|(mixed var_name [, mixed ...])| +wddx_unserialize|mixed|(mixed packet)| +wordwrap|string|(string str [, int width [, string break [, boolean cut]]])| +xml_error_string|string|(int code)| +xml_get_current_byte_index|int|(resource parser)| +xml_get_current_column_number|int|(resource parser)| +xml_get_current_line_number|int|(resource parser)| +xml_get_error_code|int|(resource parser)| +xml_parse_into_struct|int|(resource parser, string data, array &struct, array &index)| +xml_parser_create_ns|resource|([string encoding [, string sep]])| +xml_parser_create|resource|([string encoding])| +xml_parser_free|int|(resource parser)| +xml_parser_get_option|int|(resource parser, int option)| +xml_parser_set_option|int|(resource parser, int option, mixed value)| +xml_parse|int|(resource parser, string data [, int isFinal])| +xml_set_character_data_handler|int|(resource parser, string hdl)| +xml_set_default_handler|int|(resource parser, string hdl)| +xml_set_element_handler|int|(resource parser, string shdl, string ehdl)| +xml_set_end_namespace_decl_handler|int|(resource parser, string hdl)| +xml_set_external_entity_ref_handler|int|(resource parser, string hdl)| +xml_set_notation_decl_handler|int|(resource parser, string hdl)| +xml_set_object|int|(resource parser, object &obj)| +xml_set_processing_instruction_handler|int|(resource parser, string hdl)| +xml_set_start_namespace_decl_handler|int|(resource parser, string hdl)| +xml_set_unparsed_entity_decl_handler|int|(resource parser, string hdl)| +xmlrpc_decode_request|array|(string xml, string& method [, string encoding])| +xmlrpc_decode|array|(string xml [, string encoding])| +xmlrpc_encode_request|string|(string method, mixed params)| +xmlrpc_encode|string|(mixed value)| +xmlrpc_get_type|string|(mixed value)| +xmlrpc_is_fault|bool|(array)| +xmlrpc_parse_method_descriptions|array|(string xml)| +xmlrpc_server_add_introspection_data|int|(resource server, array desc)| +xmlrpc_server_call_method|mixed|(resource server, string xml, mixed user_data [, array output_options])| +xmlrpc_server_create|resource|()| +xmlrpc_server_destroy|int|(resource server)| +xmlrpc_server_register_introspection_callback|bool|(resource server, string function)| +xmlrpc_server_register_method|bool|(resource server, string method_name, string function)| +xmlrpc_set_type|bool|(string value, string type)| +xmlwriter_end_attribute|bool|(resource xmlwriter)| +xmlwriter_end_cdata|bool|(resource xmlwriter)| +xmlwriter_end_comment|bool|(resource xmlwriter)| +xmlwriter_end_document|bool|(resource xmlwriter)| +xmlwriter_end_dtd_attlist|bool|(resource xmlwriter)| +xmlwriter_end_dtd_element|bool|(resource xmlwriter)| +xmlwriter_end_dtd_entity|bool|(resource xmlwriter)| +xmlwriter_end_dtd|bool|(resource xmlwriter)| +xmlwriter_end_element|bool|(resource xmlwriter)| +xmlwriter_end_pi|bool|(resource xmlwriter)| +xmlwriter_flush|mixed|(resource xmlwriter [,bool empty])| +xmlwriter_full_end_element|bool|(resource xmlwriter)| +xmlwriter_open_memory|resource|()| +xmlwriter_open_uri|resource|(string source)| +xmlwriter_output_memory|string|(resource xmlwriter [,bool flush])| +xmlwriter_set_indent_string|bool|(resource xmlwriter, string indentString)| +xmlwriter_set_indent|bool|(resource xmlwriter, bool indent)| +xmlwriter_start_attribute_ns|bool|(resource xmlwriter, string prefix, string name, string uri)| +xmlwriter_start_attribute|bool|(resource xmlwriter, string name)| +xmlwriter_start_cdata|bool|(resource xmlwriter)| +xmlwriter_start_comment|bool|(resource xmlwriter)| +xmlwriter_start_document|bool|(resource xmlwriter, string version, string encoding, string standalone)| +xmlwriter_start_dtd_attlist|bool|(resource xmlwriter, string name)| +xmlwriter_start_dtd_element|bool|(resource xmlwriter, string name)| +xmlwriter_start_dtd_entity|bool|(resource xmlwriter, string name, bool isparam)| +xmlwriter_start_dtd|bool|(resource xmlwriter, string name, string pubid, string sysid)| +xmlwriter_start_element_ns|bool|(resource xmlwriter, string prefix, string name, string uri)| +xmlwriter_start_element|bool|(resource xmlwriter, string name)| +xmlwriter_start_pi|bool|(resource xmlwriter, string target)| +xmlwriter_text|bool|(resource xmlwriter, string content)| +xmlwriter_write_attribute_ns|bool|(resource xmlwriter, string prefix, string name, string uri, string content)| +xmlwriter_write_attribute|bool|(resource xmlwriter, string name, string content)| +xmlwriter_write_cdata|bool|(resource xmlwriter, string content)| +xmlwriter_write_comment|bool|(resource xmlwriter, string content)| +xmlwriter_write_dtd_attlist|bool|(resource xmlwriter, string name, string content)| +xmlwriter_write_dtd_element|bool|(resource xmlwriter, string name, string content)| +xmlwriter_write_dtd_entity|bool|(resource xmlwriter, string name, string content [, int pe [, string pubid [, string sysid [, string ndataid]]]])| +xmlwriter_write_dtd|bool|(resource xmlwriter, string name, string pubid, string sysid, string subset)| +xmlwriter_write_element_ns|bool|(resource xmlwriter, string prefix, string name, string uri[, string content])| +xmlwriter_write_element|bool|(resource xmlwriter, string name[, string content])| +xmlwriter_write_pi|bool|(resource xmlwriter, string target, string content)| +xmlwriter_write_raw|bool|(resource xmlwriter, string content)| +xsl_xsltprocessor_get_parameter|string|(string namespace, string name)| +xsl_xsltprocessor_has_exslt_support|bool|()| +xsl_xsltprocessor_import_stylesheet|void|(domdocument doc)| +xsl_xsltprocessor_register_php_functions|void|()| +xsl_xsltprocessor_remove_parameter|bool|(string namespace, string name)| +xsl_xsltprocessor_set_parameter|bool|(string namespace, mixed name [, string value])| +xsl_xsltprocessor_transform_to_doc|domdocument|(domnode doc)| +xsl_xsltprocessor_transform_to_uri|int|(domdocument doc, string uri)| +xsl_xsltprocessor_transform_to_xml|string|(domdocument doc)| +zend_logo_guid|string|()| +zend_test_func|void|(mixed arg1, mixed arg2)| +zend_thread_id|int|()| +zend_version|string|()| +zip_close|void|(resource zip)| +zip_entry_close|void|(resource zip_ent)| +zip_entry_compressedsize|int|(resource zip_entry)| +zip_entry_compressionmethod|string|(resource zip_entry)| +zip_entry_filesize|int|(resource zip_entry)| +zip_entry_name|string|(resource zip_entry)| +zip_entry_open|bool|(resource zip_dp, resource zip_entry [, string mode])| +zip_entry_read|mixed|(resource zip_entry [, int len])| +zip_open|resource|(string filename)| +zip_read|resource|(resource zip)| +zlib_decode|binary|(binary data[, int max_decoded_len])| +zlib_encode|binary|(binary data, int encoding[, int level = -1])| +zlib_get_coding_type|string|()| \ No newline at end of file diff --git a/scripts/create_php_tags.php b/scripts/create_php_tags.php new file mode 100755 index 00000000..3376f40e --- /dev/null +++ b/scripts/create_php_tags.php @@ -0,0 +1,60 @@ +#!/usr/bin/php + +\w+) (?P[\w:]+)(?P\(.*?\))/', $file[$line], $funcDefMatch)) { + continue; + } + // Skip methods as they aren't used for now + if (strpos($funcDefMatch['funcName'], '::') !== false) { + continue; + } + + // Get the function description + //$funcDesc = trim($file[$line + 1]); + // Geany doesn't use the function description (yet?), so use an empty string to save space + $funcDesc = ''; + + // Remove the void parameter, it will only confuse some people + if($funcDefMatch['params'] === '(void)') { + $funcDefMatch['params'] = '()'; + } + + // $funcDefMatch['funcName'] = str_replace('::', '->', $funcDefMatch['funcName']); + + $tagsOutput[] = sprintf($tagTpl, $funcDefMatch['funcName'], + $funcDefMatch['retType'], $funcDefMatch['params'], $funcDesc); +} + +// Sort the output +sort($tagsOutput); + +file_put_contents('data/php.tags', join("\n", $tagsOutput)); + +?>