   object apache_lookup_uri (string filename)
   string apache_note (string note_name [, string note_value])
   int ascii2ebcdic (string ascii_str)
   int ebcdic2ascii (string ebcdic_str)
   array getallheaders (void)
   int virtual (string filename)
   array array ([mixed ...])
   array array_count_values (array input)
   array array_diff (array array1, array array2 [, array ...])
   array array_filter (array input [, mixed callback])
   array array_flip (array trans)
   array array_intersect (array array1, array array2 [, array ...])
   array array_keys (array input [, mixed search_value])
   array array_map (mixed callback, array arr1 [, array arr2...])
   array array_merge (array array1, array array2 [, array ...])
   array array_merge_recursive (array array1, array array2 [, array ...])
   bool array_multisort (array ar1 [, mixed arg [, mixed ... [, array
   array array_pad (array input, int pad_size, mixed pad_value)
   mixed array_pop (array array)
   int array_push (array array, mixed var [, mixed ...])
   mixed array_rand (array input [, int num_req])
   array array_reverse (array array [, bool preserve_keys])
   mixed array_reduce (array input, mixed callback [, int initial])
   mixed array_shift (array array)
   array array_slice (array array, int offset [, int length])
   array array_splice (array input, int offset [, int length [, array
   mixed array_sum (array arr)
   array array_unique (array array)
   int array_unshift (array array, mixed var [, mixed ...])
   array array_values (array input)
   int array_walk (array arr, string func [, mixed userdata])
   void arsort (array array [, int sort_flags])
   void asort (array array [, int sort_flags])
   array compact (mixed varname [, mixed ...])
   int count (mixed var)
   mixed current (array array)
   array each (array array)
   mixed end (array array)
   int extract (array var_array [, int extract_type [, string prefix]])
   bool in_array (mixed needle, array haystack [, bool strict])
   mixed array_search (mixed needle, array haystack [, bool strict])
   mixed key (array array)
   int krsort (array array [, int sort_flags])
   int ksort (array array [, int sort_flags])
   void list (...)
   void natsort (array array)
   void natcasesort (array array)
   mixed next (array array)
   mixed pos (array array)
   mixed prev (array array)
   array range (mixed low, mixed high)
   mixed reset (array array)
   void rsort (array array [, int sort_flags])
   void shuffle (array array)
   int sizeof (mixed var)
   void sort (array array [, int sort_flags])
   void uasort (array array, function cmp_function)
   void uksort (array array, function cmp_function)
   void usort (array array, string cmp_function)
   int aspell_new (string master [, string personal])
   bool aspell_check (int dictionary_link, string word)
   bool aspell_check_raw (int dictionary_link, string word)
   array aspell_suggest (int dictionary_link, string word)
   string bcadd (string left operand, string right operand [, int scale])
   int bccomp (string left operand, string right operand [, int scale])
   string bcdiv (string left operand, string right operand [, int scale])
   string bcmod (string left operand, string modulus)
   string bcmul (string left operand, string right operand [, int scale])
   string bcpow (string x, string y [, int scale])
   string bcscale (int scale)
   string bcsqrt (string operand [, int scale])
   string bcsub (string left operand, string right operand [, int scale])
   int bzclose (int bz)
   string bzcompress (string source [, int blocksize [, int workfactor]])
   string bzdecompress (string source [, int small])
   int bzerrno (int bz)
   array bzerror (int bz)
   string bzerrstr (int bz)
   int bzflush (int bz)
   int bzopen (string filename, string mode)
   string bzread (int bz [, int length])
   int bzwrite (int bz, string data [, int length])
   string jdtogregorian (int julianday)
   int gregoriantojd (int month, int day, int year)
   string jdtojulian (int julianday)
   int juliantojd (int month, int day, int year)
   string jdtojewish (int julianday)
   int jewishtojd (int month, int day, int year)
   string jdtofrench (int juliandaycount)
   int frenchtojd (int month, int day, int year)
   string jdmonthname (int julianday, int mode)
   mixed jddayofweek (int julianday, int mode)
   int easter_date (int year)
   int easter_days (int year)
   int unixtojd ([int timestamp])
   int jdtounix (int jday)
   The COM class provides a framework to integrate (D)COM components into
   string com_load (string module name [, string server name [, int
   mixed com_invoke (resource com_object, string function_name [, mixed
   mixed com_propget (resource com_object, string property)
   mixed com_get (resource com_object, string property)
   void com_propput (resource com_object, string property, mixed value)
   void com_propset (resource com_object, string property, mixed value)
   void com_set (resource com_object, string property, mixed value)
   void com_addref (void)
   void com_release (void)
   mixed call_user_method_array (string method_name, object obj [, array
   mixed call_user_method (string method_name, object obj [, mixed
   bool class_exists (string class_name)
   string get_class (object obj)
   array get_class_methods (string class_name)
   array get_class_vars (string class_name)
   array get_declared_classes (void)
   array get_object_vars (object obj)
   string get_parent_class (object obj)
   bool is_subclass_of (object obj, string superclass)
   bool method_exists (object object, string method_name)
   void cpdf_add_annotation (int pdf document, float llx, float lly,
   void cpdf_add_outline (int pdf document, string text)
   void cpdf_arc (int pdf document, float x-coor, float y-coor, float
   void cpdf_begin_text (int pdf document)
   void cpdf_circle (int pdf document, float x-coor, float y-coor, float
   void cpdf_clip (int pdf document)
   void cpdf_close (int pdf document)
   void cpdf_closepath (int pdf document)
   void cpdf_closepath_fill_stroke (int pdf document)
   void cpdf_closepath_stroke (int pdf document)
   void cpdf_continue_text (int pdf document, string text)
   void cpdf_curveto (int pdf document, float x1, float y1, float x2,
   void cpdf_end_text (int pdf document)
   void cpdf_fill (int pdf document)
   void cpdf_fill_stroke (int pdf document)
   void cpdf_finalize (int pdf document)
   void cpdf_finalize_page (int pdf document, int page number)
   void cpdf_global_set_document_limits (int maxpages, int maxfonts, int
   int cpdf_import_jpeg (int pdf document, string file name, float
   void cpdf_lineto (int pdf document, float x-coor, float y-coor [, int
   void cpdf_moveto (int pdf document, float x-coor, float y-coor [, int
   void cpdf_newpath (int pdf document)
   int cpdf_open (int compression [, string filename])
   void cpdf_output_buffer (int pdf document)
   void cpdf_page_init (int pdf document, int page number, int
   void cpdf_place_inline_image (int pdf document, int image, float
   void cpdf_rect (int pdf document, float x-coor, float y-coor, float
   void cpdf_restore (int pdf document)
   void cpdf_rlineto (int pdf document, float x-coor, float y-coor [, int
   void cpdf_rmoveto (int pdf document, float x-coor, float y-coor [, int
   void cpdf_rotate (int pdf document, float angle)
   void cpdf_save (int pdf document)
   void cpdf_save_to_file (int pdf document, string filename)
   void cpdf_scale (int pdf document, float x-scale, float y-scale)
   void cpdf_set_char_spacing (int pdf document, float space)
   void cpdf_set_creator (string creator)
   void cpdf_set_current_page (int pdf document, int page number)
   void cpdf_set_font (int pdf document, string font name, float size,
   void cpdf_set_horiz_scaling (int pdf document, float scale)
   void cpdf_set_keywords (string keywords)
   void cpdf_set leading (int pdf document, float distance)
   void cpdf_set_page_animation (int pdf document, int transition, float
   void cpdf_set_subject (string subject)
   void cpdf_set_text_matrix (int pdf document, array matrix)
   void cpdf_set_text_pos (int pdf document, float x-coor, float y-coor
   void cpdf_set_text_rendering (int pdf document, int mode)
   void cpdf_set_text_rise (int pdf document, float value)
   void cpdf_set_title (string title)
   void cpdf_set_word_spacing (int pdf document, float space)
   void cpdf_setdash (int pdf document, float white, float black)
   void cpdf_setflat (int pdf document, float value)
   void cpdf_setgray (int pdf document, float gray value)
   void cpdf_setgray_fill (int pdf document, float value)
   void cpdf_setgray_stroke (int pdf document, float gray value)
   void cpdf_setlinecap (int pdf document, int value)
   void cpdf_setlinejoin (int pdf document, long value)
   void cpdf_setlinewidth (int pdf document, float width)
   void cpdf_setmiterlimit (int pdf document, float value)
   void cpdf_setrgbcolor (int pdf document, float red value, float green
   void cpdf_setrgbcolor_fill (int pdf document, float red value, float
   void cpdf_setrgbcolor_stroke (int pdf document, float red value, float
   void cpdf_show (int pdf document, string text)
   void cpdf_show_xy (int pdf document, string text, float x-coor, float
   float cpdf_stringwidth (int pdf document, string text)
   void cpdf_stroke (int pdf document)
   void cpdf_text (int pdf document, string text, float x-coor, float
   void cpdf_translate (int pdf document, float x-coor, float y-coor [,
   int curl_init ([string url])
   bool curl_setopt (int ch, string option, mixed value)
   bool curl_exec (int ch)
   void curl_close (int ch)
   string curl_version (void)
   array cybercash_encr (string wmk, string sk, string inbuff)
   array cybercash_decr (string wmk, string sk, string inbuff)
   string cybercash_base64_encode (string inbuff)
   string cybercash_base64_decode (string inbuff)
   string cybermut_creerformulairecm (string url_CM, string version,
   bool cybermut_testmac (string code_MAC, string version, string TPE,
   string cybermut_creerreponsecm (string phrase)
   bool ctype_alnum (string c)
   bool ctype_alpha (string c)
   bool ctype_cntrl (string c)
   bool ctype_digit (string c)
   bool ctype_lower (string c)
   bool ctype_graph (string c)
   bool ctype_print (string c)
   bool ctype_punct (string c)
   bool ctype_space (string c)
   bool ctype_upper (string c)
   bool ctype_xdigit (string c)
   void dba_close (int handle)
   bool dba_delete (string key, int handle)
   bool dba_exists (string key, int handle)
   string dba_fetch (string key, int handle)
   string dba_firstkey (int handle)
   bool dba_insert (string key, string value, int handle)
   string dba_nextkey (int handle)
   int dba_popen (string path, string mode, string handler [, ...])
   int dba_open (string path, string mode, string handler [, ...])
   bool dba_optimize (int handle)
   bool dba_replace (string key, string value, int handle)
   bool dba_sync (int handle)
   int checkdate (int month, int day, int year)
   string date (string format [, int timestamp])
   array getdate ([int timestamp])
   array gettimeofday (void)
   string gmdate (string format [, int timestamp])
   int gmmktime (int hour, int minute, int second, int month, int day,
   string gmstrftime (string format [, int timestamp])
   array localtime ([int timestamp [, bool is_associative]])
   string microtime (void)
   int mktime (int hour, int minute, int second, int month, int day, int
   string strftime (string format [, int timestamp])
   int time (void)
   int strtotime (string time [, int now])
   int dbase_create (string filename, array fields)
   int dbase_open (string filename, int flags)
   bool dbase_close (int dbase_identifier)
   bool dbase_pack (int dbase_identifier)
   bool dbase_add_record (int dbase_identifier, array record)
   bool dbase_replace_record (int dbase_identifier, array record, int
   bool dbase_delete_record (int dbase_identifier, int record)
   array dbase_get_record (int dbase_identifier, int record)
   array dbase_get_record_with_names (int dbase_identifier, int record)
   int dbase_numfields (int dbase_identifier)
   int dbase_numrecords (int dbase_identifier)
   int dbmopen (string filename, string flags)
   bool dbmclose (int dbm_identifier)
   bool dbmexists (int dbm_identifier, string key)
   string dbmfetch (int dbm_identifier, string key)
   int dbminsert (int dbm_identifier, string key, string value)
   bool dbmreplace (int dbm_identifier, string key, string value)
   bool dbmdelete (int dbm_identifier, string key)
   string dbmfirstkey (int dbm_identifier)
   string dbmnextkey (int dbm_identifier, string key)
   string dblist (void)
   bool dbx_close (dbx_link_object link_identifier)
   dbx_link_object dbx_connect (string module, string host, string
   string dbx_error (dbx_link_object link_identifier)
   dbx_result_object dbx_query (dbx_link_object link_identifier, string
   bool dbx_sort (dbx_result_object result, string user_compare_function)
   int dbx_compare (array row_a, array row_b, string columnname_or_index
   int dbplus_add (resource relation, array tuple)
   resource dbplus_aql (string query [, string server [, string dbpath]])
   string dbplus_chdir ([string newdir])
   int dbplus_close (resource relation)
   int dbplus_curr (resource relation, array tuple)
   string dbplus_errcode (int errno)
   int dbplus_errno (void)
   int dbplus_find (resource relation, array constraints, mixed tuple)
   int dbplus_first (resource relation, array tuple)
   int dbplus_flush (resource relation)
   int dbplus_freealllocks (void)
   int dbplus_freelock (resource relation, string tname)
   int dbplus_freerlocks (resource relation)
   int dbplus_getlock (resource relation, string tname)
   int dbplus_getunique (resource relation, int uniqueid)
   int dbplus_info (resource relation, string key, array )
   int dbplus_last (resource relation, array tuple)
   int dbplus_lockrel (resource relation)
   int dbplus_next (resource relation, array )
   resource dbplus_open (string name)
   int dbplus_prev (resource relation, array tuple)
   int dbplus_rchperm (resource relation, int mask, string user, string
   resource dbplus_rcreate (string name, mixed domlist [, boolean
   resource dbplus_rcrtexact (string name, resource relation, boolean
   resource dbplus_rcrtlike (string name, resource relation, int flag)
   int dbplus_resolve (string relation_name)
   resource dbplus_rkeys (resource relation, mixed domlist)
   int dbplus_restorepos (resource relation, array tuple)
   resource dbplus_ropen (string name)
   int dbplus_rquery (string query, string dbpath)
   int dbplus_rrename (resource relation, string name)
   resource dbplus_rsecindex (resource relation, mixed domlist, int type)
   int dbplus_runlink (resource relation)
   int dbplus_rzap (resource relation)
   int dbplus_savepos (resource relation)
   int dbplus_setindex (resource relation, string idx_name)
   int dbplus_setindexbynumber (resource relation, int idx_number)
   resource dbplus_sql (string query, string server, string dbpath)
   int dbplus_tcl (int sid, string script)
   int dbplus_tremove (resource relation, array tuple [, array current])
   int dbplus_undo (resource relation)
   int dbplus_undoprepare (resource relation)
   int dbplus_unlockrel (resource relation)
   int dbplus_unselect (resource relation)
   int dbplus_update (resource relation, array old, array new)
   int dbplus_xlockrel (resource relation)
   int dbplus_xunlockrel (resource relation)
   bool chroot (string directory)
   bool chdir (string directory)
   object dir (string directory)
   void closedir (resource dir_handle)
   string getcwd (void)
   resource opendir (string path)
   string readdir (resource dir_handle)
   void rewinddir (resource dir_handle)
   root              domxml_root()
   children          domxml_children()
   lastchild     domxml_last_child()
   children      domxml_children()
   object xmldoc (string str)
   object xmldocfile (string filename)
   object xmltree (string str)
   object domxml_root (object doc)
   resource domxml_add_root (resource doc, string name)
   string domxml_dumpmem (resource doc)
   array domxml_attributes (resource node)
   object domxml_get_attribute (resource node, string name)
   object domxml_set_attribute (resource node, string name, string value)
   array domxml_children (object doc|node)
   resource domxml_new_child (string name, string content)
   object domxml_new_xmldoc (string version)
   object xpath_new_context (object dom document)
   array xpath_eval (object xpath context)
   int error_log (string message, int message_type [, string destination
   int error_reporting ([int level])
   void restore_error_handler (void)
   string set_error_handler (string error_handler)
   void trigger_error (string error_msg [, int error_type])
   void user_error (string error_msg [, int error_type])
   int fbsql_affected_rows ([int link_identifier])
   bool fbsql_autocommit (resource link_identifier [, bool OnOff])
   resource fbsql_change_user (string user, string password [, string
   boolean fbsql_close ([resource link_identifier])
   bool fbsql_commit ([resource link_identifier])
   resource fbsql_connect ([string hostname [, string username [, string
   bool fbsql_create_db (string database name [, resource
   string fbsql_database_password (resource link_identifier [, string
   bool fbsql_data_seek (resource result_identifier, int row_number)
   resource fbsql_db_query (string database, string query [, resource
   int fbsql_db_status (string database_name [, resource
   bool fbsql_drop_db (string database_name [, resource link_identifier])
   int fbsql_errno ([resource link_identifier])
   string fbsql_error ([resource link_identifier])
   array fbsql_fetch_array (resource result [, int result_type])
   array fbsql_fetch_assoc (resource result)
   object fbsql_fetch_field (resource result [, int field_offset])
   array fbsql_fetch_lengths ([resource result])
   object fbsql_fetch_object (resource result [, int result_type])
   array fbsql_fetch_row (resource result)
   string fbsql_field_flags (resource result, int field_offset)
   string fbsql_field_name (resource result, int field_index)
   int fbsql_field_len (resource result, int field_offset)
   bool fbsql_field_seek (resource result, int field_offset)
   string fbsql_field_table (resource result, int field_offset)
   string fbsql_field_type (resource result, int field_offset)
   bool fbsql_free_result (int result)
   int fbsql_insert_id ([resource link_identifier])
   resource fbsql_list_dbs ([resource link_identifier])
   resource fbsql_list_fields (string database_name, string table_name [,
   resource fbsql_list_tables (string database [, resource
   bool fbsql_next_result (int result_id)
   int fbsql_num_fields (resource result)
   int fbsql_num_rows (resource result)
   resource fbsql_pconnect ([string hostname [, string username [, string
   resource fbsql_query (string query [, resource link_identifier])
   mixed fbsql_result (resource result, int row [, mixed field])
   bool fbsql_rollback ([resource link_identifier])
   bool fbsql_select_db (string database_name [, resource
   bool fbsql_start_db (string database_name [, resource
   bool fbsql_stop_db (string database_name [, resource link_identifier])
   string fbsql_tablename (resource result, int i)
   bool fbsql_warnings ([bool OnOff])
   bool filepro (string directory)
   string filepro_fieldname (int field_number)
   string filepro_fieldtype (int field_number)
   int filepro_fieldwidth (int field_number)
   string filepro_retrieve (int row_number, int field_number)
   int filepro_fieldcount (void)
   int filepro_rowcount (void)
   string basename (string path [, string suffix])
   int chgrp (string filename, mixed group)
   int chmod (string filename, int mode)
   int chown (string filename, mixed user)
   void clearstatcache (void)
   int copy (string source, string dest)
   void delete (string file)
   string dirname (string path)
   float diskfreespace (string directory)
   float disk_total_space (string directory)
   bool fclose (int fp)
   int feof (int fp)
   int fflush (int fp)
   string fgetc (int fp)
   array fgetcsv (int fp, int length [, string delimiter])
   string fgets (int fp, int length)
   string fgetss (int fp, int length [, string allowable_tags])
   array file (string filename [, int use_include_path])
   bool file_exists (string filename)
   int fileatime (string filename)
   int filectime (string filename)
   int filegroup (string filename)
   int fileinode (string filename)
   int filemtime (string filename)
   int fileowner (string filename)
   int fileperms (string filename)
   int filesize (string filename)
   string filetype (string filename)
   bool flock (int fp, int operation [, int wouldblock])
   int fopen (string filename, string mode [, int use_include_path])
   int fpassthru (int fp)
   int fputs (int fp, string str [, int length])
   string fread (int fp, int length)
   mixed fscanf (int handle, string format [, string var1...])
   int fseek (int fp, int offset [, int whence])
   array fstat (int fp)
   int ftell (int fp)
   int ftruncate (int fp, int size)
   int fwrite (int fp, string string [, int length])
   int set_file_buffer (int fp, int buffer)
   bool is_dir (string filename)
   bool is_executable (string filename)
   bool is_file (string filename)
   bool is_link (string filename)
   bool is_readable (string filename)
   bool is_writable (string filename)
   bool is_writeable (string filename)
   bool is_uploaded_file (string filename)
   int link (string target, string link)
   int linkinfo (string path)
   int mkdir (string pathname, int mode)
   bool move_uploaded_file (string filename, string destination)
   array pathinfo (string path)
   int pclose (int fp)
   int popen (string command, string mode)
   int readfile (string filename [, int use_include_path])
   string readlink (string path)
   int rename (string oldname, string newname)
   int rewind (int fp)
   int rmdir (string dirname)
   array stat (string filename)
   array lstat (string filename)
   string realpath (string path)
   int symlink (string target, string link)
   string tempnam (string dir, string prefix)
   int tmpfile (void)
   int touch (string filename [, int time])
   int umask (int mask)
   int unlink (string filename)
   int fdf_open (string filename)
   bool fdf_close (int fdf_document)
   int fdf_create (void)
   int fdf_save (string filename)
   string fdf_get_value (int fdf_document, string fieldname)
   bool fdf_set_value (int fdf_document, string fieldname, string value,
   string fdf_next_field_name (int fdf_document, string fieldname)
   bool fdf_set_ap (int fdf_document, string field_name, int face, string
   bool fdf_set_status (int fdf_document, string status)
   string fdf_get_status (int fdf_document)
   bool fdf_set_file (int fdf_document, string filename)
   string fdf_get_file (int fdf_document)
   bool fdf_set_flags (int fdf_document, string fieldname, int
   bool fdf_set_opt (int fdf_document, string fieldname, int element,
   bool fdf_set_submit_form_action (int fdf_document, string fieldname,
   bool fdf_set_javascript_action (int fdf_document, string fieldname,
   bool fdf_set_encoding (int fdf_document, string encoding)
   int ftp_connect (string host [, int port])
   int ftp_login (int ftp_stream, string username, string password)
   string ftp_pwd (int ftp_stream)
   int ftp_cdup (int ftp_stream)
   int ftp_chdir (int ftp_stream, string directory)
   string ftp_mkdir (int ftp_stream, string directory)
   int ftp_rmdir (int ftp_stream, string directory)
   array ftp_nlist (int ftp_stream, string directory)
   array ftp_rawlist (int ftp_stream, string directory)
   string ftp_systype (int ftp_stream)
   int ftp_pasv (int ftp_stream, int pasv)
   int ftp_get (int ftp_stream, string local_file, string remote_file,
   int ftp_fget (int ftp_stream, int fp, string remote_file, int mode)
   int ftp_put (int ftp_stream, string remote_file, string local_file,
   int ftp_fput (int ftp_stream, string remote_file, int fp, int mode)
   int ftp_size (int ftp_stream, string remote_file)
   int ftp_mdtm (int ftp_stream, string remote_file)
   boolean ftp_rename (resource ftp_stream, string from, string to)
   int ftp_delete (int ftp_stream, string path)
   int ftp_site (int ftp_stream, string cmd)
   int ftp_quit (int ftp_stream)
   mixed call_user_func_array (string function_name [, array paramarr])
   mixed call_user_func (string function_name [, mixed parameter [, mixed
   string create_function (string args, string code)
   mixed func_get_arg (int arg_num)
   array func_get_args (void)
   int func_num_args (void)
   bool function_exists (string function_name)
   array get_defined_functions (void)
   int register_shutdown_function (string func)
   void register_tick_function (string func [, mixed arg...])
   void unregister_tick_function (string func [, mixed arg...])
   string bindtextdomain (string domain, string directory)
   string dcgettext (string domain, string message, int category)
   string dgettext (string domain, string message)
   string gettext (string message)
   string textdomain (string text_domain)
   resource gmp_init (mixed number)
   int gmp_intval (resource gmpnumber)
   string gmp_strval (resource gmpnumber [, int base])
   resource gmp_add (resource a, resource b)
   resource gmp_sub (resource a, resource b)
   resource gmp_mul (resource a, resource b)
   resource gmp_div_q (resource a, resource b [, int round])
   resource gmp_div_r (resource n, resource d [, int round])
   array gmp_div_qr (resource n, resource d [, int round])
   resource gmp_div (resource a, resource b)
   resource gmp_mod (resource n, resource d)
   resource gmp_divexact (resource n, resource d)
   int gmp_cmp (resource a, resource b)
   resource gmp_neg (resource a)
   resource gmp_abs (resource a)
   int gmp_sign (resource a)
   resource gmp_fact (int a)
   resource gmp_sqrt (resource a)
   array gmp_sqrtrm (resource a)
   bool gmp_perfect_square (resource a)
   resource gmp_pow (resource base, int exp)
   resource gmp_powm (resource base, resource exp, resource mod)
   int gmp_prob_prime (resource a [, int reps])
   resource gmp_gcd (resource a, resource b)
   array gmp_gcdext (resource a, resource b)
   resource gmp_invert (resource a, resource b)
   int gmp_legendre (resource a, resource p)
   int gmp_jacobi (resource a, resource p)
   resource gmp_random (int limiter)
   resource gmp_and (resource a, resource b)
   resource gmp_or (resource a, resource b)
   resource gmp_xor (resource a, resource b)
   resource gmp_setbit (resource &a, int index [, bool set_clear])
   resource gmp_clrbit (resource &a, int index)
   int gmp_scan0 (resource a, int start)
   int gmp_scan1 (resource a, int start)
   int gmp_popcount (resource a)
   int gmp_hamdist (resource a, resource b)
   int header (string string [, bool replace])
   bool headers_sent (void)
   int setcookie (string name [, string value [, int expire [, string
   strin hw_array2objrec (array object_array)
   array hw_children (int connection, int objectID)
   array hw_childrenobj (int connection, int objectID)
   int hw_close (int connection)
   int hw_connect (string host, int port, string username, string
   int hw_cp (int connection, array object_id_array, int destination id)
   int hw_deleteobject (int connection, int object_to_delete)
   int hw_docbyanchor (int connection, int anchorID)
   string hw_docbyanchorobj (int connection, int anchorID)
   string hw_document_attributes (int hw_document)
   string hw_document_bodytag (int hw_document)
   string hw_document_content (int hw_document)
   string hw_document_setcontent (int hw_document, string content)
   int hw_document_size (int hw_document)
   string hw_errormsg (int connection)
   int hw_edittext (int connection, int hw_document)
   int hw_error (int connection)
   int hw_free_document (int hw_document)
   array hw_getparents (int connection, int objectID)
   array hw_getparentsobj (int connection, int objectID)
   array hw_getchildcoll (int connection, int objectID)
   array hw_getchildcollobj (int connection, int objectID)
   int hw_getremote (int connection, int objectID)
   int hw_getremotechildren (int connection, string object record)
   array hw_getsrcbydestobj (int connection, int objectID)
   array hw_getobject (int connection, [int|array] objectID, string
   string hw_getandlock (int connection, int objectID)
   int hw_gettext (int connection, int objectID [, mixed rootID/prefix])
   array hw_getobjectbyquery (int connection, string query, int max_hits)
   array hw_getobjectbyqueryobj (int connection, string query, int
   array hw_getobjectbyquerycoll (int connection, int objectID, string
   array hw_getobjectbyquerycollobj (int connection, int objectID, string
   array hw_getchilddoccoll (int connection, int objectID)
   array hw_getchilddoccollobj (int connection, int objectID)
   array hw_getanchors (int connection, int objectID)
   array hw_getanchorsobj (int connection, int objectID)
   int hw_mv (int connection, array object id array, int source id, int
   int hw_identify (string username, string password)
   array hw_incollections (int connection, array object_id_array, array
   string hw_info (int connection)
   int hw_inscoll (int connection, int objectID, array object_array)
   int hw_insdoc (int connection, int parentID, string object_record,
   int hw_insertdocument (int connection, int parent_id, int hw_document)
   int hw_insertobject (int connection, string object rec, string
   int hw_mapid (int connection, int server id, int object id)
   int hw_modifyobject (int connection, int object_to_change, array
   int hw_new_document (string object_record, string document_data, int
   array hw_objrec2array (string object_record [, array format])
   int hw_output_document (int hw_document)
   int hw_pconnect (string host, int port, string username, string
   int hw_pipedocument (int connection, int objectID)
   int hw_root ()
   int hw_unlock (int connection, int objectID)
   int hw_who (int connection)
   string hw_getusername (int connection)
   stream icap_open (string calendar, string username, string password,
   int icap_close (int icap_stream [, int flags])
   int icap_fetch_event (int stream_id, int event_id [, int options])
   array icap_list_events (int stream_id, int begin_date [, int
   string icap_store_event (int stream_id, object event)
   string icap_delete_event (int sream_id, int uid)
   string icap_snooze (int stream_id, int uid)
   int icap_list_alarms (int stream_id, array date, array time)
   string iconv (string in_charset, string out_charset, string str)
   array iconv_get_encoding ([string type])
   array iconv_set_encoding (string type, string charset)
   array ob_iconv_handler (string contents, int status)
   array getimagesize (string filename [, array imageinfo])
   int imagealphablending (resource im, bool blendmode)
   int imagearc (int im, int cx, int cy, int w, int h, int s, int e, int
   int imagefilledarc (int im, int cx, int cy, int w, int h, int s, int
   int imageellipse (resource im, int cx, int cy, int w, int h, int col)
   int imagefilledellipse (resource im, int cx, int cy, int w, int h, int
   int imagechar (int im, int font, int x, int y, string c, int col)
   int imagecharup (int im, int font, int x, int y, string c, int col)
   int imagecolorallocate (int im, int red, int green, int blue)
   int imagecolordeallocate (int im, int index)
   int imagecolorat (int im, int x, int y)
   int imagecolorclosest (int im, int red, int green, int blue)
   int imagecolorclosestalpha (resource im, int red, int green, int blue,
   int imagecolorexact (int im, int red, int green, int blue)
   int imagecolorexactalpha (resource im, int red, int green, int blue,
   int imagecolorresolve (int im, int red, int green, int blue)
   int imagecolorresolvealpha (resource im, int red, int green, int blue,
   int imagegammacorrect (int im, float inputgamma, float outputgamma)
   bool imagecolorset (int im, int index, int red, int green, int blue)
   array imagecolorsforindex (int im, int index)
   int imagecolorstotal (int im)
   int imagecolortransparent (int im [, int col])
   int ImageCopy (resource dst_im, resource src_im, int dst_x, int dst_y,
   int ImageCopyMerge (resource dst_im, resource src_im, int dst_x, int
   int ImageCopyMergeGray (resource dst_im, resource src_im, int dst_x,
   int imagecopyresized (resource dst_im, resource src_im, int dstX, int
   int imagecopyresampled (resource dst_im, resource src_im, int dstX,
   int imagecreate (int x_size, int y_size)
   resource imagecreatetruecolor (int x_size, int y_size)
   void imagetruecolortopalette (resource im, bool dither, int ncolors)
   int imagecreatefromgif (string filename)
   int imagecreatefromjpeg (string filename)
   int imagecreatefrompng (string filename)
   int imagecreatefromwbmp (string filename)
   int imagecreatefromstring (string image)
   int imagedashedline (int im, int x1, int y1, int x2, int y2, int col)
   int imagedestroy (int im)
   int imagefill (int im, int x, int y, int col)
   int imagefilledpolygon (int im, array points, int num_points, int col)
   int imagefilledrectangle (int im, int x1, int y1, int x2, int y2, int
   int imagefilltoborder (int im, int x, int y, int border, int col)
   int imagefontheight (int font)
   int imagefontwidth (int font)
   int imagegif (int im [, string filename])
   int imagepng (int im [, string filename])
   int imagejpeg (int im [, string filename [, int quality]])
   int imageWBMP (int im [, string filename])
   int imageinterlace (int im [, int interlace])
   int imageline (int im, int x1, int y1, int x2, int y2, int col)
   int imageloadfont (string file)
   int imagepolygon (int im, array points, int num_points, int col)
   array imagepsbbox (string text, int font, int size [, int space [, int
   int imagepsencodefont (int font_index, string encodingfile)
   void imagepsfreefont (int fontindex)
   int imagepsloadfont (string filename)
   bool imagepsextendfont (int font_index, float extend)
   bool imagepsslantfont (int font_index, float slant)
   array imagepstext (int image, string text, int font, int size, int
   int imagerectangle (int im, int x1, int y1, int x2, int y2, int col)
   int imagesetpixel (int im, int x, int y, int col)
   int imagesetbrush (resource im, resource brush)
   int imagesetstyle (resource im, array style)
   int imagesettile (resource im, resource tile)
   void imagesetthickness (resource im, int thickness)
   int imagestring (int im, int font, int x, int y, string s, int col)
   int imagestringup (int im, int font, int x, int y, string s, int col)
   int imagesx (int im)
   int imagesy (int im)
   array imagettfbbox (int size, int angle, string fontfile, string text)
   array imagettftext (int im, int size, int angle, int x, int y, int
   int imagetypes (void)
   array read_exif_data (string filename)
   string imap_8bit (string string)
   array imap_alerts (void)
   int imap_append (int imap_stream, string mbox, string message [,
   string imap_base64 (string text)
   string imap_binary (string string)
   string imap_body (int imap_stream, int msg_number [, int flags])
   object imap_check (int imap_stream)
   string imap_clearflag_full (int stream, string sequence, string flag,
   int imap_close (int imap_stream [, int flags])
   int imap_createmailbox (int imap_stream, string mbox)
   int imap_delete (int imap_stream, int msg_number [, int flags])
   int imap_deletemailbox (int imap_stream, string mbox)
   array imap_errors (void)
   int imap_expunge (int imap_stream)
   array imap_fetch_overview (int imap_stream, string sequence [, int
   string imap_fetchbody (int imap_stream, int msg_number, string
   string imap_fetchheader (int imap_stream, int msgno, int flags)
   object imap_fetchstructure (int imap_stream, int msg_number [, int
   array imap_get_quota (int imap_stream, string quota_root)
   array imap_getmailboxes (int imap_stream, string ref, string pattern)
   array imap_getsubscribed (int imap_stream, string ref, string pattern)
   object imap_header (int imap_stream, int msg_number [, int fromlength
   object imap_headerinfo (int imap_stream, int msg_number [, int
   array imap_headers (int imap_stream)
   string imap_last_error (void)
   array imap_listmailbox (int imap_stream, string ref, string pattern)
   array imap_listsubscribed (int imap_stream, string ref, string
   string imap_mail (string to, string subject, string message [, string
   string imap_mail_compose (array envelope, array body)
   int imap_mail_copy (int imap_stream, string msglist, string mbox [,
   int imap_mail_move (int imap_stream, string msglist, string mbox [,
   object imap_mailboxmsginfo (int imap_stream)
   array imap_mime_header_decode (string text)
   int imap_msgno (int imap_stream, int uid)
   int imap_num_msg (int imap_stream)
   int imap_num_recent (int imap_stream)
   int imap_open (string mailbox, string username, string password [, int
   int imap_ping (int imap_stream)
   string imap_qprint (string string)
   int imap_renamemailbox (int imap_stream, string old_mbox, string
   int imap_reopen (int imap_stream, string mailbox [, string flags])
   array imap_rfc822_parse_adrlist (string address, string default_host)
   object imap_rfc822_parse_headers (string headers [, string
   string imap_rfc822_write_address (string mailbox, string host, string
   array imap_scanmailbox (int imap_stream, string ref, string pattern,
   array imap_search (int imap_stream, string criteria, int flags)
   int imap_set_quota (int imap_stream, string quota_root, int
   string imap_setflag_full (int stream, string sequence, string flag,
   array imap_sort (int stream, int criteria, int reverse, int options)
   object imap_status (int imap_stream, string mailbox, int options)
   int imap_subscribe (int imap_stream, string mbox)
   int imap_uid (int imap_stream, int msgno)
   int imap_undelete (int imap_stream, int msg_number)
   int imap_unsubscribe (int imap_stream, string mbox)
   string imap_utf7_decode (string text)
   string imap_utf7_encode (string data)
   string imap_utf8 (string text)
   int ifx_connect ([string database [, string userid [, string
   int ifx_pconnect ([string database [, string userid [, string
   int ifx_close ([int link_identifier])
   int ifx_query (string query [, int link_identifier [, int cursor_type
   int ifx_prepare (string query, int conn_id [, int cursor_def, mixed
   int ifx_do (int result_id)
   string ifx_error (void)
   string ifx_errormsg ([int errorcode])
   int ifx_affected_rows (int result_id)
   array ifx_getsqlca (int result_id)
   array ifx_fetch_row (int result_id [, mixed position])
   int ifx_htmltbl_result (int result_id [, string html_table_options])
   array ifx_fieldtypes (int result_id)
   array ifx_fieldproperties (int result_id)
   int ifx_num_fields (int result_id)
   int ifx_num_rows (int result_id)
   int ifx_free_result (int result_id)
   int ifx_create_char (string param)
   int ifx_free_char (int bid)
   int ifx_update_char (int bid, string content)
   int ifx_get_char (int bid)
   int ifx_create_blob (int type, int mode, string param)
   int ifx_copy_blob (int bid)
   int ifx_free_blob (int bid)
   int ifx_get_blob (int bid)
   ifx_update_blob (int bid, string content)
   void ifx_blobinfile_mode (int mode)
   void ifx_textasvarchar (int mode)
   void ifx_byteasvarchar (int mode)
   void ifx_nullformat (int mode)
   int ifxus_create_slob (int mode)
   int ifxus_free_slob (int bid)
   int ifxus_close_slob (int bid)
   int ifxus_open_slob (long bid, int mode)
   int ifxus_tell_slob (long bid)
   int ifxus_seek_slob (long bid, int mode, long offset)
   int ifxus_read_slob (long bid, long nbytes)
   int ifxus_write_slob (long bid, string content)
   int ibase_connect (string database [, string username [, string
   int ibase_pconnect (string database [, string username [, string
   int ibase_close ([int connection_id])
   int ibase_query ([int link_identifier, string query [, int
   array ibase_fetch_row (int result_identifier)
   object ibase_fetch_object (int result_id)
   array ibase_field_info (int result, int field number)
   int ibase_free_result (int result_identifier)
   int ibase_prepare ([int link_identifier, string query])
   int ibase_execute (int query [, int bind_args])
   int ibase_trans ([int trans_args [, int link_identifier]])
   int ibase_commit ([int link_identifier, int trans_number])
   int ibase_rollback ([int link_identifier, int trans_number])
   int ibase_free_query (int query)
   int ibase_timefmt (string format [, int columntype])
   int ibase_num_fields (int result_id)
   string ibase_errmsg (void)
   resource ingres_connect ([string database [, string username [, string
   resource ingres_pconnect ([string database [, string username [,
   bool ingres_close ([resource link])
   bool ingres_query (string query [, resource link])
   int ingres_num_rows ([resource link])
   int ingres_num_fields ([resource link])
   string ingres_field_name (int index [, resource link])
   string ingres_field_type (int index [, resource link])
   bool ingres_field_nullable (int index [, resource link])
   int ingres_field_length (int index [, resource link])
   int ingres_field_precision (int index [, resource link])
   int ingres_field_scale (int index [, resource link])
   array ingres_fetch_array ([int result_type [, resource link]])
   array ingres_fetch_row ([resource link])
   object ingres_fetch_object ([int result_type [, resource link]])
   bool ingres_rollback ([resource link])
   bool ingres_commit ([resource link])
   bool ingres_autocommit ([resource link])
   resource ircg_pconnect (string username [, string server_ip [, int
   array ircg_fetch_error_msg (resource connection)
   boolean ircg_set_current (resource connection)
   boolean ircg_join (resource connection, string channel)
   boolean ircg_part (resource connection, string channel)
   boolean ircg_msg (resource connection, string recipient, string
   boolean ircg_notice (resource connection, string , string message)
   boolean ircg_nick (resource connection, string nick)
   boolean ircg_topic (resource connection, string channel, string
   boolean ircg_channel_mode (resource connection, string channel, string
   boolean ircg_html_encode (string html_string)
   boolean ircg_whois (resource connection, string nick)
   boolean ircg_kick (resource connection, string channel, string nick,
   boolean ircg_ignore_add (resource connection, string nick)
   boolean ircg_ignore_del (resource connection, string nick)
   boolean ircg_disconnect (resource connection, string reason)
   boolean ircg_is_conn_alive (resource connection)
   boolean ircg_lookup_format_messages (string name)
   boolean ircg_register_format_messages (string name, array messages)
   void java_last_exception_clear (void)
   exception java_last_exception_get (void)
   int ldap_add (int link_identifier, string dn, array entry)
   int ldap_bind (int link_identifier [, string bind_rdn [, string
   int ldap_close (int link_identifier)
   int ldap_compare (int link_identifier, string dn, string attribute,
   int ldap_connect ([string hostname [, int port]])
   int ldap_count_entries (int link_identifier, int result_identifier)
   int ldap_delete (int link_identifier, string dn)
   string ldap_dn2ufn (string dn)
   string ldap_err2str (int errno)
   int ldap_errno (int link_id)
   string ldap_error (int link_id)
   array ldap_explode_dn (string dn, int with_attrib)
   string ldap_first_attribute (int link_identifier, int
   int ldap_first_entry (int link_identifier, int result_identifier)
   int ldap_free_result (int result_identifier)
   array ldap_get_attributes (int link_identifier, int
   string ldap_get_dn (int link_identifier, int result_entry_identifier)
   array ldap_get_entries (int link_identifier, int result_identifier)
   bool ldap_get_option (int link_identifier, int option, mixed retval)
   array ldap_get_values (int link_identifier, int
   array ldap_get_values_len (int link_identifier, int
   int ldap_list (int link_identifier, string base_dn, string filter [,
   int ldap_modify (int link_identifier, string dn, array entry)
   int ldap_mod_add (int link_identifier, string dn, array entry)
   int ldap_mod_del (int link_identifier, string dn, array entry)
   int ldap_mod_replace (int link_identifier, string dn, array entry)
   string ldap_next_attribute (int link_identifier, int
   int ldap_next_entry (int link_identifier, int result_entry_identifier)
   int ldap_read (int link_identifier, string base_dn, string filter [,
   bool ldap_rename (int link_identifier, string dn, string newrdn,
   int ldap_search (int link_identifier, string base_dn, string filter [,
   bool ldap_set_option (int link_identifier, int option, mixed newval)
   int ldap_unbind (int link_identifier)
   bool mail (string to, string subject, string message [, string
   int ezmlm_hash (string addr)
   mixed abs (mixed number)
   float acos (float arg)
   float asin (float arg)
   float atan (float arg)
   float atan2 (float y, float x)
   string base_convert (string number, int frombase, int tobase)
   int bindec (string binary_string)
   float ceil (float value)
   float cos (float arg)
   string decbin (int number)
   string dechex (int number)
   string decoct (int number)
   float deg2rad (float number)
   float exp (float arg)
   float floor (float value)
   int getrandmax (void)
   int hexdec (string hex_string)
   float lcg_value (void)
   float log (float arg)
   float log10 (float arg)
   mixed max (mixed arg1, mixed arg2, mixed argn)
   number min (number arg1, number arg2 [, ...])
   int mt_rand (void)
   void mt_srand (int seed)
   int mt_getrandmax (void)
   string number_format (float number [, int decimals [, string dec_point
   int octdec (string octal_string)
   float pi (void)
   number pow (number base, number exp)
   float rad2deg (float number)
   int rand (void)
   float round (float val [, int precision])
   float sin (float arg)
   float sqrt (float arg)
   void srand (int seed)
   float tan (float arg)
   string mb_language ([string language])
   string mb_parse_str (string encoded_string [, array result])
   string mb_internal_encoding ([string encoding])
   string mb_http_input ([string type])
   string mb_http_output ([string encoding])
   array mb_detect_order ([mixed encoding-list])
   mixed mb_substitute_character ([mixed substrchar])
   string mb_output_handler (string contents, int status)
   string mb_preferred_mime_name (string encoding)
   string mb_strlen (string str [, string encoding])
   int mb_strpos (string haystack, string needle [, int offset [, string
   int mb_strrpos (string haystack, string needle [, string encoding])
   string mb_substr (string str, int start [, int length [, string
   string mb_strcut (string str, int start [, int length [, string
   int mb_strwidth (string str [, string encoding])
   string mb_strimwidth (string str, int start, int width, string
   string mb_convert_encoding (string str, string to-encoding [, mixed
   string mb_detect_encoding (string str [, mixed encoding-list])
   string mb_convert_kana (string str, string option [, mixed encoding])
   string mb_encode_mimeheader (string str [, string charset [, string
   string mb_decode_mimeheader (string str)
   string mb_convert_variables (string to-encoding, mixed from-encoding,
   string mb_encode_numericentity (string str, array convmap [, string
   string mb_decode_numericentity (string str, array convmap [, string
   boolean mb_send_mail (string to, string subject, string message [,
   int mcal_open (string calendar, string username, string password [,
   int mcal_popen (string calendar, string username, string password [,
   int mcal_reopen (string calendar [, int options])
   int mcal_close (int mcal_stream, int flags)
   string mcal_create_calendar (int stream, string calendar)
   string mcal_rename_calendar (int stream, string old_name, string
   string mcal_delete_calendar (int stream, string calendar)
   object mcal_fetch_event (int mcal_stream, int event_id [, int
   array mcal_list_events (int mcal_stream, objectbegin_date [, object
   int mcal_append_event (int mcal_stream)
   int mcal_store_event (int mcal_stream)
   int mcal_delete_event (int mcal_stream [, int event_id])
   int mcal_snooze (int id)
   array mcal_list_alarms (int mcal_stream [, int begin_year [, int
   int mcal_event_init (int stream)
   int mcal_event_set_category (int stream, string category)
   int mcal_event_set_title (int stream, string title)
   int mcal_event_set_description (int stream, string description)
   int mcal_event_set_start (int stream, int year, int month [, int day
   int mcal_event_set_end (int stream, int year, int month [, int day [,
   int mcal_event_set_alarm (int stream, int alarm)
   int mcal_event_set_class (int stream, int class)
   int mcal_is_leap_year (int year)
   int mcal_days_in_month (int month, int leap year)
   int mcal_date_valid (int year, int month, int day)
   int mcal_time_valid (int hour, int minutes, int seconds)
   int mcal_day_of_week (int year, int month, int day)
   int mcal_ (int year, int month, int day)
   int mcal_date_compare (int a_year, int a_month, int a_day, int b_year,
   int mcal_next_recurrence (int stream, int weekstart, array next)
   int mcal_event_set_recur_none (int stream)
   int mcal_event_set_recur_daily (int stream, int year, int month, int
   int mcal_event_set_recur_weekly (int stream, int year, int month, int
   int mcal_event_set_recur_monthly_mday (int stream, int year, int
   int mcal_event_set_recur_monthly_wday (int stream, int year, int
   int mcal_event_set_recur_yearly (int stream, int year, int month, int
   object mcal_fetch_current_stream_event (int stream)
   void mcal_event_add_attribute (int stream, string attribute, string
   int mcal_expunge (int stream)
   string mcrypt_get_cipher_name (int cipher)
   int mcrypt_get_block_size (int cipher)
   int mcrypt_get_key_size (int cipher)
   string mcrypt_create_iv (int size, int source)
   string mcrypt_cbc (int cipher, string key, string data, int mode [,
   string mcrypt_cfb (int cipher, string key, string data, int mode,
   string mcrypt_ecb (int cipher, string key, string data, int mode)
   string mcrypt_ofb (int cipher, string key, string data, int mode,
   array mcrypt_list_algorithms ([string lib_dir])
   array mcrypt_list_modes ([string lib_dir])
   int mcrypt_get_iv_size (string cipher, string mode)
   string mcrypt_encrypt (string cipher, string key, string data, string
   string mcrypt_decrypt (string cipher, string key, string data, string
   resource mcrypt_module_open (string algorithm, string
   int mcrypt_generic_init (resource td, string key, string iv)
   string mcrypt_generic (resource td, string data)
   string mdecrypt_generic (resource td, string data)
   bool mcrypt_generic_end (resource td)
   int mcrypt_enc_self_test (resource td)
   int mcrypt_enc_is_block_algorithm_mode (resource td)
   int mcrypt_enc_is_block_algorithm (resource td)
   int mcrypt_enc_is_block_mode (resource td)
   int mcrypt_enc_get_block_size (resource td)
   int mcrypt_enc_get_key_size (resource td)
   array mcrypt_enc_get_supported_key_sizes (resource td)
   int mcrypt_enc_get_iv_size (resource td)
   string mcrypt_enc_get_algorithms_name (resource td)
   string mcrypt_enc_get_modes_name (resource td)
   bool mcrypt_module_self_test (string algorithm [, string lib_dir])
   bool mcrypt_module_is_block_algorithm_mode (string mode [, string
   bool mcrypt_module_is_block_algorithm (string algorithm [, string
   bool mcrypt_module_is_block_mode (string mode [, string lib_dir])
   int mcrypt_module_get_algo_block_size (string algorithm [, string
   int mcrypt_module_get_algo_key_size (string algorithm [, string
   array mcrypt_module_get_algo_supported_key_sizes (string algorithm [,
   string mhash_get_hash_name (int hash)
   int mhash_get_block_size (int hash)
   int mhash_count (void)
   string mhash (int hash, string data, string [ key ])
   string mhash_keygen_s2k (int hash, string password, string salt, int
   int mssql_close ([int link_identifier])
   int mssql_connect ([string servername [, string username [, string
   int mssql_data_seek (int result_identifier, int row_number)
   int mssql_fetch_array (int result)
   object mssql_fetch_field (int result [, int field_offset])
   int mssql_fetch_object (int result)
   array mssql_fetch_row (int result)
   int mssql_field_length (int result [, int offset])
   int mssql_field_name (int result [, int offset])
   int mssql_field_seek (int result, int field_offset)
   string mssql_field_type (int result [, int offset])
   int mssql_free_result (int result)
   string mssql_get_last_message (void)
   void mssql_min_error_severity (int severity)
   void mssql_min_message_severity (int severity)
   bool mssql_next_result (int result_id)
   int mssql_num_fields (int result)
   int mssql_num_rows (string result)
   int mssql_pconnect ([string servername [, string username [, string
   int mssql_query (string query [, int link_identifier])
   int mssql_result (int result, int i, mixed field)
   int mssql_select_db (string database_name [, int link_identifier])
   new swfmovie (void)
   void swfmovie->output (void)
   void swfmovie->save (string filename)
   void swfmovie->add (ressource instance)
   void swfmovie->remove (resource instance)
   void swfmovie->setbackground (int red, int green, int blue)
   void swfmovie->setrate (int rate)
   void swfmovie->setdimension (int width, int height)
   void swfmovie->setframes (string numberofframes)
   void swfmovie->nextframe (void)
   void swfmovie->streammp3 (string mp3FileName)
   new swfdisplayitem (void)
   void swfdisplayitem->moveto (int x, int y)
   void swfdisplayitem->move (int dx, int dy)
   void swfdisplayitem->scaleto (int x, int y)
   void swfdisplayitem->scale (int dx, int dy)
   void swfdisplayitem->rotateto (float degrees)
   void swfdisplayitem->rotate (float ddegrees)
   void swfdisplayitem->skewxto (float degrees)
   void swfdisplayitem->skewx (float ddegrees)
   void swfdisplayitem->skewyto (float degrees)
   void swfdisplayitem->skewy (float ddegrees)
   void swfdisplayitem->setdepth (float depth)
   void swfdisplayitem->remove (void)
   void swfdisplayitem->setname (string name)
   void swfdisplayitem->setratio (float ratio)
   void swfdisplayitem->addcolor ([int red [, int green [, int blue [,
   void swfdisplayitem->multcolor ([int red [, int green [, int blue [,
   new swfshape (void)
   void swfshape->setline (int width [, int red [, int green [, int blue
   void swfshape->addfill (int red, int green, int blue [, int a])
   void swfshape->setleftfill (swfgradient fill)
   void swfshape->setrightfill (swfgradient fill)
   void swfshape->movepento (int x, int y)
   void swfshape->movepen (int dx, int dy)
   void swfshape->drawlineto (int x, int y)
   void swfshape->drawline (int dx, int dy)
   void swfshape->drawcurveto (int controlx, int controly, int anchorx,
   void swfshape->drawcurve (int controldx, int controldy, int anchordx,
   new swfgradient (void)
   void swfgradient->addentry (float ratio, int red, int green, int blue
   new swfbitmap (string filename [, int alphafilename])
   int swfbitmap->getwidth (void)
   int swfbitmap->getheight (void)
   The swffill() object allows you to transform (scale, skew, rotate)
   void swffill->moveto (int x, int y)
   void swffill->scaleto (int x, int y)
   void swffill->rotateto (float degrees)
   void swffill->skewxto (float x)
   void swffill->skewyto (float y)
   new swfmorph (void)
   mixed swfmorph->getshape1 (void)
   mixed swfmorph->getshape2 (void)
   new swftext (void)
   void swftext->setfont (string font)
   void swftext->setheight (int height)
   void swftext->setspacing (float spacing)
   void swftext->setcolor (int red, int green, int blue [, int a])
   void swftext->moveto (int x, int y)
   void swftext->addstring (string string)
   void swftext->addstring (string string)
   new swffont (string filename)
   int swffont->getwidth (string string)
   new swftextfield ([int flags])
   void swftextfield->setfont (string font)
   void swftextfield->setbounds (int width, int height)
   void swftextfield->align (int alignement)
   void swftextfield->setheight (int height)
   void swftextfield->setleftmargin (int width)
   void swftextfield->setrightmargin (int width)
   void swftextfield->setmargins (int left, int right)
   void swftextfield->setindentation (int width)
   void swftextfield->setlinespacing (int height)
   void swftextfield->setcolor (int red, int green, int blue [, int a])
   void swftextfield->setname (string name)
   void swftextfield->addstring (string string)
   new swfsprite (void)
   void swfsprite->add (ressource object)
   void swfsprite->remove (ressource object)
   void swfsprite->setframes (int numberofframes)
   void swfsprite->nextframe (void)
   new swfbutton (void)
   void swfbutton->addshape (ressource shape, int flags)
   void swfbutton->setup (ressource shape)
   void swfbutton->setover (ressource shape)
   void swfbutton->setdown (ressource shape)
   void swfbutton->sethit (ressource shape)
   void swfbutton->addaction (ressource action, int flags)
   void swfbutton->setaction (ressource action)
   new swfaction (string script)
   int connection_aborted (void)
   int connection_status (void)
   bool connection_timeout (void)
   mixed constant (string name)
   bool define (string name, mixed value [, bool case_insensitive])
   bool defined (string name)
   mixed eval (string code_str)
   void exit ([string status])
   object get_browser ([string user_agent])
   bool highlight_file (string filename)
   bool highlight_string (string str)
   int ignore_user_abort ([int setting])
   array iptcparse (string iptcblock)
   void leak (int bytes)
   string pack (string format [, mixed args ...])
   bool show_source (string filename)
   void sleep (int seconds)
   int uniqid (string prefix [, bool lcg])
   array unpack (string format, string data)
   void usleep (int micro_seconds)
   int udm_add_search_limit (int agent, int var, string val)
   int udm_alloc_agent (string dbaddr [, stringdbmode])
   int udm_api_version (void)
   array udm_cat_path (int agent, string category)
   array udm_cat_list (int agent, string category)
   int udm_clear_search_limits (int agent)
   int udm_errno (int agent)
   string udm_error (int agent)
   int udm_find (int agent, string query)
   int udm_free_agent (int agent)
   int udm_free_ispell_data (int agent)
   int udm_free_res (int res)
   int udm_get_doc_count (int agent)
   string udm_get_res_field (int res, int row, int field)
   string udm_get_res_param (int res, int param)
   int udm_load_ispell_data (int agent, int var, string val1, string
   int udm_set_agent_param (int agent, int var, string val)
   int msql (string database, string query, int link_identifier)
   int msql_affected_rows (int query_identifier)
   int msql_close (int link_identifier)
   int msql_connect ([string hostname [, string hostname[:port] [, string
   int msql_create_db (string database name [, int link_identifier])
   int msql_createdb (string database name [, int link_identifier])
   int msql_data_seek (int query_identifier, int row_number)
   string msql_dbname (int query_identifier, int i)
   int msql_drop_db (string database_name, int link_identifier)
   See msql_drop_db().
   string msql_error ()
   int msql_fetch_array (int query_identifier [, int result_type])
   object msql_fetch_field (int query_identifier, int field_offset)
   int msql_fetch_object (int query_identifier [, int result_type])
   array msql_fetch_row (int query_identifier)
   string msql_fieldname (int query_identifier, int field)
   int msql_field_seek (int query_identifier, int field_offset)
   int msql_fieldtable (int query_identifier, int field)
   string msql_fieldtype (int query_identifier, int i)
   string msql_fieldflags (int query_identifier, int i)
   int msql_fieldlen (int query_identifier, int i)
   int msql_free_result (int query_identifier)
   See msql_free_result()
   int msql_list_fields (string database, string tablename)
   See msql_list_fields().
   int msql_list_dbs (void)
   See msql_list_dbs().
   int msql_list_tables (string database)
   See msql_list_tables().
   int msql_num_fields (int query_identifier)
   int msql_num_rows (int query_identifier)
   int msql_numfields (int query_identifier)
   int msql_numrows (void)
   int msql_pconnect ([string hostname [, string hostname[:port] [,
   int msql_query (string query, int link_identifier)
   See sql_regcase().
   int msql_result (int query_identifier, int i, mixed field)
   int msql_select_db (string database_name, int link_identifier)
   See msql_select_db().
   string msql_tablename (int query_identifier, int field)
   int mysql_affected_rows ([resource link_identifier])
   int mysql_change_user (string user, string password [, string database
   bool mysql_close ([resource link_identifier])
   resource mysql_connect ([string hostname [:port] [:/path/to/socket] [,
   int mysql_create_db (string database name [, resource
   bool mysql_data_seek (resource result_identifier, int row_number)
   string mysql_db_name (resource result, int row [, mixed field])
   resource mysql_db_query (string database, string query [, resource
   bool mysql_drop_db (string database_name [, resource link_identifier])
   int mysql_errno ([resource link_identifier])
   string mysql_error ([resource link_identifier])
   string mysql_escape_string (string unescaped_string)
   array mysql_fetch_array (resource result [, int result_type])
   array mysql_fetch_assoc (resource result)
   object mysql_fetch_field (resource result [, int field_offset])
   array mysql_fetch_lengths (resource result)
   object mysql_fetch_object (resource result [, int result_type])
   array mysql_fetch_row (resource result)
   string mysql_field_flags (resource result, int field_offset)
   string mysql_field_name (resource result, int field_index)
   int mysql_field_len (resource result, int field_offset)
   int mysql_field_seek (resource result, int field_offset)
   string mysql_field_table (resource result, int field_offset)
   string mysql_field_type (iresource result, int field_offset)
   int mysql_free_result (resource result)
   int mysql_insert_id ([resource link_identifier])
   resource mysql_list_dbs ([resource link_identifier])
   resource mysql_list_fields (string database_name, string table_name [,
   resource mysql_list_tables (string database [, resource
   int mysql_num_fields (resource result)
   int mysql_num_rows (resource result)
   resource mysql_pconnect ([string hostname [:port] [:/path/to/socket]
   resource mysql_query (string query [, resource link_identifier])
   resource mysql_unbuffered_query (string query [, resource
   mixed mysql_result (resource result, int row [, mixed field])
   bool mysql_select_db (string database_name [, resource
   string mysql_tablename (resource result, int i)
   string mysql_get_client_info (void)
   string mysql_get_host_info ([resource link_identifier])
   int mysql_get_proto_info ([resource link_identifier])
   int mysql_get_server_info ([resource link_identifier])
   int checkdnsrr (string host [, string type])
   int closelog (void)
   int debugger_off (void)
   int debugger_on (string address)
   void define_syslog_variables (void)
   int fsockopen (string [udp://]hostname, int port [, int errno [,
   string gethostbyaddr (string ip_address)
   string gethostbyname (string hostname)
   array gethostbynamel (string hostname)
   int getmxrr (string hostname, array mxhosts [, array weight])
   int getprotobyname (string name)
   string getprotobynumber (int number)
   int getservbyname (string service, string protocol)
   string getservbyport (int port, string protocol)
   int ip2long (string ip_address)
   string long2ip (int proper_address)
   int openlog (string ident, int option, int facility)
   LOG_AUTH security/authorization messages (use LOG_AUTHPRIV instead in
   int pfsockopen (string hostname, int port [, int errno [, string
   array socket_get_status (resource socket_get_status)
   int socket_set_blocking (int socket descriptor, int mode)
   bool socket_set_timeout (int socket descriptor, int seconds, int
   int syslog (int priority, string message)
   int odbc_autocommit (int connection_id [, int OnOff])
   int odbc_binmode (int result_id, int mode)
   void odbc_close (int connection_id)
   void odbc_close_all (void)
   int odbc_commit (int connection_id)
   int odbc_connect (string dsn, string user, string password [, int
   string odbc_cursor (int result_id)
   int odbc_do (int conn_id, string query)
   string odbc_error ([int connection_id])
   string odbc_errormsg ([int connection_id])
   int odbc_exec (int connection_id, string query_string)
   int odbc_execute (int result_id [, array parameters_array])
   int odbc_fetch_into (int result_id [, int rownumber, array
   int odbc_fetch_row (int result_id [, int row_number])
   string odbc_field_name (int result_id, int field_number)
   int odbc_field_num (int result_id, string field_name)
   string odbc_field_type (int result_id, int field_number)
   int odbc_field_len (int result_id, int field_number)
   string odbc_field_precision (int result_id, int field_number)
   string odbc_field_scale (int result_id, int field_number)
   int odbc_free_result (int result_id)
   int odbc_longreadlen (int result_id, int length)
   int odbc_num_fields (int result_id)
   int odbc_pconnect (string dsn, string user, string password [, int
   int odbc_prepare (int connection_id, string query_string)
   int odbc_num_rows (int result_id)
   string odbc_result (int result_id, mixed field)
   int odbc_result_all (int result_id [, string format])
   int odbc_rollback (int connection_id)
   int odbc_setoption (int id, int function, int option, int param)
   int odbc_tables (int connection_id [, string qualifier [, string owner
   int odbc_tableprivileges (int connection_id [, string qualifier [,
   int odbc_columns (int connection_id [, string qualifier [, string
   int odbc_columnprivileges (int connection_id [, string qualifier [,
   int odbc_gettypeinfo (int connection_id [, int data_type])
   int odbc_primarykeys (int connection_id, string qualifier, string
   int odbc_foreignkeys (int connection_id, string pk_qualifier, string
   int odbc_procedures (int connection_id [, string qualifier [, string
   int odbc_procedurecolumns (int connection_id [, string qualifier [,
   int odbc_specialcolumns (int connection_id, int type, string
   int odbc_statistics (int connection_id, string qualifier, string
   int OCIDefineByName (int stmt, string Column-Name, mixed variable [,
   int OCIBindByName (int stmt, string ph_name, mixed &variable, int
   int OCILogon (string username, string password [, string db])
   int OCIPLogon (string username, string password [, string db])
   int OCINLogon (string username, string password [, string db])
   int OCILogOff (int connection)
   int OCIExecute (int statement [, int mode])
   int OCICommit (int connection)
   int OCIRollback (int connection)
   string OCINewDescriptor (int connection [, int type])
   int OCIRowCount (int statement)
   int OCINumCols (int stmt)
   mixed OCIResult (int statement, mixed column)
   int OCIFetch (int statement)
   int OCIFetchInto (int stmt, array &result [, int mode])
   int OCIFetchStatement (int stmt, array &variable)
   int OCIColumnIsNULL (int stmt, mixed column)
   string OCIColumnName (int stmt, int col)
   int OCIColumnSize (int stmt, mixed column)
   mixed OCIColumnType (int stmt, int col)
   string OCIServerVersion (int conn)
   string OCIStatementType (int stmt)
   int OCINewCursor (int conn)
   int OCIFreeStatement (int stmt)
   int OCIFreeCursor (int stmt)
   int OCIFreeDesc (object lob)
   int OCIParse (int conn, string query)
   array OCIError ([int stmt|conn|global])
   void OCIInternalDebug (int onoff)
   int OCICancel (int stmt)
   int OCISetPrefetch (int stmt, int rows)
   void OCIWriteLobToFile (object lob [, string filename [, int start [,
   string OCISaveLobFile (object lob)
   string OCISaveLob (object lob)
   string OCILoadLob (object lob)
   int OCIColumnScale (int stmt, int col)
   int OCIColumnPrecision (int stmt, int col)
   mixed OCIColumnTypeRaw (int stmt, int col)
   string OCINewCollection (int conn, string tdo [, string shema])
   string OCIFreeCollection (object lob)
   string OCICollAssign (object collection, object object)
   string OCICollAssignElem (object collection, string ndx, string val)
   string OCICollGetElem (object collection, string ndx)
   string OCICollMax (object collection)
   string OCICollSize (object collection)
   string OCICollTrim (object collection, int num)
   mixed openssl_error_string (void)
   void openssl_free_key (resource key_identifier)
   resource openssl_get_privatekey (mixed key [, string passphrase])
   resource openssl_get_publickey (mixed certificate)
   bool openssl_open (string sealed_data, string open_data, string
   int openssl_seal (string data, string sealed_data, array env_keys,
   bool openssl_sign (string data, string signature, mixed priv_key_id)
   int openssl_verify (string data, string signature, mixed pub_key_id)
   bool openssl_pkcs7_decrypt (string infilename, string outfilename,
   bool openssl_pkcs7_encrypt (string infilename, string outfilename,
   bool openssl_pkcs7_sign (string infilename, string outfilename, mixed
   bool openssl_pkcs7_verify (string filename, int flags [, string
   bool openssl_x509_checkpurpose (mixed x509cert, int purpose, array
   void openssl_x509_free (resource x509cert)
   array openssl_x509_parse (mixed x509cert [, bool shortnames])
   resource openssl_x509_read (mixed x509certdata)
   int ora_bind (int cursor, string PHP variable name, string SQL
   int ora_close (int cursor)
   string Ora_ColumnName (int cursor, int column)
   int Ora_ColumnSize (int cursor, int column)
   string Ora_ColumnType (int cursor, int column)
   int ora_commit (int conn)
   int ora_commitoff (int conn)
   int ora_commiton (int conn)
   int ora_do (int conn, string query)
   string Ora_Error (int cursor_or_connection)
   int Ora_ErrorCode (int cursor_or_connection)
   int ora_exec (int cursor)
   int ora_fetch (int cursor)
   int ora_fetch_into (int cursor, array result [, int flags])
   mixed ora_getcolumn (int cursor, mixed column)
   int ora_logoff (int connection)
   int ora_logon (string user, string password)
   int ora_plogon (string user, string password)
   int ora_numcols (int cursor_ind)
   int ora_numrows (int cursor_ind)
   int ora_open (int connection)
   int ora_parse (int cursor_ind, string sql_statement, int defer)
   int ora_rollback (int connection)
   int ovrimos_connect (string host, string db, string user, string
   void ovrimos_close (int connection)
   int ovrimos_longreadlen (int result_id, int length)
   int ovrimos_prepare (int connection_id, string query)
   bool ovrimos_execute (int result_id [, array parameters_array])
   int ovrimos_cursor (int result_id)
   int ovrimos_exec (int connection_id, string query)
   bool ovrimos_fetch_into (int result_id, array result_array [, string
   bool ovrimos_fetch_row (int result_id [, int how [, int row_number]])
   int ovrimos_result (int result_id, mixed field)
   bool ovrimos_result_all (int result_id [, string format])
   int ovrimos_num_rows (int result_id)
   int ovrimos_num_fields (int result_id)
   int ovrimos_field_name (int result_id, int field_number)
   int ovrimos_field_type (int result_id, int field_number)
   int ovrimos_field_len (int result_id, int field_number)
   int ovrimos_field_num (int result_id, string field_name)
   bool ovrimos_free_result (int result_id)
   int ovrimos_commit (int connection_id)
   int ovrimos_rollback (int connection_id)
   void flush (void)
   void ob_start ([string output_callback])
   string ob_get_contents (void)
   string ob_get_length (void)
   string ob_gzhandler (string buffer)
   void ob_end_flush (void)
   void ob_end_clean (void)
   void ob_implicit_flush ([int flag])
   pdf_add_outline() is replaced by pdf_add_note()
   int pdf_add_bookmark (int pdf object, string text [, int parent [, int
   int pdf_add_launchlink (int pdf object, float llx, float lly, float
   int pdf_add_locallink (int pdf object, float llx, float lly, float
   int pdf_add_note (int pdf object, float llx, float lly, float urx,
   int pdf_add_pdflink (int pdf object, float llx, float lly, float urx,
   int pdf_add_thumbnail (int pdf object, int image)
   int pdf_add_weblink (int pdf object, float llx, float lly, float urx,
   void pdf_arc (resource pdf object, float x, float y, float r, float
   void pdf_arc (resource pdf object, float x, float y, float r, float
   int pdf_attach_file (int pdf object, float llx, float lly, float urx,
   void pdf_begin_page (int pdf object, float width, float height)
   int pdf_begin_pattern (int pdf object, float width, float height,
   void pdf_begin_template (int pdf object, float width, float height)
   void pdf_circle (int pdf object, float x, float y, float r)
   void pdf_clip (int pdf object)
   void pdf_close (int pdf object)
   void pdf_closepath (int pdf object)
   void pdf_closepath_fill_stroke (int pdf object)
   void pdf_closepath_stroke (int pdf object)
   void pdf_close_image (int pdf object, int image)
   void pdf_close_pdi (int pdf object, int dochandle)
   void pdf_close_pdi_page (int pdf object, int pagehandle)
   void pdf_concat (int pdf object, float a, float b, float c, float d,
   void pdf_continue_text (int pdf object, string text)
   void pdf_curveto (int pdf object, float x1, float y1, float x2, float
   void pdf_delete (int pdf object)
   void pdf_end_page (int pdf object)
   void pdf_end_pattern (int pdf object)
   void pdf_end_template (int pdf object)
   void pdf_fill_stroke (int pdf object)
   void pdf_fill_stroke (int pdf object)
   int pdf_findfont (int pdf object, string fontname, string encoding^,
   string pdf_get_buffer (int pdf object)
   string pdf_get_image_height (int pdf object, int image)
   string pdf_get_image_width (int pdf object, int image)
   string pdf_get_parameter (int pdf object, string key [, float
   string pdf_get_pdi_parameter (int pdf object, string key, int doc, int
   string pdf_get_pdi_value (int pdf object, string key, int doc, int
   float pdf_get_value (int pdf object, string key [, float modifier])
   void pdf_initgraphics (int pdf object)
   void pdf_lineto (int pdf object, float x, float y)
   void pdf_makespotcolor (int pdf object, string spotname)
   void pdf_moveto (int pdf object, float x, float y)
   int pdf_new ()
   pdf_open() is deprecated, use pdf_new() plus pdf_open_file() instead.
   int pdf_open_CCITT (int pdf object, string filename, int width, int
   int pdf_open_file (int pdf object [, string filename])
   int pdf_open_image (int PDF-document, string imagetype, string source,
   int pdf_open_image_file (int PDF-document, string imagetype, string
   int pdf_open_memory_image (int pdf object, int image)
   int pdf_open_pdi (int pdf object, string filename, string stringparam,
   int pdf_open_pdi_page (int pdf object, int dochandle, int pagenumber,
   int pdf_open_tiff (int PDF-document, string filename)
   void pdf_place_image (int pdf object, int image, float x, float y,
   void pdf_place_pdi_page (int pdf object, int page, float x, float y,
   void pdf_rect (int pdf object, float x, float y, float width, float
   void pdf_restore (int pdf object)
   void pdf_rotate (int pdf object, float phi)
   void pdf_save (int pdf object)
   void pdf_scale (int pdf object, float x-scale, float y-scale)
   void pdf_setcolor (int pdf object, string type, string colorspace,
   void pdf_setdash (int pdf object, float b, float w)
   void pdf_setflat (int pdf object, float flatness)
   void pdf_setfont (int pdf object, int font, float size)
   void pdf_setgray (int pdf object, float gray)
   void pdf_setgray_fill (int pdf object, float gray)
   void pdf_setgray_stroke (int pdf object, float gray)
   void pdf_setlinecap (int pdf object, int linecap)
   void pdf_setlinejoin (int pdf object, long linejoin)
   void pdf_setlinewidth (int pdf object, float width)
   void pdf_setmatrix (int pdf object, float a, float b, float c, float
   void pdf_setmiterlimit (int pdf object, float miter)
   void pdf_setpolydash (int pdf object, float *dasharray)
   void pdf_setrgbcolor (int pdf object, float red value, float green
   void pdf_setrgbcolor_fill (int pdf object, float red value, float
   void pdf_setrgbcolor_stroke (int pdf object, float red value, float
   void pdf_set_border_color (int pdf object, float red, float green,
   void pdf_set_border_dash (int pdf object, float black, float white)
   void pdf_set_border_style (int pdf object, string style, float width)
   Deprecated. You should use pdf_findfont() plus pdf_setfont() instead.
   void pdf_set_horiz_scaling (int pdf object, float scale)
   void pdf_set_info (int pdf object, string key, string value)
   void pdf_set_parameter (int pdf object, string key, string value)
   void pdf_set_text_pos (int pdf object, float x, float y)
   See pdf_set_paramter().
   void pdf_set_value (int pdf object, string key, float value)
   void pdf_show (int pdf object, string text)
   int pdf_show_boxed (int pdf object, string text, float left, float
   void pdf_show_xy (int pdf object, string text, float x, float y)
   void pdf_skew (int pdf object, float alpha, float beta)
   float pdf_stringwidth (int pdf object, string text [, int font [,
   void pdf_stroke (int pdf object)
   void pdf_translate (int pdf object, float tx, float ty)
   void pfpro_init (void)
   void pfpro_cleanup (void)
   array pfpro_process (array parameters [, string address [, int port [,
   string pfpro_process_raw (string parameters [, string address [, int
   string pfpro_version (void)
   int assert (string|bool assertion)
   mixed assert_options (int what [, mixed value])
   bool extension_loaded (string name)
   int dl (string library)
   string getenv (string varname)
   string get_cfg_var (string varname)
   string get_current_user (void)
   long get_magic_quotes_gpc (void)
   long get_magic_quotes_runtime (void)
   int getlastmod (void)
   int getmyinode (void)
   int getmypid (void)
   int getmyuid (void)
   array getrusage ([int who])
   string ini_alter (string varname, string newvalue)
   string ini_get (string varname)
   array ini_get_all ([string extension])
   string ini_restore (string varname)
   string ini_set (string varname, string newvalue)
   void phpcredits (int flag)
   int phpinfo ([int what])
   string phpversion (void)
   string php_logo_guid (void)
   string php_sapi_name (void)
   string php_uname (void)
   void putenv (string setting)
   long set_magic_quotes_runtime (int new_setting)
   void set_time_limit (int seconds)
   string zend_logo_guid (void)
   array get_defined_constants (void)
   array get_loaded_extensions (void)
   array get_extension_funcs (string module_name)
   array get_required_files (void)
   array get_included_files (void)
   string zend_version (void)
   bool posix_kill (int pid, int sig)
   int posix_getpid (void)
   int posix_getppid (void)
   int posix_getuid (void)
   int posix_geteuid (void)
   int posix_getgid (void)
   int posix_getegid (void)
   bool posix_setuid (int uid)
   bool posix_setgid (int gid)
   array posix_getgroups (void)
   string posix_getlogin (void)
   int posix_getpgrp (void)
   int posix_setsid (void)
   int posix_setpgid (int pid, int pgid)
   int posix_getpgid (int pid)
   int posix_getsid (int pid)
   array posix_uname (void)
   array posix_times (void)
   string posix_ctermid (void)
   string posix_ttyname (int fd)
   bool posix_isatty (int fd)
   string posix_getcwd (void)
   bool posix_mkfifo (string pathname, int mode)
   array posix_getgrnam (string name)
   array posix_getgrgid (int gid)
   array posix_getpwnam (string username)
   array posix_getpwuid (int uid)
   array posix_getrlimit (void)
   bool pg_close (int connection)
   int pg_cmdtuples (int result_id)
   int pg_connect (string host, string port, string dbname)
   string pg_dbname (int connection)
   bool pg_end_copy ([resource connection])
   string pg_errormessage (int connection)
   int pg_exec (int connection, string query)
   array pg_fetch_array (int result, int row [, int result_type])
   object pg_fetch_object (int result, int row [, int result_type])
   array pg_fetch_row (int result, int row)
   int pg_fieldisnull (int result_id, int row, mixed field)
   string pg_fieldname (int result_id, int field_number)
   int pg_fieldnum (int result_id, string field_name)
   int pg_fieldprtlen (int result_id, int row_number, string field_name)
   int pg_fieldsize (int result_id, int field_number)
   string pg_fieldtype (int result_id, int field_number)
   int pg_freeresult (int result_id)
   int pg_getlastoid (int result_id)
   string pg_host (int connection_id)
   void pg_loclose (int fd)
   int pg_locreate (int conn)
   bool pg_loexport (int oid, int file [, int connection_id])
   int pg_loimport (int file [, int connection_id])
   int pg_loopen (int conn, int objoid, string mode)
   string pg_loread (int fd, int len)
   void pg_loreadall (int fd)
   void pg_lounlink (int conn, int lobjid)
   int pg_lowrite (int fd, string buf)
   int pg_numfields (int result_id)
   int pg_numrows (int result_id)
   string pg_options (int connection_id)
   int pg_pconnect (string conn_string)
   int pg_port (int connection_id)
   bool pg_put_line ([resource connection_id, string data])
   mixed pg_result (int result_id, int row_number, mixed fieldname)
   int pg_set_client_encoding ([int connection, string encoding])
   string pg_client_encoding ([int connection])
   bool pg_trace (string filename [, string mode [, int connection]])
   string pg_tty (int connection_id)
   bool pg_untrace ([int connection])
   string escapeshellarg (string arg)
   string escapeshellcmd (string command)
   string exec (string command [, string array [, int return_var]])
   void passthru (string command [, int return_var])
   string system (string command [, int return_var])
   mixed printer_open ([string devicename])
   void printer_abort (resource handle)
   void printer_close (resource handle)
   bool printer_write (resource handle, string content)
   array printer_list (int enumtype [, string name [, int level]])
   bool printer_set_option (resource handle, int option, mixed value)
   mixed printer_get_option (resource handle, string option)
   void printer_create_dc (resource handle)
   bool printer_delete_dc (resource handle)
   bool printer_start_doc (resource handle [, string document])
   bool printer_end_doc (resource handle)
   bool printer_start_page (resource handle)
   bool printer_end_page (resource handle)
   mixed printer_create_pen (int style, int width, string color)
   bool printer_delete_pen (resource handle)
   void printer_select_pen (resource printer_handle, resource pen_handle)
   mixed printer_create_brush (int style, string color)
   bool printer_delete_brush (resource handle)
   void printer_select_brush (resource printer_handle, resource
   mixed printer_create_font (string face, int height, int width, int
   bool printer_delete_font (resource handle)
   void printer_select_font (resource printer_handle, resource
   int printer_logical_fontheight (resource handle, int height)
   void printer_draw_roundrect (resource handle, int ul_x, int ul_y, int
   void printer_draw_rectangle (resource handle, int ul_x, int ul_y, int
   void printer_draw_elipse (resource handle, int ul_x, int ul_y, int
   void printer_draw_text (resource printer_handle, string text, int x,
   void printer_draw_line (resource printer_handle, int from_x, int
   void printer_draw_chord (resource handle, int rec_x, int rec_y, int
   void printer_draw_pie (resource handle, int rec_x, int rec_y, int
   void printer_draw_bmp (resource handle, string filename, int x, int y)
   int pspell_add_to_personal (int dictionary_link, string word)
   int pspell_add_to_session (int dictionary_link, string word)
   bool pspell_check (int dictionary_link, string word)
   int pspell_clear_session (int dictionary_link)
   int pspell_config_create (string language [, string spelling [, string
   int pspell_config_ignore (int dictionary_link, int n)
   int pspell_config_mode (int dictionary_link, int mode)
   int pspell_config_personal (int dictionary_link, string file)
   int pspell_config_repl (int dictionary_link, string file)
   int pspell_config_runtogether (int dictionary_link, bool flag)
   int pspell_config_save_repl (int dictionary_link, bool flag)
   int pspell_new (string language [, string spelling [, string jargon [,
   int pspell_new_config (int config)
   int pspell_new_personal (string personal, string language [, string
   int pspell_save_wordlist (int dictionary_link)
   int pspell_store_replacement (int dictionary_link, string misspelled,
   array pspell_suggest (int dictionary_link, string word)
   string readline ([string prompt])
   void readline_add_history (string line)
   bool readline_clear_history (void)
   bool readline_completion_function (string line)
   mixed readline_info ([string varname [, string newvalue]])
   array readline_list_history (void)
   bool readline_read_history (string filename)
   bool readline_write_history (string filename)
   string recode_string (string request, string string)
   string recode (string request, string string)
   bool recode_file (string request, resource input, resource output)
   int preg_match (string pattern, string subject [, array matches])
   int preg_match_all (string pattern, string subject, array matches [,
   mixed preg_replace (mixed pattern, mixed replacement, mixed subject [,
   mixed preg_replace_callback (mixed pattern, mixed callback, mixed
   array preg_split (string pattern, string subject [, int limit [, int
   string preg_quote (string str [, string delimiter])
   array preg_grep (string pattern, array input)
   int ereg (string pattern, string string [, array regs])
   string ereg_replace (string pattern, string replacement, string
   int eregi (string pattern, string string [, array regs])
   string eregi_replace (string pattern, string replacement, string
   array split (string pattern, string string [, int limit])
   array spliti (string pattern, string string [, int limit])
   string sql_regcase (string string)
   new OrbitObject (string ior)
   new OrbitEnum (string id)
   new OrbitStruct (string id)
   bool satellite_caught_exception ()
   string satellite_exception_id ()
   OrbitStruct satellite_exception_value ()
   int sem_get (int key [, int max_acquire [, int perm]])
   bool sem_acquire (int sem_identifier)
   bool sem_release (int sem_identifier)
   bool sem_remove (int sem_identifier)
   int shm_attach (int key [, int memsize [, int perm]])
   int shm_detach (int shm_identifier)
   int shm_remove (int shm_identifier)
   int shm_put_var (int shm_identifier, int variable_key, mixed variable)
   mixed shm_get_var (int id, int variable_key)
   int shm_remove_var (int id, int variable_key)
   bool sesam_connect (string catalog, string schema, string user)
   bool sesam_disconnect (void)
   bool sesam_settransaction (int isolation_level, int read_only)
   bool sesam_commit (void)
   bool sesam_rollback (void)
   string sesam_execimm (string query)
   string sesam_query (string query [, bool scrollable])
   int sesam_num_fields (string result_id)
   int sesam_field_name (string result_id, int index)
   array sesam_diagnostic (void)
   mixed sesam_fetch_result (string result_id [, int max_rows])
   int sesam_affected_rows (string result_id)
   string sesam_errormsg (void)
   array sesam_field_array (string result_id)
   array sesam_fetch_row (string result_id [, int whence [, int offset]])
   array sesam_fetch_array (string result_id [, int whence [, int
   bool sesam_seek_row (string result_id, int whence [, int offset])
   int sesam_free_result (string result_id)
   bool session_start (void)
   bool session_destroy (void)
   string session_name ([string name])
   string session_module_name ([string module])
   string session_save_path ([string path])
   string session_id ([string id])
   bool session_register (mixed name [, mixed ...])
   bool session_unregister (string name)
   void session_unset (void)
   bool session_is_registered (string name)
   array session_get_cookie_params (void)
   void session_set_cookie_params (int lifetime [, string path [, string
   bool session_decode (string data)
   string session_encode (void)
   void session_set_save_handler (string open, string close, string read,
   string session_cache_limiter ([string cache_limiter])
   void session_write_close (void)
   int shmop_open (int key, string flags, int mode, int size)
   string shmop_read (int shmid, int start, int count)
   int shmop_write (int shmid, string data, int offset)
   int shmop_size (int shmid)
   int shmop_delete (int shmid)
   int shmop_close (int shmid)
   void swf_openfile (string filename, float width, float height, float
   void swf_closefile ([int return_file])
   void swf_labelframe (string name)
   void swf_showframe (void)
   void swf_setframe (int framenumber)
   int swf_getframe (void)
   void swf_mulcolor (float r, float g, float b, float a)
   void swf_addcolor (float r, float g, float b, float a)
   void swf_placeobject (int objid, int depth)
   void swf_modifyobject (int depth, int how)
   void swf_removeobject (int depth)
   int swf_nextid (void)
   void swf_startdoaction (void)
   void swf_actiongotoframe (int framenumber)
   void swf_actiongeturl (string url, string target)
   void swf_actionnextframe (void)
   void swf_actionprevframe (void)
   void swf_actionplay (void)
   void swf_actionstop (void)
   void swf_actiontogglequality (void)
   void swf_actionwaitforframe (int framenumber, int skipcount)
   void swf_actionsettarget (string target)
   void swf_actiongotolabel (string label)
   void swf_enddoaction (void)
   void swf_defineline (int objid, float x1, float y1, float x2, float
   void swf_definerect (int objid, float x1, float y1, float x2, float
   void swf_definepoly (int objid, array coords, int npoints, float
   void swf_startshape (int objid)
   void swf_shapelinesolid (float r, float g, float b, float a, float
   void swf_shapefilloff (void)
   void swf_shapefillsolid (float r, float g, float b, float a)
   void swf_shapefillbitmapclip (int bitmapid)
   void swf_shapefillbitmaptile (int bitmapid)
   void swf_shapemoveto (float x, float y)
   void swf_shapelineto (float x, float y)
   void swf_shapecurveto (float x1, float y1, float x2, float y2)
   void swf_shapecurveto3 (float x1, float y1, float x2, float y2, float
   void swf_shapearc (float x, float y, float r, float ang1, float ang2)
   void swf_endshape (void)
   void swf_definefont (int fontid, string fontname)
   void swf_setfont (int fontid)
   void swf_fontsize (float size)
   void swf_fontslant (float slant)
   void swf_fonttracking (float tracking)
   array swf_getfontinfo (void)
   void swf_definetext (int objid, string str, int docenter)
   float swf_textwidth (string str)
   void swf_definebitmap (int objid, string image_name)
   array swf_getbitmapinfo (int bitmapid)
   void swf_startsymbol (int objid)
   void swf_endsymbol (void)
   void swf_startbutton (int objid, int type)
   void swf_addbuttonrecord (int states, int shapeid, int depth)
   void swf_oncondition (int transition)
   void swf_endbutton (void)
   void swf_viewport (float xmin, float xmax, float ymin, float ymax)
   void swf_ortho (float xmin, float xmax, float ymin, float ymax, float
   void swf_ortho2 (float xmin, float xmax, float ymin, float ymax)
   void swf_perspective (float fovy, float aspect, float near, float far)
   void swf_polarview (float dist, float azimuth, float incidence, float
   void swf_lookat (float view_x, float view_y, float view_z, float
   void swf_pushmatrix (void)
   void swf_popmatrix (void)
   void swf_scale (float x, float y, float z)
   void swf_translate (float x, float y, float z)
   void swf_rotate (float angle, string axis)
   void swf_posround (int round)
   string snmpget (string hostname, string community, string object_id [,
   bool snmpset (string hostname, string community, string object_id,
   array snmpwalk (string hostname, string community, string object_id [,
   array snmpwalkoid (string hostname, string community, string object_id
   bool snmp_get_quick_print (void)
   void snmp_set_quick_print (bool quick_print)
   int accept_connect (resource socket)
   int bind (resource socket, string address [, int port])
   bool close (resource socket)
   int connect (resource socket, string address [, int port])
   int listen (resource socket, int backlog)
   int read (resource socket_des, string buffer, int length [, int type])
   int socket (int domain, int type, int protocol)
   string strerror (int errno)
   int write (resource socket_des, string &buffer, int length)
   string addcslashes (string str, string charlist)
   string addslashes (string str)
   string bin2hex (string str)
   string chr (int ascii)
   string chunk_split (string string [, int chunklen [, string end]])
   string convert_cyr_string (string str, string from, string to)
   mixed count_chars (string string [, mode])
   int crc32 (string str)
   string crypt (string str [, string salt])
   void echo (string arg1, string [argn]...)
   void print (string arg1, string [argn]...)
   array explode (string separator, string string [, int limit])
   string get_html_translation_table (int table [, int quote_style])
   array get_meta_tags (string filename [, int use_include_path])
   string hebrev (string hebrew_text [, int max_chars_per_line])
   string hebrevc (string hebrew_text [, int max_chars_per_line])
   string htmlentities (string string [, int quote_style [, string
   string htmlspecialchars (string string [, int quote_style [, string
   string implode (string glue, array pieces)
   string join (string glue, array pieces)
   int levenshtein (string str1, string str2)
   array localeconv (void)
   string ltrim (string str [, string charlist])
   string md5 (string str)
   string metaphone (string str)
   string nl2br (string string)
   int ord (string string)
   void parse_str (string str [, array arr])
   print (string arg)
   int printf (string format [, mixed args...])
   string quoted_printable_decode (string str)
   string quotemeta (string str)
   string rtrim (string str [, string charlist])
   mixed sscanf (string str, string format [, string var1...])
   string setlocale (mixed category, string locale)
   int similar_text (string first, string second [, float percent])
   string soundex (string str)
   string sprintf (string format [, mixed args...])
   int strncasecmp (string str1, string str2, int len)
   int strcasecmp (string str1, string str2)
   string strchr (string haystack, string needle)
   int strcmp (string str1, string str2)
   int strcoll (string str1, string str2)
   int strcspn (string str1, string str2)
   string strip_tags (string str [, string allowable_tags])
   string stripcslashes (string str)
   string stripslashes (string str)
   string stristr (string haystack, string needle)
   int strlen (string str)
   int strnatcmp (string str1, string str2)
   int strnatcasecmp (string str1, string str2)
   int strncmp (string str1, string str2, int len)
   string str_pad (string input, int pad_length [, string pad_string [,
   int strpos (string haystack, string needle [, int offset])
   string strrchr (string haystack, string needle)
   string str_repeat (string input, int multiplier)
   string strrev (string string)
   int strrpos (string haystack, char needle)
   int strspn (string str1, string str2)
   string strstr (string haystack, string needle)
   string strtok (string arg1, string arg2)
   string strtolower (string str)
   string strtoupper (string string)
   mixed str_replace (mixed search, mixed replace, mixed subject)
   string strtr (string str, string from, string to)
   string substr (string string, int start [, int length])
   int substr_count (string haystrack, string needle)
   string substr_replace (string string, string replacement, int start [,
   string trim (string str [, string charlist])
   string ucfirst (string str)
   string ucwords (string str)
   string wordwrap (string str [, int width [, string break [, int
   int sybase_affected_rows ([int link_identifier])
   bool sybase_close (int link_identifier)
   int sybase_connect (string servername, string username, string
   bool sybase_data_seek (int result_identifier, int row_number)
   array sybase_fetch_array (int result)
   object sybase_fetch_field (int result [, int field_offset])
   int sybase_fetch_object (int result)
   array sybase_fetch_row (int result)
   int sybase_field_seek (int result, int field_offset)
   bool sybase_free_result (int result)
   string sybase_get_last_message (void)
   void sybase_min_client_severity (int severity)
   void sybase_min_error_severity (int severity)
   void sybase_min_message_severity (int severity)
   void sybase_min_server_severity (int severity)
   int sybase_num_fields (int result)
   int sybase_num_rows (int result)
   int sybase_pconnect (string servername, string username, string
   int sybase_query (string query, int link_identifier)
   string sybase_result (int result, int row, mixed field)
   bool sybase_select_db (string database_name, int link_identifier)
   string base64_decode (string encoded_data)
   string base64_encode (string data)
   array parse_url (string url)
   string rawurldecode (string str)
   string rawurlencode (string str)
   string urldecode (string str)
   string urlencode (string str)
   boolean empty (mixed var)
   float floatval (mixed var)
   string gettype (mixed var)
   array get_defined_vars (void)
   string get_resource_type (resource $handle)
   int intval (mixed var [, int base])
   bool is_array (mixed var)
   bool is_bool (mixed var)
   bool is_float (mixed var)
   bool is_int (mixed var)
   bool is_null (mixed var)
   bool is_numeric (mixed var)
   bool is_object (mixed var)
   bool is_resource (mixed var)
   bool is_scalar (mixed var)
   bool is_string (mixed var)
   boolean isset (mixed var)
   void print_r (mixed expression)
   string serialize (mixed value)
   boolean settype (mixed var, string type)
   string strval (mixed var)
   mixed unserialize (string str)
   void unset (mixed var [, mixed var [, ...]])
   void var_dump (mixed expression [, mixed expression [, ...]])
   string wddx_serialize_value (mixed var [, string comment])
   string wddx_serialize_vars (mixed var_name [, mixed ...])
   int wddx_packet_start ([string comment])
   string wddx_packet_end (int packet_id)
   wddx_add_vars (int packet_id, mixed name_var [, mixed ...])
   mixed wddx_deserialize (string packet)
   int xml_parser_create ([string encoding])
   void xml_set_object (int parser, object &object)
   int xml_set_element_handler (int parser, string startElementHandler,
   int xml_set_character_data_handler (int parser, string handler)
   int xml_set_processing_instruction_handler (int parser, string
   int xml_set_default_handler (int parser, string handler)
   int xml_set_unparsed_entity_decl_handler (int parser, string handler)
   int xml_set_notation_decl_handler (int parser, string handler)
   int xml_set_external_entity_ref_handler (int parser, string handler)
   int xml_parse (int parser, string data [, int isFinal])
   int xml_get_error_code (int parser)
   string xml_error_string (int code)
   int xml_get_current_line_number (int parser)
   int xml_get_current_column_number (int parser)
   int xml_get_current_byte_index (int parser)
   int xml_parse_into_struct (int parser, string data, array &values,
   string xml_parser_free (int parser)
   int xml_parser_set_option (int parser, int option, mixed value)
   mixed xml_parser_get_option (int parser, int option)
   string utf8_decode (string data)
   string utf8_encode (string data)
   bool xslt_closelog (resource xh)
   resource xslt_create (void)
   int xslt_errno (resource xh)
   mixed xslt_error (resource xh)
   string xslt_fetch_result (resource xh, string result_name)
   void xslt_free (resource xh)
   bool xslt_openlog (resource xh, string logfile, int loglevel)
   void xslt_output_begintransform (string xslt_filename)
   void xslt_output_endtransform (void)
   bool xslt_process (string xsl_data, string xml_data, string result)
   bool xslt_run (resource xh, string xslt_file, string xml_data_file,
   bool xslt_set_sax_handler (resource xh, array handlers)
   bool xslt_transform (string xsl, string xml, string result, string
   int yaz_addinfo (int id)
   int yaz_close (int id)
   int yaz_connect (string zurl [, mixed options])
   int yaz_errno (int id)
   string yaz_error (int id)
   int yaz_hits (int id)
   int yaz_element (int id, string elementset)
   int yaz_database (int id, string databases)
   int yaz_range (int id, int start, int number)
   int yaz_record (int id, int pos, string type)
   int yaz_search (int id, string type, string query)
   int yaz_present (void)
   int yaz_syntax (int id, string syntax)
   int yaz_scan (int id, string type, string startterm [, array flags])
   array yaz_scan_result (int id [, array & result])
   int yaz_ccl_conf (int id, array config)
   int yaz_ccl_parse (int id, string query, array &result)
   int yaz_itemorder (array args)
   int yaz_wait ([array options])
   int yaz_sort (int id, string criteria)
   int yp_get_default_domain (void)
   int yp_order (string domain, string map)
   string yp_master (string domain, string map)
   string yp_match (string domain, string map, string key)
   array yp_first (string domain, string map)
   array yp_next (string domain, string map, string key)
   void zip_close (resource zip)
   void zip_entry_close (resource zip_entry)
   int zip_entry_compressedsize (resource zip_entry)
   string zip_entry_compressionmethod (resource zip_entry)
   int zip_entry_filesize (resource zip_entry)
   string zip_entry_name (resource zip_entry)
   bool zip_entry_open (resource zip, resource zip_entry [, string mode])
   string zip_entry_read (resource zip_entry [, int length])
   resource zip_open (string filename)
   resource zip_read (resource zip)
   int gzclose (int zp)
   int gzeof (int zp)
   array gzfile (string filename [, int use_include_path])
   string gzgetc (int zp)
   string gzgets (int zp, int length)
   string gzgetss (int zp, int length [, string allowable_tags])
   int gzopen (string filename, string mode [, int use_include_path])
   int gzpassthru (int zp)
   int gzputs (int zp, string str [, int length])
   string gzread (int zp, int length)
   int gzrewind (int zp)
   int gzseek (int zp, int offset)
   int gztell (int zp)
   int gzwrite (int zp, string string [, int length])
   int readgzfile (string filename [, int use_include_path])
   string gzcompress (string data [, int level])
   string gzuncompress (string data [, int length])
   string gzdeflate (string data [, int level])
   string gzinflate (string data [, int length])
   string gzencode (string data [, int level])
   void function (array args) {  }
   void while (condition) {  }
