SF.net SVN: geany: [2466] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Apr 10 17:52:49 UTC 2008


Revision: 2466
          http://geany.svn.sourceforge.net/geany/?rev=2466&view=rev
Author:   eht16
Date:     2008-04-10 10:52:47 -0700 (Thu, 10 Apr 2008)

Log Message:
-----------
Add script to generate PHP tags file (by Matti M?\195?\165rds, thanks).
Update PHP tags file to latest PHP API docs (closes #1888691).

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/php.tags

Added Paths:
-----------
    trunk/scripts/create_php_tags.php

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-10 17:46:13 UTC (rev 2465)
+++ trunk/ChangeLog	2008-04-10 17:52:47 UTC (rev 2466)
@@ -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  <frank(at)frank(dot)uvena(dot)de>

Modified: trunk/data/php.tags
===================================================================
--- trunk/data/php.tags	2008-04-10 17:46:13 UTC (rev 2465)
+++ trunk/data/php.tags	2008-04-10 17:52:47 UTC (rev 2466)
@@ -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 <function>rtrim</function>
-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 <function>disk_free_space</function>
-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 <function>floatval</function>
-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 <function>exit</function>
-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 <acronym>EXIF</acronym> headers from <acronym>JPEG</acronym> or <acronym>TIFF</acronym>
-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 <function>htmlspecialchars</function> and <function>htmlentities</function>
-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 <ulink url="&url.iptc;">&url.iptc;</ulink> 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</type><parameter/></methodparam> <methodparam><type>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)|

@@ Diff output truncated at 100000 characters. @@

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



More information about the Commits mailing list