Here is it, enjoy:
abs(int number) acos(float number) acosh(float number) addcslashes(string str, string charlist) addslashes(string str) aggregate(object obj, string class) aggregate_methods(object obj, string class) aggregate_methods_by_list(object obj, string class, array method_list, [bool exclude]) aggregate_methods_by_regexp(object obj, string class, string regexp, [bool exclude]) aggregate_properties(object obj, string class) aggregate_properties_by_list(object obj, string class, array props_list, [bool exclude]) aggregate_properties_by_regexp(object obj, string class, string regexp, [bool exclude]) aggregation_info(object obj) apache_child_terminate(void) apache_get_modules(void) apache_get_version(void) apache_lookup_uri(string URI) apache_note(string note_name, [string note_value]) apache_request_auth_name() apache_request_auth_type() apache_request_discard_request_body() apache_request_err_headers_out([{string name|array list}], [string value], [bool replace = false]) apache_request_headers(void) apache_request_headers_in() apache_request_headers_out([{string name|array list}], [string value], [bool replace = false]) apache_request_is_initial_req() apache_request_log_error(string message, [long facility]) apache_request_meets_conditions() apache_request_remote_host([int type]) apache_request_satisfies() apache_request_server_port() apache_request_set_etag() apache_request_set_last_modified() apache_request_some_auth_required() apache_request_sub_req_lookup_file(string file) apache_request_sub_req_lookup_uri(string uri) apache_request_sub_req_method_uri(string method, string uri) apache_request_update_mtime([int dependency_mtime]) apache_response_headers(void) apache_setenv(string variable, string value, [bool walk_to_top]) array(mixed ...) array_change_key_case(array input, [int case=CASE_LOWER]) array_chunk(array input, int size, [bool preserve_keys]) array_count_values(array input) array_diff(array arr1, array arr2, [array ...]) array_diff_assoc(array arr1, array arr2, [array ...]) array_fill(int start_key, int num, mixed val) array_filter(array input, [mixed callback]) array_flip(array input) array_intersect(array arr1, array arr2, [array ...]) array_intersect_assoc(array arr1, array arr2, [array ...]) array_key_exists(mixed key, array search) array_keys(array input, [mixed search_value]) array_map(mixed callback, array input1, [array input2], ...) array_merge(array arr1, array arr2, [array ...]) array_merge_recursive(array arr1, array arr2, [array ...]) array_multisort(array ar1, [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], [array ar2], [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], ...) array_pad(array input, int pad_size, mixed pad_value) array_pop(array stack) array_push(array stack, mixed var, [mixed ...]) array_rand(array input, [int num_req]) array_reduce(array input, mixed callback, [int initial]) array_reverse(array input, [bool preserve keys]) array_search(mixed needle, array haystack, [bool strict]) array_shift(array stack) array_slice(array input, int offset, [int length]) array_splice(array input, int offset, [int length], [array replacement]) array_sum(array input) array_unique(array input) array_unshift(array stack, mixed var, [mixed ...]) array_values(array input) array_walk(array input, string funcname, [mixed userdata]) arsort(array array_arg, [int sort_flags]) ascii2ebcdic(string ascii_str) asin(float number) asinh(float number) asort(array array_arg, [int sort_flags]) assert(string|bool assertion) assert_options(int what, [mixed value]) atan(float arg) atan(float number) atan2(float y, float x) atanh(float number) base64_decode(string str) base64_encode(string str) base_convert(string number, int frombase, int tobase) basename(string path, [string suffix]) bcadd(string left_operand, string right_operand, [int scale]) bccomp(string left_operand, string right_operand, [int scale]) bcdiv(string left_operand, string right_operand, [int scale]) bcmod(string left_operand, string right_operand) bcmul(string left_operand, string right_operand, [int scale]) bcpow(string x, string y, [int scale]) bcpowmod(string x, string y, string mod, [int scale]) bcscale(int scale) bcsqrt(string operand, [int scale]) bcsub(string left_operand, string right_operand, [int scale]) bin2hex(string data) bind_textdomain_codeset (string domain, string codeset) bindec(string binary_number) bindtextdomain(string domain_name, string dir) bzcompress(string source, [int blocksize100k], [int workfactor]) bzdecompress(string source, [int small]) bzerrno(resource bz) bzerror(resource bz) bzerrstr(resource bz) bzopen(string|int file|fp, string mode) bzread(int bz, [int length]) cal_days_in_month(int calendar, int month, int year) cal_from_jd(int jd, int calendar) cal_info(int calendar) cal_to_jd(int calendar, int month, int day, int year) call_user_func(string function_name, [mixed parmeter], [mixed ...]) call_user_func_array(string function_name, array parameters) call_user_method(string method_name, mixed object, [mixed parameter], [mixed ...]) call_user_method_array(string method_name, mixed object, array params) ceil(float number) chdir(string directory) checkdate(int month, int day, int year) checkdnsrr(string host, string type) chgrp(string filename, mixed group) chmod(string filename, int mode) chop(string str) chown(string filename, mixed user) chr(int ascii) chroot(string directory) chunk_split(string str, [int chunklen], [string ending]) class_exists(string classname) clearstatcache(void) closedir([resource dir_handle]) closelog(void) com_addref(int module) com_event_sink(mixed comobject, object sinkobject, [mixed sinkinterface]) com_get(resource com_object, string property) com_invoke(int module, string handler_name, [mixed arg], [mixed ...]) com_invoke_ex(int module, int invokeflags, string handler_name, [mixed arg], [mixed ...]) com_isenum(object com_module) com_load(string module_name, [string remote_host], [int codepage], [string typelib]) com_load_typelib(string typelib_name, [int case_insensitive]) com_message_pump([int timeoutms]) com_print_typeinfo(mixed comobject | string typelib, string dispinterface, bool wantsink) com_propput(int module, string property_name, mixed value, ...) com_propput(resource com_object, string property, mixed value) com_propset(resource com_object, string property, mixed value) com_release(int module) com_set(resource com_object, string property, mixed value) compact(mixed var_names, [mixed ...]) confirm_extname_compiled(string arg) connection_aborted(void) connection_status(void) constant(string const_name) convert_cyr_string(string str, string from, string to) copy(string source_file, string destination_file) cos(float number) cosh(float number) count(mixed var, [int mode]) count_chars(string input, [int mode]) cpdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text, [int mode]) cpdf_add_outline(int pdfdoc, int lastoutline, int sublevel, int open, int pagenr, string title) cpdf_arc(int pdfdoc, float x, float y, float radius, float start, float end, [int mode]) cpdf_begin_text(int pdfdoc) cpdf_circle(int pdfdoc, float x, float y, float radius, [int mode]) cpdf_clip(int pdfdoc) cpdf_close(int pdfdoc) cpdf_closepath(int pdfdoc) cpdf_closepath_fill_stroke(int pdfdoc) cpdf_closepath_stroke(int pdfdoc) cpdf_continue_text(int pdfdoc, string text) cpdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3, [int mode]) cpdf_end_text(int pdfdoc) cpdf_fill(int pdfdoc) cpdf_fill_stroke(int pdfdoc) cpdf_finalize(int pdfdoc) cpdf_finalize_page(int pdfdoc, int pagenr) cpdf_global_set_document_limits(int maxPages, int maxFonts, int maxImages, int maxAnnots, int maxObjects) cpdf_import_jpeg(int pdfdoc, string filename, float x, float y, float angle, float width, float height, float x_scale, float y_scale, int gsave, [int mode]) cpdf_lineto(int pdfdoc, float x, float y, [int mode]) cpdf_moveto(int pdfdoc, float x, float y, [int mode]) cpdf_newpath(int pdfdoc) cpdf_open(int compression, [string filename], [array doc_limits]) cpdf_output_buffer(int pdfdoc) cpdf_page_init(int pdfdoc, int pagenr, int orientation, int height, int width, [float unit]) cpdf_place_inline_image(int pdfdoc, int gdimage, float x, float y, float angle, fload width, float height, int gsave, [int mode]) cpdf_rect(int pdfdoc, float x, float y, float width, float height, [int mode]) cpdf_restore(int pdfdoc) cpdf_rlineto(int pdfdoc, float x, float y, [int mode]) cpdf_rmoveto(int pdfdoc, float x, float y, [int mode]) cpdf_rotate(int pdfdoc, float angle) cpdf_rotate_text(int pdfdoc, float angle) cpdf_save(int pdfdoc) cpdf_save_to_file(int pdfdoc, string filename) cpdf_scale(int pdfdoc, float x_scale, float y_scale) cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url, [int mode]) cpdf_set_char_spacing(int pdfdoc, float space) cpdf_set_creator(int pdfdoc, string creator) cpdf_set_current_page(int pdfdoc, int pagenr) cpdf_set_font(int pdfdoc, string font, float size, string encoding) cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir) cpdf_set_font_map_file(int pdfdoc, string filename) cpdf_set_horiz_scaling(int pdfdoc, float scale) cpdf_set_keywords(int pdfptr, string keywords) cpdf_set_leading(int pdf document, double distance) cpdf_set_leading(int pdfdoc, float distance) cpdf_set_page_animation(int pdfdoc, int transition, float duration, float direction, int orientation, int inout) cpdf_set_subject(int pdfptr, string subject) cpdf_set_text_matrix(int pdfdoc, arry matrix) cpdf_set_text_pos(int pdfdoc, float x, float y, [int mode]) cpdf_set_text_rendering(int pdfdoc, int rendermode) cpdf_set_text_rise(int pdfdoc, float value) cpdf_set_title(int pdfptr, string title) cpdf_set_viewer_preferences(int pdfdoc, array preferences) cpdf_set_word_spacing(int pdfdoc, float space) cpdf_setdash(int pdfdoc, long white, long black) cpdf_setflat(int pdfdoc, float value) cpdf_setgray(int pdfdoc, float value) cpdf_setgray_fill(int pdfdoc, float value) cpdf_setgray_stroke(int pdfdoc, float value) cpdf_setlinecap(int pdfdoc, int value) cpdf_setlinejoin(int pdfdoc, int value) cpdf_setlinewidth(int pdfdoc, float width) cpdf_setmiterlimit(int pdfdoc, float value) cpdf_setrgbcolor(int pdfdoc, float red, float green, float blue) cpdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue) cpdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue) cpdf_show(int pdfdoc, string text) cpdf_show_xy(int pdfdoc, string text, float x-koor, float y-koor, [int mode]) cpdf_stringwidth(int pdfdoc, string text) cpdf_stroke(int pdfdoc) cpdf_text(int pdfdoc, string text, [float x-koor], float y-koor, [int mode], [float orientation], [int alignmode]) cpdf_translate(int pdfdoc, float x, float y) crack_check([int dictionary], string password) crack_closedict([int link_identifier]) crack_getlastmessage(void) crack_opendict(string dictionary) crc32(string str) create_function(string args, string code) crypt(string str, [string salt]) ctype_alnum(mixed c) ctype_alpha(mixed c) ctype_cntrl(mixed c) ctype_digit(mixed c) ctype_graph(mixed c) ctype_lower(mixed c) ctype_print(mixed c) ctype_punct(mixed c) ctype_space(mixed c) ctype_upper(mixed c) ctype_xdigit(mixed c) curl_close(resource ch) curl_errno(resource ch) curl_error(resource ch) curl_exec(resource ch) curl_getinfo(resource ch, int opt) curl_init([string url]) curl_multi_exec(resource mh) curl_multi_getcontent(resource ch) curl_multi_info_read(resource mh) curl_multi_init(void) curl_multi_remove_handle(resource mh, resource ch) curl_setopt(resource ch, string option, mixed value) curl_version([int version]) current(array array_arg) date(string format, [int timestamp]) dba_close(resource handle) dba_delete(string key, int handle) dba_exists(string key, int handle) dba_fetch(string key, [int skip], int handle) dba_firstkey(int handle) dba_handlers([bool full_info]) dba_insert(string key, string value, int handle) dba_list() dba_nextkey(int handle) dba_open(string path, string mode, [string handlername], string ...) dba_optimize(int handle) dba_popen(string path, [string mode], string handlername, string ...) dba_replace(string key, string value, int handle) dba_sync(int handle) dbase_add_record(int identifier, array data) dbase_close(int identifier) dbase_create(string filename, array fields) dbase_delete_record(int identifier, int record) dbase_get_record(int identifier, int record) dbase_get_record_with_names(int identifier, int record) dbase_numfields(int identifier) dbase_numrecords(int identifier) dbase_open(string name, int mode) dbase_pack(int identifier) dbase_replace_record(int identifier, array data, int recnum) dblist(void) dblist(void) dbmclose(int dbm_identifier) dbmdelete(int dbm_identifier, string key) dbmexists(int dbm_identifier, string key) dbmfetch(int dbm_identifier, string key) dbmfirstkey(int dbm_identifier) dbminsert(int dbm_identifier, string key, string value) dbmnextkey(int dbm_identifier, string key) dbmopen(string filename, string mode) dbmreplace(int dbm_identifier, string key, string value) dbx_close(dbx_link_object dbx_link) dbx_compare(array row_x, array row_y, string columnname, [int flags]) dbx_connect(string module_name, string host, string db, string username, string password, [bool persistent]) dbx_error(dbx_link_object dbx_link) dbx_esc(dbx_link_object dbx_link, string sz) dbx_query(dbx_link_object dbx_link, string sql_statement, [long flags]) dbx_sort(object dbx_result, string compare_function_name) dcgettext(string domain_name, string msgid, long category) dcngettext(string domain, string msgid1, string msgid2, int n, int category) deaggregate(object obj, [string class]) debug_backtrace(void) debug_zval_dump(mixed var) debugger_off() debugger_on(string address) decbin(int decimal_number) dechex(int decimal_number) decoct(int decimal_number) define(string constant_name, mixed value, case_sensitive=true) define_syslog_varaibles(void ) define_syslog_variables(void) defined(string constant_name) deg2rad(float number) dgettext(string domain_name, string msgid) die(string message) dio_close(resource fd) dio_fcntl(resource fd, int cmd, [mixed arg]) dio_open(string filename, int flags, [int mode]) dio_read(resource fd, [int n]) dio_seek(resource fd, int pos, int whence) dio_stat(resource fd) dio_tcsetattr(resource fd, array args) dio_truncate(resource fd, int offset) dio_write(resource fd, string data, [int len]) dir(string directory) dirname(string path) disk_free_space(string path) disk_total_space(string path) diskfreespace(string directory) dl(string extension_filename) dl(string library) dngettext(string domain, string msgid1, string msgid2, int count) dns_check_recored(string host, [string type]) dns_get_mx(string hostname, array mxhosts, [array weight]) dns_get_record(string hostname, [int type], [array authns], array addtl) domxml_add_root(string name) domxml_attr_name(void) domxml_attr_specified(void) domxml_attr_value(void) domxml_cdata_length(void) domxml_clone_node([bool deep]) domxml_doc_create_attribute(string name, string value) domxml_doc_create_cdata_section(string content) domxml_doc_create_comment(string content) domxml_doc_create_element(string name) domxml_doc_create_element_ns(string uri, string name, [string prefix]) domxml_doc_create_entity_reference(string name) domxml_doc_create_processing_instruction(string name) domxml_doc_create_text_node(string content) domxml_doc_doctype(void) domxml_doc_document_element(int domnode) domxml_doc_get_element_by_id(string id) domxml_doc_get_elements_by_tagname(string tagname [, object xpathctx_handle) domxml_doc_ids(object doc_handle) domxml_doc_implementation(void) domxml_doc_imported_node(object node, bool recursive) domxml_doc_validate(array &error) domxml_doc_xinclude() domxml_doctype_entities(void) domxml_doctype_name(void) domxml_doctype_notations(void) domxml_doctype_public_id(void) domxml_doctype_system_id(void) domxml_dtd(void) domxml_dump_mem(object doc_handle, [int format], [encoding]) domxml_dump_mem_file(string filename, [int compressmode], [int format]) domxml_dump_node(object doc_handle, object node_handle, [int format], [int level]) domxml_elem_get_attribute(string attrname) domxml_elem_get_attribute_node(string attrname) domxml_elem_get_elements_by_tagname(string tagname) domxml_elem_has_attribute(string attrname) domxml_elem_remove_attribute(string attrname) domxml_elem_set_attribute(string attrname, string value) domxml_elem_set_attribute_node(object attr) domxml_elem_tagname(void) domxml_element(string name) domxml_html_dump_mem([int doc_handle]) domxml_is_blank_node(void) domxml_new_xmldoc(string version) domxml_node(string name) domxml_node_add_namespace(string uri, string prefix) domxml_node_append_child(object domnode) domxml_node_append_sibling(object domnode) domxml_node_attributes(void) domxml_node_children(void) domxml_node_first_child(void) domxml_node_get_content() domxml_node_has_attributes(void) domxml_node_has_child_nodes(void) domxml_node_insert_before(object newnode, object refnode) domxml_node_last_child(void) domxml_node_name(void) domxml_node_namespace_uri(void) domxml_node_new_child(string name, string content) domxml_node_next_sibling(void) domxml_node_owner_document(void) domxml_node_parent(void) domxml_node_prefix(void) domxml_node_previous_sibling(void) domxml_node_remove_child(object domnode) domxml_node_replace_child(object newnode, object oldnode) domxml_node_replace_node(object domnode) domxml_node_set_content(string content) domxml_node_set_name(string name) domxml_node_set_namespace(string uri, [string prefix]) domxml_node_text_concat(string content) domxml_node_type(void) domxml_node_unlink_node([object node]) domxml_node_value(void) domxml_notation_public_id(void) domxml_notation_system_id(void) domxml_parser([string buf], string filename) domxml_parser_add_chunk(string chunk) domxml_parser_cdata_section(string chunk) domxml_parser_characters(string characters) domxml_parser_comment(string comment) domxml_parser_end([string chunk]) domxml_parser_end_document() domxml_parser_end_element(string tagname) domxml_parser_entity_reference(string reference) domxml_parser_get_document() domxml_parser_namespace_decl(string href, string prefix) domxml_parser_processing_instruction(string target, string data) domxml_parser_set_keep_blanks(bool mode) domxml_parser_start_document() domxml_parser_start_element(string tagname, array attributes) domxml_pi_data(void) domxml_pi_target(void) domxml_set_root(int domnode) domxml_substitute_entities_default(bool enable) domxml_test(int id) domxml_version(void) domxml_xmltree(string xmltree) domxml_xslt_process(object xslstylesheet, object xmldoc, [array xslt_parameters], [bool xpath_parameters], [string profileFilename]) domxml_xslt_result_dump_file(object xslstylesheet, object xmldoc, string filename, [int compression]) domxml_xslt_result_dump_mem(object xslstylesheet, object xmldoc) domxml_xslt_stylesheet(string xsltstylesheet) domxml_xslt_stylesheet_doc(object xmldoc) domxml_xslt_stylesheet_file(string filename) domxml_xslt_version(void) doubleval(mixed var) each(array arr) easter_date([int year]) easter_days([int year], [int method]) ebcdic2ascii(string ebcdic_str) echo(string arg) empty(mixed var) end(array array_arg) ereg(string pattern, string string, [array registers]) ereg_replace(string pattern, string replacement, string string) eregi(string pattern, string string, [array registers]) eregi_replace(string pattern, string replacement, string string) error_log(string message, [int message_type], [string destination], [string extra_headers]) error_reporting(int new_error_level=null) escapeshellarg(string arg) escapeshellcmd(string command) eval(string code_str) exec(string command, [array output], [int return_value]) exif_imagetype(string imagefile) exif_read_data(string filename, [sections_needed], [sub_arrays], [read_thumbnail]) exif_tagname(index) exif_thumbnail(string filename, [&width], &height, [&imagetype]) exit() exp(float number) explode(string separator, string str, [int limit]) expm1(float number) extension_loaded(string extension_name) extract(array var_array, [int extract_type], [string prefix]) ezmlm_hash(string addr) fclose(resource fp) fdf_add_doc_javascript(resource fdfdoc, string scriptname, string script) fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename) fdf_close(resource fdfdoc) fdf_create(void) fdf_enum_values(resource fdfdoc, mixed callback, [mixed userdata]) fdf_get_ap(resource fdfdoc, string fieldname, int face, string filename) fdf_get_attachment(resource fdfdoc, string fieldname, string savepath) fdf_get_encoding(resource fdf) fdf_get_file(resource fdfdoc) fdf_get_flags(resorce fdfdoc, string fieldname, int whichflags) fdf_get_option(resource fdfdof, string fieldname, [int element]) fdf_get_status(resource fdfdoc) fdf_get_value(resource fdfdoc, string fieldname, [int which]) fdf_get_version([resource fdfdoc]) fdf_next_field_name(resource fdfdoc, [string fieldname]) fdf_open(string filename) fdf_open_string(string fdf_data) fdf_remove_item(resource fdfdoc, string fieldname, int item) fdf_save(resource fdfdoc, [string filename]) fdf_save_string(resource fdfdoc) fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr) fdf_set_encoding(int fdf_document, string encoding) fdf_set_file(resource fdfdoc, string filename, [string target_frame]) fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags) fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script) fdf_set_on_import_javascript(resource fdfdoc, string script, [bool before_data_import]) fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name) fdf_set_status(resource fdfdoc, string status) fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags) fdf_set_target_frame(resource fdfdoc, string target) fdf_set_value(resource fdfdoc, string fieldname, mixed value, [int isname]) fdf_set_version(resourece fdfdoc, string version) feof(resource fp) fflush(resource fp) fgetc(resource fp) fgetcsv(resource fp, int length, [string delimiter], [string enclosure]) fgets(resource fp, [int length]) fgetss(resource fp, int length, [string allowable_tags]) file(string filename, [bool use_include_path]) file_exists(string filename) file_get_contents(string filename, [bool use_include_path]) fileatime(string filename) filectime(string filename) filegroup(string filename) fileinode(string filename) filemtime(string filename) fileowner(string filename) fileperms(string filename) filepro(string directory) filepro_fieldcount(void) filepro_fieldname(int fieldnumber) filepro_fieldtype(int field_number) filepro_fieldwidth(int field_number) filepro_retrieve(int row_number, int field_number) filepro_rowcount(void) filesize(string filename) filetype(string filename) floatval(mixed var) flock(resource fp, int operation, [int &wouldblock]) floor(float number) flush(void) fmod(float x, float y) fnmatch(string pattern, string filename, [int flags]) fopen(string filename, string mode, [bool use_include_path], [resource context]) fpassthru(resource fp) fputs(int fp, string str, int length) fread(resource fp, int length) frenchtojd(int month, int day, int year) fribidi_charset_info(int charset) fribidi_get_charsets() fribidi_log2vis(string logical_str, long direction, long charset) fscanf(resource stream, string format, [string ...]) fseek(resource fp, int offset, [int whence]) fsockopen(string hostname, int port, [int errno], [string errstr], [float timeout]) fstat(resource fp) ftell(resource fp) ftok(string pathname, string proj) ftp_cdup(resource stream) ftp_chdir(resource stream, string directory) ftp_close(resource stream) ftp_connect(string host, [int port], [int timeout)]) ftp_delete(resource stream, string file) ftp_exec(resource stream, string command) ftp_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos]) ftp_fput(resource stream, string remote_file, resource fp, int mode, [int startpos]) ftp_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos]) ftp_get_option(resource stream, int option) ftp_login(resource stream, string username, string password) ftp_mdtm(resource stream, string filename) ftp_mkdir(resource stream, string directory) ftp_nb_continue(resource stream) ftp_nb_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos]) ftp_nb_fput(resource stream, string remote_file, resource fp, int mode, [int startpos]) ftp_nb_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos]) ftp_nb_put(resource stream, string remote_file, string local_file, int mode, [int startpos]) ftp_nlist(resource stream, string directory) ftp_pasv(resource stream, bool pasv) ftp_put(resource stream, string remote_file, string local_file, int mode, [int startpos]) ftp_pwd(resource stream) ftp_quit(int ftp_stream) ftp_rawlist(resource stream, string directory, [bool recursive]) ftp_rename(resource stream, string src, string dest) ftp_rmdir(resource stream, string directory) ftp_set_option(resource stream, int option, mixed value) ftp_site(resource stream, string cmd) ftp_size(resource stream, string filename) ftp_ssl_connect(string host, [int port], [int timeout)]) ftp_systype(resource stream) ftruncate(resource fp, int size) func_get_arg(int arg_num) func_get_args() func_num_args(void) function_exists(string function_name) fwrite(resource fp, string str, [int length]) gd_info() get_browser(string browser_name) get_cfg_var(string option_name) get_class(object object) get_class_methods(mixed class) get_class_vars(string class_name) get_current_user(void) get_declared_classes(void) get_defined_constants(void) get_defined_functions(void) get_defined_vars(void) get_extension_funcs(string extension_name) get_html_translation_table([int table], [int quote_style]) get_include_path() get_included_files(void) get_loaded_extensions(void) get_magic_quotes_gpc(void) get_magic_quotes_runtime(void) get_meta_tags(string filename, [bool use_include_path]) get_object_vars(object obj) get_parent_class(mixed object) get_required_files(void ) get_resource_type(resource res) getallheaders(void) getallheaders(void) getcwd(void) getdate([int timestamp]) getenv(string varname) gethostbyaddr(string ip_address) gethostbyname(string hostname) gethostbynamel(string hostname) getimagesize(string imagefile, [array info]) getlastmod(void) getmxrr(string hostname, array mxhosts, array weight) getmygid(void) getmyinode(void) getmypid(void) getmyuid(void) getopt(string options, [array longopts]) getprotobyname(string name) getprotobynumber(int proto) getrandmax(void) getrusage([int who]) getservbyname(string service, string protocol) getservbyport(int port, string protocol) gettext(string msgid) gettimeofday(void) gettype(mixed var) glob(string pattern, [int flags]) gmdate(string format, [int timestamp]) gmmktime(int hour, int min, int sec, int mon, int day, int year) gmp_abs(resource a) gmp_add(resource a, resource b) gmp_and(resource a, resource b) gmp_clrbit(resource &a, int index) gmp_cmp(resource a, resource b) gmp_com(resource a) gmp_div_q(resource a, resource b, [int round]) gmp_div_qr(resource a, resource b, [int round]) gmp_div_r(resource a, resource b, [int round]) gmp_divexact(resource a, resource b) gmp_divexact(resource n, resource d) gmp_fact(int a) gmp_gcd(resource a, resource b) gmp_gcdext(resource a, resource b) gmp_hamdist(resource a, resource b) gmp_init(mixed number, [int base]) gmp_intval(resource gmpnumber) gmp_invert(resource a, resource b) gmp_jacobi(resource a, resource b) gmp_legendre(resource a, resource b) gmp_mod(resource a, resource b) gmp_mul(resource a, resource b) gmp_neg(resource a) gmp_or(resource a, resource b) gmp_perfect_square(resource a) gmp_popcount(resource a) gmp_pow(resource base, int exp) gmp_powm(resource base, resource exp, resource mod) gmp_prob_prime(resource a, [int reps]) gmp_random([int limiter]) gmp_scan0(resource a, int start) gmp_scan1(resource a, int start) gmp_setbit(resource &a, int index, [bool set_clear]) gmp_sign(resource a) gmp_sqrt(resource a) gmp_sqrtrem(resource a) gmp_sqrtrm(resource a) gmp_strval(resource gmpnumber, [int base]) gmp_sub(resource a, resource b) gmp_xor(resource a, resource b) gmstrftime(string format, [int timestamp]) gregoriantojd(int month, int day, int year) gzclose(int zp) gzcompress(string data, [int level]) gzdeflate(string data, [int level]) gzencode(string data, [int level], [int encoding_mode]) gzeof(int zp) gzfile(string filename, [int use_include_path]) gzgetc(int zp) gzgets(int zp, int length) gzgetss(int zp, int length, string allowable_tags) gzinflate(string data, [int length]) gzopen(string filename, string mode, [int use_include_path]) gzpassthru(int zp) gzputs(int zp, string str, int length) gzread(int zp, int length) gzrewind(int zp) gzseek(int zp, int offset) gztell(int zp) gzuncompress(string data, [int length]) gzwrite(int zp, string string, int length) header(string header, [bool replace], [int http_response_code]) headers_sent([string &$file], [int &$line]) hebrev(string str, [int max_chars_per_line]) hebrevc(string str, [int max_chars_per_line]) hexdec(string hexadecimal_number) highlight_file(string file_name, [bool return]) highlight_string(string string, [bool return]) html_doc(string html_doc, [bool from_file]) html_doc_file(string filename) html_entity_decode(string string, [int quote_style], [string charset]) htmlentities(string string, [int quote_style], [string charset]) htmlspecialchars(string string, [int quote_style], [string charset]) hypot(float num1, float num2) ibase_add_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name]) ibase_blob_add(int blob_id, string data) ibase_blob_cancel(int blob_id) ibase_blob_close(int blob_id) ibase_blob_create([int link_identifier]) ibase_blob_echo(string blob_id_str) ibase_blob_get(int blob_id, int len) ibase_blob_import([link_identifier], int file_id) ibase_blob_info(string blob_id_str) ibase_blob_open(string blob_id) ibase_close([int link_identifier]) ibase_commit([int link_identifier], int trans_number) ibase_connect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role]) ibase_delete_user(string server, string dba_user_name, string dba_password, string username) ibase_errmsg(void) ibase_execute(int query, [int bind_args], [int ...]) ibase_fetch_assoc(int result, [int blob_flag]) ibase_fetch_object(int result, [int blob_flag]) ibase_fetch_row(int result, [int blob_flag]) ibase_field_info(int result, int field_number) ibase_free_query(int query) ibase_free_result(int result) ibase_modify_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name]) ibase_num_fields(int result) ibase_pconnect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role]) ibase_prepare([int link_identifier], string query) ibase_query([int link_identifier], string query, [int bind_args]) ibase_rollback([int link_identifier], int trans_number) ibase_timefmt(string format) ibase_trans([int trans_args], [int link_identifier]) iconv(string in_charset, string out_charset, string str) iconv_get_encoding([string type]) iconv_mime_decode(string encoded_string, [string charset]) iconv_mime_encode(string field_name, string field_value, string scheme, string out_charset, [string in_charset], int line_len, string lfchars) iconv_set_encoding(string type, string charset) iconv_strlen(string str, [string charset]) iconv_strpos(string haystack, string needle, int offset, [string charset]) iconv_strrpos(string haystack, string needle, [string charset]) iconv_substr(string str, int offset, [int length], string charset) ifx_affected_rows(int resultid) ifx_blobinfile_mode(int mode) ifx_byteasvarchar(int mode) ifx_close([int connid]) ifx_connect([string database], [string userid], [string password]) ifx_copy_blob(int bid) ifx_create_blob(int type, int mode, string param) ifx_create_char(string param) ifx_do(int resultid) ifx_error([int connection_id]) ifx_errormsg([int errorcode]) ifx_fetch_row(int resultid, [mixed position]) ifx_fieldproperties(int resultid) ifx_fieldtypes(int resultid) ifx_free_blob(int bid) ifx_free_char(int bid) ifx_free_result(int resultid) ifx_get_blob(int bid) ifx_get_char(int bid) ifx_getsqlca(int resultid) ifx_htmltbl_result(int resultid, [string htmltableoptions]) ifx_nullformat(int mode) ifx_num_fields(int resultid) ifx_num_rows(int resultid) ifx_pconnect([string database], [string userid], [string password]) ifx_prepare(string query, int connid, [int cursortype], [array idarray]) ifx_query(string query, int connid, [int cursortype], [array idarray]) ifx_textasvarchar(int mode) ifx_update_blob(int bid, string content) ifx_update_char(int bid, string content) ifxus_close_slob(int bid) ifxus_create_slob(int mode) ifxus_free_slob(int bid) ifxus_open_slob(long bid, int mode) ifxus_read_slob(long bid, long nbytes) ifxus_seek_slob(long bid, int mode, long offset) ifxus_tell_slob(long bid) ifxus_write_slob(long bid, string content) ignore_user_abort(bool value) image2wbmp(int im, [string filename], [int threshold]) image_type_to_mime_type(int imagetype) imagealphablending(resource im, bool on) imageantialias(int im, bool on) imagearc(int im, int cx, int cy, int w, int h, int s, int e, int col) imagechar(int im, int font, int x, int y, string c, int col) imagecharup(int im, int font, int x, int y, string c, int col) imagecolorallocate(int im, int red, int green, int blue) imagecolorallocatealpha(int im, int red, int green, int blue, int alpha) imagecolorat(int im, int x, int y) imagecolorclosest(int im, int red, int green, int blue) imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha) imagecolorclosesthwb(int im, int red, int green, int blue) imagecolordeallocate(int im, int index) imagecolorexact(int im, int red, int green, int blue) imagecolorexactalpha(resource im, int red, int green, int blue, int alpha) imagecolormatch(resource im1, resource im2) imagecolorresolve(int im, int red, int green, int blue) imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha) imagecolorset(int im, int col, int red, int green, int blue) imagecolorsforindex(int im, int col) imagecolorstotal(int im) imagecolortransparent(int im, [int col]) imagecopy(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) imagecopymerge(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) imagecopymergegray(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) imagecopyresampled(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h) imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h) imagecreate(int x_size, int y_size) imagecreatefromgd(string filename) imagecreatefromgd2(string filename) imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height) imagecreatefromgif(string filename) imagecreatefromjpeg(string filename) imagecreatefrompng(string filename) imagecreatefromstring(string image) imagecreatefromwbmp(string filename) imagecreatefromxbm(string filename) imagecreatefromxpm(string filename) imagecreatetruecolor(int x_size, int y_size) imagedashedline(int im, int x1, int y1, int x2, int y2, int col) imagedestroy(int im) imageellipse(resource im, int cx, int cy, int w, int h, int color) imagefill(int im, int x, int y, int col) imagefilledarc(int im, int cx, int cy, int w, int h, int s, int e, int col, int style) imagefilledellipse(resource im, int cx, int cy, int w, int h, int color) imagefilledpolygon(int im, array point, int num_points, int col) imagefilledrectangle(int im, int x1, int y1, int x2, int y2, int col) imagefilltoborder(int im, int x, int y, int border, int col) imagefilter(int src_im, int filtertype, [args]) imagefontheight(int font) imagefontwidth(int font) imageftbbox(int size, int angle, string font_file, string text, [array extrainfo]) imagefttext(int im, int size, int angle, int x, int y, int col, string font_file, string text, [array extrainfo]) imagegammacorrect(int im, float inputgamma, float outputgamma) imagegd(int im, [string filename]) imagegd2(int im, [string filename]) imagegif(int im, [string filename]) imageinterlace(int im, [int interlace]) imageistruecolor(int im) imagejpeg(int im, [string filename], [int quality]) imagelayereffect(resource im, int effect) imageline(int im, int x1, int y1, int x2, int y2, int col) imageloadfont(string filename) imagepalettecopy(int dst, int src) imagepng(int im, [string filename]) imagepolygon(int im, array point, int num_points, int col) imagepsbbox(string text, int font, int size, [int space], int tightness, int angle) imagepscopyfont(int font_index) imagepsencodefont(int font_index, string filename) imagepsextendfont(int font_index, float extend) imagepsfreefont(int font_index) imagepsloadfont(string pathname) imagepsslantfont(int font_index, float slant) imagepstext(int image, string text, int font, int size, int xcoord, int ycoord, [int space], int tightness, float angle, int antialias) imagerectangle(int im, int x1, int y1, int x2, int y2, int col) imagerotate(int src_im, float angle, int bgdcolor) imagesetbrush(resource image, resource brush) imagesetpixel(int im, int x, int y, int col) imagesetstyle(resource im, array styles) imagesetthickness(resource im, int thickness) imagesettile(resource image, resource tile) imagestring(int im, int font, int x, int y, string str, int col) imagestringup(int im, int font, int x, int y, string str, int col) imagesx(int im) imagesy(int im) imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted) imagettfbbox(int size, int angle, string font_file, string text) imagettftext(int im, int size, int angle, int x, int y, int col, string font_file, string text) imagetypes(void) imagewbmp(int im, [string filename], , [int foreground]) imap_8bit(string text) imap_alerts(void) imap_append(resource stream_id, string folder, string message, [string options]) imap_base64(string text) imap_binary(string text) imap_body(resource stream_id, int msg_no, [int options]) imap_bodystruct(resource stream_id, int msg_no, int section) imap_check(resource stream_id) imap_clearflag_full(resource stream_id, string sequence, string flag, [int options]) imap_close(resource stream_id, [int options]) imap_createmailbox(resource stream_id, string mailbox) imap_delete(resource stream_id, int msg_no, [int options]) imap_deletemailbox(resource stream_id, string mailbox) imap_errors(void) imap_expunge(resource stream_id) imap_fetch_overview(resource stream_id, int msg_no, [int options]) imap_fetchbody(resource stream_id, int msg_no, int section, [int options]) imap_fetchheader(resource stream_id, int msg_no, [int options]) imap_fetchstructure(resource stream_id, int msg_no, [int options]) imap_get_quota(resource stream_id, string qroot) imap_get_quotaroot(resource stream_id, string mbox) imap_getmailboxes(resource stream_id, string ref, string pattern) imap_getsubscribed(resource stream_id, string ref, string pattern) imap_header(int imap_stream, int msg_number, int fromlength, int subjectlength, string defaulthost) imap_header_decode(string text) imap_headerinfo(resource stream_id, int msg_no, [int from_length], [int subject_length], [string default_host]) imap_headers(resource stream_id) imap_last_error(void) imap_list(resource stream_id, string ref, string pattern) imap_listmailbox(int imap_stream, string ref, string pattern) imap_listsubscribed(int imap_stream, string ref, string pattern) imap_lsub(resource stream_id, string ref, string pattern) imap_mail(string to, string subject, string message, [string additional_headers], [string cc], [string bcc], [string rpath]) imap_mail_compose(array envelope, array body) imap_mail_copy(resource stream_id, int msg_no, string mailbox, [int options]) imap_mail_move(resource stream_id, int msg_no, string mailbox, [int options]) imap_mailboxmsginfo(resource stream_id) imap_mime_header_decode(string str) imap_msgno(resource stream_id, int unique_msg_id) imap_num_msg(resource stream_id) imap_num_recent(resource stream_id) imap_open(string mailbox, string user, string password, [int options]) imap_ping(resource stream_id) imap_qprint(string text) imap_renamemailbox(resource stream_id, string old_name, string new_name) imap_reopen(resource stream_id, string mailbox, [int options]) imap_rfc822_parse_adrlist(string address_string, string default_host) imap_rfc822_parse_headers(string headers, [string default_host]) imap_rfc822_write_address(string mailbox, string host, string personal) imap_scan(resource stream_id, string ref, string pattern, string content) imap_scanmailbox(int imap_stream, string ref, string pattern, string content) imap_search(resource stream_id, string criteria, [int options]) imap_set_quota(resource stream_id, string qroot, int mailbox_size) imap_setacl(resource stream_id, string mailbox, string id, string rights) imap_setflag_full(resource stream_id, string sequence, string flag, [int options]) imap_sort(resource stream_id, int criteria, int reverse, [int options], [string search_criteria]) imap_status(resource stream_id, string mailbox, int options) imap_subscribe(resource stream_id, string mailbox) imap_thread(resource stream_id, [int options]) imap_uid(resource stream_id, int msg_no) imap_undelete(resource stream_id, int msg_no) imap_unsubscribe(resource stream_id, string mailbox) imap_utf7_decode(string buf) imap_utf7_encode(string buf) imap_utf8(string string) implode([string glue], array pieces) import_request_variables(string types, [string prefix]) in_array(mixed needle, array haystack, [bool strict]) ingres_autocommit([resource link]) ingres_close([resource link]) ingres_commit([resource link]) ingres_connect([string database], [string username], [string password]) ingres_fetch_array([int result_type], [resource link]) ingres_fetch_object([int result_type], [resource link]) ingres_fetch_row([resource link]) ingres_field_length(int index, [resource link]) ingres_field_name(int index, [resource link]) ingres_field_nullable(int index, [resource link]) ingres_field_precision(int index, [resource link]) ingres_field_scale(int index, [resource link]) ingres_field_type(int index, [resource link]) ingres_num_fields([resource link]) ingres_num_rows([resource link]) ingres_pconnect([string database], [string username], [string password]) ingres_query(string query, [resource link]) ingres_rollback([resource link]) ini_alter(string varname, string newvalue) ini_get(string varname) ini_get_all([string extension]) ini_restore(string varname) ini_set(string varname, string newvalue) intval(mixed var, [int base]) ip2long(string ip_address) iptcembed(string iptcdata, string jpeg_file_name, [int spool]) iptcparse(string iptcdata) ircg_channel_mode(int connection, string channel, string mode_spec, string nick) ircg_disconnect(void) ircg_fetch_error_msg(int connection) ircg_get_username(int connection) ircg_html_encode(string html_text) ircg_ignore_add(resource connection, string nick) ircg_ignore_del(int connection, string nick) ircg_invite(int connection, string channel, string nickname) ircg_is_conn_alive(int connection) ircg_join(int connection, string channel, [string chan-key]) ircg_kick(int connection, string channel, string nick, string reason) ircg_lookup_format_messages(string name) ircg_msg(void) ircg_nick(void) ircg_nickname_escape(string nick) ircg_nickname_unescape(string nick) ircg_notice(void) ircg_part(int connection, string channel) ircg_pconnect(void) ircg_register_format_messages(string name, array messages) ircg_set_current(int connection) ircg_set_file(int connection, string path) ircg_set_on_die(int connection, string host, int port, string data) ircg_topic(int connection, string channel, string topic) ircg_who(int connection, string mask, [bool ops_only]) ircg_whois(int connection, string nick) is_a(object object, string class_name) is_array(mixed var) is_bool(mixed var) is_callable(mixed var, [bool syntax_only], [string callable_name]) is_dir(string filename) is_double(mixed var) is_executable(string filename) is_file(string filename) is_finite(float val) is_float(mixed var) is_infinite(float val) is_int(mixed var) is_integer(mixed var) is_link(string filename) is_long(mixed var) is_nan(float val) is_null(mixed var) is_numeric(mixed value) is_object(mixed var) is_readable(string filename) is_real(mixed var) is_resource(mixed var) is_scalar(mixed value) is_string(mixed var) is_subclass_of(object object, string class_name) is_uploaded_file(string path) is_writable(string filename) isset(mixed var, [mixed var], [...]) java_last_exception_clear(void) java_last_exception_clear(void) java_last_exception_get(void) java_last_exception_get(void) jddayofweek(int juliandaycount, [int mode]) jdmonthname(int juliandaycount, int mode) jdtofrench(int juliandaycount) jdtogregorian(int juliandaycount) jdtojewish(int juliandaycount, [bool hebrew], [int fl]) jdtojulian(int juliandaycount) jdtounix(int jday) jewishtojd(int month, int day, int year) join(array src, string glue) jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold) juliantojd(int month, int day, int year) key(array array_arg) krsort(array array_arg, [int sort_flags]) ksort(array array_arg, [int sort_flags]) lcg_value() ldap_8859_to_t61(string value) ldap_add(resource link, string dn, array entry) ldap_bind(resource link, [string dn], string password) ldap_close(int link_identifier) ldap_compare(resource link, string dn, string attr, string value) ldap_connect([string host], [int port]) ldap_count_entries(resource link, resource result) ldap_delete(resource link, string dn) ldap_dn2ufn(string dn) ldap_err2str(int errno) ldap_errno(resource link) ldap_error(resource link) ldap_explode_dn(string dn, int with_attrib) ldap_first_attribute(resource link, resource result_entry, int ber) ldap_first_entry(resource link, resource result) ldap_first_reference(resource link, resource result) ldap_free_result(resource result) ldap_get_attributes(resource link, resource result_entry) ldap_get_dn(resource link, resource result_entry) ldap_get_entries(resource link, resource result) ldap_get_option(resource link, int option, mixed retval) ldap_get_values(resource link, resource result_entry, string attribute) ldap_get_values_len(resource link, resource result_entry, string attribute) ldap_list(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref]) ldap_mod_add(resource link, string dn, array entry) ldap_mod_del(resource link, string dn, array entry) ldap_mod_replace(resource link, string dn, array entry) ldap_modify(int link_identifier, string dn, array entry) ldap_next_attribute(resource link, resource result_entry, resource ber) ldap_next_entry(resource link, resource result_entry) ldap_next_reference(resource link, resource reference_entry) ldap_parse_reference(resource link, resource reference_entry, array referrals) ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals) ldap_read(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref]) ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)) ldap_search(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref]) ldap_set_option(resource link, int option, mixed newval) ldap_set_rebind_proc(resource link, string callback) ldap_sort(resource link, resource result, string sortfilter) ldap_start_tls(resource link) ldap_t61_to_8859(string value) ldap_unbind(resource link) leak(int num_bytes=3) levenshtein(string str1, string str2) levenshtein(string str1, string str2) levenshtein(string str1, string str2, function cost) levenshtein(string str1, string str2, int cost_ins, int cost_rep, int cost_del) link(string target, string link) linkinfo(string filename) list() localeconv(void) localtime([int timestamp], [bool associative_array]) log(float number, [float base]) log10(float number) log1p(float number) long2ip(int proper_address) lstat(string filename) ltrim(string str, [string character_mask]) mail(string to, string subject, string message, [string additional_headers], [string additional_parameters]) max(mixed arg1, [mixed arg2], [mixed ...]) mb_convert_case(string sourcestring, int mode, [string encoding]) mb_convert_encoding(string str, string to-encoding, [mixed from-encoding]) mb_convert_kana(string str, [string option], [string encoding]) mb_convert_variables(string to-encoding, mixed from-encoding, [mixed ...]) mb_decode_mimeheader(string string) mb_decode_numericentity(string string, array convmap, [string encoding]) mb_detect_encoding(string str, [mixed encoding_list]) mb_detect_order([mixed encoding-list]) mb_encode_mimeheader(string str, [string charset], [string transfer-encoding], [string linefeed]) mb_encode_numericentity(string string, array convmap, [string encoding]) mb_ereg(string pattern, string string, [array registers]) mb_ereg_match(string pattern, string string [, string option) mb_ereg_replace(string pattern, string replacement, string string, [string option]) mb_ereg_search([string pattern], [string option]) mb_ereg_search_getpos(void) mb_ereg_search_getregs(void) mb_ereg_search_init(string string, [string pattern], [string option]) mb_ereg_search_pos([string pattern], [string option]) mb_ereg_search_regs([string pattern], [string option]) mb_ereg_search_setpos(int position) mb_eregi(string pattern, string string, [array registers]) mb_eregi_replace(string pattern, string replacement, string string) mb_get_info([string type]) mb_http_input([string type]) mb_http_output([string encoding]) mb_internal_encoding([string encoding]) mb_language([string language]) mb_output_handler(string contents, int status) mb_parse_str(string encoded_string, [array result]) mb_preferred_mime_name(string encoding) mb_regex_encoding([string encoding]) mb_regex_set_options([string options]) mb_send_mail(string to, string subject, string message, [string additional_headers], [string additional_parameters]) mb_split(string pattern, string string, [int limit]) mb_strcut(string str, int start, [int length], [string encoding]) mb_strimwidth(string str, int start, int width, [string trimmarker], [string encoding]) mb_strlen(string str, [string encoding]) mb_strpos(string haystack, string needle, [int offset], [string encoding]) mb_strrpos(string haystack, string needle, [string encoding]) mb_strtolower(string sourcestring, [string encoding]) mb_strtoupper(string sourcestring, [string encoding]) mb_strwidth(string str, [string encoding]) mb_substitute_character([mixed substchar]) mb_substr(string str, int start, [int length], [string encoding]) mb_substr_count(string haystack, string needle, [string encoding]) mcal_append_event(int stream_id) mcal_close(int stream_id, [int options]) mcal_create_calendar(int stream_id, string calendar) mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday) mcal_date_valid(int year, int month, int day) mcal_day_of_week(int year, int month, int day) mcal_day_of_year(int year, int month, int day) mcal_days_in_month(int month, bool leap_year) mcal_delete_calendar(int stream_id, string calendar) mcal_delete_event(int stream_id, int event_id) mcal_event_add_attribute(int stream_id, string attribute, string value) mcal_event_init(int stream_id) mcal_event_set_alarm(int stream_id, int alarm) mcal_event_set_category(int stream_id, string category) mcal_event_set_class(int stream_id, int class) mcal_event_set_description(int stream_id, string description) mcal_event_set_end(int stream_id, int year, int month, int day [[, [int hour], int min, int sec) mcal_event_set_recur_daily(int stream_id, int year, int month, int day, int interval) mcal_event_set_recur_monthly_mday(int stream_id, int year, int month, int day, int interval) mcal_event_set_recur_monthly_wday(int stream_id, int year, int month, int day, int interval) mcal_event_set_recur_none(int stream_id) mcal_event_set_recur_weekly(int stream_id, int year, int month, int day, int interval, int weekdays) mcal_event_set_recur_yearly(int stream_id, int year, int month, int day, int interval) mcal_event_set_start(int stream_id, int year, int month, int day [[, [int hour], int min, int sec) mcal_event_set_title(int stream_id, string title) mcal_expunge(int stream_id) mcal_fetch_current_stream_event(int stream_id) mcal_fetch_event(int stream_id, int eventid, [int options]) mcal_is_leap_year(int year) mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec) mcal_list_events(int stream_id, object begindate, [object enddate]) mcal_next_recurrence(int stream_id, int weekstart, array next) mcal_open(string calendar, string user, string password, [int options]) mcal_popen(string calendar, string user, string password, [int options]) mcal_rename_calendar(int stream_id, string src_calendar, string dest_calendar) mcal_reopen(int stream_id, string calendar, [int options]) mcal_snooze(int stream_id, int uid) mcal_store_event(int stream_id) mcal_time_valid(int hour, int min, int sec) mcal_week_of_year(int day, int month, int year) mcrypt_cbc(int cipher, string key, string data, int mode, string iv) mcrypt_cbc(string cipher, string key, string data, int mode, string iv) mcrypt_cbc(string cipher, string key, string data, int mode, string iv) mcrypt_cfb(int cipher, string key, string data, int mode, string iv) mcrypt_cfb(string cipher, string key, string data, int mode, string iv) mcrypt_create_iv(int size, int source) mcrypt_decrypt(string cipher, string key, string data, string mode, string iv) mcrypt_ecb(int cipher, string key, string data, int mode, string iv) mcrypt_ecb(string cipher, string key, string data, int mode, string iv) mcrypt_enc_get_algorithms_name(resource td) mcrypt_enc_get_block_size(resource td) mcrypt_enc_get_iv_size(resource td) mcrypt_enc_get_key_size(resource td) mcrypt_enc_get_modes_name(resource td) mcrypt_enc_get_supported_key_sizes(resource td) mcrypt_enc_is_block_algorithm(resource td) mcrypt_enc_is_block_algorithm_mode(resource td) mcrypt_enc_is_block_mode(resource td) mcrypt_enc_self_test(resource td) mcrypt_encrypt(string cipher, string key, string data, string mode, string iv) mcrypt_generic(resource td, string data) mcrypt_generic_deinit(resource td) mcrypt_generic_end(resource td) mcrypt_generic_init(resource td, string key, string iv) mcrypt_get_block_size(int cipher) mcrypt_get_block_size(string cipher, string module) mcrypt_get_block_size(string cipher, string module) mcrypt_get_cipher_name(int cipher) mcrypt_get_cipher_name(string cipher) mcrypt_get_cipher_name(string cipher) mcrypt_get_iv_size(resource td) mcrypt_get_iv_size(string cipher, string mode) mcrypt_get_iv_size(string cipher, string module) mcrypt_get_key_size(string cipher, string module) mcrypt_get_key_size(string cipher, string module) mcrypt_list_algorithms([string lib_dir]) mcrypt_list_modes([string lib_dir]) mcrypt_module_close(resource td) mcrypt_module_get_algo_block_size(string algorithm, [string lib_dir]) mcrypt_module_get_algo_key_size(string algorithm, [string lib_dir]) mcrypt_module_get_supported_key_sizes(string algorithm, [string lib_dir]) mcrypt_module_is_block_algorithm(string algorithm, [string lib_dir]) mcrypt_module_is_block_algorithm_mode(string mode, [string lib_dir]) mcrypt_module_is_block_mode(string mode, [string lib_dir]) mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory) mcrypt_module_self_test(string algorithm, [string lib_dir]) mcrypt_ofb(int cipher, string key, string data, int mode, string iv) mcrypt_ofb(int cipher, string key, string data, int mode, string iv) mcrypt_ofb(string cipher, string key, string data, int mode, string iv) mcve_adduser(resource conn, string admin_password, int usersetup) mcve_adduserarg(resource usersetup, int argtype, string argval) mcve_bt(resource conn, string username, string password) mcve_checkstatus(resource conn, int identifier) mcve_chkpwd(resource conn, string username, string password) mcve_chngpwd(resource conn, string admin_password, string new_password) mcve_completeauthorizations(resource conn, int &array) mcve_connect(resource conn) mcve_connectionerror(resource conn) mcve_deleteresponse(resource conn, int identifier) mcve_deletetrans(resource conn, int identifier) mcve_deleteusersetup(resource usersetup) mcve_deluser(resource conn, string admin_password, string username) mcve_destroyconn(resource conn) mcve_destroyengine(void) mcve_disableuser(resource conn, string admin_password, string username) mcve_edituser(resource conn, string admin_password, int usersetup) mcve_enableuser(resource conn, string admin_password, string username) mcve_force(resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum) mcve_getcell(resource conn, int identifier, string column, int row) mcve_getcellbynum(resource conn, int identifier, int column, int row) mcve_getcommadelimited(resource conn, int identifier) mcve_getheader(resource conn, int identifier, int column_num) mcve_getuserarg(resource usersetup, int argtype) mcve_getuserparam(resource conn, long identifier, int key) mcve_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) mcve_gl(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) mcve_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) mcve_initconn(void) mcve_initengine(string location) mcve_initusersetup(void) mcve_iscommadelimited(resource conn, int identifier) mcve_liststats(resource conn, string admin_password) mcve_listusers(resource conn, string admin_password) mcve_maxconntimeout(resource conn, int secs) mcve_monitor(resource conn) mcve_numcolumns(resource conn, int identifier) mcve_numrows(resource conn, int identifier) mcve_override(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) mcve_parsecommadelimited(resource conn, int identifier) mcve_ping(resource conn) mcve_preauth(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) mcve_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum) mcve_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum) mcve_responseparam(resource conn, long identifier, string key) mcve_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum) mcve_returncode(resource conn, int identifier) mcve_returnstatus(resource conn, int identifier) mcve_sale(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) mcve_setblocking(resource conn, int tf) mcve_setdropfile(resource conn, string directory) mcve_setip(resource conn, string host, int port) mcve_setssl(resource conn, string host, int port) mcve_settimeout(resource conn, int seconds) mcve_settle(resource conn, string username, string password, string batch) mcve_text_avs(string code) mcve_text_code(string code) mcve_text_cv(int code) mcve_transactionauth(resource conn, int identifier) mcve_transactionavs(resource conn, int identifier) mcve_transactionbatch(resource conn, int identifier) mcve_transactioncv(resource conn, int identifier) mcve_transactionid(resource conn, int identifier) mcve_transactionitem(resource conn, int identifier) mcve_transactionssent(resource conn) mcve_transactiontext(resource conn, int identifier) mcve_transinqueue(resource conn) mcve_transnew(resource conn) mcve_transparam(resource conn, long identifier, int key, ...) mcve_transsend(resource conn, long identifier) mcve_ub(resource conn, string username, string password) mcve_uwait(long microsecs) mcve_verifyconnection(resource conn, int tf) mcve_verifysslcert(resource conn, int tf) mcve_void(resource conn, string username, string password, int sid, int ptrannum) md5(string str) md5_file(string filename) mdecrypt_generic(resource td, string data) metaphone(string text, int phones) method_exists(object object, string method) mhash(int hash, string data, [string key]) mhash_count(void) mhash_get_block_size(int hash) mhash_get_hash_name(int hash) mhash_keygen_s2k(int hash, string input_password, string salt, int bytes) microtime(void) mime_content_type(string filename) min(mixed arg1, [mixed arg2], [mixed ...]) mkdir(string pathname, [int mode]) mktime(int hour, int min, int sec, int mon, int day, int year) money_format(string format, float value) move_uploaded_file(string path, string new_path) msession_call(string fn_name, , [string param1], ... [, string param4) msession_connect(string host, string port) msession_count(void) msession_create(string session) msession_destroy(string name) msession_disconnect(void) msession_find(string name, string value) msession_get(string session, string name, string default_value) msession_get_array(string session) msession_get_data(string session) msession_inc(string session, string name) msession_list(void) msession_listvar(string name) msession_lock(string name) msession_plugin(string session, string val, [string param]) msession_randstr(int num_chars) msession_set(string session, string name, string value) msession_set_array(string session, array tuples) msession_set_data(string session, string value) msession_stat(string name) msession_timeout(string session, [int param]) msession_uniq(int num_chars) msession_unlock(string session, int key) msg_get_queue(long key, [long perms]) msg_receive(resource queue, long desiredmsgtype, long &msgtype, long maxsize, mixed message [, [bool unserialize=true], [long flags=0], [long errorcod]) msg_remove_queue(resource queue) msg_send(resource queue, long msgtype, mixed message [, [bool serialize=true], [bool blocking=true], [long errorcode]) msg_set_queue(resource queue, array data) msg_stat_queue(resource queue) msql_affected_rows(int query) msql_close([int link_identifier]) msql_connect([string hostname:port], [string username], [string password]) msql_create_db(string database_name, [int link_identifier]) msql_data_seek(int query, int row_number) msql_db_query(string database_name, string query, [int link_identifier]) msql_drop_db(string database_name, [int link_identifier]) msql_error([int link_identifier]) msql_fetch_array(int query, [int result_type]) msql_fetch_field(int query, [int field_offset]) msql_fetch_object(int query, [int result_type]) msql_fetch_row(int query) msql_field_flags(int query, int field_offset) msql_field_len(int query, int field_offet) msql_field_name(int query, int field_index) msql_field_seek(int query, int field_offset) msql_field_table(int query, int field_offset) msql_field_type(int query, int field_offset) msql_free_result(int query) msql_list_dbs([int link_identifier]) msql_list_fields(string database_name, string table_name, [int link_identifier]) msql_list_tables(string database_name, [int link_identifier]) msql_num_fields(int query) msql_num_rows(int query) msql_pconnect([string hostname:port], [string username], [string password]) msql_query(string query, [int link_identifier]) msql_result(int query, int row, [mixed field]) msql_select_db(string database_name, [int link_identifier]) mssql_bind(int stmt, string param_name, mixed var, int typ) mssql_close([int connectionid]) mssql_connect([string servername], [string username], [string password]) mssql_data_seek(int result_id, int offset) mssql_execute(int stmt) mssql_fetch_array(int result_id, [int result_type]) mssql_fetch_assoc(int result_id, [int result_type]) mssql_fetch_batch(string result_index) mssql_fetch_field(int result_id, [int offset]) mssql_fetch_object(int result_id, [int result_type]) mssql_fetch_row(int result_id, [int result_type]) mssql_field_length(int result_id, [int offset]) mssql_field_name(int result_id, [int offset]) mssql_field_seek(int result_id, int offset) mssql_field_type(int result_id, [int offset]) mssql_free_result(string result_index) mssql_get_last_message(void) mssql_guid_string(string binary [, int short_format) mssql_init(string sp_name, [int conn_id]) mssql_min_error_severity(int severity) mssql_min_message_severity(int severity) mssql_next_result(int result_id) mssql_num_fields(int mssql_result_index) mssql_num_rows(int mssql_result_index) mssql_pconnect([string servername], [string username], [string password]) mssql_query(string query, [int conn_id], [int batch_size]) mssql_result(int result_id, int row, mixed field) mssql_rows_affected(int conn_id) mssql_select_db(string database_name, [int conn_id]) mt_getrandmax(void) mt_rand([int min], int max) mt_srand([int seed]) mysql_affected_rows([int link_identifier]) mysql_change_user(string user, string password, string database, int link_identifier) mysql_client_encoding([int link_identifier]) mysql_close([int link_identifier]) mysql_connect([string hostname:port:/path/to/socket], [string username], [string password], [bool new], [int flags]) mysql_create_db(string database_name, [int link_identifier]) mysql_data_seek(int result, int row_number) mysql_db_name(int result, int row, mixed field) mysql_db_query(string database_name, string query, [int link_identifier]) mysql_drop_db(string database_name, [int link_identifier]) mysql_errno([int link_identifier]) mysql_error([int link_identifier]) mysql_escape_string(string to_be_escaped) mysql_fetch_array(int result, [int result_type]) mysql_fetch_assoc(int result) mysql_fetch_field(int result, [int field_offset]) mysql_fetch_lengths(int result) mysql_fetch_object(int result, [int result_type]) mysql_fetch_row(int result) mysql_field_flags(int result, int field_offset) mysql_field_len(int result, int field_offset) mysql_field_name(int result, int field_index) mysql_field_seek(int result, int field_offset) mysql_field_table(int result, int field_offset) mysql_field_type(int result, int field_offset) mysql_free_result(int result) mysql_get_client_info(void) mysql_get_host_info([int link_identifier]) mysql_get_proto_info([int link_identifier]) mysql_get_server_info([int link_identifier]) mysql_info([int link_identifier]) mysql_insert_id([int link_identifier]) mysql_list_dbs([int link_identifier]) mysql_list_fields(string database_name, string table_name, [int link_identifier]) mysql_list_processes([int link_identifier]) mysql_list_tables(string database_name, [int link_identifier]) mysql_num_fields(int result) mysql_num_rows(int result) mysql_pconnect([string hostname:port:/path/to/socket], [string username], [string password], [int flags]) mysql_ping([int link_identifier]) mysql_query(string query, [int link_identifier], [int result_mode]) mysql_real_escape_string(string to_be_escaped, [int link_identifier]) mysql_result(int result, int row, [mixed field]) mysql_select_db(string database_name, [int link_identifier]) mysql_stat([int link_identifier]) mysql_tablename(int result, int i) mysql_thread_id([int link_identifier]) mysql_unbuffered_query(string query, [int link_identifier], [int result_mode]) natcasesort(array array_arg) natsort(array array_arg) netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass) netsnmp_session_gen_sec_key(struct snmp_session *s, u_char *pass) netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) netsnmp_session_set_sec_level(struct snmp_session *s, char *level) netsnmp_session_set_sec_name(struct snmp_session *s, char *name) netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) next(array array_arg) ngettext(string MSGID1, string MSGID2, int N) nl2br(string str) nl_langinfo(int item) node_attributes(zval **attributes, int node) node_children([int node]) node_namespace([int node]) notes_body(string server, string mailbox, int msg_number) notes_copy_db(string from_database_name, string to_database_name, [string title]) notes_create_db(string database_name) notes_create_note(string database_name, string form_name) notes_drop_db(string database_name) notes_find_note(string database_name, string name, [string type]) notes_header_info(string server, string mailbox, int msg_number) notes_list_msgs(string db) notes_mark_read(string database_name, string user_name, string note_id) notes_mark_unread(string database_name, string user_name, string note_id) notes_nav_create(string database_name, string name) notes_search(string database_name, string keywords) notes_unread(string database_name, string user_name) notes_version(string database_name) number_format(float number, [int num_decimal_places], [string dec_seperator], string thousands_seperator) ob_clean(void) ob_end_clean(void) ob_end_flush(void) ob_flush(void) ob_get_clean(void) ob_get_contents(void) ob_get_flush(void) ob_get_length(void) ob_get_level(void) ob_get_status([bool full_status]) ob_gzhandler(string str, int mode) ob_iconv_handler(string contents, int status) ob_implicit_flush([int flag]) ob_list_handlers() ob_start([string|array user_function], [int chunk_size], [bool erase]) ocibindbyname(int stmt, string name, mixed &var, [int maxlength], [int type]) ocicancel(int stmt) ocicloselob(object lob) ocicollappend(object collection, value) ocicollassign(object collection, object) ocicollassignelem(object collection, ndx, val) ocicollgetelem(object collection, ndx) ocicollmax(object collection) ocicollsize(object collection) ocicolltrim(object collection, num) ocicolumnisnull(int stmt, int col) ocicolumnisnull(int stmt, mixed column) ocicolumnname(int stmt, int col) ocicolumnprecision(int stmt, int col) ocicolumnscale(int stmt, int col) ocicolumnsize(int stmt, int col) ocicolumnsize(int stmt, mixed column) ocicolumntype(int stmt, int col) ocicolumntyperaw(int stmt, int col) ocicommit(int connection) ocidefinebyname(int stmt, string name, mixed &var, [int type]) ocierror([int stmt|conn|global]) ociexecute(int stmt, [int mode]) ocifetch(int statement) ocifetch(int statement) ocifetch(int stmt) ocifetchinto(int stmt, array &output, [int mode]) ocifetchstatement(int stmt, array &output, [int skip], [int maxrows], [int flags]) ocifreecollection(object lob) ocifreecursor(int stmt) ocifreedesc(object lob) ocifreestatement(int stmt) ociinternaldebug(int onoff) ociloadlob(object lob) ocilogoff(int conn) ocilogon(string user, string pass, [string db]) ocinewcollection(int connection, string tdo, [string schema]) ocinewcursor(int conn) ocinewdescriptor(int connection, [int type]) ocinlogon(string user, string pass, [string db]) ocinumcols(int stmt) ociparse(int conn, strint query) ocipasswordchange(int conn, string username, string old_password, string new_password) ociplogon(string user, string pass, [string db]) ociresult(int stmt, mixed column) ocirollback(int conn) ocirowcount(int stmt) ocisavelob(object lob) ocisavelobfile(object lob) ociserverversion(int conn) ocisetprefetch(int stmt, int prefetch_rows) ocistatementtype(int stmt) ociwritelobtofile(object lob, [string filename], [int start], [int length]) ociwritetemporarylob(int stmt, int loc, string var) octdec(string octal_number) odbc_autocommit(int connection_id, [int OnOff]) odbc_binmode(int result_id, int mode) odbc_close(int connection_id) odbc_close_all(void) odbc_columnprivileges(int connection_id, string catalog, string schema, string table, string column) odbc_columns(int connection_id, string qualifier, string owner, string table_name, string column_name) odbc_commit(int connection_id) odbc_connect(string DSN, string user, string password, [int cursor_option]) odbc_cursor(int result_id) odbc_data_source(int connection_id, int fetch_type) odbc_do(int conn_id, string query) odbc_error([int connection_id]) odbc_errormsg([int connection_id]) odbc_exec(int connection_id, string query, [int flags]) odbc_execute(int result_id, [array parameters_array]) odbc_fetch_array(int result, [int rownumber]) odbc_fetch_into(int result_id, array result_array, , [int rownumber]) odbc_fetch_object(int result, [int rownumber]) odbc_fetch_row(int result_id, [int row_number]) odbc_field_len(int result_id, int field_number) odbc_field_name(int result_id, int field_number) odbc_field_num(int result_id, string field_name) odbc_field_precision(int result_id, int field_number) odbc_field_scale(int result_id, int field_number) odbc_field_type(int result_id, int field_number) odbc_foreignkeys(int connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) odbc_free_result(int result_id) odbc_gettypeinfo(int connection_id, [int data_type]) odbc_longreadlen(int result_id, int length) odbc_next_result(int result_id) odbc_num_fields(int result_id) odbc_num_rows(int result_id) odbc_pconnect(string DSN, string user, string password, [int cursor_option]) odbc_prepare(int connection_id, string query) odbc_primarykeys(int connection_id, string qualifier, string owner, string table) odbc_procedurecolumns(int connection_id, [string qualifier], string owner, string proc, string column) odbc_procedures(int connection_id, [string qualifier], string owner, string name) odbc_result(int result_id, mixed field) odbc_result_all(int result_id, [string format]) odbc_rollback(int connection_id) odbc_setoption(int conn_id|result_id, int which, int option, int value) odbc_specialcolumns(int connection_id, int type, string qualifier, string owner, string table, int scope, int nullable) odbc_statistics(int connection_id, string qualifier, string owner, string name, int unique, int accuracy) odbc_tableprivileges(int connection_id, string qualifier, string owner, string name) odbc_tables(int connection_id, [string qualifier], string owner, string name, string table_types) opendir(string path) openlog(string ident, int option, int facility) openssl_csr_export(resource csr, string &out, [bool notext=true]) openssl_csr_export_to_file(resource csr, string outfilename, [bool notext=true]) openssl_csr_new(array dn, resource &privkey, [array extraattribs], array configargs) openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days) openssl_error_string(void) openssl_free_key(int key_identifier) openssl_get_privatekey(string key, string passphrase) openssl_get_publickey(string certificate) openssl_open(string data, &string opendata, string ekey, mixed privkey) openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert, [mixed recipkey]) openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers, [long flags]) openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers, [long flags], [string extracertsfilename]) openssl_pkcs7_verify(string filename, long flags, [string signerscerts], [array cainfo], [string extracerts]) openssl_pkey_export(mixed key, &mixed out, [string passphrase], [array config_args]) openssl_pkey_export_to_file(mixed key, string outfilename, [string passphrase], array config_args) openssl_pkey_free(int key) openssl_pkey_get_private(string key, [string passphrase]) openssl_pkey_get_public(mixed cert) openssl_pkey_new([array configargs]) openssl_private_decrypt(string data, string decrypted, mixed key, [int padding]) openssl_private_encrypt(string data, string crypted, mixed key, [int padding]) openssl_public_decrypt(string data, string crypted, resource key, [int padding]) openssl_public_encrypt(string data, string crypted, mixed key, [int padding]) openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys) openssl_sign(string data, &string signature, mixed key) openssl_verify(string data, string signature, mixed key) openssl_x509_check_private_key(mixed cert, mixed key) openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo, [string untrustedfile]) openssl_x509_export(mixed x509, string &out, [bool notext = true]) openssl_x509_export_to_file(mixed x509, string outfilename, [bool notext = true]) openssl_x509_free(resource x509) openssl_x509_parse(mixed x509, [bool shortnames=true]) openssl_x509_read(mixed cert) ora_bind(int cursor, string php variable name, string sql parameter name, int length, int type) ora_close(int cursor) ora_columnname(int cursor, int column) ora_columnsize(int cursor, int column) ora_columntype(int cursor, int column) ora_commit(int conn) ora_commitoff(int conn) ora_commiton(int conn) ora_do(int conn, string query) ora_error(int cursor_or_connection) ora_errorcode(int cursor_or_connection) ora_exec(int cursor) ora_fetch(int cursor) ora_fetch_into(int cursor, array result, int flags) ora_getcolumn(int cursor, int column) ora_logoff(int connection) ora_logon(string user, string password) ora_numcols(int cursor_ind) ora_numrows(int cursor) ora_open(int connection) ora_parse(int cursor, string sql_statement, [int defer]) ora_plogon(string user, string password) ora_rollback(int connection) ord(string character) output_add_rewrite_var(string name, string value) output_reset_rewrite_vars(void) overload(string class_entry) ovrimos_autocommit(int connection_id, int OnOff) ovrimos_close(int connection) ovrimos_commit(int connection_id) ovrimos_connect(string host, string db, string user, string password) ovrimos_cursor(int result_id) ovrimos_exec(int connection_id, string query) ovrimos_execute(int result_id, [array parameters_array]) ovrimos_fetch_into(int result_id, array result_array, [string how], [int rownumber]) ovrimos_fetch_row(int result_id, [int how], [int row_number]) ovrimos_field_len(int result_id, int field_number) ovrimos_field_name(int result_id, int field_number) ovrimos_field_num(int result_id, string field_name) ovrimos_field_type(int result_id, int field_number) ovrimos_free_result(int result_id) ovrimos_longreadlen(int result_id, int length) ovrimos_num_fields(int result_id) ovrimos_num_rows(int result_id) ovrimos_prepare(int connection_id, string query) ovrimos_result(int result_id, mixed field) ovrimos_result_all(int result_id, [string format]) ovrimos_rollback(int connection_id) ovrimos_setoption(int conn_id|result_id, int which, int option, int value) pack(string format, mixed arg1, [mixed arg2], [mixed ...]) parse_ini_file(string filename, [bool process_sections]) parse_str(string encoded_string, [array result]) parse_url(string url) passthru(string command, [int return_value]) pathinfo(string path) pclose(resource fp) pcntl_alarm(int seconds) pcntl_exec(string path, [array args], [array envs]) pcntl_fork(void) pcntl_signal(long signo, mixed handle, [bool restart_syscalls]) pcntl_waitpid(long pid, long status, long options) pcntl_wexitstatus(long status) pcntl_wifexited(long status) pcntl_wifsignaled(long status) pcntl_wifstopped(long status) pcntl_wstopsig(long status) pcntl_wtermsig(long status) pdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text) pdf_add_bookmark(int pdfdoc, string text, [int parent], int open) pdf_add_launchlink(int pdfdoc, float llx, float lly, float urx, float ury, string filename) pdf_add_locallink(int pdfdoc, float llx, float lly, float urx, float ury, int page, string dest) pdf_add_note(int pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open) pdf_add_outline(int pdf document, string text, int parent, int open) pdf_add_pdflink(int pdfdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest) pdf_add_thumbnail(int pdf, int image)) pdf_add_weblink(int pdfdoc, float llx, float lly, float urx, float ury, string url) pdf_arc(int pdfdoc, float x, float y, float radius, float start, float end) pdf_arcn(int pdf, float x, float y, float r, float alpha, float beta)) pdf_attach_file(int pdf, float lly, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon) pdf_begin_page(int pdfdoc, float width, float height) pdf_begin_pattern(int pdf, float width, float height, float xstep, float ystep, int painttype)) pdf_begin_template(int pdf, float width, float height)) pdf_circle(int pdfdoc, float x, float y, float radius) pdf_clip(int pdfdoc) pdf_close(int pdfdoc) pdf_close_image(int pdf, int pdfimage) pdf_close_pdi(int pdf, int doc)) pdf_close_pdi_page(int pdf, int page)) pdf_closepath(int pdfdoc) pdf_closepath_fill_stroke(int pdfdoc) pdf_closepath_stroke(int pdfdoc) pdf_concat(int pdf, float a, float b, float c, float d, float e, float f) pdf_continue_text(int pdfdoc, string text) pdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3) pdf_delete(int pdfdoc) pdf_end_page(int pdfdoc) pdf_end_pattern(int pdf)) pdf_end_template(int pdf)) pdf_endpath(int pdfdoc) pdf_execute_image(int pdf document, int image, double x-coor, double y-coor, double scale) pdf_fill(int pdfdoc) pdf_fill_stroke(int pdfdoc) pdf_findfont(int pdfdoc, string fontname, string encoding, [int embed]) pdf_get_buffer(int pdfdoc) pdf_get_font(int pdfdoc) pdf_get_fontname(int pdfdoc) pdf_get_fontsize(int pdfdoc) pdf_get_image_height(int pdf, int pdfimage) pdf_get_image_width(int pdf, int pdfimage) pdf_get_majorversion() pdf_get_minorversion() pdf_get_parameter(int pdfdoc, string key, mixed modifier) pdf_get_pdi_parameter(int pdf, string key, int doc, int page, int index)) pdf_get_pdi_value(int pdf, string key, int doc, int page, int index)) pdf_get_value(int pdfdoc, string key, float modifier) pdf_initgraphics(int pdf)) pdf_lineto(int pdfdoc, float x, float y) pdf_makespotcolor(int pdf, string spotname)) pdf_moveto(int pdfdoc, float x, float y) pdf_new() pdf_open([int filedesc]) pdf_open_ccitt(int pdf, string filename, int width, int height, int bitreverse, int k, int blackls1) pdf_open_file(int pdfdoc, [char filename]) pdf_open_gif(int pdf, string giffile) pdf_open_image(int pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params) pdf_open_image_file(int pdf, string type, string file, string stringparam, int intparam) pdf_open_jpeg(int pdf, string jpegfile) pdf_open_memory_image(int pdf, int image) pdf_open_pdi(int pdf, string filename, string stringparam, int intparam)) pdf_open_pdi_page(int pdf, int doc, int page, string label)) pdf_open_png(int pdf, string pngfile) pdf_open_tiff(int pdf, string tifffile) pdf_place_image(int pdf, int pdfimage, float x, float y, float scale) pdf_place_pdi_page(int pdf, int page, float x, float y, float sx, float sy) pdf_put_image(int pdf document, int image) pdf_rect(int pdfdoc, float x, float y, float width, float height) pdf_restore(int pdfdoc) pdf_rotate(int pdfdoc, float angle) pdf_save(int pdfdoc) pdf_scale(int pdfdoc, float x_scale, float y_scale) pdf_set_border_color(int pdfdoc, float red, float green, float blue) pdf_set_border_dash(int pdfdoc, float black, float white) pdf_set_border_style(int pdfdoc, string style, float width) pdf_set_char_spacing(int pdfdoc, float space) pdf_set_duration(int pdfdoc, float duration) pdf_set_font(int pdfdoc, string font, float size, string encoding, [int embed]) pdf_set_horiz_scaling(int pdfdoc, float scale) pdf_set_info(int pdfdoc, string fieldname, string value) pdf_set_info_author(int pdfdoc, string author) pdf_set_info_creator(int pdfdoc, string creator) pdf_set_info_keywords(int pdfdoc, string keywords) pdf_set_info_subject(int pdfdoc, string subject) pdf_set_info_title(int pdfdoc, string title) pdf_set_leading(int pdfdoc, float distance) pdf_set_parameter(int pdfdoc, string key, string value) pdf_set_text_matrix(int pdf document, array matrix) pdf_set_text_pos(int pdfdoc, float x, float y) pdf_set_text_rendering(int pdfdoc, int mode) pdf_set_text_rise(int pdfdoc, float value) pdf_set_transition(int pdfdoc, int transition) pdf_set_value(int pdfdoc, string key, float value) pdf_set_word_spacing(int pdfdoc, float space) pdf_setcolor(int pdf, string type, string colorspace, float c1, [float c2], [float c3], [float c4)]) pdf_setdash(int pdfdoc, float black, float white) pdf_setflat(int pdfdoc, float value) pdf_setfont(int pdfdoc, int font, float fontsize) pdf_setgray(int pdfdoc, float value) pdf_setgray_fill(int pdfdoc, float value) pdf_setgray_stroke(int pdfdoc, float value) pdf_setlinecap(int pdfdoc, int value) pdf_setlinejoin(int pdfdoc, int value) pdf_setlinewidth(int pdfdoc, float width) pdf_setmatrix(int pdf, float a, float b, float c, float d, float e, float f) pdf_setmiterlimit(int pdfdoc, float value) pdf_setpolydash(int pdfdoc, float darray) pdf_setrgbcolor(int pdfdoc, float red, float green, float blue) pdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue) pdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue) pdf_show(int pdfdoc, string text) pdf_show_boxed(int pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode, [string feature]) pdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor) pdf_skew(int pdfdoc, float xangle, float yangle) pdf_stringwidth(int pdfdoc, string text, [int font], float size) pdf_stroke(int pdfdoc) pdf_translate(int pdfdoc, float x, float y) pfpro_cleanup() pfpro_init() pfpro_process(array parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword]) pfpro_process_raw(string parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword]) pfpro_version() pfsockopen(string hostname, int port, [int errno], [string errstr], [float timeout]) pg_affected_rows(resource result) pg_cancel_query(resource connection) pg_client_encoding([resource connection]) pg_close([resource connection]) pg_connect(string connection_string, [int connect_type | string host], string port, [string options], [string tty], string database) pg_connection_busy(resource connection) pg_connection_reset(resource connection) pg_connection_status(resource connnection) pg_convert(resource db, string table, array values, [int options]) pg_copy_from(resource connection, string table_name, array rows, [string delimiter], [string null_as]) pg_copy_to(resource connection, string table_name, [string delimiter], [string null_as]) pg_dbname([resource connection]) pg_delete(resource db, string table, array ids, [int options]) pg_end_copy([resource connection]) pg_escape_bytea(string data) pg_escape_string(string data) pg_fetch_all(resource result) pg_fetch_array(resource result, [int row], [int result_type]) pg_fetch_assoc(resource result, [int row]) pg_fetch_object(resource result, [int row]) pg_fetch_result(resource result, [int row_number], mixed field_name) pg_fetch_row(resource result, [int row], [int result_type]) pg_field_is_null(resource result, [int row], mixed field_name_or_number) pg_field_name(resource result, int field_number) pg_field_num(resource result, string field_name) pg_field_prtlen(resource result, [int row], mixed field_name_or_number) pg_field_size(resource result, int field_number) pg_field_type(resource result, int field_number) pg_free_result(resource result) pg_get_notify([resource connection], [result_type]) pg_get_pid([resource connection]) pg_get_result([resource connection]) pg_host([resource connection]) pg_insert(resource db, string table, array values, [int options]) pg_last_error([resource connection]) pg_last_notice(resource connection) pg_last_oid(resource result) pg_lo_close(resource large_object) pg_lo_create([resource connection]) pg_lo_export([resource connection], int objoid, string filename) pg_lo_import([resource connection], string filename) pg_lo_open([resource connection], int large_object_oid, string mode) pg_lo_read(resource large_object, [int len]) pg_lo_read_all(resource large_object) pg_lo_seek(resource large_object, int offset, [int whence]) pg_lo_tell(resource large_object) pg_lo_unlink([resource connection], string large_object_oid) pg_lo_write(resource large_object, string buf, [int len]) pg_meta_data(resource db, string table) pg_num_fields(resource result) pg_num_rows(resource result) pg_options([resource connection]) pg_pconnect(string connection_string | [string host, string port, [string options], [string tty], string database) pg_ping(resource connection) pg_port([resource connection]) pg_put_line([resource connection], string query) pg_query([resource connection], string query) pg_result_error(resource result) pg_result_seek(resource result, int offset) pg_result_status(resource result, [long result_type]) pg_select(resource db, string table, array ids, [int options]) pg_send_query(resource connection, string qeury) pg_set_client_encoding([resource connection], string encoding) pg_trace(string filename, [string mode], [resource connection]) pg_tty([resource connection]) pg_unescape_bytea(string data) pg_untrace([resource connection]) pg_update(resource db, string table, array fields, array ids, [int options]) php_egg_logo_guid(void) php_ini_scanned_files(void) php_logo_guid(void) php_sapi_name(void) php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st) php_uname(void) phpcredits([int flag]) phpinfo([int what]) phpversion([string extension]) pi(void) png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold) popen(string command, string mode) pos(array array) posix_ctermid(void) posix_get_last_error(void) posix_getcwd(void ) posix_getcwd(void) posix_getegid(void) posix_geteuid(void) posix_getgid(void) posix_getgrgid(long gid) posix_getgrnam(string groupname) posix_getgroups(void) posix_getlogin(void) posix_getpgid(void) posix_getpgrp(void) posix_getpid(void) posix_getppid(void) posix_getpwnam(string groupname) posix_getpwuid(long uid) posix_getrlimit(void) posix_getsid(void) posix_getuid(void) posix_isatty(int fd) posix_kill(int pid, int sig) posix_mkfifo(string pathname, int mode) posix_setegid(long uid) posix_seteuid(long uid) posix_setgid(int uid) posix_setpgid(int pid, int pgid) posix_setsid(void) posix_setuid(long uid) posix_strerror(int errno) posix_times(void) posix_ttyname(int fd) posix_uname(void) pow(number base, number exponent) preg_grep(string regex, array input) preg_match(string pattern, string subject, [array subpatterns], [int flags]) preg_match_all(string pattern, string subject, array subpatterns, [int flags]) preg_quote(string str, string delim_char) preg_replace(mixed regex, mixed replace, mixed subject, [int limit]) preg_replace_callback(mixed regex, mixed callback, mixed subject, [int limit]) preg_split(string pattern, string subject, [int limit], [int flags]) prev(array array_arg) print(string arg) print_r(mixed var, [bool return]) printf(string format, [mixed arg1], [mixed ...]) proc_close(resource process) proc_open(string command, array descriptorspec, array &pipes) pspell_add_to_personal(int pspell, string word) pspell_add_to_session(int pspell, string word) pspell_check(int pspell, string word) pspell_clear_session(int pspell) pspell_config_create(string language, [string spelling], [string jargon], [string encoding]) pspell_config_ignore(int conf, int ignore) pspell_config_mode(int conf, long mode) pspell_config_personal(int conf, string personal) pspell_config_repl(int conf, string repl) pspell_config_runtogether(int conf, bool runtogether) pspell_config_save_repl(int conf, bool save) pspell_new(string language, [string spelling], [string jargon], [string encoding], [int mode]) pspell_new_config(int config) pspell_new_personal(string personal, string language, [string spelling], [string jargon], [string encoding], [int mode]) pspell_save_wordlist(int pspell) pspell_store_replacement(int pspell, string misspell, string correct) pspell_suggest(int pspell, string word) putenv(string setting) qdom_error() qdom_tree(string) quoted_printable_decode(string str) quotemeta(string str) rad2deg(float number) rand([int min], int max) range(mixed low, mixed high, [int step]) rawurldecode(string str) rawurlencode(string str) read_exif_data(string filename) readdir([resource dir_handle]) readfile(string filename, [int use_include_path]) readgzfile(string filename, [int use_include_path]) readline([string prompt]) readline_add_history([string prompt]) readline_clear_history(void) readline_completion_function(string funcname) readline_info([string varname], [string newvalue]) readline_list_history(void) readline_read_history([string filename], [int from], int to) readline_write_history([string filename]) readlink(string filename) realpath(string path) recode_file(string request, resource input, resource output) recode_string(string request, string str) recode_string(string request, string string) register_shutdown_function(string function_name) register_tick_function(string function_name, [mixed arg], [mixed ...]) rename(string old_name, string new_name) reset(array array_arg) restore_error_handler(void) restore_include_path() rewind(resource fp) rewinddir([resource dir_handle]) rmdir(string dirname) round(float number, [int precision]) rsort(array array_arg, [int sort_flags]) rtrim(string str, [string character_mask]) sem_acquire(int id) sem_get(int key, [int max_acquire], [int perm], [int auto_release]) sem_release(int id) sem_remove(int id) serialize(mixed variable) session_cache_expire([int new_cache_expire]) session_cache_limiter([string new_cache_limiter]) session_decode(string data) session_destroy(void) session_encode(void) session_get_cookie_params(void) session_id([string newid]) session_is_registered(string varname) session_module_name([string newname]) session_name([string newname]) session_register(mixed var_names, [mixed ...]) session_save_path([string newname]) session_set_cookie_params(int lifetime, [string path], [string domain], [bool secure]) session_set_save_handler(string open, string close, string read, string write, string destroy, string gc) session_start(void) session_unregister(string varname) session_unset(void) session_write_close(void) set_error_handler(string error_handler) set_file_buffer(int fp, int buffer) set_include_path(string varname, string newvalue) set_magic_quotes_runtime(int new_setting) set_socket_blocking(resource socket, int mode) set_time_limit(int seconds) setcookie(string name, [string value], [int expires], [string path], [string domain], [bool secure]) setlocale(mixed category, string locale, [string ...]) settype(mixed var, string type) sha1(string str) sha1_file(string filename) shell_exec(string cmd) shm_attach(int key, [int memsize], [int perm]) shm_detach(int shm_identifier) shm_get_var(int id, int variable_key) shm_put_var(int shm_identifier, int variable_key, mixed variable) shm_remove(int shm_identifier) shm_remove_var(int id, int variable_key) shmop_close(int shmid) shmop_delete(int shmid) shmop_open(int key, string flags, int mode, int size) shmop_read(int shmid, int start, int count) shmop_size(int shmid) shmop_write(int shmid, string data, int offset) show_source(string filename) shuffle(array array_arg) similar_text(string str1, string str2, [float percent]) sin(float number) sinh(float number) sizeof(array array) sleep(int seconds) smfi_addheader(string headerf, string headerv) smfi_addrcpt(string rcpt) smfi_chgheader(string headerf, string headerv) smfi_delrcpt(string rcpt) smfi_getsymval(string macro) smfi_replacebody(string body) smfi_setflags(long flags) smfi_setreply(string rcode, string xcode, string message) smfi_settimeout(long timeout) snmp3_get(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries]) snmp3_real_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries]) snmp3_set(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value, [int timeout], [int retries]) snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries]) snmp_get_quick_print(void) snmp_set_enum_print(int enum_print) snmp_set_oid_numeric_print(int oid_numeric_print) snmp_set_quick_print(int quick_print) snmpget(string host, string community, string object_id, [int timeout], [int retries]) snmprealwalk(string host, string community, string object_id, [int timeout], [int retries]) snmpset(string host, string community, string object_id, string type, mixed value, [int timeout], [int retries]) snmpwalk(string host, string community, string object_id, [int timeout], [int retries]) snmpwalkoid(string hostname, string community, string object_id, int timeout, int retries) socket_accept(resource socket) socket_bind(resource socket, string addr, [int port]) socket_clear_error([resource socket]) socket_close(resource socket) socket_connect(resource socket, string addr, [int port]) socket_create(int domain, int type, int protocol) socket_create_listen(int port, [int backlog]) socket_create_pair(int domain, int type, int protocol, array &fd) socket_get_option(resource socket, int level, int optname) socket_get_status(resource socket_get_status) socket_getpeername(resource socket, string &addr, [int &port]) socket_getsockname(resource socket, string &addr, [int &port]) socket_iovec_add(resource iovec, int iov_len) socket_iovec_alloc(int num_vectors, [int ...]) socket_iovec_delete(resource iovec, int iov_pos) socket_iovec_fetch(resource iovec, int iovec_position) socket_iovec_free(resource iovec) socket_iovec_set(resource iovec, int iovec_position, string new_val) socket_last_error([resource socket]) socket_listen(resource socket, [int backlog]) socket_read(resource socket, int length, [int type]) socket_readv(resource socket, resource iovec_id) socket_recv(resource socket, string &buf, int len, int flags) socket_recvfrom(resource socket, string &buf, int len, int flags, string &name, [int &port]) socket_recvmsg(resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr, [int &port]) socket_select(array &read_fds, array &write_fds, &array except_fds, int tv_sec, [int tv_usec]) socket_send(resource socket, string buf, int len, int flags) socket_sendmsg(resource socket, resource iovec, int flags, string addr, [int port]) socket_sendto(resource socket, string buf, int len, int flags, string addr, [int port]) socket_set_block(resource socket) socket_set_blocking(int socket descriptor, int mode) socket_set_nonblock(resource socket) socket_set_option(resource socket, int level, int optname, int|array optval) socket_set_timeout(int socket descriptor, int seconds, int microseconds) socket_shutdown(resource socket, [int how]) socket_strerror(int errno) socket_write(resource socket, string buf, [int length]) socket_writev(resource socket, resource iovec_id) sort(array array_arg, [int sort_flags]) soundex(string str) split(string pattern, string string, [int limit]) spliti(string pattern, string string, [int limit]) sprintf(string format, [mixed arg1], [mixed ...]) sql_regcase(string string) sqrt(float number) srand([int seed]) sscanf(string str, string format, [string ...]) stat(string filename) str_pad(string input, int pad_length, [string pad_string], [int pad_type]) str_repeat(string input, int mult) str_replace(mixed search, mixed replace, mixed subject, [bool boyer]) str_rot13(string str) str_shuffle(string str) str_word_count(string str, [int format]) strcasecmp(string str1, string str2) strchr(string haystack, string needle) strcmp(string str1, string str2) strcoll(string str1, string str2) strcspn(string str, string mask, [start], [len]) stream_context_create([array options]) stream_context_get_options(resource context|resource stream) stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value) stream_context_set_params(resource context|resource stream, array options) stream_filter_append(resource stream, string filtername, [string filterparams]) stream_filter_prepend(resource stream, string filtername, [string filterparams]) stream_get_meta_data(resource fp) stream_get_wrappers() stream_register_filter(string filtername, string classname) stream_register_wrapper(string protocol, string classname) stream_select(array &read_streams, array &write_streams, array &except_streams, int tv_sec, [int tv_usec]) stream_set_blocking(resource socket, int mode) stream_set_timeout(resource stream, int seconds, int microseconds) stream_set_write_buffer(resource fp, int buffer) strftime(string format, [int timestamp]) strip_tags(string str, [string allowable_tags]) stripcslashes(string str) stripslashes(string str) stristr(string haystack, string needle) strlen(string str) strnatcasecmp(string s1, string s2) strnatcmp(string s1, string s2) strncasecmp(string str1, string str2, int len) strncmp(string str1, string str2, int len) strpos(string haystack, string needle, [int offset]) strrchr(string haystack, string needle) strrev(string str) strrpos(string haystack, string needle) strspn(string str, string mask, [start], [len]) strstr(string haystack, string needle) strtok([string str], string token) strtolower(string str) strtotime(string time, int now) strtoupper(string str) strtr(string str, string from, string to) strval(mixed var) substr(string str, int start, [int length]) substr_count(string haystack, string needle) substr_replace(string str, string repl, int start, [int length]) sybase_affected_rows([int link_id]) sybase_affected_rows([int link_id]) sybase_close([int link_id]) sybase_close([int link_id]) sybase_connect([string host], [string user], [string password], [string charset], [string appname]) sybase_connect([string host], [string user], [string password], [string charset], [string appname]) sybase_data_seek(int result, int offset) sybase_data_seek(int result, int offset) sybase_deadlock_retry_count(int retry_count) sybase_fetch_array(int result) sybase_fetch_array(int result) sybase_fetch_assoc(int result) sybase_fetch_field(int result, [int offset]) sybase_fetch_field(int result, [int offset]) sybase_fetch_object(int result) sybase_fetch_object(int result, [mixed object]) sybase_fetch_row(int result) sybase_fetch_row(int result) sybase_field_seek(int result, int offset) sybase_field_seek(int result, int offset) sybase_free_result(int result) sybase_free_result(int result) sybase_get_last_message(void) sybase_get_last_message(void) sybase_min_client_severity(int severity) sybase_min_error_severity(int severity) sybase_min_message_severity(int severity) sybase_min_server_severity(int severity) sybase_num_fields(int result) sybase_num_fields(int result) sybase_num_rows(int result) sybase_num_rows(int result) sybase_pconnect([string host], [string user], [string password], [string charset], [string appname]) sybase_pconnect([string host], [string user], [string password], [string charset], [string appname]) sybase_query(string query, [int link_id]) sybase_query(string query, [int link_id]) sybase_result(int result, int row, mixed field) sybase_result(int result, int row, mixed field) sybase_select_db(string database, [int link_id]) sybase_select_db(string database, [int link_id]) sybase_set_message_handler(mixed error_func) sybase_unbuffered_query(string query, [int link_id]) symlink(string target, string link) syslog(int priority, string message) system(string command, [int return_value]) tan(float number) tanh(float number) tempnam(string dir, string prefix) textdomain(string domain) time(void) tmpfile(void) token_get_all(string source) token_name(int type) touch(string filename, [int time], [int atime]) trigger_error(string messsage, [int error_type]) trim(string str, [string character_mask]) uasort(array array_arg, string cmp_function) ucfirst(string str) ucwords(string str) uksort(array array_arg, string cmp_function) umask([int mask]) uniqid([string prefix], bool more_entropy) unixtojd([int timestamp]) unlink(string filename) unpack(string format, string input) unregister_tick_function(string function_name) unserialize(string variable_representation) unset(mixed var, mixed var, ...) urldecode(string str) urlencode(string str) user_error(string error_msg, int error_type) usleep(int micro_seconds) usort(array array_arg, string cmp_function) utf8_decode(string data) utf8_encode(string data) var_dump(mixed var) var_export(mixed var, [bool return]) version_compare(string ver1, string ver2, [string oper]) virtual(string filename) virtual(string filename) vprintf(string format, array args) vsprintf(string format, array args) wddx_add_vars(int packet_id, mixed var_names, [mixed ...]) wddx_deserialize(string packet) wddx_packet_end(int packet_id) wddx_packet_start([string comment]) wddx_serialize_value(mixed var, [string comment]) wddx_serialize_vars(mixed var_name, [mixed ...]) wordwrap(string str, [int width], [string break], [int cut]) xml_error_string(int code) xml_get_current_byte_index(resource parser) xml_get_current_column_number(resource parser) xml_get_current_line_number(resource parser) xml_get_error_code(resource parser) xml_parse(resource parser, string data, [int isFinal]) xml_parse_into_struct(resource parser, string data, array &struct, array &index) xml_parser_create([string encoding]) xml_parser_create_ns([string encoding], [string sep]) xml_parser_free(resource parser) xml_parser_get_option(resource parser, int option) xml_parser_set_option(resource parser, int option, mixed value) xml_set_character_data_handler(resource parser, string hdl) xml_set_default_handler(resource parser, string hdl) xml_set_element_handler(resource parser, string shdl, string ehdl) xml_set_end_namespace_decl_handler(resource parser, string hdl) xml_set_external_entity_ref_handler(resource parser, string hdl) xml_set_notation_decl_handler(resource parser, string hdl) xml_set_object(resource parser, object &obj) xml_set_processing_instruction_handler(resource parser, string hdl) xml_set_start_namespace_decl_handler(resource parser, string hdl) xml_set_unparsed_entity_decl_handler(resource parser, string hdl) xmldoc(string xmldoc, [int mode], [array error]) xmldocfile(string filename, [int mode], [array error]) xmlrpc_decode(string xml, [string encoding]) xmlrpc_decode_request(string xml, string& method, [string encoding]) xmlrpc_encode(mixed value) xmlrpc_encode_request(string method, mixed params) xmlrpc_get_type(mixed value) xmlrpc_is_fault(array) xmlrpc_parse_method_descriptions(string xml) xmlrpc_server_add_introspection_data(handle server, array desc) xmlrpc_server_call_method(handle server, string xml, mixed user_data, [array output_options]) xmlrpc_server_create(void) xmlrpc_server_destroy(handle server) xmlrpc_server_register_introspection_callback(handle server, string function) xmlrpc_server_register_method(handle server, string method_name, string function) xmlrpc_set_type(string value, string type) xpath_eval([object xpathctx_handle], string str) xpath_eval_expression([object xpathctx_handle], string str) xpath_init(void) xpath_new_context([int doc_handle]) xpath_register_ns([object xpathctx_handle], string namespace_prefix, string namespace_uri) xpath_register_ns_auto([object xpathctx_handle], [object contextnode]) xptr_eval([int xpathctx_handle], string str) xptr_new_context([int doc_handle]) xslt_backend_info() xslt_backend_name() xslt_backend_version() xslt_create(void) xslt_errno(resource processor) xslt_error(resource processor) xslt_free(resource processor) xslt_getopt(resource processor) xslt_process(resource processor, string xml, string xslt, [mixed result], [array args], [array params]) xslt_set_base(resource processor, string base) xslt_set_encoding(resource processor, string encoding) xslt_set_error_handler(resource processor, mixed error_func) xslt_set_log(resource processor, string logfile) xslt_set_object(resource parser, object obj) xslt_set_sax_handlers(resource processor, array handlers) xslt_set_scheme_handlers(resource processor, array handlers) xslt_setopt(resource processor, int newmask) yp_all(string domain, string map, string callback) yp_cat(string domain, string map) yp_err_string(int errorcode) yp_errno() yp_first(string domain, string map) yp_get_default_domain(void) yp_master(string domain, string map) yp_match(string domain, string map, string key) yp_next(string domain, string map, string key) yp_order(string domain, string map) zend_logo_guid(void) zend_version(void) zip_close(resource zip) zip_entry_close(resource zip_ent) zip_entry_compressedsize(resource zip_entry) zip_entry_compressionmethod(resource zip_entry) zip_entry_filesize(resource zip_entry) zip_entry_name(resource zip_entry) zip_entry_open(resource zip_dp, resource zip_entry, string mode) zip_entry_read(resource zip_ent) zip_open(string filename) zip_read(resource zip) $_COOKIE[ $_ENV[ $_FILES[ $_GET[ $_POST[ $_REQUEST[ $_SESSION[ $_SERVER[" $HTTP_COOKIE_VARS[ $HTTP_ENV_VARS[ $HTTP_$HTTP_FILES_VARS[ $HTTP_GET_VARS[ $HTTP_POST_VARS[ $HTTP_REQUEST_VARS[ $HTTP_SESSION_VARS[ $HTTP_SERVER_VARS[ $_SERVER["DOCUMENT_ROOT"] $_SERVER["GATEWAY_INTERFACE"] $_SERVER["HTTP_ACCEPT"] $_SERVER["HTTP_ACCEPT_CHARSET"] $_SERVER["HTTP_ACCEPT_ENCODING"] $_SERVER["HTTP_ACCEPT_LANGUAGE"] $_SERVER["HTTP_CONNECTION"] $_SERVER["HTTP_HOST"] $_SERVER["HTTP_REFERER"] $_SERVER["HTTP_USER_AGENT"] $_SERVER["PATH_TRANSLATED"] $_SERVER["PHP_SELF"] $_SERVER["QUERY_STRING"] $_SERVER["REMOTE_ADDR"] $_SERVER["REMOTE_PORT" VALUE="'REMOTE_PORT']" icon="shared/mm/images/hintMisc.gif" /> $_SERVER["REQUEST_METHOD"] $_SERVER["REQUEST_URI"] $_SERVER["SCRIPT_FILENAME"] $_SERVER["SCRIPT_NAME"] $_SERVER["SERVER_ADMIN"] $_SERVER["SERVER_NAME"] $_SERVER["SERVER_PORT"] $_SERVER["SERVER_PROTOCOL"] $_SERVER["SERVER_SIGNATURE"] $_SERVER["SERVER_SOFTWARE"] $HTTP_SERVER_VARS["DOCUMENT_ROOT"] $HTTP_SERVER_VARS["GATEWAY_INTERFACE"] $HTTP_SERVER_VARS["$HTTP_SERVER_VARS"] $HTTP_SERVER_VARS["HTTP_ACCEPT_CHARSET"] $HTTP_SERVER_VARS["HTTP_ACCEPT_ENCODING"] $HTTP_SERVER_VARS["HTTP_ACCEPT_LANGUAGE"] $HTTP_SERVER_VARS["HTTP_CONNECTION"] $HTTP_SERVER_VARS["HTTP_HOST"] $HTTP_SERVER_VARS["HTTP_REFERER"] $HTTP_SERVER_VARS["HTTP_USER_AGENT"] $HTTP_SERVER_VARS["PATH_TRANSLATED"] $HTTP_SERVER_VARS["PHP_SELF"] $HTTP_SERVER_VARS["QUERY_STRING"] $HTTP_SERVER_VARS["REMOTE_ADDR"] $HTTP_SERVER_VARS["REMOTE_PORT"] $HTTP_SERVER_VARS["REQUEST_METHOD"] $HTTP_SERVER_VARS["REQUEST_URI"] $HTTP_SERVER_VARS["SCRIPT_FILENAME"] $HTTP_SERVER_VARS["SCRIPT_NAME"] $HTTP_SERVER_VARS["SERVER_ADMIN"] $HTTP_SERVER_VARS["SERVER_NAME"] $HTTP_SERVER_VARS["SERVER_PORT"] $HTTP_SERVER_VARS["SERVER_PROTOCOL"] $HTTP_SERVER_VARS["SERVER_SIGNATURE"] $HTTP_SERVER_VARS["SERVER_SOFTWARE"]
$HTTP_$HTTP_FILES_VARS[ $HTTP_COOKIE_VARS[ $HTTP_ENV_VARS[ $HTTP_GET_VARS[ $HTTP_POST_VARS[ $HTTP_REQUEST_VARS[ $HTTP_SERVER_VARS[ $HTTP_SERVER_VARS["$HTTP_SERVER_VARS"] $HTTP_SERVER_VARS["DOCUMENT_ROOT"] $HTTP_SERVER_VARS["GATEWAY_INTERFACE"] $HTTP_SERVER_VARS["HTTP_ACCEPT_CHARSET"] $HTTP_SERVER_VARS["HTTP_ACCEPT_ENCODING"] $HTTP_SERVER_VARS["HTTP_ACCEPT_LANGUAGE"] $HTTP_SERVER_VARS["HTTP_CONNECTION"] $HTTP_SERVER_VARS["HTTP_HOST"] $HTTP_SERVER_VARS["HTTP_REFERER"] $HTTP_SERVER_VARS["HTTP_USER_AGENT"] $HTTP_SERVER_VARS["PATH_TRANSLATED"] $HTTP_SERVER_VARS["PHP_SELF"] $HTTP_SERVER_VARS["QUERY_STRING"] $HTTP_SERVER_VARS["REMOTE_ADDR"] $HTTP_SERVER_VARS["REMOTE_PORT"] $HTTP_SERVER_VARS["REQUEST_METHOD"] $HTTP_SERVER_VARS["REQUEST_URI"] $HTTP_SERVER_VARS["SCRIPT_FILENAME"] $HTTP_SERVER_VARS["SCRIPT_NAME"] $HTTP_SERVER_VARS["SERVER_ADMIN"] $HTTP_SERVER_VARS["SERVER_NAME"] $HTTP_SERVER_VARS["SERVER_PORT"] $HTTP_SERVER_VARS["SERVER_PROTOCOL"] $HTTP_SERVER_VARS["SERVER_SIGNATURE"] $HTTP_SERVER_VARS["SERVER_SOFTWARE"] $HTTP_SESSION_VARS[ $_COOKIE[ $_ENV[ $_FILES[ $_GET[ $_POST[ $_REQUEST[ $_SERVER[" $_SERVER["DOCUMENT_ROOT"] $_SERVER["GATEWAY_INTERFACE"] $_SERVER["HTTP_ACCEPT"] $_SERVER["HTTP_ACCEPT_CHARSET"] $_SERVER["HTTP_ACCEPT_ENCODING"] $_SERVER["HTTP_ACCEPT_LANGUAGE"] $_SERVER["HTTP_CONNECTION"] $_SERVER["HTTP_HOST"] $_SERVER["HTTP_REFERER"] $_SERVER["HTTP_USER_AGENT"] $_SERVER["PATH_TRANSLATED"] $_SERVER["PHP_SELF"] $_SERVER["QUERY_STRING"] $_SERVER["REMOTE_ADDR"] $_SERVER["REMOTE_PORT"] $_SERVER["REQUEST_METHOD"] $_SERVER["REQUEST_URI"] $_SERVER["SCRIPT_FILENAME"] $_SERVER["SCRIPT_NAME"] $_SERVER["SERVER_ADMIN"] $_SERVER["SERVER_NAME"] $_SERVER["SERVER_PORT"] $_SERVER["SERVER_PROTOCOL"] $_SERVER["SERVER_SIGNATURE"] $_SERVER["SERVER_SOFTWARE"] $_SESSION[ abs(int number) abstract acos(float number) acosh(float number) addcslashes(string str, string charlist) addslashes(string str) aggregate(object obj, string class) aggregate_methods(object obj, string class) aggregate_methods_by_list(object obj, string class, array method_list, [bool exclude]) aggregate_methods_by_regexp(object obj, string class, string regexp, [bool exclude]) aggregate_properties(object obj, string class) aggregate_properties_by_list(object obj, string class, array props_list, [bool exclude]) aggregate_properties_by_regexp(object obj, string class, string regexp, [bool exclude]) aggregation_info(object obj) apache_child_terminate(void) apache_get_modules(void) apache_get_version(void) apache_lookup_uri(string URI) apache_note(string note_name, [string note_value]) apache_request_auth_name() apache_request_auth_type() apache_request_discard_request_body() apache_request_err_headers_out([{string name|array list}], [string value], [bool replace = false]) apache_request_headers(void) apache_request_headers_in() apache_request_headers_out([{string name|array list}], [string value], [bool replace = false]) apache_request_is_initial_req() apache_request_log_error(string message, [long facility]) apache_request_meets_conditions() apache_request_remote_host([int type]) apache_request_satisfies() apache_request_server_port() apache_request_set_etag() apache_request_set_last_modified() apache_request_some_auth_required() apache_request_sub_req_lookup_file(string file) apache_request_sub_req_lookup_uri(string uri) apache_request_sub_req_method_uri(string method, string uri) apache_request_update_mtime([int dependency_mtime]) apache_response_headers(void) apache_setenv apache_setenv(string variable, string value, [bool walk_to_top]) array(mixed ...) array_change_key_case(array input, [int case=CASE_LOWER]) array_chunk(array input, int size, [bool preserve_keys]) array_count_values(array input) array_diff(array arr1, array arr2, [array ...]) array_diff_assoc(array arr1, array arr2, [array ...]) array_fill(int start_key, int num, mixed val) array_filter(array input, [mixed callback]) array_flip(array input) array_intersect(array arr1, array arr2, [array ...]) array_intersect_assoc(array arr1, array arr2, [array ...]) array_key_exists(mixed key, array search) array_keys(array input, [mixed search_value]) array_map(mixed callback, array input1, [array input2], ...) array_merge(array arr1, array arr2, [array ...]) array_merge_recursive(array arr1, array arr2, [array ...]) array_multisort(array ar1, [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], [array ar2], [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], ...) array_pad(array input, int pad_size, mixed pad_value) array_pop(array stack) array_push(array stack, mixed var, [mixed ...]) array_rand(array input, [int num_req]) array_reduce(array input, mixed callback, [int initial]) array_reverse(array input, [bool preserve keys]) array_search(mixed needle, array haystack, [bool strict]) array_shift(array stack) array_slice(array input, int offset, [int length]) array_splice(array input, int offset, [int length], [array replacement]) array_sum(array input) array_unique(array input) array_unshift(array stack, mixed var, [mixed ...]) array_values(array input) array_walk(array input, string funcname, [mixed userdata]) arsort(array array_arg, [int sort_flags]) ascii2ebcdic(string ascii_str) asin(float number) asinh(float number) asort(array array_arg, [int sort_flags]) aspell_check_raw aspell_suggest assert(string|bool assertion) assert_options(int what, [mixed value]) atan(float arg) atan(float number) atan2(float y, float x) atanh(float number) base64_decode(string str) base64_encode(string str) base_convert(string number, int frombase, int tobase) basename(string path, [string suffix]) bcadd(string left_operand, string right_operand, [int scale]) bccomp(string left_operand, string right_operand, [int scale]) bcdiv(string left_operand, string right_operand, [int scale]) bcmod(string left_operand, string right_operand) bcmul(string left_operand, string right_operand, [int scale]) bcpow(string x, string y, [int scale]) bcpowmod(string x, string y, string mod, [int scale]) bcscale(int scale) bcsqrt(string operand, [int scale]) bcsub(string left_operand, string right_operand, [int scale]) bin2hex(string data) bind_textdomain_codeset (string domain, string codeset) bindec(string binary_number) bindtextdomain(string domain_name, string dir) bzclose bzcompress(string source, [int blocksize100k], [int workfactor]) bzdecompress(string source, [int small]) bzerrno(resource bz) bzerror(resource bz) bzerrstr(resource bz) bzflush bzopen(string|int file|fp, string mode) bzread(int bz, [int length]) bzwrite cal_days_in_month(int calendar, int month, int year) cal_from_jd(int jd, int calendar) cal_info(int calendar) cal_to_jd(int calendar, int month, int day, int year) call_user_func(string function_name, [mixed parmeter], [mixed ...]) call_user_func_array(string function_name, array parameters) call_user_method(string method_name, mixed object, [mixed parameter], [mixed ...]) call_user_method_array(string method_name, mixed object, array params) ccvs_add ccvs_auth ccvs_command ccvs_count ccvs_delete ccvs_done ccvs_init ccvs_lookup ccvs_new ccvs_report ccvs_return ccvs_reverse ccvs_sale ccvs_status ccvs_textvalue ccvs_void ceil(float number) chdir(string directory) checkdate(int month, int day, int year) checkdnsrr(string host, string type) chgrp(string filename, mixed group) chmod(string filename, int mode) chop(string str) chown(string filename, mixed user) chr(int ascii) chroot(string directory) chunk_split(string str, [int chunklen], [string ending]) class class_exists(string classname) clearstatcache(void) closedir([resource dir_handle]) closelog(void) com_addref(int module) com_event_sink(mixed comobject, object sinkobject, [mixed sinkinterface]) com_get(resource com_object, string property) com_invoke(int module, string handler_name, [mixed arg], [mixed ...]) com_invoke_ex(int module, int invokeflags, string handler_name, [mixed arg], [mixed ...]) com_isenum(object com_module) com_load(string module_name, [string remote_host], [int codepage], [string typelib]) com_load_typelib(string typelib_name, [int case_insensitive]) com_message_pump([int timeoutms]) com_print_typeinfo(mixed comobject | string typelib, string dispinterface, bool wantsink) com_propget com_propput(int module, string property_name, mixed value, ...) com_propput(resource com_object, string property, mixed value) com_propset(resource com_object, string property, mixed value) com_release(int module) com_set(resource com_object, string property, mixed value) compact(mixed var_names, [mixed ...]) confirm_extname_compiled(string arg) connection_aborted(void) connection_status(void) connection_timeout const constant(string const_name) convert_cyr_string(string str, string from, string to) copy(string source_file, string destination_file) cos(float number) cosh(float number) count(mixed var, [int mode]) count_chars(string input, [int mode]) cpdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text, [int mode]) cpdf_add_outline(int pdfdoc, int lastoutline, int sublevel, int open, int pagenr, string title) cpdf_arc(int pdfdoc, float x, float y, float radius, float start, float end, [int mode]) cpdf_begin_text(int pdfdoc) cpdf_circle(int pdfdoc, float x, float y, float radius, [int mode]) cpdf_clip(int pdfdoc) cpdf_close(int pdfdoc) cpdf_closepath(int pdfdoc) cpdf_closepath_fill_stroke(int pdfdoc) cpdf_closepath_stroke(int pdfdoc) cpdf_continue_text(int pdfdoc, string text) cpdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3, [int mode]) cpdf_end_text(int pdfdoc) cpdf_fill(int pdfdoc) cpdf_fill_stroke(int pdfdoc) cpdf_finalize(int pdfdoc) cpdf_finalize_page(int pdfdoc, int pagenr) cpdf_global_set_document_limits(int maxPages, int maxFonts, int maxImages, int maxAnnots, int maxObjects) cpdf_import_jpeg(int pdfdoc, string filename, float x, float y, float angle, float width, float height, float x_scale, float y_scale, int gsave, [int mode]) cpdf_lineto(int pdfdoc, float x, float y, [int mode]) cpdf_moveto(int pdfdoc, float x, float y, [int mode]) cpdf_newpath(int pdfdoc) cpdf_open(int compression, [string filename], [array doc_limits]) cpdf_output_buffer(int pdfdoc) cpdf_page_init(int pdfdoc, int pagenr, int orientation, int height, int width, [float unit]) cpdf_place_inline_image(int pdfdoc, int gdimage, float x, float y, float angle, fload width, float height, int gsave, [int mode]) cpdf_rect(int pdfdoc, float x, float y, float width, float height, [int mode]) cpdf_restore(int pdfdoc) cpdf_rlineto(int pdfdoc, float x, float y, [int mode]) cpdf_rmoveto(int pdfdoc, float x, float y, [int mode]) cpdf_rotate(int pdfdoc, float angle) cpdf_rotate_text(int pdfdoc, float angle) cpdf_save(int pdfdoc) cpdf_save_to_file(int pdfdoc, string filename) cpdf_scale(int pdfdoc, float x_scale, float y_scale) cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url, [int mode]) cpdf_set_char_spacing(int pdfdoc, float space) cpdf_set_creator(int pdfdoc, string creator) cpdf_set_current_page(int pdfdoc, int pagenr) cpdf_set_font(int pdfdoc, string font, float size, string encoding) cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir) cpdf_set_font_map_file(int pdfdoc, string filename) cpdf_set_horiz_scaling(int pdfdoc, float scale) cpdf_set_keywords(int pdfptr, string keywords) cpdf_set_leading(int pdf document, double distance) cpdf_set_leading(int pdfdoc, float distance) cpdf_set_page_animation(int pdfdoc, int transition, float duration, float direction, int orientation, int inout) cpdf_set_subject(int pdfptr, string subject) cpdf_set_text_matrix(int pdfdoc, arry matrix) cpdf_set_text_pos(int pdfdoc, float x, float y, [int mode]) cpdf_set_text_rendering(int pdfdoc, int rendermode) cpdf_set_text_rise(int pdfdoc, float value) cpdf_set_title(int pdfptr, string title) cpdf_set_viewer_preferences(int pdfdoc, array preferences) cpdf_set_word_spacing(int pdfdoc, float space) cpdf_setdash(int pdfdoc, long white, long black) cpdf_setflat(int pdfdoc, float value) cpdf_setgray(int pdfdoc, float value) cpdf_setgray_fill(int pdfdoc, float value) cpdf_setgray_stroke(int pdfdoc, float value) cpdf_setlinecap(int pdfdoc, int value) cpdf_setlinejoin(int pdfdoc, int value) cpdf_setlinewidth(int pdfdoc, float width) cpdf_setmiterlimit(int pdfdoc, float value) cpdf_setrgbcolor(int pdfdoc, float red, float green, float blue) cpdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue) cpdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue) cpdf_show(int pdfdoc, string text) cpdf_show_xy(int pdfdoc, string text, float x-koor, float y-koor, [int mode]) cpdf_stringwidth(int pdfdoc, string text) cpdf_stroke(int pdfdoc) cpdf_text(int pdfdoc, string text, [float x-koor], float y-koor, [int mode], [float orientation], [int alignmode]) cpdf_translate(int pdfdoc, float x, float y) crack_check([int dictionary], string password) crack_closedict([int link_identifier]) crack_getlastmessage(void) crack_opendict(string dictionary) crc32(string str) create_function(string args, string code) crypt(string str, [string salt]) ctype_alnum(mixed c) ctype_alpha(mixed c) ctype_cntrl(mixed c) ctype_digit(mixed c) ctype_graph(mixed c) ctype_lower(mixed c) ctype_print(mixed c) ctype_punct(mixed c) ctype_space(mixed c) ctype_upper(mixed c) ctype_xdigit(mixed c) curl_close(resource ch) curl_errno(resource ch) curl_error(resource ch) curl_exec(resource ch) curl_getinfo(resource ch, int opt) curl_init([string url]) curl_multi_exec(resource mh) curl_multi_getcontent(resource ch) curl_multi_info_read(resource mh) curl_multi_init(void) curl_multi_remove_handle(resource mh, resource ch) curl_setopt(resource ch, string option, mixed value) curl_version([int version]) current(array array_arg) cybercash_base64_decode cybercash_base64_encode cybercash_decr cybercash_encr cybermut_creerformulairecm cybermut_creerreponsecm cybermut_testmac cyrus_authenticate cyrus_bind cyrus_close cyrus_connect cyrus_query cyrus_unbind date(string format, [int timestamp]) dba_close(resource handle) dba_delete(string key, int handle) dba_exists(string key, int handle) dba_fetch(string key, [int skip], int handle) dba_firstkey(int handle) dba_handlers([bool full_info]) dba_insert(string key, string value, int handle) dba_list() dba_nextkey(int handle) dba_open(string path, string mode, [string handlername], string ...) dba_optimize(int handle) dba_popen(string path, [string mode], string handlername, string ...) dba_replace(string key, string value, int handle) dba_sync(int handle) dbase_add_record(int identifier, array data) dbase_close(int identifier) dbase_create(string filename, array fields) dbase_delete_record(int identifier, int record) dbase_get_record(int identifier, int record) dbase_get_record_with_names(int identifier, int record) dbase_numfields(int identifier) dbase_numrecords(int identifier) dbase_open(string name, int mode) dbase_pack(int identifier) dbase_replace_record(int identifier, array data, int recnum) dblist(void) dbmclose(int dbm_identifier) dbmdelete(int dbm_identifier, string key) dbmexists(int dbm_identifier, string key) dbmfetch(int dbm_identifier, string key) dbmfirstkey(int dbm_identifier) dbminsert(int dbm_identifier, string key, string value) dbmnextkey(int dbm_identifier, string key) dbmopen(string filename, string mode) dbmreplace(int dbm_identifier, string key, string value) dbplus_add dbplus_aql dbplus_chdir dbplus_close dbplus_curr dbplus_errcode dbplus_errno dbplus_find dbplus_first dbplus_flush dbplus_freealllocks dbplus_freelock dbplus_freerlocks dbplus_getlock dbplus_getunique dbplus_info dbplus_last dbplus_lockrel dbplus_next dbplus_open dbplus_prev dbplus_rchperm dbplus_rcreate dbplus_rcrtexact dbplus_rcrtlike dbplus_resolve dbplus_restorepos dbplus_rkeys dbplus_ropen dbplus_rquery dbplus_rrename dbplus_rsecindex dbplus_runlink dbplus_rzap dbplus_savepos dbplus_setindex dbplus_setindexbynumber dbplus_sql dbplus_tcl dbplus_tremove dbplus_undo dbplus_undoprepare dbplus_unlockrel dbplus_unselect dbplus_update dbplus_xlockrel dbplus_xunlockrel dbx_close(dbx_link_object dbx_link) dbx_compare(array row_x, array row_y, string columnname, [int flags]) dbx_connect(string module_name, string host, string db, string username, string password, [bool persistent]) dbx_error(dbx_link_object dbx_link) dbx_esc(dbx_link_object dbx_link, string sz) dbx_query(dbx_link_object dbx_link, string sql_statement, [long flags]) dbx_sort(object dbx_result, string compare_function_name) dcgettext(string domain_name, string msgid, long category) dcngettext(string domain, string msgid1, string msgid2, int n, int category) deaggregate(object obj, [string class]) debug_backtrace(void) debug_zval_dump(mixed var) debugger_off debugger_off() debugger_on debugger_on(string address) decbin(int decimal_number) dechex(int decimal_number) decoct(int decimal_number) define(string constant_name, mixed value, case_sensitive=true) define_syslog_variables(void) defined(string constant_name) deg2rad(float number) delete dgettext(string domain_name, string msgid) die(string message) dio_close(resource fd) dio_fcntl(resource fd, int cmd, [mixed arg]) dio_open(string filename, int flags, [int mode]) dio_read(resource fd, [int n]) dio_seek(resource fd, int pos, int whence) dio_stat(resource fd) dio_tcsetattr(resource fd, array args) dio_truncate(resource fd, int offset) dio_write(resource fd, string data, [int len]) dir(string directory) dirname(string path) disk_free_space(string path) disk_total_space(string path) diskfreespace(string directory) dl(string extension_filename) dl(string library) dngettext(string domain, string msgid1, string msgid2, int count) dns_check_recored(string host, [string type]) dns_get_mx(string hostname, array mxhosts, [array weight]) dns_get_record(string hostname, [int type], [array authns], array addtl) domattribute->name domattribute->specified domattribute->value domdocument->create_attribute domdocument->create_cdata_section domdocument->create_comment domdocument->create_element domdocument->create_entity_reference domdocument->create_processing_instruction domdocument->create_text_node domdocument->doctype domdocument->document_element domdocument->dump_file domdocument->dump_mem domdocument->get_element_by_id domdocument->get_elements_by_tagname domdocument->html_dump_mem domdocumenttype->entities domdocumenttype->internal_subset domdocumenttype->name domdocumenttype->notations domdocumenttype->public_id domdocumenttype->system_id domelement->get_attribute domelement->get_attribute_node domelement->get_elements_by_tagname domelement->has_attribute domelement->remove_attribute domelement->set_attribute domelement->set_attribute_node domelement->tagname domnode->append_child domnode->append_sibling domnode->attributes domnode->clone_node domnode->dump_node domnode->first_child domnode->get_content domnode->has_child_nodes domnode->insert_before domnode->is_blank_node domnode->last_child domnode->next_sibling domnode->node_name domnode->node_type domnode->node_value domnode->owner_document domnode->parent_node domnode->prefix domnode->previous_sibling domnode->remove_child domnode->replace_child domnode->replace_node domnode->set_content domnode->set_name domnode->unlink_node domprocessinginstruction->data domprocessinginstruction->target domxml_add_root(string name) domxml_attr_name(void) domxml_attr_specified(void) domxml_attr_value(void) domxml_cdata_length(void) domxml_clone_node([bool deep]) domxml_doc_create_attribute(string name, string value) domxml_doc_create_cdata_section(string content) domxml_doc_create_comment(string content) domxml_doc_create_element(string name) domxml_doc_create_element_ns(string uri, string name, [string prefix]) domxml_doc_create_entity_reference(string name) domxml_doc_create_processing_instruction(string name) domxml_doc_create_text_node(string content) domxml_doc_doctype(void) domxml_doc_document_element(int domnode) domxml_doc_get_element_by_id(string id) domxml_doc_get_elements_by_tagname(string tagname [, object xpathctx_handle) domxml_doc_ids(object doc_handle) domxml_doc_implementation(void) domxml_doc_imported_node(object node, bool recursive) domxml_doc_validate(array &error) domxml_doc_xinclude() domxml_doctype_entities(void) domxml_doctype_name(void) domxml_doctype_notations(void) domxml_doctype_public_id(void) domxml_doctype_system_id(void) domxml_dtd(void) domxml_dump_mem(object doc_handle, [int format], [encoding]) domxml_dump_mem_file(string filename, [int compressmode], [int format]) domxml_dump_node(object doc_handle, object node_handle, [int format], [int level]) domxml_elem_get_attribute(string attrname) domxml_elem_get_attribute_node(string attrname) domxml_elem_get_elements_by_tagname(string tagname) domxml_elem_has_attribute(string attrname) domxml_elem_remove_attribute(string attrname) domxml_elem_set_attribute(string attrname, string value) domxml_elem_set_attribute_node(object attr) domxml_elem_tagname(void) domxml_element(string name) domxml_html_dump_mem([int doc_handle]) domxml_is_blank_node(void) domxml_new_doc domxml_new_xmldoc(string version) domxml_node(string name) domxml_node_add_namespace(string uri, string prefix) domxml_node_append_child(object domnode) domxml_node_append_sibling(object domnode) domxml_node_attributes(void) domxml_node_children(void) domxml_node_first_child(void) domxml_node_get_content() domxml_node_has_attributes(void) domxml_node_has_child_nodes(void) domxml_node_insert_before(object newnode, object refnode) domxml_node_last_child(void) domxml_node_name(void) domxml_node_namespace_uri(void) domxml_node_new_child(string name, string content) domxml_node_next_sibling(void) domxml_node_owner_document(void) domxml_node_parent(void) domxml_node_prefix(void) domxml_node_previous_sibling(void) domxml_node_remove_child(object domnode) domxml_node_replace_child(object newnode, object oldnode) domxml_node_replace_node(object domnode) domxml_node_set_content(string content) domxml_node_set_name(string name) domxml_node_set_namespace(string uri, [string prefix]) domxml_node_text_concat(string content) domxml_node_type(void) domxml_node_unlink_node([object node]) domxml_node_value(void) domxml_notation_public_id(void) domxml_notation_system_id(void) domxml_open_file domxml_open_mem domxml_parser([string buf], string filename) domxml_parser_add_chunk(string chunk) domxml_parser_cdata_section(string chunk) domxml_parser_characters(string characters) domxml_parser_comment(string comment) domxml_parser_end([string chunk]) domxml_parser_end_document() domxml_parser_end_element(string tagname) domxml_parser_entity_reference(string reference) domxml_parser_get_document() domxml_parser_namespace_decl(string href, string prefix) domxml_parser_processing_instruction(string target, string data) domxml_parser_set_keep_blanks(bool mode) domxml_parser_start_document() domxml_parser_start_element(string tagname, array attributes) domxml_pi_data(void) domxml_pi_target(void) domxml_set_root(int domnode) domxml_substitute_entities_default(bool enable) domxml_test(int id) domxml_version(void) domxml_xmltree(string xmltree) domxml_xslt_process(object xslstylesheet, object xmldoc, [array xslt_parameters], [bool xpath_parameters], [string profileFilename]) domxml_xslt_result_dump_file(object xslstylesheet, object xmldoc, string filename, [int compression]) domxml_xslt_result_dump_mem(object xslstylesheet, object xmldoc) domxml_xslt_stylesheet(string xsltstylesheet) domxml_xslt_stylesheet_doc(object xmldoc) domxml_xslt_stylesheet_file(string filename) domxml_xslt_version(void) dotnet_load doubleval(mixed var) each(array arr) easter_date([int year]) easter_days([int year], [int method]) ebcdic2ascii(string ebcdic_str) echo(string arg) empty(mixed var) end(array array_arg) ereg(string pattern, string string, [array registers]) ereg_replace(string pattern, string replacement, string string) eregi(string pattern, string string, [array registers]) eregi_replace(string pattern, string replacement, string string) error_log(string message, [int message_type], [string destination], [string extra_headers]) error_reporting(int new_error_level=null) escapeshellarg(string arg) escapeshellcmd(string command) eval(string code_str) exec(string command, [array output], [int return_value]) exif_imagetype(string imagefile) exif_read_data(string filename, [sections_needed], [sub_arrays], [read_thumbnail]) exif_tagname(index) exif_thumbnail(string filename, [&width], &height, [&imagetype]) exit() exp(float number) explode(string separator, string str, [int limit]) expm1(float number) extension_loaded(string extension_name) extract(array var_array, [int extract_type], [string prefix]) ezmlm_hash(string addr) fbsql_affected_rows fbsql_autocommit fbsql_change_user fbsql_close fbsql_commit fbsql_connect fbsql_create_blob fbsql_create_clob fbsql_create_db fbsql_data_seek fbsql_database fbsql_database_password fbsql_db_query fbsql_db_status fbsql_drop_db fbsql_errno fbsql_error fbsql_fetch_array fbsql_fetch_assoc fbsql_fetch_field fbsql_fetch_lengths fbsql_fetch_object fbsql_fetch_row fbsql_field_flags fbsql_field_len fbsql_field_name fbsql_field_seek fbsql_field_table fbsql_field_type fbsql_free_result fbsql_get_autostart_info fbsql_hostname fbsql_insert_id fbsql_list_dbs fbsql_list_fields fbsql_list_tables fbsql_next_result fbsql_num_fields fbsql_num_rows fbsql_password fbsql_pconnect fbsql_query fbsql_read_blob fbsql_read_clob fbsql_result fbsql_rollback fbsql_select_db fbsql_set_lob_mode fbsql_set_transaction fbsql_start_db fbsql_stop_db fbsql_tablename fbsql_username fbsql_warnings fclose(resource fp) fdf_add_doc_javascript(resource fdfdoc, string scriptname, string script) fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename) fdf_close(resource fdfdoc) fdf_create(void) fdf_enum_values(resource fdfdoc, mixed callback, [mixed userdata]) fdf_get_ap(resource fdfdoc, string fieldname, int face, string filename) fdf_get_attachment(resource fdfdoc, string fieldname, string savepath) fdf_get_encoding(resource fdf) fdf_get_file(resource fdfdoc) fdf_get_flags(resorce fdfdoc, string fieldname, int whichflags) fdf_get_option(resource fdfdof, string fieldname, [int element]) fdf_get_status(resource fdfdoc) fdf_get_value(resource fdfdoc, string fieldname, [int which]) fdf_get_version([resource fdfdoc]) fdf_next_field_name(resource fdfdoc, [string fieldname]) fdf_open(string filename) fdf_open_string(string fdf_data) fdf_remove_item(resource fdfdoc, string fieldname, int item) fdf_save(resource fdfdoc, [string filename]) fdf_save_string(resource fdfdoc) fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr) fdf_set_encoding(int fdf_document, string encoding) fdf_set_file(resource fdfdoc, string filename, [string target_frame]) fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags) fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script) fdf_set_on_import_javascript(resource fdfdoc, string script, [bool before_data_import]) fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name) fdf_set_status(resource fdfdoc, string status) fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags) fdf_set_target_frame(resource fdfdoc, string target) fdf_set_value(resource fdfdoc, string fieldname, mixed value, [int isname]) fdf_set_version(resourece fdfdoc, string version) feof(resource fp) fflush(resource fp) fgetc(resource fp) fgetcsv(resource fp, int length, [string delimiter], [string enclosure]) fgets(resource fp, [int length]) fgetss(resource fp, int length, [string allowable_tags]) file(string filename, [bool use_include_path]) file_exists(string filename) file_get_contents(string filename, [bool use_include_path]) file_get_wrapper_data file_register_wrapper fileatime(string filename) filectime(string filename) filegroup(string filename) fileinode(string filename) filemtime(string filename) fileowner(string filename) fileperms(string filename) filepro(string directory) filepro_fieldcount(void) filepro_fieldname(int fieldnumber) filepro_fieldtype(int field_number) filepro_fieldwidth(int field_number) filepro_retrieve(int row_number, int field_number) filepro_rowcount(void) filesize(string filename) filetype(string filename) floatval(mixed var) flock(resource fp, int operation, [int &wouldblock]) floor(float number) flush(void) fmod(float x, float y) fnmatch(string pattern, string filename, [int flags]) fopen(string filename, string mode, [bool use_include_path], [resource context]) fpassthru(resource fp) fputs(int fp, string str, int length) fread(resource fp, int length) frenchtojd(int month, int day, int year) fribidi_charset_info(int charset) fribidi_get_charsets() fribidi_log2vis fribidi_log2vis(string logical_str, long direction, long charset) fscanf(resource stream, string format, [string ...]) fseek(resource fp, int offset, [int whence]) fsockopen(string hostname, int port, [int errno], [string errstr], [float timeout]) fstat(resource fp) ftell(resource fp) ftok(string pathname, string proj) ftp_cdup(resource stream) ftp_chdir(resource stream, string directory) ftp_close(resource stream) ftp_connect(string host, [int port], [int timeout)]) ftp_delete(resource stream, string file) ftp_exec(resource stream, string command) ftp_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos]) ftp_fput(resource stream, string remote_file, resource fp, int mode, [int startpos]) ftp_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos]) ftp_get_option(resource stream, int option) ftp_login(resource stream, string username, string password) ftp_mdtm(resource stream, string filename) ftp_mkdir(resource stream, string directory) ftp_nb_continue(resource stream) ftp_nb_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos]) ftp_nb_fput(resource stream, string remote_file, resource fp, int mode, [int startpos]) ftp_nb_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos]) ftp_nb_put(resource stream, string remote_file, string local_file, int mode, [int startpos]) ftp_nlist(resource stream, string directory) ftp_pasv(resource stream, bool pasv) ftp_put(resource stream, string remote_file, string local_file, int mode, [int startpos]) ftp_pwd(resource stream) ftp_quit(int ftp_stream) ftp_rawlist(resource stream, string directory, [bool recursive]) ftp_rename(resource stream, string src, string dest) ftp_rmdir(resource stream, string directory) ftp_set_option(resource stream, int option, mixed value) ftp_site(resource stream, string cmd) ftp_size(resource stream, string filename) ftp_ssl_connect(string host, [int port], [int timeout)]) ftp_systype(resource stream) ftruncate(resource fp, int size) func_get_arg(int arg_num) func_get_args() func_num_args(void) function function_exists(string function_name) fwrite(resource fp, string str, [int length]) gd_info() get_browser(string browser_name) get_cfg_var(string option_name) get_class(object object) get_class_methods(mixed class) get_class_vars(string class_name) get_current_user(void) get_declared_classes(void) get_defined_constants(void) get_defined_functions(void) get_defined_vars(void) get_extension_funcs(string extension_name) get_html_translation_table([int table], [int quote_style]) get_include_path() get_included_files(void) get_loaded_extensions(void) get_magic_quotes_gpc(void) get_magic_quotes_runtime(void) get_meta_tags(string filename, [bool use_include_path]) get_object_vars(object obj) get_parent_class(mixed object) get_required_files(void ) get_resource_type(resource res) getallheaders(void) getcwd(void) getdate([int timestamp]) getenv(string varname) gethostbyaddr(string ip_address) gethostbyname(string hostname) gethostbynamel(string hostname) getimagesize(string imagefile, [array info]) getlastmod(void) getmxrr(string hostname, array mxhosts, array weight) getmygid(void) getmyinode(void) getmypid(void) getmyuid(void) getopt(string options, [array longopts]) getprotobyname(string name) getprotobynumber(int proto) getrandmax(void) getrusage([int who]) getservbyname(string service, string protocol) getservbyport(int port, string protocol) gettext(string msgid) gettimeofday(void) gettype(mixed var) glob(string pattern, [int flags]) gmdate(string format, [int timestamp]) gmmktime(int hour, int min, int sec, int mon, int day, int year) gmp_abs(resource a) gmp_add(resource a, resource b) gmp_and(resource a, resource b) gmp_clrbit(resource &a, int index) gmp_cmp(resource a, resource b) gmp_com(resource a) gmp_div gmp_div_q(resource a, resource b, [int round]) gmp_div_qr(resource a, resource b, [int round]) gmp_div_r(resource a, resource b, [int round]) gmp_divexact(resource a, resource b) gmp_divexact(resource n, resource d) gmp_fact(int a) gmp_gcd(resource a, resource b) gmp_gcdext(resource a, resource b) gmp_hamdist(resource a, resource b) gmp_init(mixed number, [int base]) gmp_intval(resource gmpnumber) gmp_invert(resource a, resource b) gmp_jacobi(resource a, resource b) gmp_legendre(resource a, resource b) gmp_mod(resource a, resource b) gmp_mul(resource a, resource b) gmp_neg(resource a) gmp_or(resource a, resource b) gmp_perfect_square(resource a) gmp_popcount(resource a) gmp_pow(resource base, int exp) gmp_powm(resource base, resource exp, resource mod) gmp_prob_prime(resource a, [int reps]) gmp_random([int limiter]) gmp_scan0(resource a, int start) gmp_scan1(resource a, int start) gmp_setbit(resource &a, int index, [bool set_clear]) gmp_sign(resource a) gmp_sqrt(resource a) gmp_sqrtrem(resource a) gmp_sqrtrm(resource a) gmp_strval(resource gmpnumber, [int base]) gmp_sub(resource a, resource b) gmp_xor(resource a, resource b) gmstrftime(string format, [int timestamp]) gregoriantojd(int month, int day, int year) gzclose(int zp) gzcompress(string data, [int level]) gzdeflate(string data, [int level]) gzencode(string data, [int level], [int encoding_mode]) gzeof(int zp) gzfile(string filename, [int use_include_path]) gzgetc(int zp) gzgets(int zp, int length) gzgetss(int zp, int length, string allowable_tags) gzinflate(string data, [int length]) gzopen(string filename, string mode, [int use_include_path]) gzpassthru(int zp) gzputs(int zp, string str, int length) gzread(int zp, int length) gzrewind(int zp) gzseek(int zp, int offset) gztell(int zp) gzuncompress(string data, [int length]) gzwrite(int zp, string string, int length) header(string header, [bool replace], [int http_response_code]) headers_sent([string &$file], [int &$line]) hebrev(string str, [int max_chars_per_line]) hebrevc(string str, [int max_chars_per_line]) hexdec(string hexadecimal_number) highlight_file(string file_name, [bool return]) highlight_string(string string, [bool return]) html_doc(string html_doc, [bool from_file]) html_doc_file(string filename) html_entity_decode(string string, [int quote_style], [string charset]) htmlentities(string string, [int quote_style], [string charset]) htmlspecialchars(string string, [int quote_style], [string charset]) hw_array2objrec hw_changeobject hw_children hw_childrenobj hw_close hw_connect hw_connection_info hw_cp hw_deleteobject hw_docbyanchor hw_docbyanchorobj hw_document_attributes hw_document_bodytag hw_document_content hw_document_setcontent hw_document_size hw_dummy hw_edittext hw_error hw_errormsg hw_free_document hw_getanchors hw_getanchorsobj hw_getandlock hw_getchildcoll hw_getchildcollobj hw_getchilddoccoll hw_getchilddoccollobj hw_getobject hw_getobjectbyquery hw_getobjectbyquerycoll hw_getobjectbyquerycollobj hw_getobjectbyqueryobj hw_getparents hw_getparentsobj hw_getrellink hw_getremote hw_getremotechildren hw_getsrcbydestobj hw_gettext hw_getusername hw_identify hw_incollections hw_info hw_inscoll hw_insdoc hw_insertanchors hw_insertdocument hw_insertobject hw_mapid hw_modifyobject hw_mv hw_new_document hw_objrec2array hw_output_document hw_pconnect hw_pipedocument hw_root hw_setlinkroot hw_stat hw_unlock hw_who hwapi_hgcsp hypot(float num1, float num2) ibase_add_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name]) ibase_blob_add(int blob_id, string data) ibase_blob_cancel(int blob_id) ibase_blob_close(int blob_id) ibase_blob_create([int link_identifier]) ibase_blob_echo(string blob_id_str) ibase_blob_get(int blob_id, int len) ibase_blob_import([link_identifier], int file_id) ibase_blob_info(string blob_id_str) ibase_blob_open(string blob_id) ibase_close([int link_identifier]) ibase_commit([int link_identifier], int trans_number) ibase_connect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role]) ibase_delete_user(string server, string dba_user_name, string dba_password, string username) ibase_errmsg(void) ibase_execute(int query, [int bind_args], [int ...]) ibase_fetch_assoc(int result, [int blob_flag]) ibase_fetch_object(int result, [int blob_flag]) ibase_fetch_row(int result, [int blob_flag]) ibase_field_info(int result, int field_number) ibase_free_query(int query) ibase_free_result(int result) ibase_modify_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name]) ibase_num_fields(int result) ibase_pconnect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role]) ibase_prepare([int link_identifier], string query) ibase_query([int link_identifier], string query, [int bind_args]) ibase_rollback([int link_identifier], int trans_number) ibase_timefmt(string format) ibase_trans([int trans_args], [int link_identifier]) icap_close icap_create_calendar icap_delete_calendar icap_delete_event icap_fetch_event icap_list_alarms icap_list_events icap_open icap_rename_calendar icap_reopen icap_snooze icap_store_event iconv(string in_charset, string out_charset, string str) iconv_get_encoding([string type]) iconv_mime_decode(string encoded_string, [string charset]) iconv_mime_encode(string field_name, string field_value, string scheme, string out_charset, [string in_charset], int line_len, string lfchars) iconv_set_encoding(string type, string charset) iconv_strlen(string str, [string charset]) iconv_strpos(string haystack, string needle, int offset, [string charset]) iconv_strrpos(string haystack, string needle, [string charset]) iconv_substr(string str, int offset, [int length], string charset) ifx_affected_rows(int resultid) ifx_blobinfile_mode(int mode) ifx_byteasvarchar(int mode) ifx_close([int connid]) ifx_connect([string database], [string userid], [string password]) ifx_copy_blob(int bid) ifx_create_blob(int type, int mode, string param) ifx_create_char(string param) ifx_do(int resultid) ifx_error([int connection_id]) ifx_errormsg([int errorcode]) ifx_fetch_row(int resultid, [mixed position]) ifx_fieldproperties(int resultid) ifx_fieldtypes(int resultid) ifx_free_blob(int bid) ifx_free_char(int bid) ifx_free_result(int resultid) ifx_get_blob(int bid) ifx_get_char(int bid) ifx_getsqlca(int resultid) ifx_htmltbl_result(int resultid, [string htmltableoptions]) ifx_nullformat(int mode) ifx_num_fields(int resultid) ifx_num_rows(int resultid) ifx_pconnect([string database], [string userid], [string password]) ifx_prepare(string query, int connid, [int cursortype], [array idarray]) ifx_query(string query, int connid, [int cursortype], [array idarray]) ifx_textasvarchar(int mode) ifx_update_blob(int bid, string content) ifx_update_char(int bid, string content) ifxus_close_slob(int bid) ifxus_create_slob(int mode) ifxus_free_slob(int bid) ifxus_open_slob(long bid, int mode) ifxus_read_slob(long bid, long nbytes) ifxus_seek_slob(long bid, int mode, long offset) ifxus_tell_slob(long bid) ifxus_write_slob(long bid, string content) ignore_user_abort(bool value) image2wbmp(int im, [string filename], [int threshold]) image_type_to_mime_type(int imagetype) imagealphablending(resource im, bool on) imageantialias(int im, bool on) imagearc(int im, int cx, int cy, int w, int h, int s, int e, int col) imagechar(int im, int font, int x, int y, string c, int col) imagecharup(int im, int font, int x, int y, string c, int col) imagecolorallocate(int im, int red, int green, int blue) imagecolorallocatealpha(int im, int red, int green, int blue, int alpha) imagecolorat(int im, int x, int y) imagecolorclosest(int im, int red, int green, int blue) imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha) imagecolorclosesthwb(int im, int red, int green, int blue) imagecolordeallocate(int im, int index) imagecolorexact(int im, int red, int green, int blue) imagecolorexactalpha(resource im, int red, int green, int blue, int alpha) imagecolormatch(resource im1, resource im2) imagecolorresolve(int im, int red, int green, int blue) imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha) imagecolorset(int im, int col, int red, int green, int blue) imagecolorsforindex(int im, int col) imagecolorstotal(int im) imagecolortransparent(int im, [int col]) imagecopy(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h) imagecopymerge(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) imagecopymergegray(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct) imagecopyresampled(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h) imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h) imagecreate(int x_size, int y_size) imagecreatefromgd(string filename) imagecreatefromgd2(string filename) imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height) imagecreatefromgif(string filename) imagecreatefromjpeg(string filename) imagecreatefrompng(string filename) imagecreatefromstring(string image) imagecreatefromwbmp(string filename) imagecreatefromxbm(string filename) imagecreatefromxpm(string filename) imagecreatetruecolor(int x_size, int y_size) imagedashedline(int im, int x1, int y1, int x2, int y2, int col) imagedestroy(int im) imageellipse(resource im, int cx, int cy, int w, int h, int color) imagefill(int im, int x, int y, int col) imagefilledarc(int im, int cx, int cy, int w, int h, int s, int e, int col, int style) imagefilledellipse(resource im, int cx, int cy, int w, int h, int color) imagefilledpolygon(int im, array point, int num_points, int col) imagefilledrectangle(int im, int x1, int y1, int x2, int y2, int col) imagefilltoborder(int im, int x, int y, int border, int col) imagefilter(int src_im, int filtertype, [args]) imagefontheight(int font) imagefontwidth(int font) imageftbbox(int size, int angle, string font_file, string text, [array extrainfo]) imagefttext(int im, int size, int angle, int x, int y, int col, string font_file, string text, [array extrainfo]) imagegammacorrect(int im, float inputgamma, float outputgamma) imagegd(int im, [string filename]) imagegd2(int im, [string filename]) imagegif(int im, [string filename]) imageinterlace(int im, [int interlace]) imageistruecolor(int im) imagejpeg(int im, [string filename], [int quality]) imagelayereffect(resource im, int effect) imageline(int im, int x1, int y1, int x2, int y2, int col) imageloadfont(string filename) imagepalettecopy(int dst, int src) imagepng(int im, [string filename]) imagepolygon(int im, array point, int num_points, int col) imagepsbbox(string text, int font, int size, [int space], int tightness, int angle) imagepscopyfont(int font_index) imagepsencodefont(int font_index, string filename) imagepsextendfont(int font_index, float extend) imagepsfreefont(int font_index) imagepsloadfont(string pathname) imagepsslantfont(int font_index, float slant) imagepstext(int image, string text, int font, int size, int xcoord, int ycoord, [int space], int tightness, float angle, int antialias) imagerectangle(int im, int x1, int y1, int x2, int y2, int col) imagerotate(int src_im, float angle, int bgdcolor) imagesetbrush(resource image, resource brush) imagesetpixel(int im, int x, int y, int col) imagesetstyle(resource im, array styles) imagesetthickness(resource im, int thickness) imagesettile(resource image, resource tile) imagestring(int im, int font, int x, int y, string str, int col) imagestringup(int im, int font, int x, int y, string str, int col) imagesx(int im) imagesy(int im) imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted) imagettfbbox(int size, int angle, string font_file, string text) imagettftext(int im, int size, int angle, int x, int y, int col, string font_file, string text) imagetypes(void) imagewbmp(int im, [string filename], , [int foreground]) imap_8bit(string text) imap_alerts(void) imap_append(resource stream_id, string folder, string message, [string options]) imap_base64(string text) imap_binary(string text) imap_body(resource stream_id, int msg_no, [int options]) imap_bodystruct(resource stream_id, int msg_no, int section) imap_check(resource stream_id) imap_clearflag_full(resource stream_id, string sequence, string flag, [int options]) imap_close(resource stream_id, [int options]) imap_createmailbox(resource stream_id, string mailbox) imap_delete(resource stream_id, int msg_no, [int options]) imap_deletemailbox(resource stream_id, string mailbox) imap_errors(void) imap_expunge(resource stream_id) imap_fetch_overview(resource stream_id, int msg_no, [int options]) imap_fetchbody(resource stream_id, int msg_no, int section, [int options]) imap_fetchheader(resource stream_id, int msg_no, [int options]) imap_fetchstructure(resource stream_id, int msg_no, [int options]) imap_get_quota(resource stream_id, string qroot) imap_get_quotaroot(resource stream_id, string mbox) imap_getmailboxes(resource stream_id, string ref, string pattern) imap_getsubscribed(resource stream_id, string ref, string pattern) imap_header(int imap_stream, int msg_number, int fromlength, int subjectlength, string defaulthost) imap_header_decode(string text) imap_headerinfo(resource stream_id, int msg_no, [int from_length], [int subject_length], [string default_host]) imap_headers(resource stream_id) imap_last_error(void) imap_list(resource stream_id, string ref, string pattern) imap_listmailbox(int imap_stream, string ref, string pattern) imap_listsubscribed(int imap_stream, string ref, string pattern) imap_lsub(resource stream_id, string ref, string pattern) imap_mail(string to, string subject, string message, [string additional_headers], [string cc], [string bcc], [string rpath]) imap_mail_compose(array envelope, array body) imap_mail_copy(resource stream_id, int msg_no, string mailbox, [int options]) imap_mail_move(resource stream_id, int msg_no, string mailbox, [int options]) imap_mailboxmsginfo(resource stream_id) imap_mime_header_decode(string str) imap_msgno(resource stream_id, int unique_msg_id) imap_num_msg(resource stream_id) imap_num_recent(resource stream_id) imap_open(string mailbox, string user, string password, [int options]) imap_ping(resource stream_id) imap_popen imap_qprint(string text) imap_renamemailbox(resource stream_id, string old_name, string new_name) imap_reopen(resource stream_id, string mailbox, [int options]) imap_rfc822_parse_adrlist(string address_string, string default_host) imap_rfc822_parse_headers(string headers, [string default_host]) imap_rfc822_write_address(string mailbox, string host, string personal) imap_scan(resource stream_id, string ref, string pattern, string content) imap_scanmailbox(int imap_stream, string ref, string pattern, string content) imap_search(resource stream_id, string criteria, [int options]) imap_set_quota(resource stream_id, string qroot, int mailbox_size) imap_setacl(resource stream_id, string mailbox, string id, string rights) imap_setflag_full(resource stream_id, string sequence, string flag, [int options]) imap_sort(resource stream_id, int criteria, int reverse, [int options], [string search_criteria]) imap_status(resource stream_id, string mailbox, int options) imap_subscribe(resource stream_id, string mailbox) imap_thread(resource stream_id, [int options]) imap_uid(resource stream_id, int msg_no) imap_undelete(resource stream_id, int msg_no) imap_unsubscribe(resource stream_id, string mailbox) imap_utf7_decode(string buf) imap_utf7_encode(string buf) imap_utf8(string string) implements implode([string glue], array pieces) import_request_variables(string types, [string prefix]) in_array(mixed needle, array haystack, [bool strict]) include include_once ingres_autocommit([resource link]) ingres_close([resource link]) ingres_commit([resource link]) ingres_connect([string database], [string username], [string password]) ingres_fetch_array([int result_type], [resource link]) ingres_fetch_object([int result_type], [resource link]) ingres_fetch_row([resource link]) ingres_field_length(int index, [resource link]) ingres_field_name(int index, [resource link]) ingres_field_nullable(int index, [resource link]) ingres_field_precision(int index, [resource link]) ingres_field_scale(int index, [resource link]) ingres_field_type(int index, [resource link]) ingres_num_fields([resource link]) ingres_num_rows([resource link]) ingres_pconnect([string database], [string username], [string password]) ingres_query(string query, [resource link]) ingres_rollback([resource link]) ini_alter(string varname, string newvalue) ini_get(string varname) ini_get_all([string extension]) ini_restore(string varname) ini_set(string varname, string newvalue) instanceof interface intval(mixed var, [int base]) ip2long(string ip_address) iptcembed(string iptcdata, string jpeg_file_name, [int spool]) iptcparse(string iptcdata) ircg_channel_mode(int connection, string channel, string mode_spec, string nick) ircg_disconnect(void) ircg_fetch_error_msg(int connection) ircg_get_username(int connection) ircg_html_encode(string html_text) ircg_ignore_add(resource connection, string nick) ircg_ignore_del(int connection, string nick) ircg_invite(int connection, string channel, string nickname) ircg_is_conn_alive(int connection) ircg_join(int connection, string channel, [string chan-key]) ircg_kick(int connection, string channel, string nick, string reason) ircg_lookup_format_messages(string name) ircg_msg(void) ircg_nick(void) ircg_nickname_escape(string nick) ircg_nickname_unescape(string nick) ircg_notice(void) ircg_part(int connection, string channel) ircg_pconnect(void) ircg_register_format_messages(string name, array messages) ircg_set_current(int connection) ircg_set_file(int connection, string path) ircg_set_on_die(int connection, string host, int port, string data) ircg_topic(int connection, string channel, string topic) ircg_who(int connection, string mask, [bool ops_only]) ircg_whois(int connection, string nick) is_a(object object, string class_name) is_array(mixed var) is_bool(mixed var) is_callable(mixed var, [bool syntax_only], [string callable_name]) is_dir(string filename) is_double(mixed var) is_executable(string filename) is_file(string filename) is_finite(float val) is_float(mixed var) is_infinite(float val) is_int(mixed var) is_integer(mixed var) is_link(string filename) is_long(mixed var) is_nan(float val) is_null(mixed var) is_numeric(mixed value) is_object(mixed var) is_readable(string filename) is_real(mixed var) is_resource(mixed var) is_scalar(mixed value) is_string(mixed var) is_subclass_of(object object, string class_name) is_uploaded_file(string path) is_writable(string filename) isset isset(mixed var, [mixed var], [...]) java_last_exception_clear(void) java_last_exception_get(void) jddayofweek(int juliandaycount, [int mode]) jdmonthname(int juliandaycount, int mode) jdtofrench(int juliandaycount) jdtogregorian(int juliandaycount) jdtojewish(int juliandaycount, [bool hebrew], [int fl]) jdtojulian(int juliandaycount) jdtounix(int jday) jewishtojd(int month, int day, int year) join(array src, string glue) jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold) juliantojd(int month, int day, int year) key(array array_arg) krsort(array array_arg, [int sort_flags]) ksort(array array_arg, [int sort_flags]) lcg_value() ldap_8859_to_t61(string value) ldap_add(resource link, string dn, array entry) ldap_bind(resource link, [string dn], string password) ldap_close(int link_identifier) ldap_compare(resource link, string dn, string attr, string value) ldap_connect([string host], [int port]) ldap_count_entries(resource link, resource result) ldap_delete(resource link, string dn) ldap_dn2ufn(string dn) ldap_err2str(int errno) ldap_errno(resource link) ldap_error(resource link) ldap_explode_dn(string dn, int with_attrib) ldap_first_attribute(resource link, resource result_entry, int ber) ldap_first_entry(resource link, resource result) ldap_first_reference(resource link, resource result) ldap_free_result(resource result) ldap_get_attributes(resource link, resource result_entry) ldap_get_dn(resource link, resource result_entry) ldap_get_entries(resource link, resource result) ldap_get_option(resource link, int option, mixed retval) ldap_get_values(resource link, resource result_entry, string attribute) ldap_get_values_len(resource link, resource result_entry, string attribute) ldap_list(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref]) ldap_mod_add(resource link, string dn, array entry) ldap_mod_del(resource link, string dn, array entry) ldap_mod_replace(resource link, string dn, array entry) ldap_modify(int link_identifier, string dn, array entry) ldap_next_attribute(resource link, resource result_entry, resource ber) ldap_next_entry(resource link, resource result_entry) ldap_next_reference(resource link, resource reference_entry) ldap_parse_reference(resource link, resource reference_entry, array referrals) ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals) ldap_read(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref]) ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn)) ldap_search(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref]) ldap_set_option(resource link, int option, mixed newval) ldap_set_rebind_proc(resource link, string callback) ldap_sort(resource link, resource result, string sortfilter) ldap_start_tls(resource link) ldap_t61_to_8859(string value) ldap_unbind(resource link) leak(int num_bytes=3) levenshtein(string str1, string str2) levenshtein(string str1, string str2, function cost) levenshtein(string str1, string str2, int cost_ins, int cost_rep, int cost_del) link(string target, string link) linkinfo(string filename) list() localeconv(void) localtime([int timestamp], [bool associative_array]) log(float number, [float base]) log10(float number) log1p(float number) long2ip(int proper_address) lstat(string filename) ltrim(string str, [string character_mask]) mail(string to, string subject, string message, [string additional_headers], [string additional_parameters]) mailparse_determine_best_xfer_encoding mailparse_msg_create mailparse_msg_extract_part mailparse_msg_extract_part_file mailparse_msg_free mailparse_msg_get_part mailparse_msg_get_part_data mailparse_msg_get_structure mailparse_msg_parse mailparse_msg_parse_file mailparse_rfc822_parse_addresses mailparse_stream_encode mailparse_uudecode_all max(mixed arg1, [mixed arg2], [mixed ...]) mb_convert_case(string sourcestring, int mode, [string encoding]) mb_convert_encoding(string str, string to-encoding, [mixed from-encoding]) mb_convert_kana(string str, [string option], [string encoding]) mb_convert_variables(string to-encoding, mixed from-encoding, [mixed ...]) mb_decode_mimeheader(string string) mb_decode_numericentity(string string, array convmap, [string encoding]) mb_detect_encoding(string str, [mixed encoding_list]) mb_detect_order([mixed encoding-list]) mb_encode_mimeheader(string str, [string charset], [string transfer-encoding], [string linefeed]) mb_encode_numericentity(string string, array convmap, [string encoding]) mb_ereg(string pattern, string string, [array registers]) mb_ereg_match(string pattern, string string [, string option) mb_ereg_replace(string pattern, string replacement, string string, [string option]) mb_ereg_search([string pattern], [string option]) mb_ereg_search_getpos(void) mb_ereg_search_getregs(void) mb_ereg_search_init(string string, [string pattern], [string option]) mb_ereg_search_pos([string pattern], [string option]) mb_ereg_search_regs([string pattern], [string option]) mb_ereg_search_setpos(int position) mb_eregi(string pattern, string string, [array registers]) mb_eregi_replace(string pattern, string replacement, string string) mb_get_info([string type]) mb_http_input([string type]) mb_http_output([string encoding]) mb_internal_encoding([string encoding]) mb_language([string language]) mb_output_handler(string contents, int status) mb_parse_str(string encoded_string, [array result]) mb_preferred_mime_name(string encoding) mb_regex_encoding([string encoding]) mb_regex_set_options([string options]) mb_send_mail(string to, string subject, string message, [string additional_headers], [string additional_parameters]) mb_split(string pattern, string string, [int limit]) mb_strcut(string str, int start, [int length], [string encoding]) mb_strimwidth(string str, int start, int width, [string trimmarker], [string encoding]) mb_strlen(string str, [string encoding]) mb_strpos(string haystack, string needle, [int offset], [string encoding]) mb_strrpos(string haystack, string needle, [string encoding]) mb_strtolower(string sourcestring, [string encoding]) mb_strtoupper(string sourcestring, [string encoding]) mb_strwidth(string str, [string encoding]) mb_substitute_character([mixed substchar]) mb_substr(string str, int start, [int length], [string encoding]) mb_substr_count(string haystack, string needle, [string encoding]) mcal_append_event(int stream_id) mcal_close(int stream_id, [int options]) mcal_create_calendar(int stream_id, string calendar) mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday) mcal_date_valid(int year, int month, int day) mcal_day_of_week(int year, int month, int day) mcal_day_of_year(int year, int month, int day) mcal_days_in_month(int month, bool leap_year) mcal_delete_calendar(int stream_id, string calendar) mcal_delete_event(int stream_id, int event_id) mcal_event_add_attribute(int stream_id, string attribute, string value) mcal_event_init(int stream_id) mcal_event_set_alarm(int stream_id, int alarm) mcal_event_set_category(int stream_id, string category) mcal_event_set_class(int stream_id, int class) mcal_event_set_description(int stream_id, string description) mcal_event_set_end(int stream_id, int year, int month, int day [[, [int hour], int min, int sec) mcal_event_set_recur_daily(int stream_id, int year, int month, int day, int interval) mcal_event_set_recur_monthly_mday(int stream_id, int year, int month, int day, int interval) mcal_event_set_recur_monthly_wday(int stream_id, int year, int month, int day, int interval) mcal_event_set_recur_none(int stream_id) mcal_event_set_recur_weekly(int stream_id, int year, int month, int day, int interval, int weekdays) mcal_event_set_recur_yearly(int stream_id, int year, int month, int day, int interval) mcal_event_set_start(int stream_id, int year, int month, int day [[, [int hour], int min, int sec) mcal_event_set_title(int stream_id, string title) mcal_expunge(int stream_id) mcal_fetch_current_stream_event(int stream_id) mcal_fetch_event(int stream_id, int eventid, [int options]) mcal_is_leap_year(int year) mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec) mcal_list_events(int stream_id, object begindate, [object enddate]) mcal_next_recurrence(int stream_id, int weekstart, array next) mcal_open(string calendar, string user, string password, [int options]) mcal_popen(string calendar, string user, string password, [int options]) mcal_rename_calendar(int stream_id, string src_calendar, string dest_calendar) mcal_reopen(int stream_id, string calendar, [int options]) mcal_snooze(int stream_id, int uid) mcal_store_event(int stream_id) mcal_time_valid(int hour, int min, int sec) mcal_week_of_year(int day, int month, int year) mcrypt_cbc(int cipher, string key, string data, int mode, string iv) mcrypt_cbc(string cipher, string key, string data, int mode, string iv) mcrypt_cfb(int cipher, string key, string data, int mode, string iv) mcrypt_cfb(string cipher, string key, string data, int mode, string iv) mcrypt_create_iv(int size, int source) mcrypt_decrypt(string cipher, string key, string data, string mode, string iv) mcrypt_ecb(int cipher, string key, string data, int mode, string iv) mcrypt_ecb(string cipher, string key, string data, int mode, string iv) mcrypt_enc_get_algorithms_name(resource td) mcrypt_enc_get_block_size(resource td) mcrypt_enc_get_iv_size(resource td) mcrypt_enc_get_key_size(resource td) mcrypt_enc_get_modes_name(resource td) mcrypt_enc_get_supported_key_sizes(resource td) mcrypt_enc_is_block_algorithm(resource td) mcrypt_enc_is_block_algorithm_mode(resource td) mcrypt_enc_is_block_mode(resource td) mcrypt_enc_self_test(resource td) mcrypt_encrypt(string cipher, string key, string data, string mode, string iv) mcrypt_generic(resource td, string data) mcrypt_generic_deinit(resource td) mcrypt_generic_end(resource td) mcrypt_generic_init(resource td, string key, string iv) mcrypt_get_block_size(int cipher) mcrypt_get_block_size(string cipher, string module) mcrypt_get_cipher_name(int cipher) mcrypt_get_cipher_name(string cipher) mcrypt_get_iv_size(resource td) mcrypt_get_iv_size(string cipher, string mode) mcrypt_get_iv_size(string cipher, string module) mcrypt_get_key_size(string cipher, string module) mcrypt_list_algorithms([string lib_dir]) mcrypt_list_modes([string lib_dir]) mcrypt_module_close(resource td) mcrypt_module_get_algo_block_size(string algorithm, [string lib_dir]) mcrypt_module_get_algo_key_size(string algorithm, [string lib_dir]) mcrypt_module_get_supported_key_sizes(string algorithm, [string lib_dir]) mcrypt_module_is_block_algorithm(string algorithm, [string lib_dir]) mcrypt_module_is_block_algorithm_mode(string mode, [string lib_dir]) mcrypt_module_is_block_mode(string mode, [string lib_dir]) mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory) mcrypt_module_self_test(string algorithm, [string lib_dir]) mcrypt_ofb(int cipher, string key, string data, int mode, string iv) mcrypt_ofb(string cipher, string key, string data, int mode, string iv) mcve_adduser(resource conn, string admin_password, int usersetup) mcve_adduserarg(resource usersetup, int argtype, string argval) mcve_bt(resource conn, string username, string password) mcve_checkstatus(resource conn, int identifier) mcve_chkpwd(resource conn, string username, string password) mcve_chngpwd(resource conn, string admin_password, string new_password) mcve_completeauthorizations(resource conn, int &array) mcve_connect(resource conn) mcve_connectionerror(resource conn) mcve_deleteresponse(resource conn, int identifier) mcve_deletetrans(resource conn, int identifier) mcve_deleteusersetup(resource usersetup) mcve_deluser(resource conn, string admin_password, string username) mcve_destroyconn(resource conn) mcve_destroyengine(void) mcve_disableuser(resource conn, string admin_password, string username) mcve_edituser(resource conn, string admin_password, int usersetup) mcve_enableuser(resource conn, string admin_password, string username) mcve_force(resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum) mcve_getcell(resource conn, int identifier, string column, int row) mcve_getcellbynum(resource conn, int identifier, int column, int row) mcve_getcommadelimited(resource conn, int identifier) mcve_getheader(resource conn, int identifier, int column_num) mcve_getuserarg(resource usersetup, int argtype) mcve_getuserparam(resource conn, long identifier, int key) mcve_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) mcve_gl(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) mcve_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate) mcve_initconn(void) mcve_initengine(string location) mcve_initusersetup(void) mcve_iscommadelimited(resource conn, int identifier) mcve_liststats(resource conn, string admin_password) mcve_listusers(resource conn, string admin_password) mcve_maxconntimeout(resource conn, int secs) mcve_monitor(resource conn) mcve_numcolumns(resource conn, int identifier) mcve_numrows(resource conn, int identifier) mcve_override(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) mcve_parsecommadelimited(resource conn, int identifier) mcve_ping(resource conn) mcve_preauth(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) mcve_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum) mcve_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum) mcve_responseparam(resource conn, long identifier, string key) mcve_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum) mcve_returncode(resource conn, int identifier) mcve_returnstatus(resource conn, int identifier) mcve_sale(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum) mcve_setblocking(resource conn, int tf) mcve_setdropfile(resource conn, string directory) mcve_setip(resource conn, string host, int port) mcve_setssl(resource conn, string host, int port) mcve_settimeout(resource conn, int seconds) mcve_settle(resource conn, string username, string password, string batch) mcve_text_avs(string code) mcve_text_code(string code) mcve_text_cv(int code) mcve_transactionauth(resource conn, int identifier) mcve_transactionavs(resource conn, int identifier) mcve_transactionbatch(resource conn, int identifier) mcve_transactioncv(resource conn, int identifier) mcve_transactionid(resource conn, int identifier) mcve_transactionitem(resource conn, int identifier) mcve_transactionssent(resource conn) mcve_transactiontext(resource conn, int identifier) mcve_transinqueue(resource conn) mcve_transnew(resource conn) mcve_transparam(resource conn, long identifier, int key, ...) mcve_transsend(resource conn, long identifier) mcve_ub(resource conn, string username, string password) mcve_uwait(long microsecs) mcve_verifyconnection(resource conn, int tf) mcve_verifysslcert(resource conn, int tf) mcve_void(resource conn, string username, string password, int sid, int ptrannum) md5(string str) md5_file(string filename) mdecrypt_generic(resource td, string data) metaphone(string text, int phones) method_exists(object object, string method) mhash(int hash, string data, [string key]) mhash_count(void) mhash_get_block_size(int hash) mhash_get_hash_name(int hash) mhash_keygen_s2k(int hash, string input_password, string salt, int bytes) microtime(void) mime_content_type(string filename) min(mixed arg1, [mixed arg2], [mixed ...]) ming_setcubicthreshold ming_setscale ming_useswfversion mkdir(string pathname, [int mode]) mktime(int hour, int min, int sec, int mon, int day, int year) money_format(string format, float value) move_uploaded_file(string path, string new_path) msession_call(string fn_name, , [string param1], ... [, string param4) msession_connect(string host, string port) msession_count(void) msession_create(string session) msession_destroy(string name) msession_disconnect(void) msession_find(string name, string value) msession_get(string session, string name, string default_value) msession_get_array(string session) msession_get_data(string session) msession_getdata msession_inc(string session, string name) msession_list(void) msession_listvar(string name) msession_lock(string name) msession_plugin(string session, string val, [string param]) msession_randstr(int num_chars) msession_set(string session, string name, string value) msession_set_array(string session, array tuples) msession_set_data(string session, string value) msession_setdata msession_stat(string name) msession_timeout(string session, [int param]) msession_uniq(int num_chars) msession_unlock(string session, int key) msg_get_queue(long key, [long perms]) msg_receive(resource queue, long desiredmsgtype, long &msgtype, long maxsize, mixed message [, [bool unserialize=true], [long flags=0], [long errorcod]) msg_remove_queue(resource queue) msg_send(resource queue, long msgtype, mixed message [, [bool serialize=true], [bool blocking=true], [long errorcode]) msg_set_queue(resource queue, array data) msg_stat_queue(resource queue) msql msql_affected_rows(int query) msql_close([int link_identifier]) msql_connect([string hostname:port], [string username], [string password]) msql_create_db msql_create_db(string database_name, [int link_identifier]) msql_createdb msql_data_seek(int query, int row_number) msql_db_query(string database_name, string query, [int link_identifier]) msql_dbname msql_drop_db(string database_name, [int link_identifier]) msql_dropdb msql_error([int link_identifier]) msql_fetch_array(int query, [int result_type]) msql_fetch_field(int query, [int field_offset]) msql_fetch_object(int query, [int result_type]) msql_fetch_row(int query) msql_field_flags(int query, int field_offset) msql_field_len(int query, int field_offet) msql_field_name(int query, int field_index) msql_field_seek(int query, int field_offset) msql_field_table(int query, int field_offset) msql_field_type(int query, int field_offset) msql_fieldflags msql_fieldlen msql_fieldname msql_fieldtable msql_fieldtype msql_free_result(int query) msql_freeresult msql_list_dbs([int link_identifier]) msql_list_fields(string database_name, string table_name, [int link_identifier]) msql_list_tables(string database_name, [int link_identifier]) msql_listdbs msql_listfields msql_listtables msql_num_fields(int query) msql_num_rows(int query) msql_numfields msql_numrows msql_pconnect([string hostname:port], [string username], [string password]) msql_query(string query, [int link_identifier]) msql_regcase msql_result(int query, int row, [mixed field]) msql_select_db(string database_name, [int link_identifier]) msql_selectdb msql_tablename mssql_bind(int stmt, string param_name, mixed var, int typ) mssql_close([int connectionid]) mssql_connect([string servername], [string username], [string password]) mssql_data_seek(int result_id, int offset) mssql_execute(int stmt) mssql_fetch_array(int result_id, [int result_type]) mssql_fetch_assoc(int result_id, [int result_type]) mssql_fetch_batch(string result_index) mssql_fetch_field(int result_id, [int offset]) mssql_fetch_object(int result_id, [int result_type]) mssql_fetch_row(int result_id, [int result_type]) mssql_field_length(int result_id, [int offset]) mssql_field_name(int result_id, [int offset]) mssql_field_seek(int result_id, int offset) mssql_field_type(int result_id, [int offset]) mssql_free_result(string result_index) mssql_get_last_message(void) mssql_guid_string(string binary [, int short_format) mssql_init(string sp_name, [int conn_id]) mssql_min_error_severity(int severity) mssql_min_message_severity(int severity) mssql_next_result(int result_id) mssql_num_fields(int mssql_result_index) mssql_num_rows(int mssql_result_index) mssql_pconnect([string servername], [string username], [string password]) mssql_query(string query, [int conn_id], [int batch_size]) mssql_result(int result_id, int row, mixed field) mssql_rows_affected(int conn_id) mssql_select_db(string database_name, [int conn_id]) mt_getrandmax(void) mt_rand([int min], int max) mt_srand([int seed]) muscat_close muscat_get muscat_give muscat_setup muscat_setup_net mysql_affected_rows([int link_identifier]) mysql_change_user(string user, string password, string database, int link_identifier) mysql_character_set_name mysql_client_encoding([int link_identifier]) mysql_close([int link_identifier]) mysql_connect([string hostname:port:/path/to/socket], [string username], [string password], [bool new], [int flags]) mysql_create_db(string database_name, [int link_identifier]) mysql_data_seek(int result, int row_number) mysql_db_name(int result, int row, mixed field) mysql_db_query(string database_name, string query, [int link_identifier]) mysql_drop_db(string database_name, [int link_identifier]) mysql_errno([int link_identifier]) mysql_escape_string(string to_be_escaped) mysql_fetch_array(int result, [int result_type]) mysql_fetch_assoc(int result) mysql_fetch_field(int result, [int field_offset]) mysql_fetch_lengths(int result) mysql_fetch_object(int result, [int result_type]) mysql_fetch_row(int result) mysql_field_flags(int result, int field_offset) mysql_field_len(int result, int field_offset) mysql_field_name(int result, int field_index) mysql_field_seek(int result, int field_offset) mysql_field_table(int result, int field_offset) mysql_field_type(int result, int field_offset) mysql_free_result(int result) mysql_get_client_info(void) mysql_get_host_info([int link_identifier]) mysql_get_proto_info([int link_identifier]) mysql_get_server_info([int link_identifier]) mysql_info([int link_identifier]) mysql_insert_id([int link_identifier]) mysql_list_dbs([int link_identifier]) mysql_list_fields(string database_name, string table_name, [int link_identifier]) mysql_list_processes([int link_identifier]) mysql_list_tables(string database_name, [int link_identifier]) mysql_num_fields(int result) mysql_num_rows(int result) mysql_pconnect([string hostname:port:/path/to/socket], [string username], [string password], [int flags]) mysql_ping([int link_identifier]) mysql_query(string query, [int link_identifier], [int result_mode]) mysql_real_escape_string(string to_be_escaped, [int link_identifier]) mysql_result(int result, int row, [mixed field]) mysql_select_db(string database_name, [int link_identifier]) mysql_stat([int link_identifier]) mysql_tablename(int result, int i) mysql_thread_id([int link_identifier]) mysql_unbuffered_query(string query, [int link_identifier], [int result_mode]) natcasesort(array array_arg) natsort(array array_arg) ncurses_addch ncurses_addchnstr ncurses_addchstr ncurses_addnstr ncurses_addstr ncurses_assume_default_colors ncurses_attroff ncurses_attron ncurses_attrset ncurses_baudrate ncurses_beep ncurses_bkgd ncurses_bkgdset ncurses_border ncurses_can_change_color ncurses_cbreak ncurses_clear ncurses_clrtobot ncurses_clrtoeol ncurses_color_set ncurses_curs_set ncurses_def_prog_mode ncurses_def_shell_mode ncurses_define_key ncurses_delay_output ncurses_delch ncurses_deleteln ncurses_delwin ncurses_doupdate ncurses_echo ncurses_echochar ncurses_end ncurses_erase ncurses_erasechar ncurses_filter ncurses_flash ncurses_flushinp ncurses_getch ncurses_getmouse ncurses_halfdelay ncurses_has_colors ncurses_has_ic ncurses_has_il ncurses_has_key ncurses_hline ncurses_inch ncurses_init ncurses_init_color ncurses_init_pair ncurses_insch ncurses_insdelln ncurses_insertln ncurses_insstr ncurses_instr ncurses_isendwin ncurses_keyok ncurses_killchar ncurses_longname ncurses_mouseinterval ncurses_mousemask ncurses_move ncurses_mvaddch ncurses_mvaddchnstr ncurses_mvaddchstr ncurses_mvaddnstr ncurses_mvaddstr ncurses_mvcur ncurses_mvdelch ncurses_mvgetch ncurses_mvhline ncurses_mvinch ncurses_mvvline ncurses_mvwaddstr ncurses_napms ncurses_newwin ncurses_nl ncurses_nocbreak ncurses_noecho ncurses_nonl ncurses_noqiflush ncurses_noraw ncurses_putp ncurses_qiflush ncurses_raw ncurses_refresh ncurses_resetty ncurses_savetty ncurses_scr_dump ncurses_scr_init ncurses_scr_restore ncurses_scr_set ncurses_scrl ncurses_slk_attr ncurses_slk_attroff ncurses_slk_attron ncurses_slk_attrset ncurses_slk_clear ncurses_slk_color ncurses_slk_init ncurses_slk_noutrefresh ncurses_slk_refresh ncurses_slk_restore ncurses_slk_touch ncurses_standend ncurses_standout ncurses_start_color ncurses_termattrs ncurses_termname ncurses_timeout ncurses_typeahead ncurses_ungetch ncurses_ungetmouse ncurses_use_default_colors ncurses_use_env ncurses_use_extended_names ncurses_vidattr ncurses_vline ncurses_wrefresh netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass) netsnmp_session_gen_sec_key(struct snmp_session *s, u_char *pass) netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot) netsnmp_session_set_sec_level(struct snmp_session *s, char *level) netsnmp_session_set_sec_name(struct snmp_session *s, char *name) netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot) next(array array_arg) ngettext(string MSGID1, string MSGID2, int N) nl2br(string str) nl_langinfo(int item) node_attributes(zval **attributes, int node) node_children([int node]) node_namespace([int node]) notes_body(string server, string mailbox, int msg_number) notes_copy_db(string from_database_name, string to_database_name, [string title]) notes_create_db(string database_name) notes_create_note(string database_name, string form_name) notes_drop_db(string database_name) notes_find_note(string database_name, string name, [string type]) notes_header_info(string server, string mailbox, int msg_number) notes_list_msgs(string db) notes_mark_read(string database_name, string user_name, string note_id) notes_mark_unread(string database_name, string user_name, string note_id) notes_nav_create(string database_name, string name) notes_search(string database_name, string keywords) notes_unread(string database_name, string user_name) notes_version(string database_name) number_format(float number, [int num_decimal_places], [string dec_seperator], string thousands_seperator) ob_clean(void) ob_end_clean(void) ob_end_flush(void) ob_flush(void) ob_get_clean(void) ob_get_contents(void) ob_get_flush(void) ob_get_length(void) ob_get_level(void) ob_get_status([bool full_status]) ob_gzhandler(string str, int mode) ob_iconv_handler(string contents, int status) ob_implicit_flush([int flag]) ob_list_handlers() ob_start([string|array user_function], [int chunk_size], [bool erase]) ocibindbyname(int stmt, string name, mixed &var, [int maxlength], [int type]) ocicancel(int stmt) ocicloselob(object lob) ocicollappend(object collection, value) ocicollassign(object collection, object) ocicollassignelem(object collection, ndx, val) ocicollgetelem(object collection, ndx) ocicollmax(object collection) ocicollsize(object collection) ocicolltrim(object collection, num) ocicolumnisnull(int stmt, int col) ocicolumnisnull(int stmt, mixed column) ocicolumnname(int stmt, int col) ocicolumnprecision(int stmt, int col) ocicolumnscale(int stmt, int col) ocicolumnsize(int stmt, int col) ocicolumnsize(int stmt, mixed column) ocicolumntype(int stmt, int col) ocicolumntyperaw(int stmt, int col) ocicommit(int connection) ocidefinebyname(int stmt, string name, mixed &var, [int type]) ocierror([int stmt|conn|global]) ociexecute(int stmt, [int mode]) ocifetch(int statement) ocifetch(int statement) ocifetch(int stmt) ocifetchinto(int stmt, array &output, [int mode]) ocifetchstatement(int stmt, array &output, [int skip], [int maxrows], [int flags]) ocifreecollection(object lob) ocifreecursor(int stmt) ocifreedesc(object lob) ocifreestatement(int stmt) ociinternaldebug(int onoff) ociloadlob(object lob) ocilogoff(int conn) ocilogon(string user, string pass, [string db]) ocinewcollection(int connection, string tdo, [string schema]) ocinewcursor(int conn) ocinewdescriptor(int connection, [int type]) ocinlogon(string user, string pass, [string db]) ocinumcols(int stmt) ociparse(int conn, strint query) ocipasswordchange(int conn, string username, string old_password, string new_password) ociplogon(string user, string pass, [string db]) ociresult(int stmt, mixed column) ocirollback(int conn) ocirowcount(int stmt) ocisavelob(object lob) ocisavelobfile(object lob) ociserverversion(int conn) ocisetprefetch(int stmt, int prefetch_rows) ocistatementtype(int stmt) ociwritelobtofile(object lob, [string filename], [int start], [int length]) ociwritetemporarylob(int stmt, int loc, string var) octdec(string octal_number) odbc_autocommit(int connection_id, [int OnOff]) odbc_binmode(int result_id, int mode) odbc_close(int connection_id) odbc_close_all(void) odbc_columnprivileges(int connection_id, string catalog, string schema, string table, string column) odbc_columns(int connection_id, string qualifier, string owner, string table_name, string column_name) odbc_commit(int connection_id) odbc_connect(string DSN, string user, string password, [int cursor_option]) odbc_cursor(int result_id) odbc_data_source(int connection_id, int fetch_type) odbc_do(int conn_id, string query) odbc_error([int connection_id]) odbc_errormsg([int connection_id]) odbc_exec(int connection_id, string query, [int flags]) odbc_execute(int result_id, [array parameters_array]) odbc_fetch_array(int result, [int rownumber]) odbc_fetch_into(int result_id, array result_array, , [int rownumber]) odbc_fetch_object(int result, [int rownumber]) odbc_fetch_row(int result_id, [int row_number]) odbc_field_len(int result_id, int field_number) odbc_field_name(int result_id, int field_number) odbc_field_num(int result_id, string field_name) odbc_field_precision(int result_id, int field_number) odbc_field_scale(int result_id, int field_number) odbc_field_type(int result_id, int field_number) odbc_foreignkeys(int connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table) odbc_free_result(int result_id) odbc_gettypeinfo(int connection_id, [int data_type]) odbc_longreadlen(int result_id, int length) odbc_next_result(int result_id) odbc_num_fields(int result_id) odbc_num_rows(int result_id) odbc_pconnect(string DSN, string user, string password, [int cursor_option]) odbc_prepare(int connection_id, string query) odbc_primarykeys(int connection_id, string qualifier, string owner, string table) odbc_procedurecolumns(int connection_id, [string qualifier], string owner, string proc, string column) odbc_procedures(int connection_id, [string qualifier], string owner, string name) odbc_result(int result_id, mixed field) odbc_result_all(int result_id, [string format]) odbc_rollback(int connection_id) odbc_setoption(int conn_id|result_id, int which, int option, int value) odbc_specialcolumns(int connection_id, int type, string qualifier, string owner, string table, int scope, int nullable) odbc_statistics(int connection_id, string qualifier, string owner, string name, int unique, int accuracy) odbc_tableprivileges(int connection_id, string qualifier, string owner, string name) odbc_tables(int connection_id, [string qualifier], string owner, string name, string table_types) opendir(string path) openlog(string ident, int option, int facility) openssl_csr_export(resource csr, string &out, [bool notext=true]) openssl_csr_export_to_file(resource csr, string outfilename, [bool notext=true]) openssl_csr_new(array dn, resource &privkey, [array extraattribs], array configargs) openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days) openssl_error_string(void) openssl_free_key(int key_identifier) openssl_get_privatekey(string key, string passphrase) openssl_get_publickey(string certificate) openssl_open(string data, &string opendata, string ekey, mixed privkey) openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert, [mixed recipkey]) openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers, [long flags]) openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers, [long flags], [string extracertsfilename]) openssl_pkcs7_verify(string filename, long flags, [string signerscerts], [array cainfo], [string extracerts]) openssl_pkey_export(mixed key, &mixed out, [string passphrase], [array config_args]) openssl_pkey_export_to_file(mixed key, string outfilename, [string passphrase], array config_args) openssl_pkey_free(int key) openssl_pkey_get_private(string key, [string passphrase]) openssl_pkey_get_public(mixed cert) openssl_pkey_new([array configargs]) openssl_private_decrypt(string data, string decrypted, mixed key, [int padding]) openssl_private_encrypt(string data, string crypted, mixed key, [int padding]) openssl_public_decrypt(string data, string crypted, resource key, [int padding]) openssl_public_encrypt(string data, string crypted, mixed key, [int padding]) openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys) openssl_sign(string data, &string signature, mixed key) openssl_verify(string data, string signature, mixed key) openssl_x509_check_private_key(mixed cert, mixed key) openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo, [string untrustedfile]) openssl_x509_export(mixed x509, string &out, [bool notext = true]) openssl_x509_export_to_file(mixed x509, string outfilename, [bool notext = true]) openssl_x509_free(resource x509) openssl_x509_parse(mixed x509, [bool shortnames=true]) openssl_x509_read(mixed cert) ora_bind(int cursor, string php variable name, string sql parameter name, int length, int type) ora_close(int cursor) ora_columnname(int cursor, int column) ora_columnsize(int cursor, int column) ora_columntype(int cursor, int column) ora_commit(int conn) ora_commitoff(int conn) ora_commiton(int conn) ora_do(int conn, string query) ora_error(int cursor_or_connection) ora_errorcode(int cursor_or_connection) ora_exec(int cursor) ora_fetch(int cursor) ora_fetch_into(int cursor, array result, int flags) ora_getcolumn(int cursor, int column) ora_logoff(int connection) ora_logon(string user, string password) ora_numcols(int cursor_ind) ora_numrows(int cursor) ora_open(int connection) ora_parse(int cursor, string sql_statement, [int defer]) ora_plogon(string user, string password) ora_rollback(int connection) ord(string character) output_add_rewrite_var(string name, string value) output_reset_rewrite_vars(void) overload(string class_entry) ovrimos_autocommit(int connection_id, int OnOff) ovrimos_close(int connection) ovrimos_commit(int connection_id) ovrimos_connect(string host, string db, string user, string password) ovrimos_cursor(int result_id) ovrimos_exec(int connection_id, string query) ovrimos_execute(int result_id, [array parameters_array]) ovrimos_fetch_into(int result_id, array result_array, [string how], [int rownumber]) ovrimos_fetch_row(int result_id, [int how], [int row_number]) ovrimos_field_len(int result_id, int field_number) ovrimos_field_name(int result_id, int field_number) ovrimos_field_num(int result_id, string field_name) ovrimos_field_type(int result_id, int field_number) ovrimos_free_result(int result_id) ovrimos_longreadlen(int result_id, int length) ovrimos_num_fields(int result_id) ovrimos_num_rows(int result_id) ovrimos_prepare(int connection_id, string query) ovrimos_result(int result_id, mixed field) ovrimos_result_all(int result_id, [string format]) ovrimos_rollback(int connection_id) ovrimos_setoption(int conn_id|result_id, int which, int option, int value) pack(string format, mixed arg1, [mixed arg2], [mixed ...]) parse_ini_file(string filename, [bool process_sections]) parse_str(string encoded_string, [array result]) parse_url(string url) passthru(string command, [int return_value]) pathinfo(string path) pclose(resource fp) pcntl_alarm(int seconds) pcntl_exec(string path, [array args], [array envs]) pcntl_fork(void) pcntl_signal(long signo, mixed handle, [bool restart_syscalls]) pcntl_waitpid(long pid, long status, long options) pcntl_wexitstatus(long status) pcntl_wifexited(long status) pcntl_wifsignaled(long status) pcntl_wifstopped(long status) pcntl_wstopsig(long status) pcntl_wtermsig(long status) pdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text) pdf_add_bookmark(int pdfdoc, string text, [int parent], int open) pdf_add_launchlink(int pdfdoc, float llx, float lly, float urx, float ury, string filename) pdf_add_locallink(int pdfdoc, float llx, float lly, float urx, float ury, int page, string dest) pdf_add_note(int pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open) pdf_add_outline(int pdf document, string text, int parent, int open) pdf_add_pdflink(int pdfdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest) pdf_add_thumbnail(int pdf, int image)) pdf_add_weblink(int pdfdoc, float llx, float lly, float urx, float ury, string url) pdf_arc(int pdfdoc, float x, float y, float radius, float start, float end) pdf_arcn(int pdf, float x, float y, float r, float alpha, float beta)) pdf_attach_file(int pdf, float lly, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon) pdf_begin_page(int pdfdoc, float width, float height) pdf_begin_pattern(int pdf, float width, float height, float xstep, float ystep, int painttype)) pdf_begin_template(int pdf, float width, float height)) pdf_circle(int pdfdoc, float x, float y, float radius) pdf_clip(int pdfdoc) pdf_close(int pdfdoc) pdf_close_image(int pdf, int pdfimage) pdf_close_pdi(int pdf, int doc)) pdf_close_pdi_page(int pdf, int page)) pdf_closepath(int pdfdoc) pdf_closepath_fill_stroke(int pdfdoc) pdf_closepath_stroke(int pdfdoc) pdf_concat(int pdf, float a, float b, float c, float d, float e, float f) pdf_continue_text(int pdfdoc, string text) pdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3) pdf_delete(int pdfdoc) pdf_end_page(int pdfdoc) pdf_end_pattern(int pdf)) pdf_end_template(int pdf)) pdf_endpath(int pdfdoc) pdf_execute_image(int pdf document, int image, double x-coor, double y-coor, double scale) pdf_fill(int pdfdoc) pdf_fill_stroke(int pdfdoc) pdf_findfont(int pdfdoc, string fontname, string encoding, [int embed]) pdf_get_buffer(int pdfdoc) pdf_get_font(int pdfdoc) pdf_get_fontname(int pdfdoc) pdf_get_fontsize(int pdfdoc) pdf_get_image_height(int pdf, int pdfimage) pdf_get_image_width(int pdf, int pdfimage) pdf_get_majorversion() pdf_get_minorversion() pdf_get_parameter(int pdfdoc, string key, mixed modifier) pdf_get_pdi_parameter(int pdf, string key, int doc, int page, int index)) pdf_get_pdi_value(int pdf, string key, int doc, int page, int index)) pdf_get_value(int pdfdoc, string key, float modifier) pdf_initgraphics(int pdf)) pdf_lineto(int pdfdoc, float x, float y) pdf_makespotcolor(int pdf, string spotname)) pdf_moveto(int pdfdoc, float x, float y) pdf_new() pdf_open([int filedesc]) pdf_open_ccitt(int pdf, string filename, int width, int height, int bitreverse, int k, int blackls1) pdf_open_file(int pdfdoc, [char filename]) pdf_open_gif(int pdf, string giffile) pdf_open_image(int pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params) pdf_open_image_file(int pdf, string type, string file, string stringparam, int intparam) pdf_open_jpeg(int pdf, string jpegfile) pdf_open_memory_image(int pdf, int image) pdf_open_pdi(int pdf, string filename, string stringparam, int intparam)) pdf_open_pdi_page(int pdf, int doc, int page, string label)) pdf_open_png(int pdf, string pngfile) pdf_open_tiff(int pdf, string tifffile) pdf_place_image(int pdf, int pdfimage, float x, float y, float scale) pdf_place_pdi_page(int pdf, int page, float x, float y, float sx, float sy) pdf_put_image(int pdf document, int image) pdf_rect(int pdfdoc, float x, float y, float width, float height) pdf_restore(int pdfdoc) pdf_rotate(int pdfdoc, float angle) pdf_save(int pdfdoc) pdf_scale(int pdfdoc, float x_scale, float y_scale) pdf_set_border_color(int pdfdoc, float red, float green, float blue) pdf_set_border_dash(int pdfdoc, float black, float white) pdf_set_border_style(int pdfdoc, string style, float width) pdf_set_char_spacing(int pdfdoc, float space) pdf_set_duration(int pdfdoc, float duration) pdf_set_font(int pdfdoc, string font, float size, string encoding, [int embed]) pdf_set_horiz_scaling(int pdfdoc, float scale) pdf_set_info(int pdfdoc, string fieldname, string value) pdf_set_info_author(int pdfdoc, string author) pdf_set_info_creator(int pdfdoc, string creator) pdf_set_info_keywords(int pdfdoc, string keywords) pdf_set_info_subject(int pdfdoc, string subject) pdf_set_info_title(int pdfdoc, string title) pdf_set_leading(int pdfdoc, float distance) pdf_set_parameter(int pdfdoc, string key, string value) pdf_set_text_matrix(int pdf document, array matrix) pdf_set_text_pos(int pdfdoc, float x, float y) pdf_set_text_rendering(int pdfdoc, int mode) pdf_set_text_rise(int pdfdoc, float value) pdf_set_transition(int pdfdoc, int transition) pdf_set_value(int pdfdoc, string key, float value) pdf_set_word_spacing(int pdfdoc, float space) pdf_setcolor(int pdf, string type, string colorspace, float c1, [float c2], [float c3], [float c4)]) pdf_setdash(int pdfdoc, float black, float white) pdf_setflat(int pdfdoc, float value) pdf_setfont(int pdfdoc, int font, float fontsize) pdf_setgray(int pdfdoc, float value) pdf_setgray_fill(int pdfdoc, float value) pdf_setgray_stroke(int pdfdoc, float value) pdf_setlinecap(int pdfdoc, int value) pdf_setlinejoin(int pdfdoc, int value) pdf_setlinewidth(int pdfdoc, float width) pdf_setmatrix(int pdf, float a, float b, float c, float d, float e, float f) pdf_setmiterlimit(int pdfdoc, float value) pdf_setpolydash(int pdfdoc, float darray) pdf_setrgbcolor(int pdfdoc, float red, float green, float blue) pdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue) pdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue) pdf_show(int pdfdoc, string text) pdf_show_boxed(int pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode, [string feature]) pdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor) pdf_skew(int pdfdoc, float xangle, float yangle) pdf_stringwidth(int pdfdoc, string text, [int font], float size) pdf_stroke(int pdfdoc) pdf_translate(int pdfdoc, float x, float y) pfpro_cleanup() pfpro_init() pfpro_process(array parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword]) pfpro_process_raw(string parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword]) pfpro_version() pfsockopen(string hostname, int port, [int errno], [string errstr], [float timeout]) pg_affected_rows(resource result) pg_cancel_query(resource connection) pg_client_encoding([resource connection]) pg_close([resource connection]) pg_connect(string connection_string, [int connect_type | string host], string port, [string options], [string tty], string database) pg_connection_busy(resource connection) pg_connection_reset(resource connection) pg_connection_status(resource connnection) pg_convert(resource db, string table, array values, [int options]) pg_copy_from(resource connection, string table_name, array rows, [string delimiter], [string null_as]) pg_copy_to(resource connection, string table_name, [string delimiter], [string null_as]) pg_dbname([resource connection]) pg_delete(resource db, string table, array ids, [int options]) pg_end_copy([resource connection]) pg_escape_bytea(string data) pg_escape_string(string data) pg_fetch_all(resource result) pg_fetch_array(resource result, [int row], [int result_type]) pg_fetch_assoc(resource result, [int row]) pg_fetch_object(resource result, [int row]) pg_fetch_result(resource result, [int row_number], mixed field_name) pg_fetch_row(resource result, [int row], [int result_type]) pg_field_is_null(resource result, [int row], mixed field_name_or_number) pg_field_name(resource result, int field_number) pg_field_num(resource result, string field_name) pg_field_prtlen(resource result, [int row], mixed field_name_or_number) pg_field_size(resource result, int field_number) pg_field_type(resource result, int field_number) pg_free_result(resource result) pg_get_notify([resource connection], [result_type]) pg_get_pid([resource connection]) pg_get_result([resource connection]) pg_host([resource connection]) pg_insert(resource db, string table, array values, [int options]) pg_last_error([resource connection]) pg_last_notice(resource connection) pg_last_oid(resource result) pg_lo_close(resource large_object) pg_lo_create([resource connection]) pg_lo_export([resource connection], int objoid, string filename) pg_lo_import([resource connection], string filename) pg_lo_open([resource connection], int large_object_oid, string mode) pg_lo_read(resource large_object, [int len]) pg_lo_read_all(resource large_object) pg_lo_seek(resource large_object, int offset, [int whence]) pg_lo_tell(resource large_object) pg_lo_unlink([resource connection], string large_object_oid) pg_lo_write(resource large_object, string buf, [int len]) pg_meta_data(resource db, string table) pg_num_fields(resource result) pg_num_rows(resource result) pg_options([resource connection]) pg_pconnect(string connection_string | [string host, string port, [string options], [string tty], string database) pg_ping(resource connection) pg_port([resource connection]) pg_put_line([resource connection], string query) pg_query([resource connection], string query) pg_result_error(resource result) pg_result_seek(resource result, int offset) pg_result_status(resource result, [long result_type]) pg_select(resource db, string table, array ids, [int options]) pg_send_query(resource connection, string qeury) pg_set_client_encoding([resource connection], string encoding) pg_trace(string filename, [string mode], [resource connection]) pg_tty([resource connection]) pg_unescape_bytea(string data) pg_untrace([resource connection]) pg_update(resource db, string table, array fields, array ids, [int options]) php_egg_logo_guid(void) php_ini_scanned_files(void) php_logo_guid(void) php_sapi_name(void) php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st) php_uname(void) phpcredits([int flag]) phpinfo([int what]) phpversion([string extension]) pi(void) png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold) popen(string command, string mode) pos(array array) posix_ctermid(void) posix_get_last_error(void) posix_getcwd(void) posix_getegid(void) posix_geteuid(void) posix_getgid(void) posix_getgrgid(long gid) posix_getgrnam(string groupname) posix_getgroups(void) posix_getlogin(void) posix_getpgid(void) posix_getpgrp(void) posix_getpid(void) posix_getppid(void) posix_getpwnam(string groupname) posix_getpwuid(long uid) posix_getrlimit(void) posix_getsid(void) posix_getuid(void) posix_isatty(int fd) posix_kill(int pid, int sig) posix_mkfifo(string pathname, int mode) posix_setegid(long uid) posix_seteuid(long uid) posix_setgid(int uid) posix_setpgid(int pid, int pgid) posix_setsid(void) posix_setuid(long uid) posix_strerror(int errno) posix_times(void) posix_ttyname(int fd) posix_uname(void) pow(number base, number exponent) preg_grep(string regex, array input) preg_match(string pattern, string subject, [array subpatterns], [int flags]) preg_match_all(string pattern, string subject, array subpatterns, [int flags]) preg_quote(string str, string delim_char) preg_replace(mixed regex, mixed replace, mixed subject, [int limit]) preg_replace_callback(mixed regex, mixed callback, mixed subject, [int limit]) preg_split(string pattern, string subject, [int limit], [int flags]) prev(array array_arg) print(string arg) print_r(mixed var, [bool return]) printer_abort printer_close printer_create_brush printer_create_dc printer_create_font printer_create_pen printer_delete_brush printer_delete_dc printer_delete_font printer_delete_pen printer_draw_bmp printer_draw_chord printer_draw_elipse printer_draw_line printer_draw_pie printer_draw_rectangle printer_draw_roundrect printer_draw_text printer_end_doc printer_end_page printer_get_option printer_list printer_logical_fontheight printer_open printer_select_brush printer_select_font printer_select_pen printer_set_option printer_start_doc printer_start_page printer_write printf printf(string format, [mixed arg1], [mixed ...]) private proc_close(resource process) proc_open(string command, array descriptorspec, array &pipes) protected pspell_add_to_personal(int pspell, string word) pspell_add_to_session(int pspell, string word) pspell_check(int pspell, string word) pspell_clear_session(int pspell) pspell_config_create(string language, [string spelling], [string jargon], [string encoding]) pspell_config_ignore(int conf, int ignore) pspell_config_mode(int conf, long mode) pspell_config_personal(int conf, string personal) pspell_config_repl(int conf, string repl) pspell_config_runtogether(int conf, bool runtogether) pspell_config_save_repl(int conf, bool save) pspell_new(string language, [string spelling], [string jargon], [string encoding], [int mode]) pspell_new_config(int config) pspell_new_personal(string personal, string language, [string spelling], [string jargon], [string encoding], [int mode]) pspell_save_wordlist(int pspell) pspell_store_replacement(int pspell, string misspell, string correct) pspell_suggest(int pspell, string word) public putenv(string setting) qdom_error() qdom_tree(string) quoted_printable_decode(string str) quotemeta(string str) rad2deg(float number) rand([int min], int max) range(mixed low, mixed high, [int step]) rawurldecode(string str) rawurlencode(string str) read_exif_data(string filename) readdir([resource dir_handle]) readfile(string filename, [int use_include_path]) readgzfile(string filename, [int use_include_path]) readline([string prompt]) readline_add_history([string prompt]) readline_clear_history(void) readline_completion_function(string funcname) readline_info([string varname], [string newvalue]) readline_list_history(void) readline_read_history([string filename], [int from], int to) readline_write_history([string filename]) readlink(string filename) realpath(string path) recode recode_file(string request, resource input, resource output) recode_string(string request, string string) register_shutdown_function(string function_name) register_tick_function(string function_name, [mixed arg], [mixed ...]) rename(string old_name, string new_name) require require_once reset reset(array array_arg) restore_error_handler(void) restore_include_path() rewind(resource fp) rewinddir([resource dir_handle]) rmdir(string dirname) round(float number, [int precision]) rsort(array array_arg, [int sort_flags]) rtrim(string str, [string character_mask]) sem_acquire(int id) sem_get(int key, [int max_acquire], [int perm], [int auto_release]) sem_release(int id) sem_remove(int id) serialize(mixed variable) sesam_affected_rows sesam_commit sesam_connect sesam_diagnostic sesam_disconnect sesam_errormsg sesam_execimm sesam_fetch_array sesam_fetch_result sesam_fetch_row sesam_field_array sesam_field_name sesam_free_result sesam_num_fields sesam_query sesam_rollback sesam_seek_row sesam_settransaction session_cache_expire([int new_cache_expire]) session_cache_limiter([string new_cache_limiter]) session_decode(string data) session_destroy(void) session_encode(void) session_get_cookie_params(void) session_id([string newid]) session_is_registered(string varname) session_module_name([string newname]) session_name([string newname]) session_readonly session_register(mixed var_names, [mixed ...]) session_save_path([string newname]) session_set_cookie_params(int lifetime, [string path], [string domain], [bool secure]) session_set_save_handler(string open, string close, string read, string write, string destroy, string gc) session_start(void) session_unregister(string varname) session_unset(void) session_write_close(void) set_error_handler(string error_handler) set_file_buffer(int fp, int buffer) set_include_path(string varname, string newvalue) set_magic_quotes_runtime(int new_setting) set_socket_blocking(resource socket, int mode) set_time_limit(int seconds) setcookie(string name, [string value], [int expires], [string path], [string domain], [bool secure]) setlocale(mixed category, string locale, [string ...]) settype(mixed var, string type) sha1(string str) sha1_file(string filename) shell_exec(string cmd) shm_attach(int key, [int memsize], [int perm]) shm_detach(int shm_identifier) shm_get_var(int id, int variable_key) shm_put_var(int shm_identifier, int variable_key, mixed variable) shm_remove(int shm_identifier) shm_remove_var(int id, int variable_key) shmop_close(int shmid) shmop_delete(int shmid) shmop_open(int key, string flags, int mode, int size) shmop_read(int shmid, int start, int count) shmop_size(int shmid) shmop_write(int shmid, string data, int offset) show_source(string filename) shuffle(array array_arg) similar_text(string str1, string str2, [float percent]) sin(float number) sinh(float number) sizeof(array array) sleep(int seconds) smfi_addheader(string headerf, string headerv) smfi_addrcpt(string rcpt) smfi_chgheader(string headerf, string headerv) smfi_delrcpt(string rcpt) smfi_getsymval(string macro) smfi_replacebody(string body) smfi_setflags(long flags) smfi_setreply(string rcode, string xcode, string message) smfi_settimeout(long timeout) snmp3_get(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries]) snmp3_real_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries]) snmp3_set(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value, [int timeout], [int retries]) snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries]) snmp_get_quick_print(void) snmp_set_enum_print(int enum_print) snmp_set_oid_numeric_print(int oid_numeric_print) snmp_set_quick_print(int quick_print) snmpget(string host, string community, string object_id, [int timeout], [int retries]) snmprealwalk(string host, string community, string object_id, [int timeout], [int retries]) snmpset(string host, string community, string object_id, string type, mixed value, [int timeout], [int retries]) snmpwalk(string host, string community, string object_id, [int timeout], [int retries]) snmpwalkoid(string hostname, string community, string object_id, int timeout, int retries) socket_accept(resource socket) socket_bind(resource socket, string addr, [int port]) socket_clear_error([resource socket]) socket_close(resource socket) socket_connect(resource socket, string addr, [int port]) socket_create(int domain, int type, int protocol) socket_create_listen(int port, [int backlog]) socket_create_pair(int domain, int type, int protocol, array &fd) socket_fd_alloc socket_fd_clear socket_fd_free socket_fd_isset socket_fd_set socket_fd_zero socket_get_option(resource socket, int level, int optname) socket_get_status(resource socket_get_status) socket_getopt socket_getpeername(resource socket, string &addr, [int &port]) socket_getsockname(resource socket, string &addr, [int &port]) socket_iovec_add(resource iovec, int iov_len) socket_iovec_alloc(int num_vectors, [int ...]) socket_iovec_delete(resource iovec, int iov_pos) socket_iovec_fetch(resource iovec, int iovec_position) socket_iovec_free(resource iovec) socket_iovec_set(resource iovec, int iovec_position, string new_val) socket_last_error([resource socket]) socket_listen(resource socket, [int backlog]) socket_read(resource socket, int length, [int type]) socket_readv(resource socket, resource iovec_id) socket_recv(resource socket, string &buf, int len, int flags) socket_recvfrom(resource socket, string &buf, int len, int flags, string &name, [int &port]) socket_recvmsg(resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr, [int &port]) socket_select(array &read_fds, array &write_fds, &array except_fds, int tv_sec, [int tv_usec]) socket_send(resource socket, string buf, int len, int flags) socket_sendmsg(resource socket, resource iovec, int flags, string addr, [int port]) socket_sendto(resource socket, string buf, int len, int flags, string addr, [int port]) socket_set_block(resource socket) socket_set_blocking(int socket descriptor, int mode) socket_set_nonblock(resource socket) socket_set_option(resource socket, int level, int optname, int|array optval) socket_set_timeout(int socket descriptor, int seconds, int microseconds) socket_setopt socket_shutdown(resource socket, [int how]) socket_strerror(int errno) socket_write(resource socket, string buf, [int length]) socket_writev(resource socket, resource iovec_id) sort(array array_arg, [int sort_flags]) soundex(string str) split(string pattern, string string, [int limit]) spliti(string pattern, string string, [int limit]) sprintf(string format, [mixed arg1], [mixed ...]) sql_regcase(string string) sqrt(float number) srand([int seed]) sscanf(string str, string format, [string ...]) stat(string filename) str_pad(string input, int pad_length, [string pad_string], [int pad_type]) str_repeat(string input, int mult) str_replace(mixed search, mixed replace, mixed subject, [bool boyer]) str_rot13(string str) str_shuffle(string str) str_word_count(string str, [int format]) strcasecmp(string str1, string str2) strchr(string haystack, string needle) strcmp(string str1, string str2) strcoll(string str1, string str2) strcspn(string str, string mask, [start], [len]) stream_context_create([array options]) stream_context_get_options(resource context|resource stream) stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value) stream_context_set_params(resource context|resource stream, array options) stream_filter_append(resource stream, string filtername, [string filterparams]) stream_filter_prepend(resource stream, string filtername, [string filterparams]) stream_get_meta_data(resource fp) stream_get_wrappers() stream_register_filter(string filtername, string classname) stream_register_wrapper(string protocol, string classname) stream_select(array &read_streams, array &write_streams, array &except_streams, int tv_sec, [int tv_usec]) stream_set_blocking(resource socket, int mode) stream_set_timeout(resource stream, int seconds, int microseconds) stream_set_write_buffer(resource fp, int buffer) strftime(string format, [int timestamp]) strip_tags(string str, [string allowable_tags]) stripcslashes(string str) stripslashes(string str) stristr(string haystack, string needle) strlen(string str) strnatcasecmp(string s1, string s2) strnatcmp(string s1, string s2) strncasecmp(string str1, string str2, int len) strncmp(string str1, string str2, int len) strpos(string haystack, string needle, [int offset]) strrchr(string haystack, string needle) strrev(string str) strrpos(string haystack, string needle) strspn(string str, string mask, [start], [len]) strstr(string haystack, string needle) strtok([string str], string token) strtolower(string str) strtotime(string time, int now) strtoupper(string str) strtr(string str, string from, string to) strval(mixed var) substr(string str, int start, [int length]) substr_count(string haystack, string needle) substr_replace(string str, string repl, int start, [int length]) swf_actiongeturl swf_actiongotoframe swf_actiongotolabel swf_actionnextframe swf_actionplay swf_actionprevframe swf_actionsettarget swf_actionstop swf_actiontogglequality swf_actionwaitforframe swf_addbuttonrecord swf_addcolor swf_closefile swf_definebitmap swf_definefont swf_defineline swf_definepoly swf_definerect swf_definetext swf_endbutton swf_enddoaction swf_endshape swf_endsymbol swf_fontsize swf_fontslant swf_fonttracking swf_getbitmapinfo swf_getfontinfo swf_getframe swf_labelframe swf_lookat swf_modifyobject swf_mulcolor swf_nextid swf_oncondition swf_openfile swf_ortho swf_ortho2 swf_perspective swf_placeobject swf_polarview swf_popmatrix swf_posround swf_pushmatrix swf_removeobject swf_rotate swf_scale swf_setfont swf_setframe swf_shapearc swf_shapecurveto swf_shapecurveto3 swf_shapefillbitmapclip swf_shapefillbitmaptile swf_shapefilloff swf_shapefillsolid swf_shapelinesolid swf_shapelineto swf_shapemoveto swf_showframe swf_startbutton swf_startdoaction swf_startshape swf_startsymbol swf_textwidth swf_translate swf_viewport swfaction swfbitmap swfbitmap->getheight swfbitmap->getwidth swfbutton swfbutton->addaction swfbutton->addshape swfbutton->setaction swfbutton->setdown swfbutton->sethit swfbutton->setover swfbutton->setup swfbutton_keypress swfdisplayitem swfdisplayitem->addcolor swfdisplayitem->move swfdisplayitem->moveto swfdisplayitem->multcolor swfdisplayitem->remove swfdisplayitem->rotate swfdisplayitem->rotateto swfdisplayitem->scale swfdisplayitem->scaleto swfdisplayitem->setdepth swfdisplayitem->setname swfdisplayitem->setratio swfdisplayitem->skewx swfdisplayitem->skewxto swfdisplayitem->skewy swfdisplayitem->skewyto swffill swffill->moveto swffill->rotateto swffill->scaleto swffill->skewxto swffill->skewyto swffont swffont->getwidth swfgradient swfgradient->addentry swfmorph swfmorph->getshape1 swfmorph->getshape2 swfmovie swfmovie->add swfmovie->nextframe swfmovie->output swfmovie->remove swfmovie->save swfmovie->setbackground swfmovie->setdimension swfmovie->setframes swfmovie->setrate swfmovie->streammp3 swfshape swfshape->addfill swfshape->drawcurve swfshape->drawcurveto swfshape->drawline swfshape->drawlineto swfshape->movepen swfshape->movepento swfshape->setleftfill swfshape->setline swfshape->setrightfill swfsprite swfsprite->add swfsprite->nextframe swfsprite->remove swfsprite->setframes swftext swftext->addstring swftext->getwidth swftext->moveto swftext->setcolor swftext->setfont swftext->setheight swftext->setspacing swftextfield swftextfield->addstring swftextfield->align swftextfield->setbounds swftextfield->setcolor swftextfield->setfont swftextfield->setheight swftextfield->setindentation swftextfield->setleftmargin swftextfield->setlinespacing swftextfield->setmargins swftextfield->setname swftextfield->setrightmargin sybase_affected_rows([int link_id]) sybase_close([int link_id]) sybase_connect([string host], [string user], [string password], [string charset], [string appname]) sybase_data_seek(int result, int offset) sybase_deadlock_retry_count(int retry_count) sybase_fetch_array(int result) sybase_fetch_assoc(int result) sybase_fetch_field(int result, [int offset]) sybase_fetch_object(int result, [mixed object]) sybase_fetch_row(int result) sybase_field_seek(int result, int offset) sybase_free_result(int result) sybase_get_last_message(void) sybase_min_client_severity(int severity) sybase_min_error_severity(int severity) sybase_min_message_severity(int severity) sybase_min_server_severity(int severity) sybase_num_fields(int result) sybase_num_rows(int result) sybase_pconnect([string host], [string user], [string password], [string charset], [string appname]) sybase_query(string query, [int link_id]) sybase_result(int result, int row, mixed field) sybase_select_db(string database, [int link_id]) sybase_set_message_handler(mixed error_func) sybase_unbuffered_query(string query, [int link_id]) symlink(string target, string link) syslog(int priority, string message) system(string command, [int return_value]) tan(float number) tanh(float number) tempnam(string dir, string prefix) textdomain(string domain) time(void) tmpfile(void) token_get_all(string source) token_name(int type) touch(string filename, [int time], [int atime]) trigger_error(string messsage, [int error_type]) trim(string str, [string character_mask]) uasort(array array_arg, string cmp_function) ucfirst(string str) ucwords(string str) udm_add_search_limit udm_alloc_agent udm_api_version udm_cat_list udm_cat_path udm_check_charset udm_check_stored udm_clear_search_limits udm_close_stored udm_crc32 udm_errno udm_error udm_find udm_free_agent udm_free_ispell_data udm_free_res udm_get_doc_count udm_get_res_field udm_get_res_param udm_load_ispell_data udm_open_stored udm_set_agent_param uksort(array array_arg, string cmp_function) umask([int mask]) uniqid([string prefix], bool more_entropy) unixtojd([int timestamp]) unlink(string filename) unpack(string format, string input) unregister_tick_function(string function_name) unserialize(string variable_representation) unset(mixed var, mixed var, ...) urldecode(string str) urlencode(string str) user_error(string error_msg, int error_type) usleep(int micro_seconds) usort(array array_arg, string cmp_function) utf8_decode(string data) utf8_encode(string data) var_dump(mixed var) var_export(mixed var, [bool return]) version_compare(string ver1, string ver2, [string oper]) virtual(string filename) vpopmail_add_alias_domain vpopmail_add_alias_domain_ex vpopmail_add_domain vpopmail_add_domain_ex vpopmail_add_user vpopmail_alias_add vpopmail_alias_del vpopmail_alias_del_domain vpopmail_alias_get vpopmail_alias_get_all vpopmail_auth_user vpopmail_del_domain vpopmail_del_domain_ex vpopmail_del_user vpopmail_error vpopmail_passwd vpopmail_set_user_quota vprintf(string format, array args) vsprintf(string format, array args) w32api_deftype w32api_init_dtype w32api_invoke_function w32api_register_function w32api_set_call_method wddx_add_vars(int packet_id, mixed var_names, [mixed ...]) wddx_deserialize(string packet) wddx_packet_end(int packet_id) wddx_packet_start([string comment]) wddx_serialize_value(mixed var, [string comment]) wddx_serialize_vars(mixed var_name, [mixed ...]) wordwrap(string str, [int width], [string break], [int cut]) xml_error_string(int code) xml_get_current_byte_index(resource parser) xml_get_current_column_number(resource parser) xml_get_current_line_number(resource parser) xml_get_error_code(resource parser) xml_parse(resource parser, string data, [int isFinal]) xml_parse_into_struct(resource parser, string data, array &struct, array &index) xml_parser_create([string encoding]) xml_parser_create_ns([string encoding], [string sep]) xml_parser_free(resource parser) xml_parser_get_option(resource parser, int option) xml_parser_set_option(resource parser, int option, mixed value) xml_set_character_data_handler(resource parser, string hdl) xml_set_default_handler(resource parser, string hdl) xml_set_element_handler(resource parser, string shdl, string ehdl) xml_set_end_namespace_decl_handler(resource parser, string hdl) xml_set_external_entity_ref_handler(resource parser, string hdl) xml_set_notation_decl_handler(resource parser, string hdl) xml_set_object(resource parser, object &obj) xml_set_processing_instruction_handler(resource parser, string hdl) xml_set_start_namespace_decl_handler(resource parser, string hdl) xml_set_unparsed_entity_decl_handler(resource parser, string hdl) xmldoc(string xmldoc, [int mode], [array error]) xmldocfile(string filename, [int mode], [array error]) xmlrpc_decode(string xml, [string encoding]) xmlrpc_decode_request(string xml, string& method, [string encoding]) xmlrpc_encode(mixed value) xmlrpc_encode_request(string method, mixed params) xmlrpc_get_type(mixed value) xmlrpc_is_fault(array) xmlrpc_parse_method_descriptions(string xml) xmlrpc_server_add_introspection_data(handle server, array desc) xmlrpc_server_call_method(handle server, string xml, mixed user_data, [array output_options]) xmlrpc_server_create(void) xmlrpc_server_destroy(handle server) xmlrpc_server_register_introspection_callback(handle server, string function) xmlrpc_server_register_method(handle server, string method_name, string function) xmlrpc_set_type(string value, string type) xpath_eval([object xpathctx_handle], string str) xpath_eval_expression([object xpathctx_handle], string str) xpath_init(void) xpath_new_context([int doc_handle]) xpath_register_ns([object xpathctx_handle], string namespace_prefix, string namespace_uri) xpath_register_ns_auto([object xpathctx_handle], [object contextnode]) xptr_eval([int xpathctx_handle], string str) xptr_new_context([int doc_handle]) xslt_backend_info() xslt_backend_name() xslt_backend_version() xslt_create(void) xslt_errno(resource processor) xslt_error(resource processor) xslt_free(resource processor) xslt_getopt(resource processor) xslt_process(resource processor, string xml, string xslt, [mixed result], [array args], [array params]) xslt_set_base(resource processor, string base) xslt_set_encoding(resource processor, string encoding) xslt_set_error_handler(resource processor, mixed error_func) xslt_set_log(resource processor, string logfile) xslt_set_object(resource parser, object obj) xslt_set_sax_handler xslt_set_sax_handlers(resource processor, array handlers) xslt_set_scheme_handler xslt_set_scheme_handlers(resource processor, array handlers) xslt_setopt(resource processor, int newmask) yaz_addinfo yaz_ccl_conf yaz_ccl_parse yaz_close yaz_connect yaz_database yaz_element yaz_errno yaz_error yaz_hits yaz_itemorder yaz_present yaz_range yaz_record yaz_scan yaz_scan_result yaz_search yaz_sort yaz_syntax yaz_wait yp_all(string domain, string map, string callback) yp_cat(string domain, string map) yp_err_string(int errorcode) yp_errno() yp_first(string domain, string map) yp_get_default_domain(void) yp_master(string domain, string map) yp_match(string domain, string map, string key) yp_next(string domain, string map, string key) yp_order(string domain, string map) zend_logo_guid(void) zend_version(void) zip_close(resource zip) zip_entry_close(resource zip_ent) zip_entry_compressedsize(resource zip_entry) zip_entry_compressionmethod(resource zip_entry) zip_entry_filesize(resource zip_entry) zip_entry_name(resource zip_entry) zip_entry_open(resource zip_dp, resource zip_entry, string mode) zip_entry_read(resource zip_ent) zip_open(string filename) zip_read(resource zip)
stupid question but... where to put it? ;)
How do we use it?
Look at http://notepad-plus.sourceforge.net/uk/site.htm under downloads, scroll down to "API files", there are a HOWTO for apifiles.
thx! i wans needing this :D
Here is it, enjoy:
abs(int number)
acos(float number)
acosh(float number)
addcslashes(string str, string charlist)
addslashes(string str)
aggregate(object obj, string class)
aggregate_methods(object obj, string class)
aggregate_methods_by_list(object obj, string class, array method_list, [bool exclude])
aggregate_methods_by_regexp(object obj, string class, string regexp, [bool exclude])
aggregate_properties(object obj, string class)
aggregate_properties_by_list(object obj, string class, array props_list, [bool exclude])
aggregate_properties_by_regexp(object obj, string class, string regexp, [bool exclude])
aggregation_info(object obj)
apache_child_terminate(void)
apache_get_modules(void)
apache_get_version(void)
apache_lookup_uri(string URI)
apache_note(string note_name, [string note_value])
apache_request_auth_name()
apache_request_auth_type()
apache_request_discard_request_body()
apache_request_err_headers_out([{string name|array list}], [string value], [bool replace = false])
apache_request_headers(void)
apache_request_headers_in()
apache_request_headers_out([{string name|array list}], [string value], [bool replace = false])
apache_request_is_initial_req()
apache_request_log_error(string message, [long facility])
apache_request_meets_conditions()
apache_request_remote_host([int type])
apache_request_satisfies()
apache_request_server_port()
apache_request_set_etag()
apache_request_set_last_modified()
apache_request_some_auth_required()
apache_request_sub_req_lookup_file(string file)
apache_request_sub_req_lookup_uri(string uri)
apache_request_sub_req_method_uri(string method, string uri)
apache_request_update_mtime([int dependency_mtime])
apache_response_headers(void)
apache_setenv(string variable, string value, [bool walk_to_top])
array(mixed ...)
array_change_key_case(array input, [int case=CASE_LOWER])
array_chunk(array input, int size, [bool preserve_keys])
array_count_values(array input)
array_diff(array arr1, array arr2, [array ...])
array_diff_assoc(array arr1, array arr2, [array ...])
array_fill(int start_key, int num, mixed val)
array_filter(array input, [mixed callback])
array_flip(array input)
array_intersect(array arr1, array arr2, [array ...])
array_intersect_assoc(array arr1, array arr2, [array ...])
array_key_exists(mixed key, array search)
array_keys(array input, [mixed search_value])
array_map(mixed callback, array input1, [array input2], ...)
array_merge(array arr1, array arr2, [array ...])
array_merge_recursive(array arr1, array arr2, [array ...])
array_multisort(array ar1, [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], [array ar2], [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], ...)
array_pad(array input, int pad_size, mixed pad_value)
array_pop(array stack)
array_push(array stack, mixed var, [mixed ...])
array_rand(array input, [int num_req])
array_reduce(array input, mixed callback, [int initial])
array_reverse(array input, [bool preserve keys])
array_search(mixed needle, array haystack, [bool strict])
array_shift(array stack)
array_slice(array input, int offset, [int length])
array_splice(array input, int offset, [int length], [array replacement])
array_sum(array input)
array_unique(array input)
array_unshift(array stack, mixed var, [mixed ...])
array_values(array input)
array_walk(array input, string funcname, [mixed userdata])
arsort(array array_arg, [int sort_flags])
ascii2ebcdic(string ascii_str)
asin(float number)
asinh(float number)
asort(array array_arg, [int sort_flags])
assert(string|bool assertion)
assert_options(int what, [mixed value])
atan(float arg)
atan(float number)
atan2(float y, float x)
atanh(float number)
base64_decode(string str)
base64_encode(string str)
base_convert(string number, int frombase, int tobase)
basename(string path, [string suffix])
bcadd(string left_operand, string right_operand, [int scale])
bccomp(string left_operand, string right_operand, [int scale])
bcdiv(string left_operand, string right_operand, [int scale])
bcmod(string left_operand, string right_operand)
bcmul(string left_operand, string right_operand, [int scale])
bcpow(string x, string y, [int scale])
bcpowmod(string x, string y, string mod, [int scale])
bcscale(int scale)
bcsqrt(string operand, [int scale])
bcsub(string left_operand, string right_operand, [int scale])
bin2hex(string data)
bind_textdomain_codeset (string domain, string codeset)
bindec(string binary_number)
bindtextdomain(string domain_name, string dir)
bzcompress(string source, [int blocksize100k], [int workfactor])
bzdecompress(string source, [int small])
bzerrno(resource bz)
bzerror(resource bz)
bzerrstr(resource bz)
bzopen(string|int file|fp, string mode)
bzread(int bz, [int length])
cal_days_in_month(int calendar, int month, int year)
cal_from_jd(int jd, int calendar)
cal_info(int calendar)
cal_to_jd(int calendar, int month, int day, int year)
call_user_func(string function_name, [mixed parmeter], [mixed ...])
call_user_func_array(string function_name, array parameters)
call_user_method(string method_name, mixed object, [mixed parameter], [mixed ...])
call_user_method_array(string method_name, mixed object, array params)
ceil(float number)
chdir(string directory)
checkdate(int month, int day, int year)
checkdnsrr(string host, string type)
chgrp(string filename, mixed group)
chmod(string filename, int mode)
chop(string str)
chown(string filename, mixed user)
chr(int ascii)
chroot(string directory)
chunk_split(string str, [int chunklen], [string ending])
class_exists(string classname)
clearstatcache(void)
closedir([resource dir_handle])
closelog(void)
com_addref(int module)
com_event_sink(mixed comobject, object sinkobject, [mixed sinkinterface])
com_get(resource com_object, string property)
com_invoke(int module, string handler_name, [mixed arg], [mixed ...])
com_invoke_ex(int module, int invokeflags, string handler_name, [mixed arg], [mixed ...])
com_isenum(object com_module)
com_load(string module_name, [string remote_host], [int codepage], [string typelib])
com_load_typelib(string typelib_name, [int case_insensitive])
com_message_pump([int timeoutms])
com_print_typeinfo(mixed comobject | string typelib, string dispinterface, bool wantsink)
com_propput(int module, string property_name, mixed value, ...)
com_propput(resource com_object, string property, mixed value)
com_propset(resource com_object, string property, mixed value)
com_release(int module)
com_set(resource com_object, string property, mixed value)
compact(mixed var_names, [mixed ...])
confirm_extname_compiled(string arg)
connection_aborted(void)
connection_status(void)
constant(string const_name)
convert_cyr_string(string str, string from, string to)
copy(string source_file, string destination_file)
cos(float number)
cosh(float number)
count(mixed var, [int mode])
count_chars(string input, [int mode])
cpdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text, [int mode])
cpdf_add_outline(int pdfdoc, int lastoutline, int sublevel, int open, int pagenr, string title)
cpdf_arc(int pdfdoc, float x, float y, float radius, float start, float end, [int mode])
cpdf_begin_text(int pdfdoc)
cpdf_circle(int pdfdoc, float x, float y, float radius, [int mode])
cpdf_clip(int pdfdoc)
cpdf_close(int pdfdoc)
cpdf_closepath(int pdfdoc)
cpdf_closepath_fill_stroke(int pdfdoc)
cpdf_closepath_stroke(int pdfdoc)
cpdf_continue_text(int pdfdoc, string text)
cpdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3, [int mode])
cpdf_end_text(int pdfdoc)
cpdf_fill(int pdfdoc)
cpdf_fill_stroke(int pdfdoc)
cpdf_finalize(int pdfdoc)
cpdf_finalize_page(int pdfdoc, int pagenr)
cpdf_global_set_document_limits(int maxPages, int maxFonts, int maxImages, int maxAnnots, int maxObjects)
cpdf_import_jpeg(int pdfdoc, string filename, float x, float y, float angle, float width, float height, float x_scale, float y_scale, int gsave, [int mode])
cpdf_lineto(int pdfdoc, float x, float y, [int mode])
cpdf_moveto(int pdfdoc, float x, float y, [int mode])
cpdf_newpath(int pdfdoc)
cpdf_open(int compression, [string filename], [array doc_limits])
cpdf_output_buffer(int pdfdoc)
cpdf_page_init(int pdfdoc, int pagenr, int orientation, int height, int width, [float unit])
cpdf_place_inline_image(int pdfdoc, int gdimage, float x, float y, float angle, fload width, float height, int gsave, [int mode])
cpdf_rect(int pdfdoc, float x, float y, float width, float height, [int mode])
cpdf_restore(int pdfdoc)
cpdf_rlineto(int pdfdoc, float x, float y, [int mode])
cpdf_rmoveto(int pdfdoc, float x, float y, [int mode])
cpdf_rotate(int pdfdoc, float angle)
cpdf_rotate_text(int pdfdoc, float angle)
cpdf_save(int pdfdoc)
cpdf_save_to_file(int pdfdoc, string filename)
cpdf_scale(int pdfdoc, float x_scale, float y_scale)
cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url, [int mode])
cpdf_set_char_spacing(int pdfdoc, float space)
cpdf_set_creator(int pdfdoc, string creator)
cpdf_set_current_page(int pdfdoc, int pagenr)
cpdf_set_font(int pdfdoc, string font, float size, string encoding)
cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir)
cpdf_set_font_map_file(int pdfdoc, string filename)
cpdf_set_horiz_scaling(int pdfdoc, float scale)
cpdf_set_keywords(int pdfptr, string keywords)
cpdf_set_leading(int pdf document, double distance)
cpdf_set_leading(int pdfdoc, float distance)
cpdf_set_page_animation(int pdfdoc, int transition, float duration, float direction, int orientation, int inout)
cpdf_set_subject(int pdfptr, string subject)
cpdf_set_text_matrix(int pdfdoc, arry matrix)
cpdf_set_text_pos(int pdfdoc, float x, float y, [int mode])
cpdf_set_text_rendering(int pdfdoc, int rendermode)
cpdf_set_text_rise(int pdfdoc, float value)
cpdf_set_title(int pdfptr, string title)
cpdf_set_viewer_preferences(int pdfdoc, array preferences)
cpdf_set_word_spacing(int pdfdoc, float space)
cpdf_setdash(int pdfdoc, long white, long black)
cpdf_setflat(int pdfdoc, float value)
cpdf_setgray(int pdfdoc, float value)
cpdf_setgray_fill(int pdfdoc, float value)
cpdf_setgray_stroke(int pdfdoc, float value)
cpdf_setlinecap(int pdfdoc, int value)
cpdf_setlinejoin(int pdfdoc, int value)
cpdf_setlinewidth(int pdfdoc, float width)
cpdf_setmiterlimit(int pdfdoc, float value)
cpdf_setrgbcolor(int pdfdoc, float red, float green, float blue)
cpdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)
cpdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)
cpdf_show(int pdfdoc, string text)
cpdf_show_xy(int pdfdoc, string text, float x-koor, float y-koor, [int mode])
cpdf_stringwidth(int pdfdoc, string text)
cpdf_stroke(int pdfdoc)
cpdf_text(int pdfdoc, string text, [float x-koor], float y-koor, [int mode], [float orientation], [int alignmode])
cpdf_translate(int pdfdoc, float x, float y)
crack_check([int dictionary], string password)
crack_closedict([int link_identifier])
crack_getlastmessage(void)
crack_opendict(string dictionary)
crc32(string str)
create_function(string args, string code)
crypt(string str, [string salt])
ctype_alnum(mixed c)
ctype_alpha(mixed c)
ctype_cntrl(mixed c)
ctype_digit(mixed c)
ctype_graph(mixed c)
ctype_lower(mixed c)
ctype_print(mixed c)
ctype_punct(mixed c)
ctype_space(mixed c)
ctype_upper(mixed c)
ctype_xdigit(mixed c)
curl_close(resource ch)
curl_errno(resource ch)
curl_error(resource ch)
curl_exec(resource ch)
curl_getinfo(resource ch, int opt)
curl_init([string url])
curl_multi_exec(resource mh)
curl_multi_getcontent(resource ch)
curl_multi_info_read(resource mh)
curl_multi_init(void)
curl_multi_remove_handle(resource mh, resource ch)
curl_setopt(resource ch, string option, mixed value)
curl_version([int version])
current(array array_arg)
date(string format, [int timestamp])
dba_close(resource handle)
dba_delete(string key, int handle)
dba_exists(string key, int handle)
dba_fetch(string key, [int skip], int handle)
dba_firstkey(int handle)
dba_handlers([bool full_info])
dba_insert(string key, string value, int handle)
dba_list()
dba_nextkey(int handle)
dba_open(string path, string mode, [string handlername], string ...)
dba_optimize(int handle)
dba_popen(string path, [string mode], string handlername, string ...)
dba_replace(string key, string value, int handle)
dba_sync(int handle)
dbase_add_record(int identifier, array data)
dbase_close(int identifier)
dbase_create(string filename, array fields)
dbase_delete_record(int identifier, int record)
dbase_get_record(int identifier, int record)
dbase_get_record_with_names(int identifier, int record)
dbase_numfields(int identifier)
dbase_numrecords(int identifier)
dbase_open(string name, int mode)
dbase_pack(int identifier)
dbase_replace_record(int identifier, array data, int recnum)
dblist(void)
dblist(void)
dbmclose(int dbm_identifier)
dbmdelete(int dbm_identifier, string key)
dbmexists(int dbm_identifier, string key)
dbmfetch(int dbm_identifier, string key)
dbmfirstkey(int dbm_identifier)
dbminsert(int dbm_identifier, string key, string value)
dbmnextkey(int dbm_identifier, string key)
dbmopen(string filename, string mode)
dbmreplace(int dbm_identifier, string key, string value)
dbx_close(dbx_link_object dbx_link)
dbx_compare(array row_x, array row_y, string columnname, [int flags])
dbx_connect(string module_name, string host, string db, string username, string password, [bool persistent])
dbx_error(dbx_link_object dbx_link)
dbx_esc(dbx_link_object dbx_link, string sz)
dbx_query(dbx_link_object dbx_link, string sql_statement, [long flags])
dbx_sort(object dbx_result, string compare_function_name)
dcgettext(string domain_name, string msgid, long category)
dcngettext(string domain, string msgid1, string msgid2, int n, int category)
deaggregate(object obj, [string class])
debug_backtrace(void)
debug_zval_dump(mixed var)
debugger_off()
debugger_on(string address)
decbin(int decimal_number)
dechex(int decimal_number)
decoct(int decimal_number)
define(string constant_name, mixed value, case_sensitive=true)
define_syslog_varaibles(void )
define_syslog_variables(void)
defined(string constant_name)
deg2rad(float number)
dgettext(string domain_name, string msgid)
die(string message)
dio_close(resource fd)
dio_fcntl(resource fd, int cmd, [mixed arg])
dio_open(string filename, int flags, [int mode])
dio_read(resource fd, [int n])
dio_seek(resource fd, int pos, int whence)
dio_stat(resource fd)
dio_tcsetattr(resource fd, array args)
dio_truncate(resource fd, int offset)
dio_write(resource fd, string data, [int len])
dir(string directory)
dirname(string path)
disk_free_space(string path)
disk_total_space(string path)
diskfreespace(string directory)
dl(string extension_filename)
dl(string library)
dngettext(string domain, string msgid1, string msgid2, int count)
dns_check_recored(string host, [string type])
dns_get_mx(string hostname, array mxhosts, [array weight])
dns_get_record(string hostname, [int type], [array authns], array addtl)
domxml_add_root(string name)
domxml_attr_name(void)
domxml_attr_specified(void)
domxml_attr_value(void)
domxml_cdata_length(void)
domxml_clone_node([bool deep])
domxml_doc_create_attribute(string name, string value)
domxml_doc_create_cdata_section(string content)
domxml_doc_create_comment(string content)
domxml_doc_create_element(string name)
domxml_doc_create_element_ns(string uri, string name, [string prefix])
domxml_doc_create_entity_reference(string name)
domxml_doc_create_processing_instruction(string name)
domxml_doc_create_text_node(string content)
domxml_doc_doctype(void)
domxml_doc_document_element(int domnode)
domxml_doc_get_element_by_id(string id)
domxml_doc_get_elements_by_tagname(string tagname [, object xpathctx_handle)
domxml_doc_ids(object doc_handle)
domxml_doc_implementation(void)
domxml_doc_imported_node(object node, bool recursive)
domxml_doc_validate(array &error)
domxml_doc_xinclude()
domxml_doctype_entities(void)
domxml_doctype_name(void)
domxml_doctype_notations(void)
domxml_doctype_public_id(void)
domxml_doctype_system_id(void)
domxml_dtd(void)
domxml_dump_mem(object doc_handle, [int format], [encoding])
domxml_dump_mem_file(string filename, [int compressmode], [int format])
domxml_dump_node(object doc_handle, object node_handle, [int format], [int level])
domxml_elem_get_attribute(string attrname)
domxml_elem_get_attribute_node(string attrname)
domxml_elem_get_elements_by_tagname(string tagname)
domxml_elem_has_attribute(string attrname)
domxml_elem_remove_attribute(string attrname)
domxml_elem_set_attribute(string attrname, string value)
domxml_elem_set_attribute_node(object attr)
domxml_elem_tagname(void)
domxml_element(string name)
domxml_html_dump_mem([int doc_handle])
domxml_is_blank_node(void)
domxml_new_xmldoc(string version)
domxml_node(string name)
domxml_node_add_namespace(string uri, string prefix)
domxml_node_append_child(object domnode)
domxml_node_append_sibling(object domnode)
domxml_node_attributes(void)
domxml_node_children(void)
domxml_node_first_child(void)
domxml_node_get_content()
domxml_node_has_attributes(void)
domxml_node_has_child_nodes(void)
domxml_node_insert_before(object newnode, object refnode)
domxml_node_last_child(void)
domxml_node_name(void)
domxml_node_namespace_uri(void)
domxml_node_new_child(string name, string content)
domxml_node_next_sibling(void)
domxml_node_owner_document(void)
domxml_node_parent(void)
domxml_node_prefix(void)
domxml_node_previous_sibling(void)
domxml_node_remove_child(object domnode)
domxml_node_replace_child(object newnode, object oldnode)
domxml_node_replace_node(object domnode)
domxml_node_set_content(string content)
domxml_node_set_name(string name)
domxml_node_set_namespace(string uri, [string prefix])
domxml_node_text_concat(string content)
domxml_node_type(void)
domxml_node_unlink_node([object node])
domxml_node_value(void)
domxml_notation_public_id(void)
domxml_notation_system_id(void)
domxml_parser([string buf], string filename)
domxml_parser_add_chunk(string chunk)
domxml_parser_cdata_section(string chunk)
domxml_parser_characters(string characters)
domxml_parser_comment(string comment)
domxml_parser_end([string chunk])
domxml_parser_end_document()
domxml_parser_end_element(string tagname)
domxml_parser_entity_reference(string reference)
domxml_parser_get_document()
domxml_parser_namespace_decl(string href, string prefix)
domxml_parser_processing_instruction(string target, string data)
domxml_parser_set_keep_blanks(bool mode)
domxml_parser_start_document()
domxml_parser_start_element(string tagname, array attributes)
domxml_pi_data(void)
domxml_pi_target(void)
domxml_set_root(int domnode)
domxml_substitute_entities_default(bool enable)
domxml_test(int id)
domxml_version(void)
domxml_xmltree(string xmltree)
domxml_xslt_process(object xslstylesheet, object xmldoc, [array xslt_parameters], [bool xpath_parameters], [string profileFilename])
domxml_xslt_result_dump_file(object xslstylesheet, object xmldoc, string filename, [int compression])
domxml_xslt_result_dump_mem(object xslstylesheet, object xmldoc)
domxml_xslt_stylesheet(string xsltstylesheet)
domxml_xslt_stylesheet_doc(object xmldoc)
domxml_xslt_stylesheet_file(string filename)
domxml_xslt_version(void)
doubleval(mixed var)
each(array arr)
easter_date([int year])
easter_days([int year], [int method])
ebcdic2ascii(string ebcdic_str)
echo(string arg)
empty(mixed var)
end(array array_arg)
ereg(string pattern, string string, [array registers])
ereg_replace(string pattern, string replacement, string string)
eregi(string pattern, string string, [array registers])
eregi_replace(string pattern, string replacement, string string)
error_log(string message, [int message_type], [string destination], [string extra_headers])
error_reporting(int new_error_level=null)
escapeshellarg(string arg)
escapeshellcmd(string command)
eval(string code_str)
exec(string command, [array output], [int return_value])
exif_imagetype(string imagefile)
exif_read_data(string filename, [sections_needed], [sub_arrays], [read_thumbnail])
exif_tagname(index)
exif_thumbnail(string filename, [&width], &height, [&imagetype])
exit()
exp(float number)
explode(string separator, string str, [int limit])
expm1(float number)
extension_loaded(string extension_name)
extract(array var_array, [int extract_type], [string prefix])
ezmlm_hash(string addr)
fclose(resource fp)
fdf_add_doc_javascript(resource fdfdoc, string scriptname, string script)
fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename)
fdf_close(resource fdfdoc)
fdf_create(void)
fdf_enum_values(resource fdfdoc, mixed callback, [mixed userdata])
fdf_get_ap(resource fdfdoc, string fieldname, int face, string filename)
fdf_get_attachment(resource fdfdoc, string fieldname, string savepath)
fdf_get_encoding(resource fdf)
fdf_get_file(resource fdfdoc)
fdf_get_flags(resorce fdfdoc, string fieldname, int whichflags)
fdf_get_option(resource fdfdof, string fieldname, [int element])
fdf_get_status(resource fdfdoc)
fdf_get_value(resource fdfdoc, string fieldname, [int which])
fdf_get_version([resource fdfdoc])
fdf_next_field_name(resource fdfdoc, [string fieldname])
fdf_open(string filename)
fdf_open_string(string fdf_data)
fdf_remove_item(resource fdfdoc, string fieldname, int item)
fdf_save(resource fdfdoc, [string filename])
fdf_save_string(resource fdfdoc)
fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr)
fdf_set_encoding(int fdf_document, string encoding)
fdf_set_file(resource fdfdoc, string filename, [string target_frame])
fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags)
fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script)
fdf_set_on_import_javascript(resource fdfdoc, string script, [bool before_data_import])
fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name)
fdf_set_status(resource fdfdoc, string status)
fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)
fdf_set_target_frame(resource fdfdoc, string target)
fdf_set_value(resource fdfdoc, string fieldname, mixed value, [int isname])
fdf_set_version(resourece fdfdoc, string version)
feof(resource fp)
fflush(resource fp)
fgetc(resource fp)
fgetcsv(resource fp, int length, [string delimiter], [string enclosure])
fgets(resource fp, [int length])
fgetss(resource fp, int length, [string allowable_tags])
file(string filename, [bool use_include_path])
file_exists(string filename)
file_get_contents(string filename, [bool use_include_path])
fileatime(string filename)
filectime(string filename)
filegroup(string filename)
fileinode(string filename)
filemtime(string filename)
fileowner(string filename)
fileperms(string filename)
filepro(string directory)
filepro_fieldcount(void)
filepro_fieldname(int fieldnumber)
filepro_fieldtype(int field_number)
filepro_fieldwidth(int field_number)
filepro_retrieve(int row_number, int field_number)
filepro_rowcount(void)
filesize(string filename)
filetype(string filename)
floatval(mixed var)
flock(resource fp, int operation, [int &wouldblock])
floor(float number)
flush(void)
fmod(float x, float y)
fnmatch(string pattern, string filename, [int flags])
fopen(string filename, string mode, [bool use_include_path], [resource context])
fpassthru(resource fp)
fputs(int fp, string str, int length)
fread(resource fp, int length)
frenchtojd(int month, int day, int year)
fribidi_charset_info(int charset)
fribidi_get_charsets()
fribidi_log2vis(string logical_str, long direction, long charset)
fscanf(resource stream, string format, [string ...])
fseek(resource fp, int offset, [int whence])
fsockopen(string hostname, int port, [int errno], [string errstr], [float timeout])
fstat(resource fp)
ftell(resource fp)
ftok(string pathname, string proj)
ftp_cdup(resource stream)
ftp_chdir(resource stream, string directory)
ftp_close(resource stream)
ftp_connect(string host, [int port], [int timeout)])
ftp_delete(resource stream, string file)
ftp_exec(resource stream, string command)
ftp_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos])
ftp_fput(resource stream, string remote_file, resource fp, int mode, [int startpos])
ftp_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos])
ftp_get_option(resource stream, int option)
ftp_login(resource stream, string username, string password)
ftp_mdtm(resource stream, string filename)
ftp_mkdir(resource stream, string directory)
ftp_nb_continue(resource stream)
ftp_nb_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos])
ftp_nb_fput(resource stream, string remote_file, resource fp, int mode, [int startpos])
ftp_nb_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos])
ftp_nb_put(resource stream, string remote_file, string local_file, int mode, [int startpos])
ftp_nlist(resource stream, string directory)
ftp_pasv(resource stream, bool pasv)
ftp_put(resource stream, string remote_file, string local_file, int mode, [int startpos])
ftp_pwd(resource stream)
ftp_quit(int ftp_stream)
ftp_rawlist(resource stream, string directory, [bool recursive])
ftp_rename(resource stream, string src, string dest)
ftp_rmdir(resource stream, string directory)
ftp_set_option(resource stream, int option, mixed value)
ftp_site(resource stream, string cmd)
ftp_size(resource stream, string filename)
ftp_ssl_connect(string host, [int port], [int timeout)])
ftp_systype(resource stream)
ftruncate(resource fp, int size)
func_get_arg(int arg_num)
func_get_args()
func_num_args(void)
function_exists(string function_name)
fwrite(resource fp, string str, [int length])
gd_info()
get_browser(string browser_name)
get_cfg_var(string option_name)
get_class(object object)
get_class_methods(mixed class)
get_class_vars(string class_name)
get_current_user(void)
get_declared_classes(void)
get_defined_constants(void)
get_defined_functions(void)
get_defined_vars(void)
get_extension_funcs(string extension_name)
get_html_translation_table([int table], [int quote_style])
get_include_path()
get_included_files(void)
get_loaded_extensions(void)
get_magic_quotes_gpc(void)
get_magic_quotes_runtime(void)
get_meta_tags(string filename, [bool use_include_path])
get_object_vars(object obj)
get_parent_class(mixed object)
get_required_files(void )
get_resource_type(resource res)
getallheaders(void)
getallheaders(void)
getcwd(void)
getdate([int timestamp])
getenv(string varname)
gethostbyaddr(string ip_address)
gethostbyname(string hostname)
gethostbynamel(string hostname)
getimagesize(string imagefile, [array info])
getlastmod(void)
getmxrr(string hostname, array mxhosts, array weight)
getmygid(void)
getmyinode(void)
getmypid(void)
getmyuid(void)
getopt(string options, [array longopts])
getprotobyname(string name)
getprotobynumber(int proto)
getrandmax(void)
getrusage([int who])
getservbyname(string service, string protocol)
getservbyport(int port, string protocol)
gettext(string msgid)
gettimeofday(void)
gettype(mixed var)
glob(string pattern, [int flags])
gmdate(string format, [int timestamp])
gmmktime(int hour, int min, int sec, int mon, int day, int year)
gmp_abs(resource a)
gmp_add(resource a, resource b)
gmp_and(resource a, resource b)
gmp_clrbit(resource &a, int index)
gmp_cmp(resource a, resource b)
gmp_com(resource a)
gmp_div_q(resource a, resource b, [int round])
gmp_div_qr(resource a, resource b, [int round])
gmp_div_r(resource a, resource b, [int round])
gmp_divexact(resource a, resource b)
gmp_divexact(resource n, resource d)
gmp_fact(int a)
gmp_gcd(resource a, resource b)
gmp_gcdext(resource a, resource b)
gmp_hamdist(resource a, resource b)
gmp_init(mixed number, [int base])
gmp_intval(resource gmpnumber)
gmp_invert(resource a, resource b)
gmp_jacobi(resource a, resource b)
gmp_legendre(resource a, resource b)
gmp_mod(resource a, resource b)
gmp_mul(resource a, resource b)
gmp_neg(resource a)
gmp_or(resource a, resource b)
gmp_perfect_square(resource a)
gmp_popcount(resource a)
gmp_pow(resource base, int exp)
gmp_powm(resource base, resource exp, resource mod)
gmp_prob_prime(resource a, [int reps])
gmp_random([int limiter])
gmp_scan0(resource a, int start)
gmp_scan1(resource a, int start)
gmp_setbit(resource &a, int index, [bool set_clear])
gmp_sign(resource a)
gmp_sqrt(resource a)
gmp_sqrtrem(resource a)
gmp_sqrtrm(resource a)
gmp_strval(resource gmpnumber, [int base])
gmp_sub(resource a, resource b)
gmp_xor(resource a, resource b)
gmstrftime(string format, [int timestamp])
gregoriantojd(int month, int day, int year)
gzclose(int zp)
gzcompress(string data, [int level])
gzdeflate(string data, [int level])
gzencode(string data, [int level], [int encoding_mode])
gzeof(int zp)
gzfile(string filename, [int use_include_path])
gzgetc(int zp)
gzgets(int zp, int length)
gzgetss(int zp, int length, string allowable_tags)
gzinflate(string data, [int length])
gzopen(string filename, string mode, [int use_include_path])
gzpassthru(int zp)
gzputs(int zp, string str, int length)
gzread(int zp, int length)
gzrewind(int zp)
gzseek(int zp, int offset)
gztell(int zp)
gzuncompress(string data, [int length])
gzwrite(int zp, string string, int length)
header(string header, [bool replace], [int http_response_code])
headers_sent([string &$file], [int &$line])
hebrev(string str, [int max_chars_per_line])
hebrevc(string str, [int max_chars_per_line])
hexdec(string hexadecimal_number)
highlight_file(string file_name, [bool return])
highlight_string(string string, [bool return])
html_doc(string html_doc, [bool from_file])
html_doc_file(string filename)
html_entity_decode(string string, [int quote_style], [string charset])
htmlentities(string string, [int quote_style], [string charset])
htmlspecialchars(string string, [int quote_style], [string charset])
hypot(float num1, float num2)
ibase_add_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name])
ibase_blob_add(int blob_id, string data)
ibase_blob_cancel(int blob_id)
ibase_blob_close(int blob_id)
ibase_blob_create([int link_identifier])
ibase_blob_echo(string blob_id_str)
ibase_blob_get(int blob_id, int len)
ibase_blob_import([link_identifier], int file_id)
ibase_blob_info(string blob_id_str)
ibase_blob_open(string blob_id)
ibase_close([int link_identifier])
ibase_commit([int link_identifier], int trans_number)
ibase_connect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role])
ibase_delete_user(string server, string dba_user_name, string dba_password, string username)
ibase_errmsg(void)
ibase_execute(int query, [int bind_args], [int ...])
ibase_fetch_assoc(int result, [int blob_flag])
ibase_fetch_object(int result, [int blob_flag])
ibase_fetch_row(int result, [int blob_flag])
ibase_field_info(int result, int field_number)
ibase_free_query(int query)
ibase_free_result(int result)
ibase_modify_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name])
ibase_num_fields(int result)
ibase_pconnect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role])
ibase_prepare([int link_identifier], string query)
ibase_query([int link_identifier], string query, [int bind_args])
ibase_rollback([int link_identifier], int trans_number)
ibase_timefmt(string format)
ibase_trans([int trans_args], [int link_identifier])
iconv(string in_charset, string out_charset, string str)
iconv_get_encoding([string type])
iconv_mime_decode(string encoded_string, [string charset])
iconv_mime_encode(string field_name, string field_value, string scheme, string out_charset, [string in_charset], int line_len, string lfchars)
iconv_set_encoding(string type, string charset)
iconv_strlen(string str, [string charset])
iconv_strpos(string haystack, string needle, int offset, [string charset])
iconv_strrpos(string haystack, string needle, [string charset])
iconv_substr(string str, int offset, [int length], string charset)
ifx_affected_rows(int resultid)
ifx_blobinfile_mode(int mode)
ifx_byteasvarchar(int mode)
ifx_close([int connid])
ifx_connect([string database], [string userid], [string password])
ifx_copy_blob(int bid)
ifx_create_blob(int type, int mode, string param)
ifx_create_char(string param)
ifx_do(int resultid)
ifx_error([int connection_id])
ifx_errormsg([int errorcode])
ifx_fetch_row(int resultid, [mixed position])
ifx_fieldproperties(int resultid)
ifx_fieldtypes(int resultid)
ifx_free_blob(int bid)
ifx_free_char(int bid)
ifx_free_result(int resultid)
ifx_get_blob(int bid)
ifx_get_char(int bid)
ifx_getsqlca(int resultid)
ifx_htmltbl_result(int resultid, [string htmltableoptions])
ifx_nullformat(int mode)
ifx_num_fields(int resultid)
ifx_num_rows(int resultid)
ifx_pconnect([string database], [string userid], [string password])
ifx_prepare(string query, int connid, [int cursortype], [array idarray])
ifx_query(string query, int connid, [int cursortype], [array idarray])
ifx_textasvarchar(int mode)
ifx_update_blob(int bid, string content)
ifx_update_char(int bid, string content)
ifxus_close_slob(int bid)
ifxus_create_slob(int mode)
ifxus_free_slob(int bid)
ifxus_open_slob(long bid, int mode)
ifxus_read_slob(long bid, long nbytes)
ifxus_seek_slob(long bid, int mode, long offset)
ifxus_tell_slob(long bid)
ifxus_write_slob(long bid, string content)
ignore_user_abort(bool value)
image2wbmp(int im, [string filename], [int threshold])
image_type_to_mime_type(int imagetype)
imagealphablending(resource im, bool on)
imageantialias(int im, bool on)
imagearc(int im, int cx, int cy, int w, int h, int s, int e, int col)
imagechar(int im, int font, int x, int y, string c, int col)
imagecharup(int im, int font, int x, int y, string c, int col)
imagecolorallocate(int im, int red, int green, int blue)
imagecolorallocatealpha(int im, int red, int green, int blue, int alpha)
imagecolorat(int im, int x, int y)
imagecolorclosest(int im, int red, int green, int blue)
imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha)
imagecolorclosesthwb(int im, int red, int green, int blue)
imagecolordeallocate(int im, int index)
imagecolorexact(int im, int red, int green, int blue)
imagecolorexactalpha(resource im, int red, int green, int blue, int alpha)
imagecolormatch(resource im1, resource im2)
imagecolorresolve(int im, int red, int green, int blue)
imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha)
imagecolorset(int im, int col, int red, int green, int blue)
imagecolorsforindex(int im, int col)
imagecolorstotal(int im)
imagecolortransparent(int im, [int col])
imagecopy(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)
imagecopymerge(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
imagecopymergegray(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
imagecopyresampled(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)
imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)
imagecreate(int x_size, int y_size)
imagecreatefromgd(string filename)
imagecreatefromgd2(string filename)
imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)
imagecreatefromgif(string filename)
imagecreatefromjpeg(string filename)
imagecreatefrompng(string filename)
imagecreatefromstring(string image)
imagecreatefromwbmp(string filename)
imagecreatefromxbm(string filename)
imagecreatefromxpm(string filename)
imagecreatetruecolor(int x_size, int y_size)
imagedashedline(int im, int x1, int y1, int x2, int y2, int col)
imagedestroy(int im)
imageellipse(resource im, int cx, int cy, int w, int h, int color)
imagefill(int im, int x, int y, int col)
imagefilledarc(int im, int cx, int cy, int w, int h, int s, int e, int col, int style)
imagefilledellipse(resource im, int cx, int cy, int w, int h, int color)
imagefilledpolygon(int im, array point, int num_points, int col)
imagefilledrectangle(int im, int x1, int y1, int x2, int y2, int col)
imagefilltoborder(int im, int x, int y, int border, int col)
imagefilter(int src_im, int filtertype, [args])
imagefontheight(int font)
imagefontwidth(int font)
imageftbbox(int size, int angle, string font_file, string text, [array extrainfo])
imagefttext(int im, int size, int angle, int x, int y, int col, string font_file, string text, [array extrainfo])
imagegammacorrect(int im, float inputgamma, float outputgamma)
imagegd(int im, [string filename])
imagegd2(int im, [string filename])
imagegif(int im, [string filename])
imageinterlace(int im, [int interlace])
imageistruecolor(int im)
imagejpeg(int im, [string filename], [int quality])
imagelayereffect(resource im, int effect)
imageline(int im, int x1, int y1, int x2, int y2, int col)
imageloadfont(string filename)
imagepalettecopy(int dst, int src)
imagepng(int im, [string filename])
imagepolygon(int im, array point, int num_points, int col)
imagepsbbox(string text, int font, int size, [int space], int tightness, int angle)
imagepscopyfont(int font_index)
imagepsencodefont(int font_index, string filename)
imagepsextendfont(int font_index, float extend)
imagepsfreefont(int font_index)
imagepsloadfont(string pathname)
imagepsslantfont(int font_index, float slant)
imagepstext(int image, string text, int font, int size, int xcoord, int ycoord, [int space], int tightness, float angle, int antialias)
imagerectangle(int im, int x1, int y1, int x2, int y2, int col)
imagerotate(int src_im, float angle, int bgdcolor)
imagesetbrush(resource image, resource brush)
imagesetpixel(int im, int x, int y, int col)
imagesetstyle(resource im, array styles)
imagesetthickness(resource im, int thickness)
imagesettile(resource image, resource tile)
imagestring(int im, int font, int x, int y, string str, int col)
imagestringup(int im, int font, int x, int y, string str, int col)
imagesx(int im)
imagesy(int im)
imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted)
imagettfbbox(int size, int angle, string font_file, string text)
imagettftext(int im, int size, int angle, int x, int y, int col, string font_file, string text)
imagetypes(void)
imagewbmp(int im, [string filename], , [int foreground])
imap_8bit(string text)
imap_alerts(void)
imap_append(resource stream_id, string folder, string message, [string options])
imap_base64(string text)
imap_binary(string text)
imap_body(resource stream_id, int msg_no, [int options])
imap_bodystruct(resource stream_id, int msg_no, int section)
imap_check(resource stream_id)
imap_clearflag_full(resource stream_id, string sequence, string flag, [int options])
imap_close(resource stream_id, [int options])
imap_createmailbox(resource stream_id, string mailbox)
imap_delete(resource stream_id, int msg_no, [int options])
imap_deletemailbox(resource stream_id, string mailbox)
imap_errors(void)
imap_expunge(resource stream_id)
imap_fetch_overview(resource stream_id, int msg_no, [int options])
imap_fetchbody(resource stream_id, int msg_no, int section, [int options])
imap_fetchheader(resource stream_id, int msg_no, [int options])
imap_fetchstructure(resource stream_id, int msg_no, [int options])
imap_get_quota(resource stream_id, string qroot)
imap_get_quotaroot(resource stream_id, string mbox)
imap_getmailboxes(resource stream_id, string ref, string pattern)
imap_getsubscribed(resource stream_id, string ref, string pattern)
imap_header(int imap_stream, int msg_number, int fromlength, int subjectlength, string defaulthost)
imap_header_decode(string text)
imap_headerinfo(resource stream_id, int msg_no, [int from_length], [int subject_length], [string default_host])
imap_headers(resource stream_id)
imap_last_error(void)
imap_list(resource stream_id, string ref, string pattern)
imap_listmailbox(int imap_stream, string ref, string pattern)
imap_listsubscribed(int imap_stream, string ref, string pattern)
imap_lsub(resource stream_id, string ref, string pattern)
imap_mail(string to, string subject, string message, [string additional_headers], [string cc], [string bcc], [string rpath])
imap_mail_compose(array envelope, array body)
imap_mail_copy(resource stream_id, int msg_no, string mailbox, [int options])
imap_mail_move(resource stream_id, int msg_no, string mailbox, [int options])
imap_mailboxmsginfo(resource stream_id)
imap_mime_header_decode(string str)
imap_msgno(resource stream_id, int unique_msg_id)
imap_num_msg(resource stream_id)
imap_num_recent(resource stream_id)
imap_open(string mailbox, string user, string password, [int options])
imap_ping(resource stream_id)
imap_qprint(string text)
imap_renamemailbox(resource stream_id, string old_name, string new_name)
imap_reopen(resource stream_id, string mailbox, [int options])
imap_rfc822_parse_adrlist(string address_string, string default_host)
imap_rfc822_parse_headers(string headers, [string default_host])
imap_rfc822_write_address(string mailbox, string host, string personal)
imap_scan(resource stream_id, string ref, string pattern, string content)
imap_scanmailbox(int imap_stream, string ref, string pattern, string content)
imap_search(resource stream_id, string criteria, [int options])
imap_set_quota(resource stream_id, string qroot, int mailbox_size)
imap_setacl(resource stream_id, string mailbox, string id, string rights)
imap_setflag_full(resource stream_id, string sequence, string flag, [int options])
imap_sort(resource stream_id, int criteria, int reverse, [int options], [string search_criteria])
imap_status(resource stream_id, string mailbox, int options)
imap_subscribe(resource stream_id, string mailbox)
imap_thread(resource stream_id, [int options])
imap_uid(resource stream_id, int msg_no)
imap_undelete(resource stream_id, int msg_no)
imap_unsubscribe(resource stream_id, string mailbox)
imap_utf7_decode(string buf)
imap_utf7_encode(string buf)
imap_utf8(string string)
implode([string glue], array pieces)
import_request_variables(string types, [string prefix])
in_array(mixed needle, array haystack, [bool strict])
ingres_autocommit([resource link])
ingres_close([resource link])
ingres_commit([resource link])
ingres_connect([string database], [string username], [string password])
ingres_fetch_array([int result_type], [resource link])
ingres_fetch_object([int result_type], [resource link])
ingres_fetch_row([resource link])
ingres_field_length(int index, [resource link])
ingres_field_name(int index, [resource link])
ingres_field_nullable(int index, [resource link])
ingres_field_precision(int index, [resource link])
ingres_field_scale(int index, [resource link])
ingres_field_type(int index, [resource link])
ingres_num_fields([resource link])
ingres_num_rows([resource link])
ingres_pconnect([string database], [string username], [string password])
ingres_query(string query, [resource link])
ingres_rollback([resource link])
ini_alter(string varname, string newvalue)
ini_get(string varname)
ini_get_all([string extension])
ini_restore(string varname)
ini_set(string varname, string newvalue)
intval(mixed var, [int base])
ip2long(string ip_address)
iptcembed(string iptcdata, string jpeg_file_name, [int spool])
iptcparse(string iptcdata)
ircg_channel_mode(int connection, string channel, string mode_spec, string nick)
ircg_disconnect(void)
ircg_fetch_error_msg(int connection)
ircg_get_username(int connection)
ircg_html_encode(string html_text)
ircg_ignore_add(resource connection, string nick)
ircg_ignore_del(int connection, string nick)
ircg_invite(int connection, string channel, string nickname)
ircg_is_conn_alive(int connection)
ircg_join(int connection, string channel, [string chan-key])
ircg_kick(int connection, string channel, string nick, string reason)
ircg_lookup_format_messages(string name)
ircg_msg(void)
ircg_nick(void)
ircg_nickname_escape(string nick)
ircg_nickname_unescape(string nick)
ircg_notice(void)
ircg_part(int connection, string channel)
ircg_pconnect(void)
ircg_register_format_messages(string name, array messages)
ircg_set_current(int connection)
ircg_set_file(int connection, string path)
ircg_set_on_die(int connection, string host, int port, string data)
ircg_topic(int connection, string channel, string topic)
ircg_who(int connection, string mask, [bool ops_only])
ircg_whois(int connection, string nick)
is_a(object object, string class_name)
is_array(mixed var)
is_bool(mixed var)
is_callable(mixed var, [bool syntax_only], [string callable_name])
is_dir(string filename)
is_double(mixed var)
is_executable(string filename)
is_file(string filename)
is_finite(float val)
is_float(mixed var)
is_infinite(float val)
is_int(mixed var)
is_integer(mixed var)
is_link(string filename)
is_long(mixed var)
is_nan(float val)
is_null(mixed var)
is_numeric(mixed value)
is_object(mixed var)
is_readable(string filename)
is_real(mixed var)
is_resource(mixed var)
is_scalar(mixed value)
is_string(mixed var)
is_subclass_of(object object, string class_name)
is_uploaded_file(string path)
is_writable(string filename)
isset(mixed var, [mixed var], [...])
java_last_exception_clear(void)
java_last_exception_clear(void)
java_last_exception_get(void)
java_last_exception_get(void)
jddayofweek(int juliandaycount, [int mode])
jdmonthname(int juliandaycount, int mode)
jdtofrench(int juliandaycount)
jdtogregorian(int juliandaycount)
jdtojewish(int juliandaycount, [bool hebrew], [int fl])
jdtojulian(int juliandaycount)
jdtounix(int jday)
jewishtojd(int month, int day, int year)
join(array src, string glue)
jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)
juliantojd(int month, int day, int year)
key(array array_arg)
krsort(array array_arg, [int sort_flags])
ksort(array array_arg, [int sort_flags])
lcg_value()
ldap_8859_to_t61(string value)
ldap_add(resource link, string dn, array entry)
ldap_bind(resource link, [string dn], string password)
ldap_close(int link_identifier)
ldap_compare(resource link, string dn, string attr, string value)
ldap_connect([string host], [int port])
ldap_count_entries(resource link, resource result)
ldap_delete(resource link, string dn)
ldap_dn2ufn(string dn)
ldap_err2str(int errno)
ldap_errno(resource link)
ldap_error(resource link)
ldap_explode_dn(string dn, int with_attrib)
ldap_first_attribute(resource link, resource result_entry, int ber)
ldap_first_entry(resource link, resource result)
ldap_first_reference(resource link, resource result)
ldap_free_result(resource result)
ldap_get_attributes(resource link, resource result_entry)
ldap_get_dn(resource link, resource result_entry)
ldap_get_entries(resource link, resource result)
ldap_get_option(resource link, int option, mixed retval)
ldap_get_values(resource link, resource result_entry, string attribute)
ldap_get_values_len(resource link, resource result_entry, string attribute)
ldap_list(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref])
ldap_mod_add(resource link, string dn, array entry)
ldap_mod_del(resource link, string dn, array entry)
ldap_mod_replace(resource link, string dn, array entry)
ldap_modify(int link_identifier, string dn, array entry)
ldap_next_attribute(resource link, resource result_entry, resource ber)
ldap_next_entry(resource link, resource result_entry)
ldap_next_reference(resource link, resource reference_entry)
ldap_parse_reference(resource link, resource reference_entry, array referrals)
ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
ldap_read(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref])
ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn))
ldap_search(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref])
ldap_set_option(resource link, int option, mixed newval)
ldap_set_rebind_proc(resource link, string callback)
ldap_sort(resource link, resource result, string sortfilter)
ldap_start_tls(resource link)
ldap_t61_to_8859(string value)
ldap_unbind(resource link)
leak(int num_bytes=3)
levenshtein(string str1, string str2)
levenshtein(string str1, string str2)
levenshtein(string str1, string str2, function cost)
levenshtein(string str1, string str2, int cost_ins, int cost_rep, int cost_del)
link(string target, string link)
linkinfo(string filename)
list()
localeconv(void)
localtime([int timestamp], [bool associative_array])
log(float number, [float base])
log10(float number)
log1p(float number)
long2ip(int proper_address)
lstat(string filename)
ltrim(string str, [string character_mask])
mail(string to, string subject, string message, [string additional_headers], [string additional_parameters])
max(mixed arg1, [mixed arg2], [mixed ...])
mb_convert_case(string sourcestring, int mode, [string encoding])
mb_convert_encoding(string str, string to-encoding, [mixed from-encoding])
mb_convert_kana(string str, [string option], [string encoding])
mb_convert_variables(string to-encoding, mixed from-encoding, [mixed ...])
mb_decode_mimeheader(string string)
mb_decode_numericentity(string string, array convmap, [string encoding])
mb_detect_encoding(string str, [mixed encoding_list])
mb_detect_order([mixed encoding-list])
mb_encode_mimeheader(string str, [string charset], [string transfer-encoding], [string linefeed])
mb_encode_numericentity(string string, array convmap, [string encoding])
mb_ereg(string pattern, string string, [array registers])
mb_ereg_match(string pattern, string string [, string option)
mb_ereg_replace(string pattern, string replacement, string string, [string option])
mb_ereg_search([string pattern], [string option])
mb_ereg_search_getpos(void)
mb_ereg_search_getregs(void)
mb_ereg_search_init(string string, [string pattern], [string option])
mb_ereg_search_pos([string pattern], [string option])
mb_ereg_search_regs([string pattern], [string option])
mb_ereg_search_setpos(int position)
mb_eregi(string pattern, string string, [array registers])
mb_eregi_replace(string pattern, string replacement, string string)
mb_get_info([string type])
mb_http_input([string type])
mb_http_output([string encoding])
mb_internal_encoding([string encoding])
mb_language([string language])
mb_output_handler(string contents, int status)
mb_parse_str(string encoded_string, [array result])
mb_preferred_mime_name(string encoding)
mb_regex_encoding([string encoding])
mb_regex_set_options([string options])
mb_send_mail(string to, string subject, string message, [string additional_headers], [string additional_parameters])
mb_split(string pattern, string string, [int limit])
mb_strcut(string str, int start, [int length], [string encoding])
mb_strimwidth(string str, int start, int width, [string trimmarker], [string encoding])
mb_strlen(string str, [string encoding])
mb_strpos(string haystack, string needle, [int offset], [string encoding])
mb_strrpos(string haystack, string needle, [string encoding])
mb_strtolower(string sourcestring, [string encoding])
mb_strtoupper(string sourcestring, [string encoding])
mb_strwidth(string str, [string encoding])
mb_substitute_character([mixed substchar])
mb_substr(string str, int start, [int length], [string encoding])
mb_substr_count(string haystack, string needle, [string encoding])
mcal_append_event(int stream_id)
mcal_close(int stream_id, [int options])
mcal_create_calendar(int stream_id, string calendar)
mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday)
mcal_date_valid(int year, int month, int day)
mcal_day_of_week(int year, int month, int day)
mcal_day_of_year(int year, int month, int day)
mcal_days_in_month(int month, bool leap_year)
mcal_delete_calendar(int stream_id, string calendar)
mcal_delete_event(int stream_id, int event_id)
mcal_event_add_attribute(int stream_id, string attribute, string value)
mcal_event_init(int stream_id)
mcal_event_set_alarm(int stream_id, int alarm)
mcal_event_set_category(int stream_id, string category)
mcal_event_set_class(int stream_id, int class)
mcal_event_set_description(int stream_id, string description)
mcal_event_set_end(int stream_id, int year, int month, int day [[, [int hour], int min, int sec)
mcal_event_set_recur_daily(int stream_id, int year, int month, int day, int interval)
mcal_event_set_recur_monthly_mday(int stream_id, int year, int month, int day, int interval)
mcal_event_set_recur_monthly_wday(int stream_id, int year, int month, int day, int interval)
mcal_event_set_recur_none(int stream_id)
mcal_event_set_recur_weekly(int stream_id, int year, int month, int day, int interval, int weekdays)
mcal_event_set_recur_yearly(int stream_id, int year, int month, int day, int interval)
mcal_event_set_start(int stream_id, int year, int month, int day [[, [int hour], int min, int sec)
mcal_event_set_title(int stream_id, string title)
mcal_expunge(int stream_id)
mcal_fetch_current_stream_event(int stream_id)
mcal_fetch_event(int stream_id, int eventid, [int options])
mcal_is_leap_year(int year)
mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec)
mcal_list_events(int stream_id, object begindate, [object enddate])
mcal_next_recurrence(int stream_id, int weekstart, array next)
mcal_open(string calendar, string user, string password, [int options])
mcal_popen(string calendar, string user, string password, [int options])
mcal_rename_calendar(int stream_id, string src_calendar, string dest_calendar)
mcal_reopen(int stream_id, string calendar, [int options])
mcal_snooze(int stream_id, int uid)
mcal_store_event(int stream_id)
mcal_time_valid(int hour, int min, int sec)
mcal_week_of_year(int day, int month, int year)
mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
mcrypt_cfb(int cipher, string key, string data, int mode, string iv)
mcrypt_cfb(string cipher, string key, string data, int mode, string iv)
mcrypt_create_iv(int size, int source)
mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)
mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
mcrypt_ecb(string cipher, string key, string data, int mode, string iv)
mcrypt_enc_get_algorithms_name(resource td)
mcrypt_enc_get_block_size(resource td)
mcrypt_enc_get_iv_size(resource td)
mcrypt_enc_get_key_size(resource td)
mcrypt_enc_get_modes_name(resource td)
mcrypt_enc_get_supported_key_sizes(resource td)
mcrypt_enc_is_block_algorithm(resource td)
mcrypt_enc_is_block_algorithm_mode(resource td)
mcrypt_enc_is_block_mode(resource td)
mcrypt_enc_self_test(resource td)
mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)
mcrypt_generic(resource td, string data)
mcrypt_generic_deinit(resource td)
mcrypt_generic_end(resource td)
mcrypt_generic_init(resource td, string key, string iv)
mcrypt_get_block_size(int cipher)
mcrypt_get_block_size(string cipher, string module)
mcrypt_get_block_size(string cipher, string module)
mcrypt_get_cipher_name(int cipher)
mcrypt_get_cipher_name(string cipher)
mcrypt_get_cipher_name(string cipher)
mcrypt_get_iv_size(resource td)
mcrypt_get_iv_size(string cipher, string mode)
mcrypt_get_iv_size(string cipher, string module)
mcrypt_get_key_size(string cipher, string module)
mcrypt_get_key_size(string cipher, string module)
mcrypt_list_algorithms([string lib_dir])
mcrypt_list_modes([string lib_dir])
mcrypt_module_close(resource td)
mcrypt_module_get_algo_block_size(string algorithm, [string lib_dir])
mcrypt_module_get_algo_key_size(string algorithm, [string lib_dir])
mcrypt_module_get_supported_key_sizes(string algorithm, [string lib_dir])
mcrypt_module_is_block_algorithm(string algorithm, [string lib_dir])
mcrypt_module_is_block_algorithm_mode(string mode, [string lib_dir])
mcrypt_module_is_block_mode(string mode, [string lib_dir])
mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory)
mcrypt_module_self_test(string algorithm, [string lib_dir])
mcrypt_ofb(int cipher, string key, string data, int mode, string iv)
mcrypt_ofb(int cipher, string key, string data, int mode, string iv)
mcrypt_ofb(string cipher, string key, string data, int mode, string iv)
mcve_adduser(resource conn, string admin_password, int usersetup)
mcve_adduserarg(resource usersetup, int argtype, string argval)
mcve_bt(resource conn, string username, string password)
mcve_checkstatus(resource conn, int identifier)
mcve_chkpwd(resource conn, string username, string password)
mcve_chngpwd(resource conn, string admin_password, string new_password)
mcve_completeauthorizations(resource conn, int &array)
mcve_connect(resource conn)
mcve_connectionerror(resource conn)
mcve_deleteresponse(resource conn, int identifier)
mcve_deletetrans(resource conn, int identifier)
mcve_deleteusersetup(resource usersetup)
mcve_deluser(resource conn, string admin_password, string username)
mcve_destroyconn(resource conn)
mcve_destroyengine(void)
mcve_disableuser(resource conn, string admin_password, string username)
mcve_edituser(resource conn, string admin_password, int usersetup)
mcve_enableuser(resource conn, string admin_password, string username)
mcve_force(resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum)
mcve_getcell(resource conn, int identifier, string column, int row)
mcve_getcellbynum(resource conn, int identifier, int column, int row)
mcve_getcommadelimited(resource conn, int identifier)
mcve_getheader(resource conn, int identifier, int column_num)
mcve_getuserarg(resource usersetup, int argtype)
mcve_getuserparam(resource conn, long identifier, int key)
mcve_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
mcve_gl(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
mcve_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
mcve_initconn(void)
mcve_initengine(string location)
mcve_initusersetup(void)
mcve_iscommadelimited(resource conn, int identifier)
mcve_liststats(resource conn, string admin_password)
mcve_listusers(resource conn, string admin_password)
mcve_maxconntimeout(resource conn, int secs)
mcve_monitor(resource conn)
mcve_numcolumns(resource conn, int identifier)
mcve_numrows(resource conn, int identifier)
mcve_override(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
mcve_parsecommadelimited(resource conn, int identifier)
mcve_ping(resource conn)
mcve_preauth(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
mcve_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum)
mcve_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum)
mcve_responseparam(resource conn, long identifier, string key)
mcve_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum)
mcve_returncode(resource conn, int identifier)
mcve_returnstatus(resource conn, int identifier)
mcve_sale(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
mcve_setblocking(resource conn, int tf)
mcve_setdropfile(resource conn, string directory)
mcve_setip(resource conn, string host, int port)
mcve_setssl(resource conn, string host, int port)
mcve_settimeout(resource conn, int seconds)
mcve_settle(resource conn, string username, string password, string batch)
mcve_text_avs(string code)
mcve_text_code(string code)
mcve_text_cv(int code)
mcve_transactionauth(resource conn, int identifier)
mcve_transactionavs(resource conn, int identifier)
mcve_transactionbatch(resource conn, int identifier)
mcve_transactioncv(resource conn, int identifier)
mcve_transactionid(resource conn, int identifier)
mcve_transactionitem(resource conn, int identifier)
mcve_transactionssent(resource conn)
mcve_transactiontext(resource conn, int identifier)
mcve_transinqueue(resource conn)
mcve_transnew(resource conn)
mcve_transparam(resource conn, long identifier, int key, ...)
mcve_transsend(resource conn, long identifier)
mcve_ub(resource conn, string username, string password)
mcve_uwait(long microsecs)
mcve_verifyconnection(resource conn, int tf)
mcve_verifysslcert(resource conn, int tf)
mcve_void(resource conn, string username, string password, int sid, int ptrannum)
md5(string str)
md5_file(string filename)
mdecrypt_generic(resource td, string data)
metaphone(string text, int phones)
method_exists(object object, string method)
mhash(int hash, string data, [string key])
mhash_count(void)
mhash_get_block_size(int hash)
mhash_get_hash_name(int hash)
mhash_keygen_s2k(int hash, string input_password, string salt, int bytes)
microtime(void)
mime_content_type(string filename)
min(mixed arg1, [mixed arg2], [mixed ...])
mkdir(string pathname, [int mode])
mktime(int hour, int min, int sec, int mon, int day, int year)
money_format(string format, float value)
move_uploaded_file(string path, string new_path)
msession_call(string fn_name, , [string param1], ... [, string param4)
msession_connect(string host, string port)
msession_count(void)
msession_create(string session)
msession_destroy(string name)
msession_disconnect(void)
msession_find(string name, string value)
msession_get(string session, string name, string default_value)
msession_get_array(string session)
msession_get_data(string session)
msession_inc(string session, string name)
msession_list(void)
msession_listvar(string name)
msession_lock(string name)
msession_plugin(string session, string val, [string param])
msession_randstr(int num_chars)
msession_set(string session, string name, string value)
msession_set_array(string session, array tuples)
msession_set_data(string session, string value)
msession_stat(string name)
msession_timeout(string session, [int param])
msession_uniq(int num_chars)
msession_unlock(string session, int key)
msg_get_queue(long key, [long perms])
msg_receive(resource queue, long desiredmsgtype, long &msgtype, long maxsize, mixed message [, [bool unserialize=true], [long flags=0], [long errorcod])
msg_remove_queue(resource queue)
msg_send(resource queue, long msgtype, mixed message [, [bool serialize=true], [bool blocking=true], [long errorcode])
msg_set_queue(resource queue, array data)
msg_stat_queue(resource queue)
msql_affected_rows(int query)
msql_close([int link_identifier])
msql_connect([string hostname:port], [string username], [string password])
msql_create_db(string database_name, [int link_identifier])
msql_data_seek(int query, int row_number)
msql_db_query(string database_name, string query, [int link_identifier])
msql_drop_db(string database_name, [int link_identifier])
msql_error([int link_identifier])
msql_fetch_array(int query, [int result_type])
msql_fetch_field(int query, [int field_offset])
msql_fetch_object(int query, [int result_type])
msql_fetch_row(int query)
msql_field_flags(int query, int field_offset)
msql_field_len(int query, int field_offet)
msql_field_name(int query, int field_index)
msql_field_seek(int query, int field_offset)
msql_field_table(int query, int field_offset)
msql_field_type(int query, int field_offset)
msql_free_result(int query)
msql_list_dbs([int link_identifier])
msql_list_fields(string database_name, string table_name, [int link_identifier])
msql_list_tables(string database_name, [int link_identifier])
msql_num_fields(int query)
msql_num_rows(int query)
msql_pconnect([string hostname:port], [string username], [string password])
msql_query(string query, [int link_identifier])
msql_result(int query, int row, [mixed field])
msql_select_db(string database_name, [int link_identifier])
mssql_bind(int stmt, string param_name, mixed var, int typ)
mssql_close([int connectionid])
mssql_connect([string servername], [string username], [string password])
mssql_data_seek(int result_id, int offset)
mssql_execute(int stmt)
mssql_fetch_array(int result_id, [int result_type])
mssql_fetch_assoc(int result_id, [int result_type])
mssql_fetch_batch(string result_index)
mssql_fetch_field(int result_id, [int offset])
mssql_fetch_object(int result_id, [int result_type])
mssql_fetch_row(int result_id, [int result_type])
mssql_field_length(int result_id, [int offset])
mssql_field_name(int result_id, [int offset])
mssql_field_seek(int result_id, int offset)
mssql_field_type(int result_id, [int offset])
mssql_free_result(string result_index)
mssql_get_last_message(void)
mssql_guid_string(string binary [, int short_format)
mssql_init(string sp_name, [int conn_id])
mssql_min_error_severity(int severity)
mssql_min_message_severity(int severity)
mssql_next_result(int result_id)
mssql_num_fields(int mssql_result_index)
mssql_num_rows(int mssql_result_index)
mssql_pconnect([string servername], [string username], [string password])
mssql_query(string query, [int conn_id], [int batch_size])
mssql_result(int result_id, int row, mixed field)
mssql_rows_affected(int conn_id)
mssql_select_db(string database_name, [int conn_id])
mt_getrandmax(void)
mt_rand([int min], int max)
mt_srand([int seed])
mysql_affected_rows([int link_identifier])
mysql_change_user(string user, string password, string database, int link_identifier)
mysql_client_encoding([int link_identifier])
mysql_close([int link_identifier])
mysql_connect([string hostname:port:/path/to/socket], [string username], [string password], [bool new], [int flags])
mysql_create_db(string database_name, [int link_identifier])
mysql_data_seek(int result, int row_number)
mysql_db_name(int result, int row, mixed field)
mysql_db_query(string database_name, string query, [int link_identifier])
mysql_drop_db(string database_name, [int link_identifier])
mysql_errno([int link_identifier])
mysql_error([int link_identifier])
mysql_escape_string(string to_be_escaped)
mysql_fetch_array(int result, [int result_type])
mysql_fetch_assoc(int result)
mysql_fetch_field(int result, [int field_offset])
mysql_fetch_lengths(int result)
mysql_fetch_object(int result, [int result_type])
mysql_fetch_row(int result)
mysql_field_flags(int result, int field_offset)
mysql_field_len(int result, int field_offset)
mysql_field_name(int result, int field_index)
mysql_field_seek(int result, int field_offset)
mysql_field_table(int result, int field_offset)
mysql_field_type(int result, int field_offset)
mysql_free_result(int result)
mysql_get_client_info(void)
mysql_get_host_info([int link_identifier])
mysql_get_proto_info([int link_identifier])
mysql_get_server_info([int link_identifier])
mysql_info([int link_identifier])
mysql_insert_id([int link_identifier])
mysql_list_dbs([int link_identifier])
mysql_list_fields(string database_name, string table_name, [int link_identifier])
mysql_list_processes([int link_identifier])
mysql_list_tables(string database_name, [int link_identifier])
mysql_num_fields(int result)
mysql_num_rows(int result)
mysql_pconnect([string hostname:port:/path/to/socket], [string username], [string password], [int flags])
mysql_ping([int link_identifier])
mysql_query(string query, [int link_identifier], [int result_mode])
mysql_real_escape_string(string to_be_escaped, [int link_identifier])
mysql_result(int result, int row, [mixed field])
mysql_select_db(string database_name, [int link_identifier])
mysql_stat([int link_identifier])
mysql_tablename(int result, int i)
mysql_thread_id([int link_identifier])
mysql_unbuffered_query(string query, [int link_identifier], [int result_mode])
natcasesort(array array_arg)
natsort(array array_arg)
netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass)
netsnmp_session_gen_sec_key(struct snmp_session *s, u_char *pass)
netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot)
netsnmp_session_set_sec_level(struct snmp_session *s, char *level)
netsnmp_session_set_sec_name(struct snmp_session *s, char *name)
netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot)
next(array array_arg)
ngettext(string MSGID1, string MSGID2, int N)
nl2br(string str)
nl_langinfo(int item)
node_attributes(zval **attributes, int node)
node_children([int node])
node_namespace([int node])
notes_body(string server, string mailbox, int msg_number)
notes_copy_db(string from_database_name, string to_database_name, [string title])
notes_create_db(string database_name)
notes_create_note(string database_name, string form_name)
notes_drop_db(string database_name)
notes_find_note(string database_name, string name, [string type])
notes_header_info(string server, string mailbox, int msg_number)
notes_list_msgs(string db)
notes_mark_read(string database_name, string user_name, string note_id)
notes_mark_unread(string database_name, string user_name, string note_id)
notes_nav_create(string database_name, string name)
notes_search(string database_name, string keywords)
notes_unread(string database_name, string user_name)
notes_version(string database_name)
number_format(float number, [int num_decimal_places], [string dec_seperator], string thousands_seperator)
ob_clean(void)
ob_end_clean(void)
ob_end_flush(void)
ob_flush(void)
ob_get_clean(void)
ob_get_contents(void)
ob_get_flush(void)
ob_get_length(void)
ob_get_level(void)
ob_get_status([bool full_status])
ob_gzhandler(string str, int mode)
ob_iconv_handler(string contents, int status)
ob_implicit_flush([int flag])
ob_list_handlers()
ob_start([string|array user_function], [int chunk_size], [bool erase])
ocibindbyname(int stmt, string name, mixed &var, [int maxlength], [int type])
ocicancel(int stmt)
ocicloselob(object lob)
ocicollappend(object collection, value)
ocicollassign(object collection, object)
ocicollassignelem(object collection, ndx, val)
ocicollgetelem(object collection, ndx)
ocicollmax(object collection)
ocicollsize(object collection)
ocicolltrim(object collection, num)
ocicolumnisnull(int stmt, int col)
ocicolumnisnull(int stmt, mixed column)
ocicolumnname(int stmt, int col)
ocicolumnprecision(int stmt, int col)
ocicolumnscale(int stmt, int col)
ocicolumnsize(int stmt, int col)
ocicolumnsize(int stmt, mixed column)
ocicolumntype(int stmt, int col)
ocicolumntyperaw(int stmt, int col)
ocicommit(int connection)
ocidefinebyname(int stmt, string name, mixed &var, [int type])
ocierror([int stmt|conn|global])
ociexecute(int stmt, [int mode])
ocifetch(int statement)
ocifetch(int statement)
ocifetch(int stmt)
ocifetchinto(int stmt, array &output, [int mode])
ocifetchstatement(int stmt, array &output, [int skip], [int maxrows], [int flags])
ocifreecollection(object lob)
ocifreecursor(int stmt)
ocifreedesc(object lob)
ocifreestatement(int stmt)
ociinternaldebug(int onoff)
ociloadlob(object lob)
ocilogoff(int conn)
ocilogon(string user, string pass, [string db])
ocinewcollection(int connection, string tdo, [string schema])
ocinewcursor(int conn)
ocinewdescriptor(int connection, [int type])
ocinlogon(string user, string pass, [string db])
ocinumcols(int stmt)
ociparse(int conn, strint query)
ocipasswordchange(int conn, string username, string old_password, string new_password)
ociplogon(string user, string pass, [string db])
ociresult(int stmt, mixed column)
ocirollback(int conn)
ocirowcount(int stmt)
ocisavelob(object lob)
ocisavelobfile(object lob)
ociserverversion(int conn)
ocisetprefetch(int stmt, int prefetch_rows)
ocistatementtype(int stmt)
ociwritelobtofile(object lob, [string filename], [int start], [int length])
ociwritetemporarylob(int stmt, int loc, string var)
octdec(string octal_number)
odbc_autocommit(int connection_id, [int OnOff])
odbc_binmode(int result_id, int mode)
odbc_close(int connection_id)
odbc_close_all(void)
odbc_columnprivileges(int connection_id, string catalog, string schema, string table, string column)
odbc_columns(int connection_id, string qualifier, string owner, string table_name, string column_name)
odbc_commit(int connection_id)
odbc_connect(string DSN, string user, string password, [int cursor_option])
odbc_cursor(int result_id)
odbc_data_source(int connection_id, int fetch_type)
odbc_do(int conn_id, string query)
odbc_error([int connection_id])
odbc_errormsg([int connection_id])
odbc_exec(int connection_id, string query, [int flags])
odbc_execute(int result_id, [array parameters_array])
odbc_fetch_array(int result, [int rownumber])
odbc_fetch_into(int result_id, array result_array, , [int rownumber])
odbc_fetch_object(int result, [int rownumber])
odbc_fetch_row(int result_id, [int row_number])
odbc_field_len(int result_id, int field_number)
odbc_field_name(int result_id, int field_number)
odbc_field_num(int result_id, string field_name)
odbc_field_precision(int result_id, int field_number)
odbc_field_scale(int result_id, int field_number)
odbc_field_type(int result_id, int field_number)
odbc_foreignkeys(int connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)
odbc_free_result(int result_id)
odbc_gettypeinfo(int connection_id, [int data_type])
odbc_longreadlen(int result_id, int length)
odbc_next_result(int result_id)
odbc_num_fields(int result_id)
odbc_num_rows(int result_id)
odbc_pconnect(string DSN, string user, string password, [int cursor_option])
odbc_prepare(int connection_id, string query)
odbc_primarykeys(int connection_id, string qualifier, string owner, string table)
odbc_procedurecolumns(int connection_id, [string qualifier], string owner, string proc, string column)
odbc_procedures(int connection_id, [string qualifier], string owner, string name)
odbc_result(int result_id, mixed field)
odbc_result_all(int result_id, [string format])
odbc_rollback(int connection_id)
odbc_setoption(int conn_id|result_id, int which, int option, int value)
odbc_specialcolumns(int connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)
odbc_statistics(int connection_id, string qualifier, string owner, string name, int unique, int accuracy)
odbc_tableprivileges(int connection_id, string qualifier, string owner, string name)
odbc_tables(int connection_id, [string qualifier], string owner, string name, string table_types)
opendir(string path)
openlog(string ident, int option, int facility)
openssl_csr_export(resource csr, string &out, [bool notext=true])
openssl_csr_export_to_file(resource csr, string outfilename, [bool notext=true])
openssl_csr_new(array dn, resource &privkey, [array extraattribs], array configargs)
openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days)
openssl_error_string(void)
openssl_free_key(int key_identifier)
openssl_get_privatekey(string key, string passphrase)
openssl_get_publickey(string certificate)
openssl_open(string data, &string opendata, string ekey, mixed privkey)
openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert, [mixed recipkey])
openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers, [long flags])
openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers, [long flags], [string extracertsfilename])
openssl_pkcs7_verify(string filename, long flags, [string signerscerts], [array cainfo], [string extracerts])
openssl_pkey_export(mixed key, &mixed out, [string passphrase], [array config_args])
openssl_pkey_export_to_file(mixed key, string outfilename, [string passphrase], array config_args)
openssl_pkey_free(int key)
openssl_pkey_get_private(string key, [string passphrase])
openssl_pkey_get_public(mixed cert)
openssl_pkey_new([array configargs])
openssl_private_decrypt(string data, string decrypted, mixed key, [int padding])
openssl_private_encrypt(string data, string crypted, mixed key, [int padding])
openssl_public_decrypt(string data, string crypted, resource key, [int padding])
openssl_public_encrypt(string data, string crypted, mixed key, [int padding])
openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys)
openssl_sign(string data, &string signature, mixed key)
openssl_verify(string data, string signature, mixed key)
openssl_x509_check_private_key(mixed cert, mixed key)
openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo, [string untrustedfile])
openssl_x509_export(mixed x509, string &out, [bool notext = true])
openssl_x509_export_to_file(mixed x509, string outfilename, [bool notext = true])
openssl_x509_free(resource x509)
openssl_x509_parse(mixed x509, [bool shortnames=true])
openssl_x509_read(mixed cert)
ora_bind(int cursor, string php variable name, string sql parameter name, int length, int type)
ora_close(int cursor)
ora_columnname(int cursor, int column)
ora_columnsize(int cursor, int column)
ora_columntype(int cursor, int column)
ora_commit(int conn)
ora_commitoff(int conn)
ora_commiton(int conn)
ora_do(int conn, string query)
ora_error(int cursor_or_connection)
ora_errorcode(int cursor_or_connection)
ora_exec(int cursor)
ora_fetch(int cursor)
ora_fetch_into(int cursor, array result, int flags)
ora_getcolumn(int cursor, int column)
ora_logoff(int connection)
ora_logon(string user, string password)
ora_numcols(int cursor_ind)
ora_numrows(int cursor)
ora_open(int connection)
ora_parse(int cursor, string sql_statement, [int defer])
ora_plogon(string user, string password)
ora_rollback(int connection)
ord(string character)
output_add_rewrite_var(string name, string value)
output_reset_rewrite_vars(void)
overload(string class_entry)
ovrimos_autocommit(int connection_id, int OnOff)
ovrimos_close(int connection)
ovrimos_commit(int connection_id)
ovrimos_connect(string host, string db, string user, string password)
ovrimos_cursor(int result_id)
ovrimos_exec(int connection_id, string query)
ovrimos_execute(int result_id, [array parameters_array])
ovrimos_fetch_into(int result_id, array result_array, [string how], [int rownumber])
ovrimos_fetch_row(int result_id, [int how], [int row_number])
ovrimos_field_len(int result_id, int field_number)
ovrimos_field_name(int result_id, int field_number)
ovrimos_field_num(int result_id, string field_name)
ovrimos_field_type(int result_id, int field_number)
ovrimos_free_result(int result_id)
ovrimos_longreadlen(int result_id, int length)
ovrimos_num_fields(int result_id)
ovrimos_num_rows(int result_id)
ovrimos_prepare(int connection_id, string query)
ovrimos_result(int result_id, mixed field)
ovrimos_result_all(int result_id, [string format])
ovrimos_rollback(int connection_id)
ovrimos_setoption(int conn_id|result_id, int which, int option, int value)
pack(string format, mixed arg1, [mixed arg2], [mixed ...])
parse_ini_file(string filename, [bool process_sections])
parse_str(string encoded_string, [array result])
parse_url(string url)
passthru(string command, [int return_value])
pathinfo(string path)
pclose(resource fp)
pcntl_alarm(int seconds)
pcntl_exec(string path, [array args], [array envs])
pcntl_fork(void)
pcntl_signal(long signo, mixed handle, [bool restart_syscalls])
pcntl_waitpid(long pid, long status, long options)
pcntl_wexitstatus(long status)
pcntl_wifexited(long status)
pcntl_wifsignaled(long status)
pcntl_wifstopped(long status)
pcntl_wstopsig(long status)
pcntl_wtermsig(long status)
pdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text)
pdf_add_bookmark(int pdfdoc, string text, [int parent], int open)
pdf_add_launchlink(int pdfdoc, float llx, float lly, float urx, float ury, string filename)
pdf_add_locallink(int pdfdoc, float llx, float lly, float urx, float ury, int page, string dest)
pdf_add_note(int pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
pdf_add_outline(int pdf document, string text, int parent, int open)
pdf_add_pdflink(int pdfdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest)
pdf_add_thumbnail(int pdf, int image))
pdf_add_weblink(int pdfdoc, float llx, float lly, float urx, float ury, string url)
pdf_arc(int pdfdoc, float x, float y, float radius, float start, float end)
pdf_arcn(int pdf, float x, float y, float r, float alpha, float beta))
pdf_attach_file(int pdf, float lly, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)
pdf_begin_page(int pdfdoc, float width, float height)
pdf_begin_pattern(int pdf, float width, float height, float xstep, float ystep, int painttype))
pdf_begin_template(int pdf, float width, float height))
pdf_circle(int pdfdoc, float x, float y, float radius)
pdf_clip(int pdfdoc)
pdf_close(int pdfdoc)
pdf_close_image(int pdf, int pdfimage)
pdf_close_pdi(int pdf, int doc))
pdf_close_pdi_page(int pdf, int page))
pdf_closepath(int pdfdoc)
pdf_closepath_fill_stroke(int pdfdoc)
pdf_closepath_stroke(int pdfdoc)
pdf_concat(int pdf, float a, float b, float c, float d, float e, float f)
pdf_continue_text(int pdfdoc, string text)
pdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3)
pdf_delete(int pdfdoc)
pdf_end_page(int pdfdoc)
pdf_end_pattern(int pdf))
pdf_end_template(int pdf))
pdf_endpath(int pdfdoc)
pdf_execute_image(int pdf document, int image, double x-coor, double y-coor, double scale)
pdf_fill(int pdfdoc)
pdf_fill_stroke(int pdfdoc)
pdf_findfont(int pdfdoc, string fontname, string encoding, [int embed])
pdf_get_buffer(int pdfdoc)
pdf_get_font(int pdfdoc)
pdf_get_fontname(int pdfdoc)
pdf_get_fontsize(int pdfdoc)
pdf_get_image_height(int pdf, int pdfimage)
pdf_get_image_width(int pdf, int pdfimage)
pdf_get_majorversion()
pdf_get_minorversion()
pdf_get_parameter(int pdfdoc, string key, mixed modifier)
pdf_get_pdi_parameter(int pdf, string key, int doc, int page, int index))
pdf_get_pdi_value(int pdf, string key, int doc, int page, int index))
pdf_get_value(int pdfdoc, string key, float modifier)
pdf_initgraphics(int pdf))
pdf_lineto(int pdfdoc, float x, float y)
pdf_makespotcolor(int pdf, string spotname))
pdf_moveto(int pdfdoc, float x, float y)
pdf_new()
pdf_open([int filedesc])
pdf_open_ccitt(int pdf, string filename, int width, int height, int bitreverse, int k, int blackls1)
pdf_open_file(int pdfdoc, [char filename])
pdf_open_gif(int pdf, string giffile)
pdf_open_image(int pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params)
pdf_open_image_file(int pdf, string type, string file, string stringparam, int intparam)
pdf_open_jpeg(int pdf, string jpegfile)
pdf_open_memory_image(int pdf, int image)
pdf_open_pdi(int pdf, string filename, string stringparam, int intparam))
pdf_open_pdi_page(int pdf, int doc, int page, string label))
pdf_open_png(int pdf, string pngfile)
pdf_open_tiff(int pdf, string tifffile)
pdf_place_image(int pdf, int pdfimage, float x, float y, float scale)
pdf_place_pdi_page(int pdf, int page, float x, float y, float sx, float sy)
pdf_put_image(int pdf document, int image)
pdf_rect(int pdfdoc, float x, float y, float width, float height)
pdf_restore(int pdfdoc)
pdf_rotate(int pdfdoc, float angle)
pdf_save(int pdfdoc)
pdf_scale(int pdfdoc, float x_scale, float y_scale)
pdf_set_border_color(int pdfdoc, float red, float green, float blue)
pdf_set_border_dash(int pdfdoc, float black, float white)
pdf_set_border_style(int pdfdoc, string style, float width)
pdf_set_char_spacing(int pdfdoc, float space)
pdf_set_duration(int pdfdoc, float duration)
pdf_set_font(int pdfdoc, string font, float size, string encoding, [int embed])
pdf_set_horiz_scaling(int pdfdoc, float scale)
pdf_set_info(int pdfdoc, string fieldname, string value)
pdf_set_info_author(int pdfdoc, string author)
pdf_set_info_creator(int pdfdoc, string creator)
pdf_set_info_keywords(int pdfdoc, string keywords)
pdf_set_info_subject(int pdfdoc, string subject)
pdf_set_info_title(int pdfdoc, string title)
pdf_set_leading(int pdfdoc, float distance)
pdf_set_parameter(int pdfdoc, string key, string value)
pdf_set_text_matrix(int pdf document, array matrix)
pdf_set_text_pos(int pdfdoc, float x, float y)
pdf_set_text_rendering(int pdfdoc, int mode)
pdf_set_text_rise(int pdfdoc, float value)
pdf_set_transition(int pdfdoc, int transition)
pdf_set_value(int pdfdoc, string key, float value)
pdf_set_word_spacing(int pdfdoc, float space)
pdf_setcolor(int pdf, string type, string colorspace, float c1, [float c2], [float c3], [float c4)])
pdf_setdash(int pdfdoc, float black, float white)
pdf_setflat(int pdfdoc, float value)
pdf_setfont(int pdfdoc, int font, float fontsize)
pdf_setgray(int pdfdoc, float value)
pdf_setgray_fill(int pdfdoc, float value)
pdf_setgray_stroke(int pdfdoc, float value)
pdf_setlinecap(int pdfdoc, int value)
pdf_setlinejoin(int pdfdoc, int value)
pdf_setlinewidth(int pdfdoc, float width)
pdf_setmatrix(int pdf, float a, float b, float c, float d, float e, float f)
pdf_setmiterlimit(int pdfdoc, float value)
pdf_setpolydash(int pdfdoc, float darray)
pdf_setrgbcolor(int pdfdoc, float red, float green, float blue)
pdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)
pdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)
pdf_show(int pdfdoc, string text)
pdf_show_boxed(int pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode, [string feature])
pdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor)
pdf_skew(int pdfdoc, float xangle, float yangle)
pdf_stringwidth(int pdfdoc, string text, [int font], float size)
pdf_stroke(int pdfdoc)
pdf_translate(int pdfdoc, float x, float y)
pfpro_cleanup()
pfpro_init()
pfpro_process(array parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword])
pfpro_process_raw(string parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword])
pfpro_version()
pfsockopen(string hostname, int port, [int errno], [string errstr], [float timeout])
pg_affected_rows(resource result)
pg_cancel_query(resource connection)
pg_client_encoding([resource connection])
pg_close([resource connection])
pg_connect(string connection_string, [int connect_type | string host], string port, [string options], [string tty], string database)
pg_connection_busy(resource connection)
pg_connection_reset(resource connection)
pg_connection_status(resource connnection)
pg_convert(resource db, string table, array values, [int options])
pg_copy_from(resource connection, string table_name, array rows, [string delimiter], [string null_as])
pg_copy_to(resource connection, string table_name, [string delimiter], [string null_as])
pg_dbname([resource connection])
pg_delete(resource db, string table, array ids, [int options])
pg_end_copy([resource connection])
pg_escape_bytea(string data)
pg_escape_string(string data)
pg_fetch_all(resource result)
pg_fetch_array(resource result, [int row], [int result_type])
pg_fetch_assoc(resource result, [int row])
pg_fetch_object(resource result, [int row])
pg_fetch_result(resource result, [int row_number], mixed field_name)
pg_fetch_row(resource result, [int row], [int result_type])
pg_field_is_null(resource result, [int row], mixed field_name_or_number)
pg_field_name(resource result, int field_number)
pg_field_num(resource result, string field_name)
pg_field_prtlen(resource result, [int row], mixed field_name_or_number)
pg_field_size(resource result, int field_number)
pg_field_type(resource result, int field_number)
pg_free_result(resource result)
pg_get_notify([resource connection], [result_type])
pg_get_pid([resource connection])
pg_get_result([resource connection])
pg_host([resource connection])
pg_insert(resource db, string table, array values, [int options])
pg_last_error([resource connection])
pg_last_notice(resource connection)
pg_last_oid(resource result)
pg_lo_close(resource large_object)
pg_lo_create([resource connection])
pg_lo_export([resource connection], int objoid, string filename)
pg_lo_import([resource connection], string filename)
pg_lo_open([resource connection], int large_object_oid, string mode)
pg_lo_read(resource large_object, [int len])
pg_lo_read_all(resource large_object)
pg_lo_seek(resource large_object, int offset, [int whence])
pg_lo_tell(resource large_object)
pg_lo_unlink([resource connection], string large_object_oid)
pg_lo_write(resource large_object, string buf, [int len])
pg_meta_data(resource db, string table)
pg_num_fields(resource result)
pg_num_rows(resource result)
pg_options([resource connection])
pg_pconnect(string connection_string | [string host, string port, [string options], [string tty], string database)
pg_ping(resource connection)
pg_port([resource connection])
pg_put_line([resource connection], string query)
pg_query([resource connection], string query)
pg_result_error(resource result)
pg_result_seek(resource result, int offset)
pg_result_status(resource result, [long result_type])
pg_select(resource db, string table, array ids, [int options])
pg_send_query(resource connection, string qeury)
pg_set_client_encoding([resource connection], string encoding)
pg_trace(string filename, [string mode], [resource connection])
pg_tty([resource connection])
pg_unescape_bytea(string data)
pg_untrace([resource connection])
pg_update(resource db, string table, array fields, array ids, [int options])
php_egg_logo_guid(void)
php_ini_scanned_files(void)
php_logo_guid(void)
php_sapi_name(void)
php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st)
php_uname(void)
phpcredits([int flag])
phpinfo([int what])
phpversion([string extension])
pi(void)
png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)
popen(string command, string mode)
pos(array array)
posix_ctermid(void)
posix_get_last_error(void)
posix_getcwd(void )
posix_getcwd(void)
posix_getegid(void)
posix_geteuid(void)
posix_getgid(void)
posix_getgrgid(long gid)
posix_getgrnam(string groupname)
posix_getgroups(void)
posix_getlogin(void)
posix_getpgid(void)
posix_getpgrp(void)
posix_getpid(void)
posix_getppid(void)
posix_getpwnam(string groupname)
posix_getpwuid(long uid)
posix_getrlimit(void)
posix_getsid(void)
posix_getuid(void)
posix_isatty(int fd)
posix_kill(int pid, int sig)
posix_mkfifo(string pathname, int mode)
posix_setegid(long uid)
posix_seteuid(long uid)
posix_setgid(int uid)
posix_setpgid(int pid, int pgid)
posix_setsid(void)
posix_setuid(long uid)
posix_strerror(int errno)
posix_times(void)
posix_ttyname(int fd)
posix_uname(void)
pow(number base, number exponent)
preg_grep(string regex, array input)
preg_match(string pattern, string subject, [array subpatterns], [int flags])
preg_match_all(string pattern, string subject, array subpatterns, [int flags])
preg_quote(string str, string delim_char)
preg_replace(mixed regex, mixed replace, mixed subject, [int limit])
preg_replace_callback(mixed regex, mixed callback, mixed subject, [int limit])
preg_split(string pattern, string subject, [int limit], [int flags])
prev(array array_arg)
print(string arg)
print_r(mixed var, [bool return])
printf(string format, [mixed arg1], [mixed ...])
proc_close(resource process)
proc_open(string command, array descriptorspec, array &pipes)
pspell_add_to_personal(int pspell, string word)
pspell_add_to_session(int pspell, string word)
pspell_check(int pspell, string word)
pspell_clear_session(int pspell)
pspell_config_create(string language, [string spelling], [string jargon], [string encoding])
pspell_config_ignore(int conf, int ignore)
pspell_config_mode(int conf, long mode)
pspell_config_personal(int conf, string personal)
pspell_config_repl(int conf, string repl)
pspell_config_runtogether(int conf, bool runtogether)
pspell_config_save_repl(int conf, bool save)
pspell_new(string language, [string spelling], [string jargon], [string encoding], [int mode])
pspell_new_config(int config)
pspell_new_personal(string personal, string language, [string spelling], [string jargon], [string encoding], [int mode])
pspell_save_wordlist(int pspell)
pspell_store_replacement(int pspell, string misspell, string correct)
pspell_suggest(int pspell, string word)
putenv(string setting)
qdom_error()
qdom_tree(string)
quoted_printable_decode(string str)
quotemeta(string str)
rad2deg(float number)
rand([int min], int max)
range(mixed low, mixed high, [int step])
rawurldecode(string str)
rawurlencode(string str)
read_exif_data(string filename)
readdir([resource dir_handle])
readfile(string filename, [int use_include_path])
readgzfile(string filename, [int use_include_path])
readline([string prompt])
readline_add_history([string prompt])
readline_clear_history(void)
readline_completion_function(string funcname)
readline_info([string varname], [string newvalue])
readline_list_history(void)
readline_read_history([string filename], [int from], int to)
readline_write_history([string filename])
readlink(string filename)
realpath(string path)
recode_file(string request, resource input, resource output)
recode_string(string request, string str)
recode_string(string request, string string)
register_shutdown_function(string function_name)
register_tick_function(string function_name, [mixed arg], [mixed ...])
rename(string old_name, string new_name)
reset(array array_arg)
restore_error_handler(void)
restore_include_path()
rewind(resource fp)
rewinddir([resource dir_handle])
rmdir(string dirname)
round(float number, [int precision])
rsort(array array_arg, [int sort_flags])
rtrim(string str, [string character_mask])
sem_acquire(int id)
sem_get(int key, [int max_acquire], [int perm], [int auto_release])
sem_release(int id)
sem_remove(int id)
serialize(mixed variable)
session_cache_expire([int new_cache_expire])
session_cache_limiter([string new_cache_limiter])
session_decode(string data)
session_destroy(void)
session_encode(void)
session_get_cookie_params(void)
session_id([string newid])
session_is_registered(string varname)
session_module_name([string newname])
session_name([string newname])
session_register(mixed var_names, [mixed ...])
session_save_path([string newname])
session_set_cookie_params(int lifetime, [string path], [string domain], [bool secure])
session_set_save_handler(string open, string close, string read, string write, string destroy, string gc)
session_start(void)
session_unregister(string varname)
session_unset(void)
session_write_close(void)
set_error_handler(string error_handler)
set_file_buffer(int fp, int buffer)
set_include_path(string varname, string newvalue)
set_magic_quotes_runtime(int new_setting)
set_socket_blocking(resource socket, int mode)
set_time_limit(int seconds)
setcookie(string name, [string value], [int expires], [string path], [string domain], [bool secure])
setlocale(mixed category, string locale, [string ...])
settype(mixed var, string type)
sha1(string str)
sha1_file(string filename)
shell_exec(string cmd)
shm_attach(int key, [int memsize], [int perm])
shm_detach(int shm_identifier)
shm_get_var(int id, int variable_key)
shm_put_var(int shm_identifier, int variable_key, mixed variable)
shm_remove(int shm_identifier)
shm_remove_var(int id, int variable_key)
shmop_close(int shmid)
shmop_delete(int shmid)
shmop_open(int key, string flags, int mode, int size)
shmop_read(int shmid, int start, int count)
shmop_size(int shmid)
shmop_write(int shmid, string data, int offset)
show_source(string filename)
shuffle(array array_arg)
similar_text(string str1, string str2, [float percent])
sin(float number)
sinh(float number)
sizeof(array array)
sleep(int seconds)
smfi_addheader(string headerf, string headerv)
smfi_addrcpt(string rcpt)
smfi_chgheader(string headerf, string headerv)
smfi_delrcpt(string rcpt)
smfi_getsymval(string macro)
smfi_replacebody(string body)
smfi_setflags(long flags)
smfi_setreply(string rcode, string xcode, string message)
smfi_settimeout(long timeout)
snmp3_get(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries])
snmp3_real_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries])
snmp3_set(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value, [int timeout], [int retries])
snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries])
snmp_get_quick_print(void)
snmp_set_enum_print(int enum_print)
snmp_set_oid_numeric_print(int oid_numeric_print)
snmp_set_quick_print(int quick_print)
snmpget(string host, string community, string object_id, [int timeout], [int retries])
snmprealwalk(string host, string community, string object_id, [int timeout], [int retries])
snmpset(string host, string community, string object_id, string type, mixed value, [int timeout], [int retries])
snmpwalk(string host, string community, string object_id, [int timeout], [int retries])
snmpwalkoid(string hostname, string community, string object_id, int timeout, int retries)
socket_accept(resource socket)
socket_bind(resource socket, string addr, [int port])
socket_clear_error([resource socket])
socket_close(resource socket)
socket_connect(resource socket, string addr, [int port])
socket_create(int domain, int type, int protocol)
socket_create_listen(int port, [int backlog])
socket_create_pair(int domain, int type, int protocol, array &fd)
socket_get_option(resource socket, int level, int optname)
socket_get_status(resource socket_get_status)
socket_getpeername(resource socket, string &addr, [int &port])
socket_getsockname(resource socket, string &addr, [int &port])
socket_iovec_add(resource iovec, int iov_len)
socket_iovec_alloc(int num_vectors, [int ...])
socket_iovec_delete(resource iovec, int iov_pos)
socket_iovec_fetch(resource iovec, int iovec_position)
socket_iovec_free(resource iovec)
socket_iovec_set(resource iovec, int iovec_position, string new_val)
socket_last_error([resource socket])
socket_listen(resource socket, [int backlog])
socket_read(resource socket, int length, [int type])
socket_readv(resource socket, resource iovec_id)
socket_recv(resource socket, string &buf, int len, int flags)
socket_recvfrom(resource socket, string &buf, int len, int flags, string &name, [int &port])
socket_recvmsg(resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr, [int &port])
socket_select(array &read_fds, array &write_fds, &array except_fds, int tv_sec, [int tv_usec])
socket_send(resource socket, string buf, int len, int flags)
socket_sendmsg(resource socket, resource iovec, int flags, string addr, [int port])
socket_sendto(resource socket, string buf, int len, int flags, string addr, [int port])
socket_set_block(resource socket)
socket_set_blocking(int socket descriptor, int mode)
socket_set_nonblock(resource socket)
socket_set_option(resource socket, int level, int optname, int|array optval)
socket_set_timeout(int socket descriptor, int seconds, int microseconds)
socket_shutdown(resource socket, [int how])
socket_strerror(int errno)
socket_write(resource socket, string buf, [int length])
socket_writev(resource socket, resource iovec_id)
sort(array array_arg, [int sort_flags])
soundex(string str)
split(string pattern, string string, [int limit])
spliti(string pattern, string string, [int limit])
sprintf(string format, [mixed arg1], [mixed ...])
sql_regcase(string string)
sqrt(float number)
srand([int seed])
sscanf(string str, string format, [string ...])
stat(string filename)
str_pad(string input, int pad_length, [string pad_string], [int pad_type])
str_repeat(string input, int mult)
str_replace(mixed search, mixed replace, mixed subject, [bool boyer])
str_rot13(string str)
str_shuffle(string str)
str_word_count(string str, [int format])
strcasecmp(string str1, string str2)
strchr(string haystack, string needle)
strcmp(string str1, string str2)
strcoll(string str1, string str2)
strcspn(string str, string mask, [start], [len])
stream_context_create([array options])
stream_context_get_options(resource context|resource stream)
stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value)
stream_context_set_params(resource context|resource stream, array options)
stream_filter_append(resource stream, string filtername, [string filterparams])
stream_filter_prepend(resource stream, string filtername, [string filterparams])
stream_get_meta_data(resource fp)
stream_get_wrappers()
stream_register_filter(string filtername, string classname)
stream_register_wrapper(string protocol, string classname)
stream_select(array &read_streams, array &write_streams, array &except_streams, int tv_sec, [int tv_usec])
stream_set_blocking(resource socket, int mode)
stream_set_timeout(resource stream, int seconds, int microseconds)
stream_set_write_buffer(resource fp, int buffer)
strftime(string format, [int timestamp])
strip_tags(string str, [string allowable_tags])
stripcslashes(string str)
stripslashes(string str)
stristr(string haystack, string needle)
strlen(string str)
strnatcasecmp(string s1, string s2)
strnatcmp(string s1, string s2)
strncasecmp(string str1, string str2, int len)
strncmp(string str1, string str2, int len)
strpos(string haystack, string needle, [int offset])
strrchr(string haystack, string needle)
strrev(string str)
strrpos(string haystack, string needle)
strspn(string str, string mask, [start], [len])
strstr(string haystack, string needle)
strtok([string str], string token)
strtolower(string str)
strtotime(string time, int now)
strtoupper(string str)
strtr(string str, string from, string to)
strval(mixed var)
substr(string str, int start, [int length])
substr_count(string haystack, string needle)
substr_replace(string str, string repl, int start, [int length])
sybase_affected_rows([int link_id])
sybase_affected_rows([int link_id])
sybase_close([int link_id])
sybase_close([int link_id])
sybase_connect([string host], [string user], [string password], [string charset], [string appname])
sybase_connect([string host], [string user], [string password], [string charset], [string appname])
sybase_data_seek(int result, int offset)
sybase_data_seek(int result, int offset)
sybase_deadlock_retry_count(int retry_count)
sybase_fetch_array(int result)
sybase_fetch_array(int result)
sybase_fetch_assoc(int result)
sybase_fetch_field(int result, [int offset])
sybase_fetch_field(int result, [int offset])
sybase_fetch_object(int result)
sybase_fetch_object(int result, [mixed object])
sybase_fetch_row(int result)
sybase_fetch_row(int result)
sybase_field_seek(int result, int offset)
sybase_field_seek(int result, int offset)
sybase_free_result(int result)
sybase_free_result(int result)
sybase_get_last_message(void)
sybase_get_last_message(void)
sybase_min_client_severity(int severity)
sybase_min_error_severity(int severity)
sybase_min_message_severity(int severity)
sybase_min_server_severity(int severity)
sybase_num_fields(int result)
sybase_num_fields(int result)
sybase_num_rows(int result)
sybase_num_rows(int result)
sybase_pconnect([string host], [string user], [string password], [string charset], [string appname])
sybase_pconnect([string host], [string user], [string password], [string charset], [string appname])
sybase_query(string query, [int link_id])
sybase_query(string query, [int link_id])
sybase_result(int result, int row, mixed field)
sybase_result(int result, int row, mixed field)
sybase_select_db(string database, [int link_id])
sybase_select_db(string database, [int link_id])
sybase_set_message_handler(mixed error_func)
sybase_unbuffered_query(string query, [int link_id])
symlink(string target, string link)
syslog(int priority, string message)
system(string command, [int return_value])
tan(float number)
tanh(float number)
tempnam(string dir, string prefix)
textdomain(string domain)
time(void)
tmpfile(void)
token_get_all(string source)
token_name(int type)
touch(string filename, [int time], [int atime])
trigger_error(string messsage, [int error_type])
trim(string str, [string character_mask])
uasort(array array_arg, string cmp_function)
ucfirst(string str)
ucwords(string str)
uksort(array array_arg, string cmp_function)
umask([int mask])
uniqid([string prefix], bool more_entropy)
unixtojd([int timestamp])
unlink(string filename)
unpack(string format, string input)
unregister_tick_function(string function_name)
unserialize(string variable_representation)
unset(mixed var, mixed var, ...)
urldecode(string str)
urlencode(string str)
user_error(string error_msg, int error_type)
usleep(int micro_seconds)
usort(array array_arg, string cmp_function)
utf8_decode(string data)
utf8_encode(string data)
var_dump(mixed var)
var_export(mixed var, [bool return])
version_compare(string ver1, string ver2, [string oper])
virtual(string filename)
virtual(string filename)
vprintf(string format, array args)
vsprintf(string format, array args)
wddx_add_vars(int packet_id, mixed var_names, [mixed ...])
wddx_deserialize(string packet)
wddx_packet_end(int packet_id)
wddx_packet_start([string comment])
wddx_serialize_value(mixed var, [string comment])
wddx_serialize_vars(mixed var_name, [mixed ...])
wordwrap(string str, [int width], [string break], [int cut])
xml_error_string(int code)
xml_get_current_byte_index(resource parser)
xml_get_current_column_number(resource parser)
xml_get_current_line_number(resource parser)
xml_get_error_code(resource parser)
xml_parse(resource parser, string data, [int isFinal])
xml_parse_into_struct(resource parser, string data, array &struct, array &index)
xml_parser_create([string encoding])
xml_parser_create_ns([string encoding], [string sep])
xml_parser_free(resource parser)
xml_parser_get_option(resource parser, int option)
xml_parser_set_option(resource parser, int option, mixed value)
xml_set_character_data_handler(resource parser, string hdl)
xml_set_default_handler(resource parser, string hdl)
xml_set_element_handler(resource parser, string shdl, string ehdl)
xml_set_end_namespace_decl_handler(resource parser, string hdl)
xml_set_external_entity_ref_handler(resource parser, string hdl)
xml_set_notation_decl_handler(resource parser, string hdl)
xml_set_object(resource parser, object &obj)
xml_set_processing_instruction_handler(resource parser, string hdl)
xml_set_start_namespace_decl_handler(resource parser, string hdl)
xml_set_unparsed_entity_decl_handler(resource parser, string hdl)
xmldoc(string xmldoc, [int mode], [array error])
xmldocfile(string filename, [int mode], [array error])
xmlrpc_decode(string xml, [string encoding])
xmlrpc_decode_request(string xml, string& method, [string encoding])
xmlrpc_encode(mixed value)
xmlrpc_encode_request(string method, mixed params)
xmlrpc_get_type(mixed value)
xmlrpc_is_fault(array)
xmlrpc_parse_method_descriptions(string xml)
xmlrpc_server_add_introspection_data(handle server, array desc)
xmlrpc_server_call_method(handle server, string xml, mixed user_data, [array output_options])
xmlrpc_server_create(void)
xmlrpc_server_destroy(handle server)
xmlrpc_server_register_introspection_callback(handle server, string function)
xmlrpc_server_register_method(handle server, string method_name, string function)
xmlrpc_set_type(string value, string type)
xpath_eval([object xpathctx_handle], string str)
xpath_eval_expression([object xpathctx_handle], string str)
xpath_init(void)
xpath_new_context([int doc_handle])
xpath_register_ns([object xpathctx_handle], string namespace_prefix, string namespace_uri)
xpath_register_ns_auto([object xpathctx_handle], [object contextnode])
xptr_eval([int xpathctx_handle], string str)
xptr_new_context([int doc_handle])
xslt_backend_info()
xslt_backend_name()
xslt_backend_version()
xslt_create(void)
xslt_errno(resource processor)
xslt_error(resource processor)
xslt_free(resource processor)
xslt_getopt(resource processor)
xslt_process(resource processor, string xml, string xslt, [mixed result], [array args], [array params])
xslt_set_base(resource processor, string base)
xslt_set_encoding(resource processor, string encoding)
xslt_set_error_handler(resource processor, mixed error_func)
xslt_set_log(resource processor, string logfile)
xslt_set_object(resource parser, object obj)
xslt_set_sax_handlers(resource processor, array handlers)
xslt_set_scheme_handlers(resource processor, array handlers)
xslt_setopt(resource processor, int newmask)
yp_all(string domain, string map, string callback)
yp_cat(string domain, string map)
yp_err_string(int errorcode)
yp_errno()
yp_first(string domain, string map)
yp_get_default_domain(void)
yp_master(string domain, string map)
yp_match(string domain, string map, string key)
yp_next(string domain, string map, string key)
yp_order(string domain, string map)
zend_logo_guid(void)
zend_version(void)
zip_close(resource zip)
zip_entry_close(resource zip_ent)
zip_entry_compressedsize(resource zip_entry)
zip_entry_compressionmethod(resource zip_entry)
zip_entry_filesize(resource zip_entry)
zip_entry_name(resource zip_entry)
zip_entry_open(resource zip_dp, resource zip_entry, string mode)
zip_entry_read(resource zip_ent)
zip_open(string filename)
zip_read(resource zip)
$_COOKIE[
$_ENV[
$_FILES[
$_GET[
$_POST[
$_REQUEST[
$_SESSION[
$_SERVER["
$HTTP_COOKIE_VARS[
$HTTP_ENV_VARS[
$HTTP_$HTTP_FILES_VARS[
$HTTP_GET_VARS[
$HTTP_POST_VARS[
$HTTP_REQUEST_VARS[
$HTTP_SESSION_VARS[
$HTTP_SERVER_VARS[
$_SERVER["DOCUMENT_ROOT"]
$_SERVER["GATEWAY_INTERFACE"]
$_SERVER["HTTP_ACCEPT"]
$_SERVER["HTTP_ACCEPT_CHARSET"]
$_SERVER["HTTP_ACCEPT_ENCODING"]
$_SERVER["HTTP_ACCEPT_LANGUAGE"]
$_SERVER["HTTP_CONNECTION"]
$_SERVER["HTTP_HOST"]
$_SERVER["HTTP_REFERER"]
$_SERVER["HTTP_USER_AGENT"]
$_SERVER["PATH_TRANSLATED"]
$_SERVER["PHP_SELF"]
$_SERVER["QUERY_STRING"]
$_SERVER["REMOTE_ADDR"]
$_SERVER["REMOTE_PORT" VALUE="'REMOTE_PORT']" icon="shared/mm/images/hintMisc.gif" />
$_SERVER["REQUEST_METHOD"]
$_SERVER["REQUEST_URI"]
$_SERVER["SCRIPT_FILENAME"]
$_SERVER["SCRIPT_NAME"]
$_SERVER["SERVER_ADMIN"]
$_SERVER["SERVER_NAME"]
$_SERVER["SERVER_PORT"]
$_SERVER["SERVER_PROTOCOL"]
$_SERVER["SERVER_SIGNATURE"]
$_SERVER["SERVER_SOFTWARE"]
$HTTP_SERVER_VARS["DOCUMENT_ROOT"]
$HTTP_SERVER_VARS["GATEWAY_INTERFACE"]
$HTTP_SERVER_VARS["$HTTP_SERVER_VARS"]
$HTTP_SERVER_VARS["HTTP_ACCEPT_CHARSET"]
$HTTP_SERVER_VARS["HTTP_ACCEPT_ENCODING"]
$HTTP_SERVER_VARS["HTTP_ACCEPT_LANGUAGE"]
$HTTP_SERVER_VARS["HTTP_CONNECTION"]
$HTTP_SERVER_VARS["HTTP_HOST"]
$HTTP_SERVER_VARS["HTTP_REFERER"]
$HTTP_SERVER_VARS["HTTP_USER_AGENT"]
$HTTP_SERVER_VARS["PATH_TRANSLATED"]
$HTTP_SERVER_VARS["PHP_SELF"]
$HTTP_SERVER_VARS["QUERY_STRING"]
$HTTP_SERVER_VARS["REMOTE_ADDR"]
$HTTP_SERVER_VARS["REMOTE_PORT"]
$HTTP_SERVER_VARS["REQUEST_METHOD"]
$HTTP_SERVER_VARS["REQUEST_URI"]
$HTTP_SERVER_VARS["SCRIPT_FILENAME"]
$HTTP_SERVER_VARS["SCRIPT_NAME"]
$HTTP_SERVER_VARS["SERVER_ADMIN"]
$HTTP_SERVER_VARS["SERVER_NAME"]
$HTTP_SERVER_VARS["SERVER_PORT"]
$HTTP_SERVER_VARS["SERVER_PROTOCOL"]
$HTTP_SERVER_VARS["SERVER_SIGNATURE"]
$HTTP_SERVER_VARS["SERVER_SOFTWARE"]
$HTTP_$HTTP_FILES_VARS[
$HTTP_COOKIE_VARS[
$HTTP_ENV_VARS[
$HTTP_GET_VARS[
$HTTP_POST_VARS[
$HTTP_REQUEST_VARS[
$HTTP_SERVER_VARS[
$HTTP_SERVER_VARS["$HTTP_SERVER_VARS"]
$HTTP_SERVER_VARS["DOCUMENT_ROOT"]
$HTTP_SERVER_VARS["GATEWAY_INTERFACE"]
$HTTP_SERVER_VARS["HTTP_ACCEPT_CHARSET"]
$HTTP_SERVER_VARS["HTTP_ACCEPT_ENCODING"]
$HTTP_SERVER_VARS["HTTP_ACCEPT_LANGUAGE"]
$HTTP_SERVER_VARS["HTTP_CONNECTION"]
$HTTP_SERVER_VARS["HTTP_HOST"]
$HTTP_SERVER_VARS["HTTP_REFERER"]
$HTTP_SERVER_VARS["HTTP_USER_AGENT"]
$HTTP_SERVER_VARS["PATH_TRANSLATED"]
$HTTP_SERVER_VARS["PHP_SELF"]
$HTTP_SERVER_VARS["QUERY_STRING"]
$HTTP_SERVER_VARS["REMOTE_ADDR"]
$HTTP_SERVER_VARS["REMOTE_PORT"]
$HTTP_SERVER_VARS["REQUEST_METHOD"]
$HTTP_SERVER_VARS["REQUEST_URI"]
$HTTP_SERVER_VARS["SCRIPT_FILENAME"]
$HTTP_SERVER_VARS["SCRIPT_NAME"]
$HTTP_SERVER_VARS["SERVER_ADMIN"]
$HTTP_SERVER_VARS["SERVER_NAME"]
$HTTP_SERVER_VARS["SERVER_PORT"]
$HTTP_SERVER_VARS["SERVER_PROTOCOL"]
$HTTP_SERVER_VARS["SERVER_SIGNATURE"]
$HTTP_SERVER_VARS["SERVER_SOFTWARE"]
$HTTP_SESSION_VARS[
$_COOKIE[
$_ENV[
$_FILES[
$_GET[
$_POST[
$_REQUEST[
$_SERVER["
$_SERVER["DOCUMENT_ROOT"]
$_SERVER["GATEWAY_INTERFACE"]
$_SERVER["HTTP_ACCEPT"]
$_SERVER["HTTP_ACCEPT_CHARSET"]
$_SERVER["HTTP_ACCEPT_ENCODING"]
$_SERVER["HTTP_ACCEPT_LANGUAGE"]
$_SERVER["HTTP_CONNECTION"]
$_SERVER["HTTP_HOST"]
$_SERVER["HTTP_REFERER"]
$_SERVER["HTTP_USER_AGENT"]
$_SERVER["PATH_TRANSLATED"]
$_SERVER["PHP_SELF"]
$_SERVER["QUERY_STRING"]
$_SERVER["REMOTE_ADDR"]
$_SERVER["REMOTE_PORT"]
$_SERVER["REQUEST_METHOD"]
$_SERVER["REQUEST_URI"]
$_SERVER["SCRIPT_FILENAME"]
$_SERVER["SCRIPT_NAME"]
$_SERVER["SERVER_ADMIN"]
$_SERVER["SERVER_NAME"]
$_SERVER["SERVER_PORT"]
$_SERVER["SERVER_PROTOCOL"]
$_SERVER["SERVER_SIGNATURE"]
$_SERVER["SERVER_SOFTWARE"]
$_SESSION[
abs(int number)
abstract
acos(float number)
acosh(float number)
addcslashes(string str, string charlist)
addslashes(string str)
aggregate(object obj, string class)
aggregate_methods(object obj, string class)
aggregate_methods_by_list(object obj, string class, array method_list, [bool exclude])
aggregate_methods_by_regexp(object obj, string class, string regexp, [bool exclude])
aggregate_properties(object obj, string class)
aggregate_properties_by_list(object obj, string class, array props_list, [bool exclude])
aggregate_properties_by_regexp(object obj, string class, string regexp, [bool exclude])
aggregation_info(object obj)
apache_child_terminate(void)
apache_get_modules(void)
apache_get_version(void)
apache_lookup_uri(string URI)
apache_note(string note_name, [string note_value])
apache_request_auth_name()
apache_request_auth_type()
apache_request_discard_request_body()
apache_request_err_headers_out([{string name|array list}], [string value], [bool replace = false])
apache_request_headers(void)
apache_request_headers_in()
apache_request_headers_out([{string name|array list}], [string value], [bool replace = false])
apache_request_is_initial_req()
apache_request_log_error(string message, [long facility])
apache_request_meets_conditions()
apache_request_remote_host([int type])
apache_request_satisfies()
apache_request_server_port()
apache_request_set_etag()
apache_request_set_last_modified()
apache_request_some_auth_required()
apache_request_sub_req_lookup_file(string file)
apache_request_sub_req_lookup_uri(string uri)
apache_request_sub_req_method_uri(string method, string uri)
apache_request_update_mtime([int dependency_mtime])
apache_response_headers(void)
apache_setenv
apache_setenv(string variable, string value, [bool walk_to_top])
array(mixed ...)
array_change_key_case(array input, [int case=CASE_LOWER])
array_chunk(array input, int size, [bool preserve_keys])
array_count_values(array input)
array_diff(array arr1, array arr2, [array ...])
array_diff_assoc(array arr1, array arr2, [array ...])
array_fill(int start_key, int num, mixed val)
array_filter(array input, [mixed callback])
array_flip(array input)
array_intersect(array arr1, array arr2, [array ...])
array_intersect_assoc(array arr1, array arr2, [array ...])
array_key_exists(mixed key, array search)
array_keys(array input, [mixed search_value])
array_map(mixed callback, array input1, [array input2], ...)
array_merge(array arr1, array arr2, [array ...])
array_merge_recursive(array arr1, array arr2, [array ...])
array_multisort(array ar1, [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], [array ar2], [SORT_ASC|SORT_DESC], [SORT_REGULAR|SORT_NUMERIC|SORT_STRING], ...)
array_pad(array input, int pad_size, mixed pad_value)
array_pop(array stack)
array_push(array stack, mixed var, [mixed ...])
array_rand(array input, [int num_req])
array_reduce(array input, mixed callback, [int initial])
array_reverse(array input, [bool preserve keys])
array_search(mixed needle, array haystack, [bool strict])
array_shift(array stack)
array_slice(array input, int offset, [int length])
array_splice(array input, int offset, [int length], [array replacement])
array_sum(array input)
array_unique(array input)
array_unshift(array stack, mixed var, [mixed ...])
array_values(array input)
array_walk(array input, string funcname, [mixed userdata])
arsort(array array_arg, [int sort_flags])
ascii2ebcdic(string ascii_str)
asin(float number)
asinh(float number)
asort(array array_arg, [int sort_flags])
aspell_check_raw
aspell_suggest
assert(string|bool assertion)
assert_options(int what, [mixed value])
atan(float arg)
atan(float number)
atan2(float y, float x)
atanh(float number)
base64_decode(string str)
base64_encode(string str)
base_convert(string number, int frombase, int tobase)
basename(string path, [string suffix])
bcadd(string left_operand, string right_operand, [int scale])
bccomp(string left_operand, string right_operand, [int scale])
bcdiv(string left_operand, string right_operand, [int scale])
bcmod(string left_operand, string right_operand)
bcmul(string left_operand, string right_operand, [int scale])
bcpow(string x, string y, [int scale])
bcpowmod(string x, string y, string mod, [int scale])
bcscale(int scale)
bcsqrt(string operand, [int scale])
bcsub(string left_operand, string right_operand, [int scale])
bin2hex(string data)
bind_textdomain_codeset (string domain, string codeset)
bindec(string binary_number)
bindtextdomain(string domain_name, string dir)
bzclose
bzcompress(string source, [int blocksize100k], [int workfactor])
bzdecompress(string source, [int small])
bzerrno(resource bz)
bzerror(resource bz)
bzerrstr(resource bz)
bzflush
bzopen(string|int file|fp, string mode)
bzread(int bz, [int length])
bzwrite
cal_days_in_month(int calendar, int month, int year)
cal_from_jd(int jd, int calendar)
cal_info(int calendar)
cal_to_jd(int calendar, int month, int day, int year)
call_user_func(string function_name, [mixed parmeter], [mixed ...])
call_user_func_array(string function_name, array parameters)
call_user_method(string method_name, mixed object, [mixed parameter], [mixed ...])
call_user_method_array(string method_name, mixed object, array params)
ccvs_add
ccvs_auth
ccvs_command
ccvs_count
ccvs_delete
ccvs_done
ccvs_init
ccvs_lookup
ccvs_new
ccvs_report
ccvs_return
ccvs_reverse
ccvs_sale
ccvs_status
ccvs_textvalue
ccvs_void
ceil(float number)
chdir(string directory)
checkdate(int month, int day, int year)
checkdnsrr(string host, string type)
chgrp(string filename, mixed group)
chmod(string filename, int mode)
chop(string str)
chown(string filename, mixed user)
chr(int ascii)
chroot(string directory)
chunk_split(string str, [int chunklen], [string ending])
class
class_exists(string classname)
clearstatcache(void)
closedir([resource dir_handle])
closelog(void)
com_addref(int module)
com_event_sink(mixed comobject, object sinkobject, [mixed sinkinterface])
com_get(resource com_object, string property)
com_invoke(int module, string handler_name, [mixed arg], [mixed ...])
com_invoke_ex(int module, int invokeflags, string handler_name, [mixed arg], [mixed ...])
com_isenum(object com_module)
com_load(string module_name, [string remote_host], [int codepage], [string typelib])
com_load_typelib(string typelib_name, [int case_insensitive])
com_message_pump([int timeoutms])
com_print_typeinfo(mixed comobject | string typelib, string dispinterface, bool wantsink)
com_propget
com_propput(int module, string property_name, mixed value, ...)
com_propput(resource com_object, string property, mixed value)
com_propset(resource com_object, string property, mixed value)
com_release(int module)
com_set(resource com_object, string property, mixed value)
compact(mixed var_names, [mixed ...])
confirm_extname_compiled(string arg)
connection_aborted(void)
connection_status(void)
connection_timeout
const
constant(string const_name)
convert_cyr_string(string str, string from, string to)
copy(string source_file, string destination_file)
cos(float number)
cosh(float number)
count(mixed var, [int mode])
count_chars(string input, [int mode])
cpdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text, [int mode])
cpdf_add_outline(int pdfdoc, int lastoutline, int sublevel, int open, int pagenr, string title)
cpdf_arc(int pdfdoc, float x, float y, float radius, float start, float end, [int mode])
cpdf_begin_text(int pdfdoc)
cpdf_circle(int pdfdoc, float x, float y, float radius, [int mode])
cpdf_clip(int pdfdoc)
cpdf_close(int pdfdoc)
cpdf_closepath(int pdfdoc)
cpdf_closepath_fill_stroke(int pdfdoc)
cpdf_closepath_stroke(int pdfdoc)
cpdf_continue_text(int pdfdoc, string text)
cpdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3, [int mode])
cpdf_end_text(int pdfdoc)
cpdf_fill(int pdfdoc)
cpdf_fill_stroke(int pdfdoc)
cpdf_finalize(int pdfdoc)
cpdf_finalize_page(int pdfdoc, int pagenr)
cpdf_global_set_document_limits(int maxPages, int maxFonts, int maxImages, int maxAnnots, int maxObjects)
cpdf_import_jpeg(int pdfdoc, string filename, float x, float y, float angle, float width, float height, float x_scale, float y_scale, int gsave, [int mode])
cpdf_lineto(int pdfdoc, float x, float y, [int mode])
cpdf_moveto(int pdfdoc, float x, float y, [int mode])
cpdf_newpath(int pdfdoc)
cpdf_open(int compression, [string filename], [array doc_limits])
cpdf_output_buffer(int pdfdoc)
cpdf_page_init(int pdfdoc, int pagenr, int orientation, int height, int width, [float unit])
cpdf_place_inline_image(int pdfdoc, int gdimage, float x, float y, float angle, fload width, float height, int gsave, [int mode])
cpdf_rect(int pdfdoc, float x, float y, float width, float height, [int mode])
cpdf_restore(int pdfdoc)
cpdf_rlineto(int pdfdoc, float x, float y, [int mode])
cpdf_rmoveto(int pdfdoc, float x, float y, [int mode])
cpdf_rotate(int pdfdoc, float angle)
cpdf_rotate_text(int pdfdoc, float angle)
cpdf_save(int pdfdoc)
cpdf_save_to_file(int pdfdoc, string filename)
cpdf_scale(int pdfdoc, float x_scale, float y_scale)
cpdf_set_action_url(int pdfdoc, float xll, float yll, float xur, float xur, string url, [int mode])
cpdf_set_char_spacing(int pdfdoc, float space)
cpdf_set_creator(int pdfdoc, string creator)
cpdf_set_current_page(int pdfdoc, int pagenr)
cpdf_set_font(int pdfdoc, string font, float size, string encoding)
cpdf_set_font_directories(int pdfdoc, string pfmdir, string pfbdir)
cpdf_set_font_map_file(int pdfdoc, string filename)
cpdf_set_horiz_scaling(int pdfdoc, float scale)
cpdf_set_keywords(int pdfptr, string keywords)
cpdf_set_leading(int pdf document, double distance)
cpdf_set_leading(int pdfdoc, float distance)
cpdf_set_page_animation(int pdfdoc, int transition, float duration, float direction, int orientation, int inout)
cpdf_set_subject(int pdfptr, string subject)
cpdf_set_text_matrix(int pdfdoc, arry matrix)
cpdf_set_text_pos(int pdfdoc, float x, float y, [int mode])
cpdf_set_text_rendering(int pdfdoc, int rendermode)
cpdf_set_text_rise(int pdfdoc, float value)
cpdf_set_title(int pdfptr, string title)
cpdf_set_viewer_preferences(int pdfdoc, array preferences)
cpdf_set_word_spacing(int pdfdoc, float space)
cpdf_setdash(int pdfdoc, long white, long black)
cpdf_setflat(int pdfdoc, float value)
cpdf_setgray(int pdfdoc, float value)
cpdf_setgray_fill(int pdfdoc, float value)
cpdf_setgray_stroke(int pdfdoc, float value)
cpdf_setlinecap(int pdfdoc, int value)
cpdf_setlinejoin(int pdfdoc, int value)
cpdf_setlinewidth(int pdfdoc, float width)
cpdf_setmiterlimit(int pdfdoc, float value)
cpdf_setrgbcolor(int pdfdoc, float red, float green, float blue)
cpdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)
cpdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)
cpdf_show(int pdfdoc, string text)
cpdf_show_xy(int pdfdoc, string text, float x-koor, float y-koor, [int mode])
cpdf_stringwidth(int pdfdoc, string text)
cpdf_stroke(int pdfdoc)
cpdf_text(int pdfdoc, string text, [float x-koor], float y-koor, [int mode], [float orientation], [int alignmode])
cpdf_translate(int pdfdoc, float x, float y)
crack_check([int dictionary], string password)
crack_closedict([int link_identifier])
crack_getlastmessage(void)
crack_opendict(string dictionary)
crc32(string str)
create_function(string args, string code)
crypt(string str, [string salt])
ctype_alnum(mixed c)
ctype_alpha(mixed c)
ctype_cntrl(mixed c)
ctype_digit(mixed c)
ctype_graph(mixed c)
ctype_lower(mixed c)
ctype_print(mixed c)
ctype_punct(mixed c)
ctype_space(mixed c)
ctype_upper(mixed c)
ctype_xdigit(mixed c)
curl_close(resource ch)
curl_errno(resource ch)
curl_error(resource ch)
curl_exec(resource ch)
curl_getinfo(resource ch, int opt)
curl_init([string url])
curl_multi_exec(resource mh)
curl_multi_getcontent(resource ch)
curl_multi_info_read(resource mh)
curl_multi_init(void)
curl_multi_remove_handle(resource mh, resource ch)
curl_setopt(resource ch, string option, mixed value)
curl_version([int version])
current(array array_arg)
cybercash_base64_decode
cybercash_base64_encode
cybercash_decr
cybercash_encr
cybermut_creerformulairecm
cybermut_creerreponsecm
cybermut_testmac
cyrus_authenticate
cyrus_bind
cyrus_close
cyrus_connect
cyrus_query
cyrus_unbind
date(string format, [int timestamp])
dba_close(resource handle)
dba_delete(string key, int handle)
dba_exists(string key, int handle)
dba_fetch(string key, [int skip], int handle)
dba_firstkey(int handle)
dba_handlers([bool full_info])
dba_insert(string key, string value, int handle)
dba_list()
dba_nextkey(int handle)
dba_open(string path, string mode, [string handlername], string ...)
dba_optimize(int handle)
dba_popen(string path, [string mode], string handlername, string ...)
dba_replace(string key, string value, int handle)
dba_sync(int handle)
dbase_add_record(int identifier, array data)
dbase_close(int identifier)
dbase_create(string filename, array fields)
dbase_delete_record(int identifier, int record)
dbase_get_record(int identifier, int record)
dbase_get_record_with_names(int identifier, int record)
dbase_numfields(int identifier)
dbase_numrecords(int identifier)
dbase_open(string name, int mode)
dbase_pack(int identifier)
dbase_replace_record(int identifier, array data, int recnum)
dblist(void)
dbmclose(int dbm_identifier)
dbmdelete(int dbm_identifier, string key)
dbmexists(int dbm_identifier, string key)
dbmfetch(int dbm_identifier, string key)
dbmfirstkey(int dbm_identifier)
dbminsert(int dbm_identifier, string key, string value)
dbmnextkey(int dbm_identifier, string key)
dbmopen(string filename, string mode)
dbmreplace(int dbm_identifier, string key, string value)
dbplus_add
dbplus_aql
dbplus_chdir
dbplus_close
dbplus_curr
dbplus_errcode
dbplus_errno
dbplus_find
dbplus_first
dbplus_flush
dbplus_freealllocks
dbplus_freelock
dbplus_freerlocks
dbplus_getlock
dbplus_getunique
dbplus_info
dbplus_last
dbplus_lockrel
dbplus_next
dbplus_open
dbplus_prev
dbplus_rchperm
dbplus_rcreate
dbplus_rcrtexact
dbplus_rcrtlike
dbplus_resolve
dbplus_restorepos
dbplus_rkeys
dbplus_ropen
dbplus_rquery
dbplus_rrename
dbplus_rsecindex
dbplus_runlink
dbplus_rzap
dbplus_savepos
dbplus_setindex
dbplus_setindexbynumber
dbplus_sql
dbplus_tcl
dbplus_tremove
dbplus_undo
dbplus_undoprepare
dbplus_unlockrel
dbplus_unselect
dbplus_update
dbplus_xlockrel
dbplus_xunlockrel
dbx_close(dbx_link_object dbx_link)
dbx_compare(array row_x, array row_y, string columnname, [int flags])
dbx_connect(string module_name, string host, string db, string username, string password, [bool persistent])
dbx_error(dbx_link_object dbx_link)
dbx_esc(dbx_link_object dbx_link, string sz)
dbx_query(dbx_link_object dbx_link, string sql_statement, [long flags])
dbx_sort(object dbx_result, string compare_function_name)
dcgettext(string domain_name, string msgid, long category)
dcngettext(string domain, string msgid1, string msgid2, int n, int category)
deaggregate(object obj, [string class])
debug_backtrace(void)
debug_zval_dump(mixed var)
debugger_off
debugger_off()
debugger_on
debugger_on(string address)
decbin(int decimal_number)
dechex(int decimal_number)
decoct(int decimal_number)
define(string constant_name, mixed value, case_sensitive=true)
define_syslog_variables(void)
defined(string constant_name)
deg2rad(float number)
delete
dgettext(string domain_name, string msgid)
die(string message)
dio_close(resource fd)
dio_fcntl(resource fd, int cmd, [mixed arg])
dio_open(string filename, int flags, [int mode])
dio_read(resource fd, [int n])
dio_seek(resource fd, int pos, int whence)
dio_stat(resource fd)
dio_tcsetattr(resource fd, array args)
dio_truncate(resource fd, int offset)
dio_write(resource fd, string data, [int len])
dir(string directory)
dirname(string path)
disk_free_space(string path)
disk_total_space(string path)
diskfreespace(string directory)
dl(string extension_filename)
dl(string library)
dngettext(string domain, string msgid1, string msgid2, int count)
dns_check_recored(string host, [string type])
dns_get_mx(string hostname, array mxhosts, [array weight])
dns_get_record(string hostname, [int type], [array authns], array addtl)
domattribute->name
domattribute->specified
domattribute->value
domdocument->create_attribute
domdocument->create_cdata_section
domdocument->create_comment
domdocument->create_element
domdocument->create_entity_reference
domdocument->create_processing_instruction
domdocument->create_text_node
domdocument->doctype
domdocument->document_element
domdocument->dump_file
domdocument->dump_mem
domdocument->get_element_by_id
domdocument->get_elements_by_tagname
domdocument->html_dump_mem
domdocumenttype->entities
domdocumenttype->internal_subset
domdocumenttype->name
domdocumenttype->notations
domdocumenttype->public_id
domdocumenttype->system_id
domelement->get_attribute
domelement->get_attribute_node
domelement->get_elements_by_tagname
domelement->has_attribute
domelement->remove_attribute
domelement->set_attribute
domelement->set_attribute_node
domelement->tagname
domnode->append_child
domnode->append_sibling
domnode->attributes
domnode->clone_node
domnode->dump_node
domnode->first_child
domnode->get_content
domnode->has_child_nodes
domnode->insert_before
domnode->is_blank_node
domnode->last_child
domnode->next_sibling
domnode->node_name
domnode->node_type
domnode->node_value
domnode->owner_document
domnode->parent_node
domnode->prefix
domnode->previous_sibling
domnode->remove_child
domnode->replace_child
domnode->replace_node
domnode->set_content
domnode->set_name
domnode->unlink_node
domprocessinginstruction->data
domprocessinginstruction->target
domxml_add_root(string name)
domxml_attr_name(void)
domxml_attr_specified(void)
domxml_attr_value(void)
domxml_cdata_length(void)
domxml_clone_node([bool deep])
domxml_doc_create_attribute(string name, string value)
domxml_doc_create_cdata_section(string content)
domxml_doc_create_comment(string content)
domxml_doc_create_element(string name)
domxml_doc_create_element_ns(string uri, string name, [string prefix])
domxml_doc_create_entity_reference(string name)
domxml_doc_create_processing_instruction(string name)
domxml_doc_create_text_node(string content)
domxml_doc_doctype(void)
domxml_doc_document_element(int domnode)
domxml_doc_get_element_by_id(string id)
domxml_doc_get_elements_by_tagname(string tagname [, object xpathctx_handle)
domxml_doc_ids(object doc_handle)
domxml_doc_implementation(void)
domxml_doc_imported_node(object node, bool recursive)
domxml_doc_validate(array &error)
domxml_doc_xinclude()
domxml_doctype_entities(void)
domxml_doctype_name(void)
domxml_doctype_notations(void)
domxml_doctype_public_id(void)
domxml_doctype_system_id(void)
domxml_dtd(void)
domxml_dump_mem(object doc_handle, [int format], [encoding])
domxml_dump_mem_file(string filename, [int compressmode], [int format])
domxml_dump_node(object doc_handle, object node_handle, [int format], [int level])
domxml_elem_get_attribute(string attrname)
domxml_elem_get_attribute_node(string attrname)
domxml_elem_get_elements_by_tagname(string tagname)
domxml_elem_has_attribute(string attrname)
domxml_elem_remove_attribute(string attrname)
domxml_elem_set_attribute(string attrname, string value)
domxml_elem_set_attribute_node(object attr)
domxml_elem_tagname(void)
domxml_element(string name)
domxml_html_dump_mem([int doc_handle])
domxml_is_blank_node(void)
domxml_new_doc
domxml_new_xmldoc(string version)
domxml_node(string name)
domxml_node_add_namespace(string uri, string prefix)
domxml_node_append_child(object domnode)
domxml_node_append_sibling(object domnode)
domxml_node_attributes(void)
domxml_node_children(void)
domxml_node_first_child(void)
domxml_node_get_content()
domxml_node_has_attributes(void)
domxml_node_has_child_nodes(void)
domxml_node_insert_before(object newnode, object refnode)
domxml_node_last_child(void)
domxml_node_name(void)
domxml_node_namespace_uri(void)
domxml_node_new_child(string name, string content)
domxml_node_next_sibling(void)
domxml_node_owner_document(void)
domxml_node_parent(void)
domxml_node_prefix(void)
domxml_node_previous_sibling(void)
domxml_node_remove_child(object domnode)
domxml_node_replace_child(object newnode, object oldnode)
domxml_node_replace_node(object domnode)
domxml_node_set_content(string content)
domxml_node_set_name(string name)
domxml_node_set_namespace(string uri, [string prefix])
domxml_node_text_concat(string content)
domxml_node_type(void)
domxml_node_unlink_node([object node])
domxml_node_value(void)
domxml_notation_public_id(void)
domxml_notation_system_id(void)
domxml_open_file
domxml_open_mem
domxml_parser([string buf], string filename)
domxml_parser_add_chunk(string chunk)
domxml_parser_cdata_section(string chunk)
domxml_parser_characters(string characters)
domxml_parser_comment(string comment)
domxml_parser_end([string chunk])
domxml_parser_end_document()
domxml_parser_end_element(string tagname)
domxml_parser_entity_reference(string reference)
domxml_parser_get_document()
domxml_parser_namespace_decl(string href, string prefix)
domxml_parser_processing_instruction(string target, string data)
domxml_parser_set_keep_blanks(bool mode)
domxml_parser_start_document()
domxml_parser_start_element(string tagname, array attributes)
domxml_pi_data(void)
domxml_pi_target(void)
domxml_set_root(int domnode)
domxml_substitute_entities_default(bool enable)
domxml_test(int id)
domxml_version(void)
domxml_xmltree(string xmltree)
domxml_xslt_process(object xslstylesheet, object xmldoc, [array xslt_parameters], [bool xpath_parameters], [string profileFilename])
domxml_xslt_result_dump_file(object xslstylesheet, object xmldoc, string filename, [int compression])
domxml_xslt_result_dump_mem(object xslstylesheet, object xmldoc)
domxml_xslt_stylesheet(string xsltstylesheet)
domxml_xslt_stylesheet_doc(object xmldoc)
domxml_xslt_stylesheet_file(string filename)
domxml_xslt_version(void)
dotnet_load
doubleval(mixed var)
each(array arr)
easter_date([int year])
easter_days([int year], [int method])
ebcdic2ascii(string ebcdic_str)
echo(string arg)
empty(mixed var)
end(array array_arg)
ereg(string pattern, string string, [array registers])
ereg_replace(string pattern, string replacement, string string)
eregi(string pattern, string string, [array registers])
eregi_replace(string pattern, string replacement, string string)
error_log(string message, [int message_type], [string destination], [string extra_headers])
error_reporting(int new_error_level=null)
escapeshellarg(string arg)
escapeshellcmd(string command)
eval(string code_str)
exec(string command, [array output], [int return_value])
exif_imagetype(string imagefile)
exif_read_data(string filename, [sections_needed], [sub_arrays], [read_thumbnail])
exif_tagname(index)
exif_thumbnail(string filename, [&width], &height, [&imagetype])
exit()
exp(float number)
explode(string separator, string str, [int limit])
expm1(float number)
extension_loaded(string extension_name)
extract(array var_array, [int extract_type], [string prefix])
ezmlm_hash(string addr)
fbsql_affected_rows
fbsql_autocommit
fbsql_change_user
fbsql_close
fbsql_commit
fbsql_connect
fbsql_create_blob
fbsql_create_clob
fbsql_create_db
fbsql_data_seek
fbsql_database
fbsql_database_password
fbsql_db_query
fbsql_db_status
fbsql_drop_db
fbsql_errno
fbsql_error
fbsql_fetch_array
fbsql_fetch_assoc
fbsql_fetch_field
fbsql_fetch_lengths
fbsql_fetch_object
fbsql_fetch_row
fbsql_field_flags
fbsql_field_len
fbsql_field_name
fbsql_field_seek
fbsql_field_table
fbsql_field_type
fbsql_free_result
fbsql_get_autostart_info
fbsql_hostname
fbsql_insert_id
fbsql_list_dbs
fbsql_list_fields
fbsql_list_tables
fbsql_next_result
fbsql_num_fields
fbsql_num_rows
fbsql_password
fbsql_pconnect
fbsql_query
fbsql_read_blob
fbsql_read_clob
fbsql_result
fbsql_rollback
fbsql_select_db
fbsql_set_lob_mode
fbsql_set_transaction
fbsql_start_db
fbsql_stop_db
fbsql_tablename
fbsql_username
fbsql_warnings
fclose(resource fp)
fdf_add_doc_javascript(resource fdfdoc, string scriptname, string script)
fdf_add_template(resource fdfdoc, int newpage, string filename, string template, int rename)
fdf_close(resource fdfdoc)
fdf_create(void)
fdf_enum_values(resource fdfdoc, mixed callback, [mixed userdata])
fdf_get_ap(resource fdfdoc, string fieldname, int face, string filename)
fdf_get_attachment(resource fdfdoc, string fieldname, string savepath)
fdf_get_encoding(resource fdf)
fdf_get_file(resource fdfdoc)
fdf_get_flags(resorce fdfdoc, string fieldname, int whichflags)
fdf_get_option(resource fdfdof, string fieldname, [int element])
fdf_get_status(resource fdfdoc)
fdf_get_value(resource fdfdoc, string fieldname, [int which])
fdf_get_version([resource fdfdoc])
fdf_next_field_name(resource fdfdoc, [string fieldname])
fdf_open(string filename)
fdf_open_string(string fdf_data)
fdf_remove_item(resource fdfdoc, string fieldname, int item)
fdf_save(resource fdfdoc, [string filename])
fdf_save_string(resource fdfdoc)
fdf_set_ap(resource fdfdoc, string fieldname, int face, string filename, int pagenr)
fdf_set_encoding(int fdf_document, string encoding)
fdf_set_file(resource fdfdoc, string filename, [string target_frame])
fdf_set_flags(resource fdfdoc, string fieldname, int whichflags, int newflags)
fdf_set_javascript_action(resource fdfdoc, string fieldname, int whichtrigger, string script)
fdf_set_on_import_javascript(resource fdfdoc, string script, [bool before_data_import])
fdf_set_opt(resource fdfdoc, string fieldname, int element, string value, string name)
fdf_set_status(resource fdfdoc, string status)
fdf_set_submit_form_action(resource fdfdoc, string fieldname, int whichtrigger, string url, int flags)
fdf_set_target_frame(resource fdfdoc, string target)
fdf_set_value(resource fdfdoc, string fieldname, mixed value, [int isname])
fdf_set_version(resourece fdfdoc, string version)
feof(resource fp)
fflush(resource fp)
fgetc(resource fp)
fgetcsv(resource fp, int length, [string delimiter], [string enclosure])
fgets(resource fp, [int length])
fgetss(resource fp, int length, [string allowable_tags])
file(string filename, [bool use_include_path])
file_exists(string filename)
file_get_contents(string filename, [bool use_include_path])
file_get_wrapper_data
file_register_wrapper
fileatime(string filename)
filectime(string filename)
filegroup(string filename)
fileinode(string filename)
filemtime(string filename)
fileowner(string filename)
fileperms(string filename)
filepro(string directory)
filepro_fieldcount(void)
filepro_fieldname(int fieldnumber)
filepro_fieldtype(int field_number)
filepro_fieldwidth(int field_number)
filepro_retrieve(int row_number, int field_number)
filepro_rowcount(void)
filesize(string filename)
filetype(string filename)
floatval(mixed var)
flock(resource fp, int operation, [int &wouldblock])
floor(float number)
flush(void)
fmod(float x, float y)
fnmatch(string pattern, string filename, [int flags])
fopen(string filename, string mode, [bool use_include_path], [resource context])
fpassthru(resource fp)
fputs(int fp, string str, int length)
fread(resource fp, int length)
frenchtojd(int month, int day, int year)
fribidi_charset_info(int charset)
fribidi_get_charsets()
fribidi_log2vis
fribidi_log2vis(string logical_str, long direction, long charset)
fscanf(resource stream, string format, [string ...])
fseek(resource fp, int offset, [int whence])
fsockopen(string hostname, int port, [int errno], [string errstr], [float timeout])
fstat(resource fp)
ftell(resource fp)
ftok(string pathname, string proj)
ftp_cdup(resource stream)
ftp_chdir(resource stream, string directory)
ftp_close(resource stream)
ftp_connect(string host, [int port], [int timeout)])
ftp_delete(resource stream, string file)
ftp_exec(resource stream, string command)
ftp_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos])
ftp_fput(resource stream, string remote_file, resource fp, int mode, [int startpos])
ftp_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos])
ftp_get_option(resource stream, int option)
ftp_login(resource stream, string username, string password)
ftp_mdtm(resource stream, string filename)
ftp_mkdir(resource stream, string directory)
ftp_nb_continue(resource stream)
ftp_nb_fget(resource stream, resource fp, string remote_file, int mode, [int resumepos])
ftp_nb_fput(resource stream, string remote_file, resource fp, int mode, [int startpos])
ftp_nb_get(resource stream, string local_file, string remote_file, int mode, [int resume_pos])
ftp_nb_put(resource stream, string remote_file, string local_file, int mode, [int startpos])
ftp_nlist(resource stream, string directory)
ftp_pasv(resource stream, bool pasv)
ftp_put(resource stream, string remote_file, string local_file, int mode, [int startpos])
ftp_pwd(resource stream)
ftp_quit(int ftp_stream)
ftp_rawlist(resource stream, string directory, [bool recursive])
ftp_rename(resource stream, string src, string dest)
ftp_rmdir(resource stream, string directory)
ftp_set_option(resource stream, int option, mixed value)
ftp_site(resource stream, string cmd)
ftp_size(resource stream, string filename)
ftp_ssl_connect(string host, [int port], [int timeout)])
ftp_systype(resource stream)
ftruncate(resource fp, int size)
func_get_arg(int arg_num)
func_get_args()
func_num_args(void)
function
function_exists(string function_name)
fwrite(resource fp, string str, [int length])
gd_info()
get_browser(string browser_name)
get_cfg_var(string option_name)
get_class(object object)
get_class_methods(mixed class)
get_class_vars(string class_name)
get_current_user(void)
get_declared_classes(void)
get_defined_constants(void)
get_defined_functions(void)
get_defined_vars(void)
get_extension_funcs(string extension_name)
get_html_translation_table([int table], [int quote_style])
get_include_path()
get_included_files(void)
get_loaded_extensions(void)
get_magic_quotes_gpc(void)
get_magic_quotes_runtime(void)
get_meta_tags(string filename, [bool use_include_path])
get_object_vars(object obj)
get_parent_class(mixed object)
get_required_files(void )
get_resource_type(resource res)
getallheaders(void)
getcwd(void)
getdate([int timestamp])
getenv(string varname)
gethostbyaddr(string ip_address)
gethostbyname(string hostname)
gethostbynamel(string hostname)
getimagesize(string imagefile, [array info])
getlastmod(void)
getmxrr(string hostname, array mxhosts, array weight)
getmygid(void)
getmyinode(void)
getmypid(void)
getmyuid(void)
getopt(string options, [array longopts])
getprotobyname(string name)
getprotobynumber(int proto)
getrandmax(void)
getrusage([int who])
getservbyname(string service, string protocol)
getservbyport(int port, string protocol)
gettext(string msgid)
gettimeofday(void)
gettype(mixed var)
glob(string pattern, [int flags])
gmdate(string format, [int timestamp])
gmmktime(int hour, int min, int sec, int mon, int day, int year)
gmp_abs(resource a)
gmp_add(resource a, resource b)
gmp_and(resource a, resource b)
gmp_clrbit(resource &a, int index)
gmp_cmp(resource a, resource b)
gmp_com(resource a)
gmp_div
gmp_div_q(resource a, resource b, [int round])
gmp_div_qr(resource a, resource b, [int round])
gmp_div_r(resource a, resource b, [int round])
gmp_divexact(resource a, resource b)
gmp_divexact(resource n, resource d)
gmp_fact(int a)
gmp_gcd(resource a, resource b)
gmp_gcdext(resource a, resource b)
gmp_hamdist(resource a, resource b)
gmp_init(mixed number, [int base])
gmp_intval(resource gmpnumber)
gmp_invert(resource a, resource b)
gmp_jacobi(resource a, resource b)
gmp_legendre(resource a, resource b)
gmp_mod(resource a, resource b)
gmp_mul(resource a, resource b)
gmp_neg(resource a)
gmp_or(resource a, resource b)
gmp_perfect_square(resource a)
gmp_popcount(resource a)
gmp_pow(resource base, int exp)
gmp_powm(resource base, resource exp, resource mod)
gmp_prob_prime(resource a, [int reps])
gmp_random([int limiter])
gmp_scan0(resource a, int start)
gmp_scan1(resource a, int start)
gmp_setbit(resource &a, int index, [bool set_clear])
gmp_sign(resource a)
gmp_sqrt(resource a)
gmp_sqrtrem(resource a)
gmp_sqrtrm(resource a)
gmp_strval(resource gmpnumber, [int base])
gmp_sub(resource a, resource b)
gmp_xor(resource a, resource b)
gmstrftime(string format, [int timestamp])
gregoriantojd(int month, int day, int year)
gzclose(int zp)
gzcompress(string data, [int level])
gzdeflate(string data, [int level])
gzencode(string data, [int level], [int encoding_mode])
gzeof(int zp)
gzfile(string filename, [int use_include_path])
gzgetc(int zp)
gzgets(int zp, int length)
gzgetss(int zp, int length, string allowable_tags)
gzinflate(string data, [int length])
gzopen(string filename, string mode, [int use_include_path])
gzpassthru(int zp)
gzputs(int zp, string str, int length)
gzread(int zp, int length)
gzrewind(int zp)
gzseek(int zp, int offset)
gztell(int zp)
gzuncompress(string data, [int length])
gzwrite(int zp, string string, int length)
header(string header, [bool replace], [int http_response_code])
headers_sent([string &$file], [int &$line])
hebrev(string str, [int max_chars_per_line])
hebrevc(string str, [int max_chars_per_line])
hexdec(string hexadecimal_number)
highlight_file(string file_name, [bool return])
highlight_string(string string, [bool return])
html_doc(string html_doc, [bool from_file])
html_doc_file(string filename)
html_entity_decode(string string, [int quote_style], [string charset])
htmlentities(string string, [int quote_style], [string charset])
htmlspecialchars(string string, [int quote_style], [string charset])
hw_array2objrec
hw_changeobject
hw_children
hw_childrenobj
hw_close
hw_connect
hw_connection_info
hw_cp
hw_deleteobject
hw_docbyanchor
hw_docbyanchorobj
hw_document_attributes
hw_document_bodytag
hw_document_content
hw_document_setcontent
hw_document_size
hw_dummy
hw_edittext
hw_error
hw_errormsg
hw_free_document
hw_getanchors
hw_getanchorsobj
hw_getandlock
hw_getchildcoll
hw_getchildcollobj
hw_getchilddoccoll
hw_getchilddoccollobj
hw_getobject
hw_getobjectbyquery
hw_getobjectbyquerycoll
hw_getobjectbyquerycollobj
hw_getobjectbyqueryobj
hw_getparents
hw_getparentsobj
hw_getrellink
hw_getremote
hw_getremotechildren
hw_getsrcbydestobj
hw_gettext
hw_getusername
hw_identify
hw_incollections
hw_info
hw_inscoll
hw_insdoc
hw_insertanchors
hw_insertdocument
hw_insertobject
hw_mapid
hw_modifyobject
hw_mv
hw_new_document
hw_objrec2array
hw_output_document
hw_pconnect
hw_pipedocument
hw_root
hw_setlinkroot
hw_stat
hw_unlock
hw_who
hwapi_hgcsp
hypot(float num1, float num2)
ibase_add_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name])
ibase_blob_add(int blob_id, string data)
ibase_blob_cancel(int blob_id)
ibase_blob_close(int blob_id)
ibase_blob_create([int link_identifier])
ibase_blob_echo(string blob_id_str)
ibase_blob_get(int blob_id, int len)
ibase_blob_import([link_identifier], int file_id)
ibase_blob_info(string blob_id_str)
ibase_blob_open(string blob_id)
ibase_close([int link_identifier])
ibase_commit([int link_identifier], int trans_number)
ibase_connect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role])
ibase_delete_user(string server, string dba_user_name, string dba_password, string username)
ibase_errmsg(void)
ibase_execute(int query, [int bind_args], [int ...])
ibase_fetch_assoc(int result, [int blob_flag])
ibase_fetch_object(int result, [int blob_flag])
ibase_fetch_row(int result, [int blob_flag])
ibase_field_info(int result, int field_number)
ibase_free_query(int query)
ibase_free_result(int result)
ibase_modify_user(string server, string dba_user_name, string dba_password, string user_name, string password, [string first_name], [string middle_name], [string last_name])
ibase_num_fields(int result)
ibase_pconnect(string database, [string username], [string password], [string charset], [int buffers], [int dialect], [string role])
ibase_prepare([int link_identifier], string query)
ibase_query([int link_identifier], string query, [int bind_args])
ibase_rollback([int link_identifier], int trans_number)
ibase_timefmt(string format)
ibase_trans([int trans_args], [int link_identifier])
icap_close
icap_create_calendar
icap_delete_calendar
icap_delete_event
icap_fetch_event
icap_list_alarms
icap_list_events
icap_open
icap_rename_calendar
icap_reopen
icap_snooze
icap_store_event
iconv(string in_charset, string out_charset, string str)
iconv_get_encoding([string type])
iconv_mime_decode(string encoded_string, [string charset])
iconv_mime_encode(string field_name, string field_value, string scheme, string out_charset, [string in_charset], int line_len, string lfchars)
iconv_set_encoding(string type, string charset)
iconv_strlen(string str, [string charset])
iconv_strpos(string haystack, string needle, int offset, [string charset])
iconv_strrpos(string haystack, string needle, [string charset])
iconv_substr(string str, int offset, [int length], string charset)
ifx_affected_rows(int resultid)
ifx_blobinfile_mode(int mode)
ifx_byteasvarchar(int mode)
ifx_close([int connid])
ifx_connect([string database], [string userid], [string password])
ifx_copy_blob(int bid)
ifx_create_blob(int type, int mode, string param)
ifx_create_char(string param)
ifx_do(int resultid)
ifx_error([int connection_id])
ifx_errormsg([int errorcode])
ifx_fetch_row(int resultid, [mixed position])
ifx_fieldproperties(int resultid)
ifx_fieldtypes(int resultid)
ifx_free_blob(int bid)
ifx_free_char(int bid)
ifx_free_result(int resultid)
ifx_get_blob(int bid)
ifx_get_char(int bid)
ifx_getsqlca(int resultid)
ifx_htmltbl_result(int resultid, [string htmltableoptions])
ifx_nullformat(int mode)
ifx_num_fields(int resultid)
ifx_num_rows(int resultid)
ifx_pconnect([string database], [string userid], [string password])
ifx_prepare(string query, int connid, [int cursortype], [array idarray])
ifx_query(string query, int connid, [int cursortype], [array idarray])
ifx_textasvarchar(int mode)
ifx_update_blob(int bid, string content)
ifx_update_char(int bid, string content)
ifxus_close_slob(int bid)
ifxus_create_slob(int mode)
ifxus_free_slob(int bid)
ifxus_open_slob(long bid, int mode)
ifxus_read_slob(long bid, long nbytes)
ifxus_seek_slob(long bid, int mode, long offset)
ifxus_tell_slob(long bid)
ifxus_write_slob(long bid, string content)
ignore_user_abort(bool value)
image2wbmp(int im, [string filename], [int threshold])
image_type_to_mime_type(int imagetype)
imagealphablending(resource im, bool on)
imageantialias(int im, bool on)
imagearc(int im, int cx, int cy, int w, int h, int s, int e, int col)
imagechar(int im, int font, int x, int y, string c, int col)
imagecharup(int im, int font, int x, int y, string c, int col)
imagecolorallocate(int im, int red, int green, int blue)
imagecolorallocatealpha(int im, int red, int green, int blue, int alpha)
imagecolorat(int im, int x, int y)
imagecolorclosest(int im, int red, int green, int blue)
imagecolorclosestalpha(resource im, int red, int green, int blue, int alpha)
imagecolorclosesthwb(int im, int red, int green, int blue)
imagecolordeallocate(int im, int index)
imagecolorexact(int im, int red, int green, int blue)
imagecolorexactalpha(resource im, int red, int green, int blue, int alpha)
imagecolormatch(resource im1, resource im2)
imagecolorresolve(int im, int red, int green, int blue)
imagecolorresolvealpha(resource im, int red, int green, int blue, int alpha)
imagecolorset(int im, int col, int red, int green, int blue)
imagecolorsforindex(int im, int col)
imagecolorstotal(int im)
imagecolortransparent(int im, [int col])
imagecopy(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)
imagecopymerge(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
imagecopymergegray(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
imagecopyresampled(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)
imagecopyresized(int dst_im, int src_im, int dst_x, int dst_y, int src_x, int src_y, int dst_w, int dst_h, int src_w, int src_h)
imagecreate(int x_size, int y_size)
imagecreatefromgd(string filename)
imagecreatefromgd2(string filename)
imagecreatefromgd2part(string filename, int srcX, int srcY, int width, int height)
imagecreatefromgif(string filename)
imagecreatefromjpeg(string filename)
imagecreatefrompng(string filename)
imagecreatefromstring(string image)
imagecreatefromwbmp(string filename)
imagecreatefromxbm(string filename)
imagecreatefromxpm(string filename)
imagecreatetruecolor(int x_size, int y_size)
imagedashedline(int im, int x1, int y1, int x2, int y2, int col)
imagedestroy(int im)
imageellipse(resource im, int cx, int cy, int w, int h, int color)
imagefill(int im, int x, int y, int col)
imagefilledarc(int im, int cx, int cy, int w, int h, int s, int e, int col, int style)
imagefilledellipse(resource im, int cx, int cy, int w, int h, int color)
imagefilledpolygon(int im, array point, int num_points, int col)
imagefilledrectangle(int im, int x1, int y1, int x2, int y2, int col)
imagefilltoborder(int im, int x, int y, int border, int col)
imagefilter(int src_im, int filtertype, [args])
imagefontheight(int font)
imagefontwidth(int font)
imageftbbox(int size, int angle, string font_file, string text, [array extrainfo])
imagefttext(int im, int size, int angle, int x, int y, int col, string font_file, string text, [array extrainfo])
imagegammacorrect(int im, float inputgamma, float outputgamma)
imagegd(int im, [string filename])
imagegd2(int im, [string filename])
imagegif(int im, [string filename])
imageinterlace(int im, [int interlace])
imageistruecolor(int im)
imagejpeg(int im, [string filename], [int quality])
imagelayereffect(resource im, int effect)
imageline(int im, int x1, int y1, int x2, int y2, int col)
imageloadfont(string filename)
imagepalettecopy(int dst, int src)
imagepng(int im, [string filename])
imagepolygon(int im, array point, int num_points, int col)
imagepsbbox(string text, int font, int size, [int space], int tightness, int angle)
imagepscopyfont(int font_index)
imagepsencodefont(int font_index, string filename)
imagepsextendfont(int font_index, float extend)
imagepsfreefont(int font_index)
imagepsloadfont(string pathname)
imagepsslantfont(int font_index, float slant)
imagepstext(int image, string text, int font, int size, int xcoord, int ycoord, [int space], int tightness, float angle, int antialias)
imagerectangle(int im, int x1, int y1, int x2, int y2, int col)
imagerotate(int src_im, float angle, int bgdcolor)
imagesetbrush(resource image, resource brush)
imagesetpixel(int im, int x, int y, int col)
imagesetstyle(resource im, array styles)
imagesetthickness(resource im, int thickness)
imagesettile(resource image, resource tile)
imagestring(int im, int font, int x, int y, string str, int col)
imagestringup(int im, int font, int x, int y, string str, int col)
imagesx(int im)
imagesy(int im)
imagetruecolortopalette(resource im, bool ditherFlag, int colorsWanted)
imagettfbbox(int size, int angle, string font_file, string text)
imagettftext(int im, int size, int angle, int x, int y, int col, string font_file, string text)
imagetypes(void)
imagewbmp(int im, [string filename], , [int foreground])
imap_8bit(string text)
imap_alerts(void)
imap_append(resource stream_id, string folder, string message, [string options])
imap_base64(string text)
imap_binary(string text)
imap_body(resource stream_id, int msg_no, [int options])
imap_bodystruct(resource stream_id, int msg_no, int section)
imap_check(resource stream_id)
imap_clearflag_full(resource stream_id, string sequence, string flag, [int options])
imap_close(resource stream_id, [int options])
imap_createmailbox(resource stream_id, string mailbox)
imap_delete(resource stream_id, int msg_no, [int options])
imap_deletemailbox(resource stream_id, string mailbox)
imap_errors(void)
imap_expunge(resource stream_id)
imap_fetch_overview(resource stream_id, int msg_no, [int options])
imap_fetchbody(resource stream_id, int msg_no, int section, [int options])
imap_fetchheader(resource stream_id, int msg_no, [int options])
imap_fetchstructure(resource stream_id, int msg_no, [int options])
imap_get_quota(resource stream_id, string qroot)
imap_get_quotaroot(resource stream_id, string mbox)
imap_getmailboxes(resource stream_id, string ref, string pattern)
imap_getsubscribed(resource stream_id, string ref, string pattern)
imap_header(int imap_stream, int msg_number, int fromlength, int subjectlength, string defaulthost)
imap_header_decode(string text)
imap_headerinfo(resource stream_id, int msg_no, [int from_length], [int subject_length], [string default_host])
imap_headers(resource stream_id)
imap_last_error(void)
imap_list(resource stream_id, string ref, string pattern)
imap_listmailbox(int imap_stream, string ref, string pattern)
imap_listsubscribed(int imap_stream, string ref, string pattern)
imap_lsub(resource stream_id, string ref, string pattern)
imap_mail(string to, string subject, string message, [string additional_headers], [string cc], [string bcc], [string rpath])
imap_mail_compose(array envelope, array body)
imap_mail_copy(resource stream_id, int msg_no, string mailbox, [int options])
imap_mail_move(resource stream_id, int msg_no, string mailbox, [int options])
imap_mailboxmsginfo(resource stream_id)
imap_mime_header_decode(string str)
imap_msgno(resource stream_id, int unique_msg_id)
imap_num_msg(resource stream_id)
imap_num_recent(resource stream_id)
imap_open(string mailbox, string user, string password, [int options])
imap_ping(resource stream_id)
imap_popen
imap_qprint(string text)
imap_renamemailbox(resource stream_id, string old_name, string new_name)
imap_reopen(resource stream_id, string mailbox, [int options])
imap_rfc822_parse_adrlist(string address_string, string default_host)
imap_rfc822_parse_headers(string headers, [string default_host])
imap_rfc822_write_address(string mailbox, string host, string personal)
imap_scan(resource stream_id, string ref, string pattern, string content)
imap_scanmailbox(int imap_stream, string ref, string pattern, string content)
imap_search(resource stream_id, string criteria, [int options])
imap_set_quota(resource stream_id, string qroot, int mailbox_size)
imap_setacl(resource stream_id, string mailbox, string id, string rights)
imap_setflag_full(resource stream_id, string sequence, string flag, [int options])
imap_sort(resource stream_id, int criteria, int reverse, [int options], [string search_criteria])
imap_status(resource stream_id, string mailbox, int options)
imap_subscribe(resource stream_id, string mailbox)
imap_thread(resource stream_id, [int options])
imap_uid(resource stream_id, int msg_no)
imap_undelete(resource stream_id, int msg_no)
imap_unsubscribe(resource stream_id, string mailbox)
imap_utf7_decode(string buf)
imap_utf7_encode(string buf)
imap_utf8(string string)
implements
implode([string glue], array pieces)
import_request_variables(string types, [string prefix])
in_array(mixed needle, array haystack, [bool strict])
include
include_once
ingres_autocommit([resource link])
ingres_close([resource link])
ingres_commit([resource link])
ingres_connect([string database], [string username], [string password])
ingres_fetch_array([int result_type], [resource link])
ingres_fetch_object([int result_type], [resource link])
ingres_fetch_row([resource link])
ingres_field_length(int index, [resource link])
ingres_field_name(int index, [resource link])
ingres_field_nullable(int index, [resource link])
ingres_field_precision(int index, [resource link])
ingres_field_scale(int index, [resource link])
ingres_field_type(int index, [resource link])
ingres_num_fields([resource link])
ingres_num_rows([resource link])
ingres_pconnect([string database], [string username], [string password])
ingres_query(string query, [resource link])
ingres_rollback([resource link])
ini_alter(string varname, string newvalue)
ini_get(string varname)
ini_get_all([string extension])
ini_restore(string varname)
ini_set(string varname, string newvalue)
instanceof
interface
intval(mixed var, [int base])
ip2long(string ip_address)
iptcembed(string iptcdata, string jpeg_file_name, [int spool])
iptcparse(string iptcdata)
ircg_channel_mode(int connection, string channel, string mode_spec, string nick)
ircg_disconnect(void)
ircg_fetch_error_msg(int connection)
ircg_get_username(int connection)
ircg_html_encode(string html_text)
ircg_ignore_add(resource connection, string nick)
ircg_ignore_del(int connection, string nick)
ircg_invite(int connection, string channel, string nickname)
ircg_is_conn_alive(int connection)
ircg_join(int connection, string channel, [string chan-key])
ircg_kick(int connection, string channel, string nick, string reason)
ircg_lookup_format_messages(string name)
ircg_msg(void)
ircg_nick(void)
ircg_nickname_escape(string nick)
ircg_nickname_unescape(string nick)
ircg_notice(void)
ircg_part(int connection, string channel)
ircg_pconnect(void)
ircg_register_format_messages(string name, array messages)
ircg_set_current(int connection)
ircg_set_file(int connection, string path)
ircg_set_on_die(int connection, string host, int port, string data)
ircg_topic(int connection, string channel, string topic)
ircg_who(int connection, string mask, [bool ops_only])
ircg_whois(int connection, string nick)
is_a(object object, string class_name)
is_array(mixed var)
is_bool(mixed var)
is_callable(mixed var, [bool syntax_only], [string callable_name])
is_dir(string filename)
is_double(mixed var)
is_executable(string filename)
is_file(string filename)
is_finite(float val)
is_float(mixed var)
is_infinite(float val)
is_int(mixed var)
is_integer(mixed var)
is_link(string filename)
is_long(mixed var)
is_nan(float val)
is_null(mixed var)
is_numeric(mixed value)
is_object(mixed var)
is_readable(string filename)
is_real(mixed var)
is_resource(mixed var)
is_scalar(mixed value)
is_string(mixed var)
is_subclass_of(object object, string class_name)
is_uploaded_file(string path)
is_writable(string filename)
isset
isset(mixed var, [mixed var], [...])
java_last_exception_clear(void)
java_last_exception_get(void)
jddayofweek(int juliandaycount, [int mode])
jdmonthname(int juliandaycount, int mode)
jdtofrench(int juliandaycount)
jdtogregorian(int juliandaycount)
jdtojewish(int juliandaycount, [bool hebrew], [int fl])
jdtojulian(int juliandaycount)
jdtounix(int jday)
jewishtojd(int month, int day, int year)
join(array src, string glue)
jpeg2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)
juliantojd(int month, int day, int year)
key(array array_arg)
krsort(array array_arg, [int sort_flags])
ksort(array array_arg, [int sort_flags])
lcg_value()
ldap_8859_to_t61(string value)
ldap_add(resource link, string dn, array entry)
ldap_bind(resource link, [string dn], string password)
ldap_close(int link_identifier)
ldap_compare(resource link, string dn, string attr, string value)
ldap_connect([string host], [int port])
ldap_count_entries(resource link, resource result)
ldap_delete(resource link, string dn)
ldap_dn2ufn(string dn)
ldap_err2str(int errno)
ldap_errno(resource link)
ldap_error(resource link)
ldap_explode_dn(string dn, int with_attrib)
ldap_first_attribute(resource link, resource result_entry, int ber)
ldap_first_entry(resource link, resource result)
ldap_first_reference(resource link, resource result)
ldap_free_result(resource result)
ldap_get_attributes(resource link, resource result_entry)
ldap_get_dn(resource link, resource result_entry)
ldap_get_entries(resource link, resource result)
ldap_get_option(resource link, int option, mixed retval)
ldap_get_values(resource link, resource result_entry, string attribute)
ldap_get_values_len(resource link, resource result_entry, string attribute)
ldap_list(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref])
ldap_mod_add(resource link, string dn, array entry)
ldap_mod_del(resource link, string dn, array entry)
ldap_mod_replace(resource link, string dn, array entry)
ldap_modify(int link_identifier, string dn, array entry)
ldap_next_attribute(resource link, resource result_entry, resource ber)
ldap_next_entry(resource link, resource result_entry)
ldap_next_reference(resource link, resource reference_entry)
ldap_parse_reference(resource link, resource reference_entry, array referrals)
ldap_parse_result(resource link, resource result, int errcode, string matcheddn, string errmsg, array referrals)
ldap_read(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref])
ldap_rename(resource link, string dn, string newrdn, string newparent, bool deleteoldrdn))
ldap_search(resource link, string base_dn, string filter, [array attrs], [int attrsonly], [int sizelimit], [int timelimit], [int deref])
ldap_set_option(resource link, int option, mixed newval)
ldap_set_rebind_proc(resource link, string callback)
ldap_sort(resource link, resource result, string sortfilter)
ldap_start_tls(resource link)
ldap_t61_to_8859(string value)
ldap_unbind(resource link)
leak(int num_bytes=3)
levenshtein(string str1, string str2)
levenshtein(string str1, string str2, function cost)
levenshtein(string str1, string str2, int cost_ins, int cost_rep, int cost_del)
link(string target, string link)
linkinfo(string filename)
list()
localeconv(void)
localtime([int timestamp], [bool associative_array])
log(float number, [float base])
log10(float number)
log1p(float number)
long2ip(int proper_address)
lstat(string filename)
ltrim(string str, [string character_mask])
mail(string to, string subject, string message, [string additional_headers], [string additional_parameters])
mailparse_determine_best_xfer_encoding
mailparse_msg_create
mailparse_msg_extract_part
mailparse_msg_extract_part_file
mailparse_msg_free
mailparse_msg_get_part
mailparse_msg_get_part_data
mailparse_msg_get_structure
mailparse_msg_parse
mailparse_msg_parse_file
mailparse_rfc822_parse_addresses
mailparse_stream_encode
mailparse_uudecode_all
max(mixed arg1, [mixed arg2], [mixed ...])
mb_convert_case(string sourcestring, int mode, [string encoding])
mb_convert_encoding(string str, string to-encoding, [mixed from-encoding])
mb_convert_kana(string str, [string option], [string encoding])
mb_convert_variables(string to-encoding, mixed from-encoding, [mixed ...])
mb_decode_mimeheader(string string)
mb_decode_numericentity(string string, array convmap, [string encoding])
mb_detect_encoding(string str, [mixed encoding_list])
mb_detect_order([mixed encoding-list])
mb_encode_mimeheader(string str, [string charset], [string transfer-encoding], [string linefeed])
mb_encode_numericentity(string string, array convmap, [string encoding])
mb_ereg(string pattern, string string, [array registers])
mb_ereg_match(string pattern, string string [, string option)
mb_ereg_replace(string pattern, string replacement, string string, [string option])
mb_ereg_search([string pattern], [string option])
mb_ereg_search_getpos(void)
mb_ereg_search_getregs(void)
mb_ereg_search_init(string string, [string pattern], [string option])
mb_ereg_search_pos([string pattern], [string option])
mb_ereg_search_regs([string pattern], [string option])
mb_ereg_search_setpos(int position)
mb_eregi(string pattern, string string, [array registers])
mb_eregi_replace(string pattern, string replacement, string string)
mb_get_info([string type])
mb_http_input([string type])
mb_http_output([string encoding])
mb_internal_encoding([string encoding])
mb_language([string language])
mb_output_handler(string contents, int status)
mb_parse_str(string encoded_string, [array result])
mb_preferred_mime_name(string encoding)
mb_regex_encoding([string encoding])
mb_regex_set_options([string options])
mb_send_mail(string to, string subject, string message, [string additional_headers], [string additional_parameters])
mb_split(string pattern, string string, [int limit])
mb_strcut(string str, int start, [int length], [string encoding])
mb_strimwidth(string str, int start, int width, [string trimmarker], [string encoding])
mb_strlen(string str, [string encoding])
mb_strpos(string haystack, string needle, [int offset], [string encoding])
mb_strrpos(string haystack, string needle, [string encoding])
mb_strtolower(string sourcestring, [string encoding])
mb_strtoupper(string sourcestring, [string encoding])
mb_strwidth(string str, [string encoding])
mb_substitute_character([mixed substchar])
mb_substr(string str, int start, [int length], [string encoding])
mb_substr_count(string haystack, string needle, [string encoding])
mcal_append_event(int stream_id)
mcal_close(int stream_id, [int options])
mcal_create_calendar(int stream_id, string calendar)
mcal_date_compare(int ayear, int amonth, int aday, int byear, int bmonth, int bday)
mcal_date_valid(int year, int month, int day)
mcal_day_of_week(int year, int month, int day)
mcal_day_of_year(int year, int month, int day)
mcal_days_in_month(int month, bool leap_year)
mcal_delete_calendar(int stream_id, string calendar)
mcal_delete_event(int stream_id, int event_id)
mcal_event_add_attribute(int stream_id, string attribute, string value)
mcal_event_init(int stream_id)
mcal_event_set_alarm(int stream_id, int alarm)
mcal_event_set_category(int stream_id, string category)
mcal_event_set_class(int stream_id, int class)
mcal_event_set_description(int stream_id, string description)
mcal_event_set_end(int stream_id, int year, int month, int day [[, [int hour], int min, int sec)
mcal_event_set_recur_daily(int stream_id, int year, int month, int day, int interval)
mcal_event_set_recur_monthly_mday(int stream_id, int year, int month, int day, int interval)
mcal_event_set_recur_monthly_wday(int stream_id, int year, int month, int day, int interval)
mcal_event_set_recur_none(int stream_id)
mcal_event_set_recur_weekly(int stream_id, int year, int month, int day, int interval, int weekdays)
mcal_event_set_recur_yearly(int stream_id, int year, int month, int day, int interval)
mcal_event_set_start(int stream_id, int year, int month, int day [[, [int hour], int min, int sec)
mcal_event_set_title(int stream_id, string title)
mcal_expunge(int stream_id)
mcal_fetch_current_stream_event(int stream_id)
mcal_fetch_event(int stream_id, int eventid, [int options])
mcal_is_leap_year(int year)
mcal_list_alarms(int stream_id, int year, int month, int day, int hour, int min, int sec)
mcal_list_events(int stream_id, object begindate, [object enddate])
mcal_next_recurrence(int stream_id, int weekstart, array next)
mcal_open(string calendar, string user, string password, [int options])
mcal_popen(string calendar, string user, string password, [int options])
mcal_rename_calendar(int stream_id, string src_calendar, string dest_calendar)
mcal_reopen(int stream_id, string calendar, [int options])
mcal_snooze(int stream_id, int uid)
mcal_store_event(int stream_id)
mcal_time_valid(int hour, int min, int sec)
mcal_week_of_year(int day, int month, int year)
mcrypt_cbc(int cipher, string key, string data, int mode, string iv)
mcrypt_cbc(string cipher, string key, string data, int mode, string iv)
mcrypt_cfb(int cipher, string key, string data, int mode, string iv)
mcrypt_cfb(string cipher, string key, string data, int mode, string iv)
mcrypt_create_iv(int size, int source)
mcrypt_decrypt(string cipher, string key, string data, string mode, string iv)
mcrypt_ecb(int cipher, string key, string data, int mode, string iv)
mcrypt_ecb(string cipher, string key, string data, int mode, string iv)
mcrypt_enc_get_algorithms_name(resource td)
mcrypt_enc_get_block_size(resource td)
mcrypt_enc_get_iv_size(resource td)
mcrypt_enc_get_key_size(resource td)
mcrypt_enc_get_modes_name(resource td)
mcrypt_enc_get_supported_key_sizes(resource td)
mcrypt_enc_is_block_algorithm(resource td)
mcrypt_enc_is_block_algorithm_mode(resource td)
mcrypt_enc_is_block_mode(resource td)
mcrypt_enc_self_test(resource td)
mcrypt_encrypt(string cipher, string key, string data, string mode, string iv)
mcrypt_generic(resource td, string data)
mcrypt_generic_deinit(resource td)
mcrypt_generic_end(resource td)
mcrypt_generic_init(resource td, string key, string iv)
mcrypt_get_block_size(int cipher)
mcrypt_get_block_size(string cipher, string module)
mcrypt_get_cipher_name(int cipher)
mcrypt_get_cipher_name(string cipher)
mcrypt_get_iv_size(resource td)
mcrypt_get_iv_size(string cipher, string mode)
mcrypt_get_iv_size(string cipher, string module)
mcrypt_get_key_size(string cipher, string module)
mcrypt_list_algorithms([string lib_dir])
mcrypt_list_modes([string lib_dir])
mcrypt_module_close(resource td)
mcrypt_module_get_algo_block_size(string algorithm, [string lib_dir])
mcrypt_module_get_algo_key_size(string algorithm, [string lib_dir])
mcrypt_module_get_supported_key_sizes(string algorithm, [string lib_dir])
mcrypt_module_is_block_algorithm(string algorithm, [string lib_dir])
mcrypt_module_is_block_algorithm_mode(string mode, [string lib_dir])
mcrypt_module_is_block_mode(string mode, [string lib_dir])
mcrypt_module_open(string cipher, string cipher_directory, string mode, string mode_directory)
mcrypt_module_self_test(string algorithm, [string lib_dir])
mcrypt_ofb(int cipher, string key, string data, int mode, string iv)
mcrypt_ofb(string cipher, string key, string data, int mode, string iv)
mcve_adduser(resource conn, string admin_password, int usersetup)
mcve_adduserarg(resource usersetup, int argtype, string argval)
mcve_bt(resource conn, string username, string password)
mcve_checkstatus(resource conn, int identifier)
mcve_chkpwd(resource conn, string username, string password)
mcve_chngpwd(resource conn, string admin_password, string new_password)
mcve_completeauthorizations(resource conn, int &array)
mcve_connect(resource conn)
mcve_connectionerror(resource conn)
mcve_deleteresponse(resource conn, int identifier)
mcve_deletetrans(resource conn, int identifier)
mcve_deleteusersetup(resource usersetup)
mcve_deluser(resource conn, string admin_password, string username)
mcve_destroyconn(resource conn)
mcve_destroyengine(void)
mcve_disableuser(resource conn, string admin_password, string username)
mcve_edituser(resource conn, string admin_password, int usersetup)
mcve_enableuser(resource conn, string admin_password, string username)
mcve_force(resiurce conn, string username, string password, string trackdata, string account, string expdate, float amount, string authcode, string comments, string clerkid, string stationid, int ptrannum)
mcve_getcell(resource conn, int identifier, string column, int row)
mcve_getcellbynum(resource conn, int identifier, int column, int row)
mcve_getcommadelimited(resource conn, int identifier)
mcve_getheader(resource conn, int identifier, int column_num)
mcve_getuserarg(resource usersetup, int argtype)
mcve_getuserparam(resource conn, long identifier, int key)
mcve_gft(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
mcve_gl(int conn, string username, string password, int type, string account, string batch, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
mcve_gut(resource conn, string username, string password, int type, string account, string clerkid, string stationid, string comments, int ptrannum, string startdate, string enddate)
mcve_initconn(void)
mcve_initengine(string location)
mcve_initusersetup(void)
mcve_iscommadelimited(resource conn, int identifier)
mcve_liststats(resource conn, string admin_password)
mcve_listusers(resource conn, string admin_password)
mcve_maxconntimeout(resource conn, int secs)
mcve_monitor(resource conn)
mcve_numcolumns(resource conn, int identifier)
mcve_numrows(resource conn, int identifier)
mcve_override(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
mcve_parsecommadelimited(resource conn, int identifier)
mcve_ping(resource conn)
mcve_preauth(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
mcve_preauthcompletion(resource conn, string username, string password, float finalamount, int sid, int ptrannum)
mcve_qc(resource conn, string username, string password, string clerkid, string stationid, string comments, int ptrannum)
mcve_responseparam(resource conn, long identifier, string key)
mcve_return(int conn, string username, string password, string trackdata, string account, string expdate, float amount, string comments, string clerkid, string stationid, int ptrannum)
mcve_returncode(resource conn, int identifier)
mcve_returnstatus(resource conn, int identifier)
mcve_sale(resource conn, string username, string password, string trackdata, string account, string expdate, float amount, string street, string zip, string cv, string comments, string clerkid, string stationid, int ptrannum)
mcve_setblocking(resource conn, int tf)
mcve_setdropfile(resource conn, string directory)
mcve_setip(resource conn, string host, int port)
mcve_setssl(resource conn, string host, int port)
mcve_settimeout(resource conn, int seconds)
mcve_settle(resource conn, string username, string password, string batch)
mcve_text_avs(string code)
mcve_text_code(string code)
mcve_text_cv(int code)
mcve_transactionauth(resource conn, int identifier)
mcve_transactionavs(resource conn, int identifier)
mcve_transactionbatch(resource conn, int identifier)
mcve_transactioncv(resource conn, int identifier)
mcve_transactionid(resource conn, int identifier)
mcve_transactionitem(resource conn, int identifier)
mcve_transactionssent(resource conn)
mcve_transactiontext(resource conn, int identifier)
mcve_transinqueue(resource conn)
mcve_transnew(resource conn)
mcve_transparam(resource conn, long identifier, int key, ...)
mcve_transsend(resource conn, long identifier)
mcve_ub(resource conn, string username, string password)
mcve_uwait(long microsecs)
mcve_verifyconnection(resource conn, int tf)
mcve_verifysslcert(resource conn, int tf)
mcve_void(resource conn, string username, string password, int sid, int ptrannum)
md5(string str)
md5_file(string filename)
mdecrypt_generic(resource td, string data)
metaphone(string text, int phones)
method_exists(object object, string method)
mhash(int hash, string data, [string key])
mhash_count(void)
mhash_get_block_size(int hash)
mhash_get_hash_name(int hash)
mhash_keygen_s2k(int hash, string input_password, string salt, int bytes)
microtime(void)
mime_content_type(string filename)
min(mixed arg1, [mixed arg2], [mixed ...])
ming_setcubicthreshold
ming_setscale
ming_useswfversion
mkdir(string pathname, [int mode])
mktime(int hour, int min, int sec, int mon, int day, int year)
money_format(string format, float value)
move_uploaded_file(string path, string new_path)
msession_call(string fn_name, , [string param1], ... [, string param4)
msession_connect(string host, string port)
msession_count(void)
msession_create(string session)
msession_destroy(string name)
msession_disconnect(void)
msession_find(string name, string value)
msession_get(string session, string name, string default_value)
msession_get_array(string session)
msession_get_data(string session)
msession_getdata
msession_inc(string session, string name)
msession_list(void)
msession_listvar(string name)
msession_lock(string name)
msession_plugin(string session, string val, [string param])
msession_randstr(int num_chars)
msession_set(string session, string name, string value)
msession_set_array(string session, array tuples)
msession_set_data(string session, string value)
msession_setdata
msession_stat(string name)
msession_timeout(string session, [int param])
msession_uniq(int num_chars)
msession_unlock(string session, int key)
msg_get_queue(long key, [long perms])
msg_receive(resource queue, long desiredmsgtype, long &msgtype, long maxsize, mixed message [, [bool unserialize=true], [long flags=0], [long errorcod])
msg_remove_queue(resource queue)
msg_send(resource queue, long msgtype, mixed message [, [bool serialize=true], [bool blocking=true], [long errorcode])
msg_set_queue(resource queue, array data)
msg_stat_queue(resource queue)
msql
msql_affected_rows(int query)
msql_close([int link_identifier])
msql_connect([string hostname:port], [string username], [string password])
msql_create_db
msql_create_db(string database_name, [int link_identifier])
msql_createdb
msql_data_seek(int query, int row_number)
msql_db_query(string database_name, string query, [int link_identifier])
msql_dbname
msql_drop_db(string database_name, [int link_identifier])
msql_dropdb
msql_error([int link_identifier])
msql_fetch_array(int query, [int result_type])
msql_fetch_field(int query, [int field_offset])
msql_fetch_object(int query, [int result_type])
msql_fetch_row(int query)
msql_field_flags(int query, int field_offset)
msql_field_len(int query, int field_offet)
msql_field_name(int query, int field_index)
msql_field_seek(int query, int field_offset)
msql_field_table(int query, int field_offset)
msql_field_type(int query, int field_offset)
msql_fieldflags
msql_fieldlen
msql_fieldname
msql_fieldtable
msql_fieldtype
msql_free_result(int query)
msql_freeresult
msql_list_dbs([int link_identifier])
msql_list_fields(string database_name, string table_name, [int link_identifier])
msql_list_tables(string database_name, [int link_identifier])
msql_listdbs
msql_listfields
msql_listtables
msql_num_fields(int query)
msql_num_rows(int query)
msql_numfields
msql_numrows
msql_pconnect([string hostname:port], [string username], [string password])
msql_query(string query, [int link_identifier])
msql_regcase
msql_result(int query, int row, [mixed field])
msql_select_db(string database_name, [int link_identifier])
msql_selectdb
msql_tablename
mssql_bind(int stmt, string param_name, mixed var, int typ)
mssql_close([int connectionid])
mssql_connect([string servername], [string username], [string password])
mssql_data_seek(int result_id, int offset)
mssql_execute(int stmt)
mssql_fetch_array(int result_id, [int result_type])
mssql_fetch_assoc(int result_id, [int result_type])
mssql_fetch_batch(string result_index)
mssql_fetch_field(int result_id, [int offset])
mssql_fetch_object(int result_id, [int result_type])
mssql_fetch_row(int result_id, [int result_type])
mssql_field_length(int result_id, [int offset])
mssql_field_name(int result_id, [int offset])
mssql_field_seek(int result_id, int offset)
mssql_field_type(int result_id, [int offset])
mssql_free_result(string result_index)
mssql_get_last_message(void)
mssql_guid_string(string binary [, int short_format)
mssql_init(string sp_name, [int conn_id])
mssql_min_error_severity(int severity)
mssql_min_message_severity(int severity)
mssql_next_result(int result_id)
mssql_num_fields(int mssql_result_index)
mssql_num_rows(int mssql_result_index)
mssql_pconnect([string servername], [string username], [string password])
mssql_query(string query, [int conn_id], [int batch_size])
mssql_result(int result_id, int row, mixed field)
mssql_rows_affected(int conn_id)
mssql_select_db(string database_name, [int conn_id])
mt_getrandmax(void)
mt_rand([int min], int max)
mt_srand([int seed])
muscat_close
muscat_get
muscat_give
muscat_setup
muscat_setup_net
mysql_affected_rows([int link_identifier])
mysql_change_user(string user, string password, string database, int link_identifier)
mysql_character_set_name
mysql_client_encoding([int link_identifier])
mysql_close([int link_identifier])
mysql_connect([string hostname:port:/path/to/socket], [string username], [string password], [bool new], [int flags])
mysql_create_db(string database_name, [int link_identifier])
mysql_data_seek(int result, int row_number)
mysql_db_name(int result, int row, mixed field)
mysql_db_query(string database_name, string query, [int link_identifier])
mysql_drop_db(string database_name, [int link_identifier])
mysql_errno([int link_identifier])
mysql_escape_string(string to_be_escaped)
mysql_fetch_array(int result, [int result_type])
mysql_fetch_assoc(int result)
mysql_fetch_field(int result, [int field_offset])
mysql_fetch_lengths(int result)
mysql_fetch_object(int result, [int result_type])
mysql_fetch_row(int result)
mysql_field_flags(int result, int field_offset)
mysql_field_len(int result, int field_offset)
mysql_field_name(int result, int field_index)
mysql_field_seek(int result, int field_offset)
mysql_field_table(int result, int field_offset)
mysql_field_type(int result, int field_offset)
mysql_free_result(int result)
mysql_get_client_info(void)
mysql_get_host_info([int link_identifier])
mysql_get_proto_info([int link_identifier])
mysql_get_server_info([int link_identifier])
mysql_info([int link_identifier])
mysql_insert_id([int link_identifier])
mysql_list_dbs([int link_identifier])
mysql_list_fields(string database_name, string table_name, [int link_identifier])
mysql_list_processes([int link_identifier])
mysql_list_tables(string database_name, [int link_identifier])
mysql_num_fields(int result)
mysql_num_rows(int result)
mysql_pconnect([string hostname:port:/path/to/socket], [string username], [string password], [int flags])
mysql_ping([int link_identifier])
mysql_query(string query, [int link_identifier], [int result_mode])
mysql_real_escape_string(string to_be_escaped, [int link_identifier])
mysql_result(int result, int row, [mixed field])
mysql_select_db(string database_name, [int link_identifier])
mysql_stat([int link_identifier])
mysql_tablename(int result, int i)
mysql_thread_id([int link_identifier])
mysql_unbuffered_query(string query, [int link_identifier], [int result_mode])
natcasesort(array array_arg)
natsort(array array_arg)
ncurses_addch
ncurses_addchnstr
ncurses_addchstr
ncurses_addnstr
ncurses_addstr
ncurses_assume_default_colors
ncurses_attroff
ncurses_attron
ncurses_attrset
ncurses_baudrate
ncurses_beep
ncurses_bkgd
ncurses_bkgdset
ncurses_border
ncurses_can_change_color
ncurses_cbreak
ncurses_clear
ncurses_clrtobot
ncurses_clrtoeol
ncurses_color_set
ncurses_curs_set
ncurses_def_prog_mode
ncurses_def_shell_mode
ncurses_define_key
ncurses_delay_output
ncurses_delch
ncurses_deleteln
ncurses_delwin
ncurses_doupdate
ncurses_echo
ncurses_echochar
ncurses_end
ncurses_erase
ncurses_erasechar
ncurses_filter
ncurses_flash
ncurses_flushinp
ncurses_getch
ncurses_getmouse
ncurses_halfdelay
ncurses_has_colors
ncurses_has_ic
ncurses_has_il
ncurses_has_key
ncurses_hline
ncurses_inch
ncurses_init
ncurses_init_color
ncurses_init_pair
ncurses_insch
ncurses_insdelln
ncurses_insertln
ncurses_insstr
ncurses_instr
ncurses_isendwin
ncurses_keyok
ncurses_killchar
ncurses_longname
ncurses_mouseinterval
ncurses_mousemask
ncurses_move
ncurses_mvaddch
ncurses_mvaddchnstr
ncurses_mvaddchstr
ncurses_mvaddnstr
ncurses_mvaddstr
ncurses_mvcur
ncurses_mvdelch
ncurses_mvgetch
ncurses_mvhline
ncurses_mvinch
ncurses_mvvline
ncurses_mvwaddstr
ncurses_napms
ncurses_newwin
ncurses_nl
ncurses_nocbreak
ncurses_noecho
ncurses_nonl
ncurses_noqiflush
ncurses_noraw
ncurses_putp
ncurses_qiflush
ncurses_raw
ncurses_refresh
ncurses_resetty
ncurses_savetty
ncurses_scr_dump
ncurses_scr_init
ncurses_scr_restore
ncurses_scr_set
ncurses_scrl
ncurses_slk_attr
ncurses_slk_attroff
ncurses_slk_attron
ncurses_slk_attrset
ncurses_slk_clear
ncurses_slk_color
ncurses_slk_init
ncurses_slk_noutrefresh
ncurses_slk_refresh
ncurses_slk_restore
ncurses_slk_touch
ncurses_standend
ncurses_standout
ncurses_start_color
ncurses_termattrs
ncurses_termname
ncurses_timeout
ncurses_typeahead
ncurses_ungetch
ncurses_ungetmouse
ncurses_use_default_colors
ncurses_use_env
ncurses_use_extended_names
ncurses_vidattr
ncurses_vline
ncurses_wrefresh
netsnmp_session_gen_auth_key(struct snmp_session *s, char *pass)
netsnmp_session_gen_sec_key(struct snmp_session *s, u_char *pass)
netsnmp_session_set_auth_protocol(struct snmp_session *s, char *prot)
netsnmp_session_set_sec_level(struct snmp_session *s, char *level)
netsnmp_session_set_sec_name(struct snmp_session *s, char *name)
netsnmp_session_set_sec_protocol(struct snmp_session *s, char *prot)
next(array array_arg)
ngettext(string MSGID1, string MSGID2, int N)
nl2br(string str)
nl_langinfo(int item)
node_attributes(zval **attributes, int node)
node_children([int node])
node_namespace([int node])
notes_body(string server, string mailbox, int msg_number)
notes_copy_db(string from_database_name, string to_database_name, [string title])
notes_create_db(string database_name)
notes_create_note(string database_name, string form_name)
notes_drop_db(string database_name)
notes_find_note(string database_name, string name, [string type])
notes_header_info(string server, string mailbox, int msg_number)
notes_list_msgs(string db)
notes_mark_read(string database_name, string user_name, string note_id)
notes_mark_unread(string database_name, string user_name, string note_id)
notes_nav_create(string database_name, string name)
notes_search(string database_name, string keywords)
notes_unread(string database_name, string user_name)
notes_version(string database_name)
number_format(float number, [int num_decimal_places], [string dec_seperator], string thousands_seperator)
ob_clean(void)
ob_end_clean(void)
ob_end_flush(void)
ob_flush(void)
ob_get_clean(void)
ob_get_contents(void)
ob_get_flush(void)
ob_get_length(void)
ob_get_level(void)
ob_get_status([bool full_status])
ob_gzhandler(string str, int mode)
ob_iconv_handler(string contents, int status)
ob_implicit_flush([int flag])
ob_list_handlers()
ob_start([string|array user_function], [int chunk_size], [bool erase])
ocibindbyname(int stmt, string name, mixed &var, [int maxlength], [int type])
ocicancel(int stmt)
ocicloselob(object lob)
ocicollappend(object collection, value)
ocicollassign(object collection, object)
ocicollassignelem(object collection, ndx, val)
ocicollgetelem(object collection, ndx)
ocicollmax(object collection)
ocicollsize(object collection)
ocicolltrim(object collection, num)
ocicolumnisnull(int stmt, int col)
ocicolumnisnull(int stmt, mixed column)
ocicolumnname(int stmt, int col)
ocicolumnprecision(int stmt, int col)
ocicolumnscale(int stmt, int col)
ocicolumnsize(int stmt, int col)
ocicolumnsize(int stmt, mixed column)
ocicolumntype(int stmt, int col)
ocicolumntyperaw(int stmt, int col)
ocicommit(int connection)
ocidefinebyname(int stmt, string name, mixed &var, [int type])
ocierror([int stmt|conn|global])
ociexecute(int stmt, [int mode])
ocifetch(int statement)
ocifetch(int statement)
ocifetch(int stmt)
ocifetchinto(int stmt, array &output, [int mode])
ocifetchstatement(int stmt, array &output, [int skip], [int maxrows], [int flags])
ocifreecollection(object lob)
ocifreecursor(int stmt)
ocifreedesc(object lob)
ocifreestatement(int stmt)
ociinternaldebug(int onoff)
ociloadlob(object lob)
ocilogoff(int conn)
ocilogon(string user, string pass, [string db])
ocinewcollection(int connection, string tdo, [string schema])
ocinewcursor(int conn)
ocinewdescriptor(int connection, [int type])
ocinlogon(string user, string pass, [string db])
ocinumcols(int stmt)
ociparse(int conn, strint query)
ocipasswordchange(int conn, string username, string old_password, string new_password)
ociplogon(string user, string pass, [string db])
ociresult(int stmt, mixed column)
ocirollback(int conn)
ocirowcount(int stmt)
ocisavelob(object lob)
ocisavelobfile(object lob)
ociserverversion(int conn)
ocisetprefetch(int stmt, int prefetch_rows)
ocistatementtype(int stmt)
ociwritelobtofile(object lob, [string filename], [int start], [int length])
ociwritetemporarylob(int stmt, int loc, string var)
octdec(string octal_number)
odbc_autocommit(int connection_id, [int OnOff])
odbc_binmode(int result_id, int mode)
odbc_close(int connection_id)
odbc_close_all(void)
odbc_columnprivileges(int connection_id, string catalog, string schema, string table, string column)
odbc_columns(int connection_id, string qualifier, string owner, string table_name, string column_name)
odbc_commit(int connection_id)
odbc_connect(string DSN, string user, string password, [int cursor_option])
odbc_cursor(int result_id)
odbc_data_source(int connection_id, int fetch_type)
odbc_do(int conn_id, string query)
odbc_error([int connection_id])
odbc_errormsg([int connection_id])
odbc_exec(int connection_id, string query, [int flags])
odbc_execute(int result_id, [array parameters_array])
odbc_fetch_array(int result, [int rownumber])
odbc_fetch_into(int result_id, array result_array, , [int rownumber])
odbc_fetch_object(int result, [int rownumber])
odbc_fetch_row(int result_id, [int row_number])
odbc_field_len(int result_id, int field_number)
odbc_field_name(int result_id, int field_number)
odbc_field_num(int result_id, string field_name)
odbc_field_precision(int result_id, int field_number)
odbc_field_scale(int result_id, int field_number)
odbc_field_type(int result_id, int field_number)
odbc_foreignkeys(int connection_id, string pk_qualifier, string pk_owner, string pk_table, string fk_qualifier, string fk_owner, string fk_table)
odbc_free_result(int result_id)
odbc_gettypeinfo(int connection_id, [int data_type])
odbc_longreadlen(int result_id, int length)
odbc_next_result(int result_id)
odbc_num_fields(int result_id)
odbc_num_rows(int result_id)
odbc_pconnect(string DSN, string user, string password, [int cursor_option])
odbc_prepare(int connection_id, string query)
odbc_primarykeys(int connection_id, string qualifier, string owner, string table)
odbc_procedurecolumns(int connection_id, [string qualifier], string owner, string proc, string column)
odbc_procedures(int connection_id, [string qualifier], string owner, string name)
odbc_result(int result_id, mixed field)
odbc_result_all(int result_id, [string format])
odbc_rollback(int connection_id)
odbc_setoption(int conn_id|result_id, int which, int option, int value)
odbc_specialcolumns(int connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)
odbc_statistics(int connection_id, string qualifier, string owner, string name, int unique, int accuracy)
odbc_tableprivileges(int connection_id, string qualifier, string owner, string name)
odbc_tables(int connection_id, [string qualifier], string owner, string name, string table_types)
opendir(string path)
openlog(string ident, int option, int facility)
openssl_csr_export(resource csr, string &out, [bool notext=true])
openssl_csr_export_to_file(resource csr, string outfilename, [bool notext=true])
openssl_csr_new(array dn, resource &privkey, [array extraattribs], array configargs)
openssl_csr_sign(mixed csr, mixed x509, mixed priv_key, long days)
openssl_error_string(void)
openssl_free_key(int key_identifier)
openssl_get_privatekey(string key, string passphrase)
openssl_get_publickey(string certificate)
openssl_open(string data, &string opendata, string ekey, mixed privkey)
openssl_pkcs7_decrypt(string infilename, string outfilename, mixed recipcert, [mixed recipkey])
openssl_pkcs7_encrypt(string infile, string outfile, mixed recipcerts, array headers, [long flags])
openssl_pkcs7_sign(string infile, string outfile, mixed signcert, mixed signkey, array headers, [long flags], [string extracertsfilename])
openssl_pkcs7_verify(string filename, long flags, [string signerscerts], [array cainfo], [string extracerts])
openssl_pkey_export(mixed key, &mixed out, [string passphrase], [array config_args])
openssl_pkey_export_to_file(mixed key, string outfilename, [string passphrase], array config_args)
openssl_pkey_free(int key)
openssl_pkey_get_private(string key, [string passphrase])
openssl_pkey_get_public(mixed cert)
openssl_pkey_new([array configargs])
openssl_private_decrypt(string data, string decrypted, mixed key, [int padding])
openssl_private_encrypt(string data, string crypted, mixed key, [int padding])
openssl_public_decrypt(string data, string crypted, resource key, [int padding])
openssl_public_encrypt(string data, string crypted, mixed key, [int padding])
openssl_seal(string data, &string sealdata, &array ekeys, array pubkeys)
openssl_sign(string data, &string signature, mixed key)
openssl_verify(string data, string signature, mixed key)
openssl_x509_check_private_key(mixed cert, mixed key)
openssl_x509_checkpurpose(mixed x509cert, int purpose, array cainfo, [string untrustedfile])
openssl_x509_export(mixed x509, string &out, [bool notext = true])
openssl_x509_export_to_file(mixed x509, string outfilename, [bool notext = true])
openssl_x509_free(resource x509)
openssl_x509_parse(mixed x509, [bool shortnames=true])
openssl_x509_read(mixed cert)
ora_bind(int cursor, string php variable name, string sql parameter name, int length, int type)
ora_close(int cursor)
ora_columnname(int cursor, int column)
ora_columnsize(int cursor, int column)
ora_columntype(int cursor, int column)
ora_commit(int conn)
ora_commitoff(int conn)
ora_commiton(int conn)
ora_do(int conn, string query)
ora_error(int cursor_or_connection)
ora_errorcode(int cursor_or_connection)
ora_exec(int cursor)
ora_fetch(int cursor)
ora_fetch_into(int cursor, array result, int flags)
ora_getcolumn(int cursor, int column)
ora_logoff(int connection)
ora_logon(string user, string password)
ora_numcols(int cursor_ind)
ora_numrows(int cursor)
ora_open(int connection)
ora_parse(int cursor, string sql_statement, [int defer])
ora_plogon(string user, string password)
ora_rollback(int connection)
ord(string character)
output_add_rewrite_var(string name, string value)
output_reset_rewrite_vars(void)
overload(string class_entry)
ovrimos_autocommit(int connection_id, int OnOff)
ovrimos_close(int connection)
ovrimos_commit(int connection_id)
ovrimos_connect(string host, string db, string user, string password)
ovrimos_cursor(int result_id)
ovrimos_exec(int connection_id, string query)
ovrimos_execute(int result_id, [array parameters_array])
ovrimos_fetch_into(int result_id, array result_array, [string how], [int rownumber])
ovrimos_fetch_row(int result_id, [int how], [int row_number])
ovrimos_field_len(int result_id, int field_number)
ovrimos_field_name(int result_id, int field_number)
ovrimos_field_num(int result_id, string field_name)
ovrimos_field_type(int result_id, int field_number)
ovrimos_free_result(int result_id)
ovrimos_longreadlen(int result_id, int length)
ovrimos_num_fields(int result_id)
ovrimos_num_rows(int result_id)
ovrimos_prepare(int connection_id, string query)
ovrimos_result(int result_id, mixed field)
ovrimos_result_all(int result_id, [string format])
ovrimos_rollback(int connection_id)
ovrimos_setoption(int conn_id|result_id, int which, int option, int value)
pack(string format, mixed arg1, [mixed arg2], [mixed ...])
parse_ini_file(string filename, [bool process_sections])
parse_str(string encoded_string, [array result])
parse_url(string url)
passthru(string command, [int return_value])
pathinfo(string path)
pclose(resource fp)
pcntl_alarm(int seconds)
pcntl_exec(string path, [array args], [array envs])
pcntl_fork(void)
pcntl_signal(long signo, mixed handle, [bool restart_syscalls])
pcntl_waitpid(long pid, long status, long options)
pcntl_wexitstatus(long status)
pcntl_wifexited(long status)
pcntl_wifsignaled(long status)
pcntl_wifstopped(long status)
pcntl_wstopsig(long status)
pcntl_wtermsig(long status)
pdf_add_annotation(int pdfdoc, float xll, float yll, float xur, float xur, string title, string text)
pdf_add_bookmark(int pdfdoc, string text, [int parent], int open)
pdf_add_launchlink(int pdfdoc, float llx, float lly, float urx, float ury, string filename)
pdf_add_locallink(int pdfdoc, float llx, float lly, float urx, float ury, int page, string dest)
pdf_add_note(int pdfdoc, float llx, float lly, float urx, float ury, string contents, string title, string icon, int open)
pdf_add_outline(int pdf document, string text, int parent, int open)
pdf_add_pdflink(int pdfdoc, float llx, float lly, float urx, float ury, string filename, int page, string dest)
pdf_add_thumbnail(int pdf, int image))
pdf_add_weblink(int pdfdoc, float llx, float lly, float urx, float ury, string url)
pdf_arc(int pdfdoc, float x, float y, float radius, float start, float end)
pdf_arcn(int pdf, float x, float y, float r, float alpha, float beta))
pdf_attach_file(int pdf, float lly, float lly, float urx, float ury, string filename, string description, string author, string mimetype, string icon)
pdf_begin_page(int pdfdoc, float width, float height)
pdf_begin_pattern(int pdf, float width, float height, float xstep, float ystep, int painttype))
pdf_begin_template(int pdf, float width, float height))
pdf_circle(int pdfdoc, float x, float y, float radius)
pdf_clip(int pdfdoc)
pdf_close(int pdfdoc)
pdf_close_image(int pdf, int pdfimage)
pdf_close_pdi(int pdf, int doc))
pdf_close_pdi_page(int pdf, int page))
pdf_closepath(int pdfdoc)
pdf_closepath_fill_stroke(int pdfdoc)
pdf_closepath_stroke(int pdfdoc)
pdf_concat(int pdf, float a, float b, float c, float d, float e, float f)
pdf_continue_text(int pdfdoc, string text)
pdf_curveto(int pdfdoc, float x1, float y1, float x2, float y2, float x3, float y3)
pdf_delete(int pdfdoc)
pdf_end_page(int pdfdoc)
pdf_end_pattern(int pdf))
pdf_end_template(int pdf))
pdf_endpath(int pdfdoc)
pdf_execute_image(int pdf document, int image, double x-coor, double y-coor, double scale)
pdf_fill(int pdfdoc)
pdf_fill_stroke(int pdfdoc)
pdf_findfont(int pdfdoc, string fontname, string encoding, [int embed])
pdf_get_buffer(int pdfdoc)
pdf_get_font(int pdfdoc)
pdf_get_fontname(int pdfdoc)
pdf_get_fontsize(int pdfdoc)
pdf_get_image_height(int pdf, int pdfimage)
pdf_get_image_width(int pdf, int pdfimage)
pdf_get_majorversion()
pdf_get_minorversion()
pdf_get_parameter(int pdfdoc, string key, mixed modifier)
pdf_get_pdi_parameter(int pdf, string key, int doc, int page, int index))
pdf_get_pdi_value(int pdf, string key, int doc, int page, int index))
pdf_get_value(int pdfdoc, string key, float modifier)
pdf_initgraphics(int pdf))
pdf_lineto(int pdfdoc, float x, float y)
pdf_makespotcolor(int pdf, string spotname))
pdf_moveto(int pdfdoc, float x, float y)
pdf_new()
pdf_open([int filedesc])
pdf_open_ccitt(int pdf, string filename, int width, int height, int bitreverse, int k, int blackls1)
pdf_open_file(int pdfdoc, [char filename])
pdf_open_gif(int pdf, string giffile)
pdf_open_image(int pdf, string type, string source, string data, long length, int width, int height, int components, int bpc, string params)
pdf_open_image_file(int pdf, string type, string file, string stringparam, int intparam)
pdf_open_jpeg(int pdf, string jpegfile)
pdf_open_memory_image(int pdf, int image)
pdf_open_pdi(int pdf, string filename, string stringparam, int intparam))
pdf_open_pdi_page(int pdf, int doc, int page, string label))
pdf_open_png(int pdf, string pngfile)
pdf_open_tiff(int pdf, string tifffile)
pdf_place_image(int pdf, int pdfimage, float x, float y, float scale)
pdf_place_pdi_page(int pdf, int page, float x, float y, float sx, float sy)
pdf_put_image(int pdf document, int image)
pdf_rect(int pdfdoc, float x, float y, float width, float height)
pdf_restore(int pdfdoc)
pdf_rotate(int pdfdoc, float angle)
pdf_save(int pdfdoc)
pdf_scale(int pdfdoc, float x_scale, float y_scale)
pdf_set_border_color(int pdfdoc, float red, float green, float blue)
pdf_set_border_dash(int pdfdoc, float black, float white)
pdf_set_border_style(int pdfdoc, string style, float width)
pdf_set_char_spacing(int pdfdoc, float space)
pdf_set_duration(int pdfdoc, float duration)
pdf_set_font(int pdfdoc, string font, float size, string encoding, [int embed])
pdf_set_horiz_scaling(int pdfdoc, float scale)
pdf_set_info(int pdfdoc, string fieldname, string value)
pdf_set_info_author(int pdfdoc, string author)
pdf_set_info_creator(int pdfdoc, string creator)
pdf_set_info_keywords(int pdfdoc, string keywords)
pdf_set_info_subject(int pdfdoc, string subject)
pdf_set_info_title(int pdfdoc, string title)
pdf_set_leading(int pdfdoc, float distance)
pdf_set_parameter(int pdfdoc, string key, string value)
pdf_set_text_matrix(int pdf document, array matrix)
pdf_set_text_pos(int pdfdoc, float x, float y)
pdf_set_text_rendering(int pdfdoc, int mode)
pdf_set_text_rise(int pdfdoc, float value)
pdf_set_transition(int pdfdoc, int transition)
pdf_set_value(int pdfdoc, string key, float value)
pdf_set_word_spacing(int pdfdoc, float space)
pdf_setcolor(int pdf, string type, string colorspace, float c1, [float c2], [float c3], [float c4)])
pdf_setdash(int pdfdoc, float black, float white)
pdf_setflat(int pdfdoc, float value)
pdf_setfont(int pdfdoc, int font, float fontsize)
pdf_setgray(int pdfdoc, float value)
pdf_setgray_fill(int pdfdoc, float value)
pdf_setgray_stroke(int pdfdoc, float value)
pdf_setlinecap(int pdfdoc, int value)
pdf_setlinejoin(int pdfdoc, int value)
pdf_setlinewidth(int pdfdoc, float width)
pdf_setmatrix(int pdf, float a, float b, float c, float d, float e, float f)
pdf_setmiterlimit(int pdfdoc, float value)
pdf_setpolydash(int pdfdoc, float darray)
pdf_setrgbcolor(int pdfdoc, float red, float green, float blue)
pdf_setrgbcolor_fill(int pdfdoc, float red, float green, float blue)
pdf_setrgbcolor_stroke(int pdfdoc, float red, float green, float blue)
pdf_show(int pdfdoc, string text)
pdf_show_boxed(int pdfdoc, string text, float x_koor, float y_koor, float width, float height, string mode, [string feature])
pdf_show_xy(int pdfdoc, string text, float x_koor, float y_koor)
pdf_skew(int pdfdoc, float xangle, float yangle)
pdf_stringwidth(int pdfdoc, string text, [int font], float size)
pdf_stroke(int pdfdoc)
pdf_translate(int pdfdoc, float x, float y)
pfpro_cleanup()
pfpro_init()
pfpro_process(array parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword])
pfpro_process_raw(string parmlist, [string hostaddress], [int port], , [int timeout], [string proxyAddress], [int proxyPort], [string proxyLogon], [string proxyPassword])
pfpro_version()
pfsockopen(string hostname, int port, [int errno], [string errstr], [float timeout])
pg_affected_rows(resource result)
pg_cancel_query(resource connection)
pg_client_encoding([resource connection])
pg_close([resource connection])
pg_connect(string connection_string, [int connect_type | string host], string port, [string options], [string tty], string database)
pg_connection_busy(resource connection)
pg_connection_reset(resource connection)
pg_connection_status(resource connnection)
pg_convert(resource db, string table, array values, [int options])
pg_copy_from(resource connection, string table_name, array rows, [string delimiter], [string null_as])
pg_copy_to(resource connection, string table_name, [string delimiter], [string null_as])
pg_dbname([resource connection])
pg_delete(resource db, string table, array ids, [int options])
pg_end_copy([resource connection])
pg_escape_bytea(string data)
pg_escape_string(string data)
pg_fetch_all(resource result)
pg_fetch_array(resource result, [int row], [int result_type])
pg_fetch_assoc(resource result, [int row])
pg_fetch_object(resource result, [int row])
pg_fetch_result(resource result, [int row_number], mixed field_name)
pg_fetch_row(resource result, [int row], [int result_type])
pg_field_is_null(resource result, [int row], mixed field_name_or_number)
pg_field_name(resource result, int field_number)
pg_field_num(resource result, string field_name)
pg_field_prtlen(resource result, [int row], mixed field_name_or_number)
pg_field_size(resource result, int field_number)
pg_field_type(resource result, int field_number)
pg_free_result(resource result)
pg_get_notify([resource connection], [result_type])
pg_get_pid([resource connection])
pg_get_result([resource connection])
pg_host([resource connection])
pg_insert(resource db, string table, array values, [int options])
pg_last_error([resource connection])
pg_last_notice(resource connection)
pg_last_oid(resource result)
pg_lo_close(resource large_object)
pg_lo_create([resource connection])
pg_lo_export([resource connection], int objoid, string filename)
pg_lo_import([resource connection], string filename)
pg_lo_open([resource connection], int large_object_oid, string mode)
pg_lo_read(resource large_object, [int len])
pg_lo_read_all(resource large_object)
pg_lo_seek(resource large_object, int offset, [int whence])
pg_lo_tell(resource large_object)
pg_lo_unlink([resource connection], string large_object_oid)
pg_lo_write(resource large_object, string buf, [int len])
pg_meta_data(resource db, string table)
pg_num_fields(resource result)
pg_num_rows(resource result)
pg_options([resource connection])
pg_pconnect(string connection_string | [string host, string port, [string options], [string tty], string database)
pg_ping(resource connection)
pg_port([resource connection])
pg_put_line([resource connection], string query)
pg_query([resource connection], string query)
pg_result_error(resource result)
pg_result_seek(resource result, int offset)
pg_result_status(resource result, [long result_type])
pg_select(resource db, string table, array ids, [int options])
pg_send_query(resource connection, string qeury)
pg_set_client_encoding([resource connection], string encoding)
pg_trace(string filename, [string mode], [resource connection])
pg_tty([resource connection])
pg_unescape_bytea(string data)
pg_untrace([resource connection])
pg_update(resource db, string table, array fields, array ids, [int options])
php_egg_logo_guid(void)
php_ini_scanned_files(void)
php_logo_guid(void)
php_sapi_name(void)
php_snmpv3(INTERNAL_FUNCTION_PARAMETERS, int st)
php_uname(void)
phpcredits([int flag])
phpinfo([int what])
phpversion([string extension])
pi(void)
png2wbmp(string f_org, string f_dest, int d_height, int d_width, int threshold)
popen(string command, string mode)
pos(array array)
posix_ctermid(void)
posix_get_last_error(void)
posix_getcwd(void)
posix_getegid(void)
posix_geteuid(void)
posix_getgid(void)
posix_getgrgid(long gid)
posix_getgrnam(string groupname)
posix_getgroups(void)
posix_getlogin(void)
posix_getpgid(void)
posix_getpgrp(void)
posix_getpid(void)
posix_getppid(void)
posix_getpwnam(string groupname)
posix_getpwuid(long uid)
posix_getrlimit(void)
posix_getsid(void)
posix_getuid(void)
posix_isatty(int fd)
posix_kill(int pid, int sig)
posix_mkfifo(string pathname, int mode)
posix_setegid(long uid)
posix_seteuid(long uid)
posix_setgid(int uid)
posix_setpgid(int pid, int pgid)
posix_setsid(void)
posix_setuid(long uid)
posix_strerror(int errno)
posix_times(void)
posix_ttyname(int fd)
posix_uname(void)
pow(number base, number exponent)
preg_grep(string regex, array input)
preg_match(string pattern, string subject, [array subpatterns], [int flags])
preg_match_all(string pattern, string subject, array subpatterns, [int flags])
preg_quote(string str, string delim_char)
preg_replace(mixed regex, mixed replace, mixed subject, [int limit])
preg_replace_callback(mixed regex, mixed callback, mixed subject, [int limit])
preg_split(string pattern, string subject, [int limit], [int flags])
prev(array array_arg)
print(string arg)
print_r(mixed var, [bool return])
printer_abort
printer_close
printer_create_brush
printer_create_dc
printer_create_font
printer_create_pen
printer_delete_brush
printer_delete_dc
printer_delete_font
printer_delete_pen
printer_draw_bmp
printer_draw_chord
printer_draw_elipse
printer_draw_line
printer_draw_pie
printer_draw_rectangle
printer_draw_roundrect
printer_draw_text
printer_end_doc
printer_end_page
printer_get_option
printer_list
printer_logical_fontheight
printer_open
printer_select_brush
printer_select_font
printer_select_pen
printer_set_option
printer_start_doc
printer_start_page
printer_write
printf
printf(string format, [mixed arg1], [mixed ...])
private
proc_close(resource process)
proc_open(string command, array descriptorspec, array &pipes)
protected
pspell_add_to_personal(int pspell, string word)
pspell_add_to_session(int pspell, string word)
pspell_check(int pspell, string word)
pspell_clear_session(int pspell)
pspell_config_create(string language, [string spelling], [string jargon], [string encoding])
pspell_config_ignore(int conf, int ignore)
pspell_config_mode(int conf, long mode)
pspell_config_personal(int conf, string personal)
pspell_config_repl(int conf, string repl)
pspell_config_runtogether(int conf, bool runtogether)
pspell_config_save_repl(int conf, bool save)
pspell_new(string language, [string spelling], [string jargon], [string encoding], [int mode])
pspell_new_config(int config)
pspell_new_personal(string personal, string language, [string spelling], [string jargon], [string encoding], [int mode])
pspell_save_wordlist(int pspell)
pspell_store_replacement(int pspell, string misspell, string correct)
pspell_suggest(int pspell, string word)
public
putenv(string setting)
qdom_error()
qdom_tree(string)
quoted_printable_decode(string str)
quotemeta(string str)
rad2deg(float number)
rand([int min], int max)
range(mixed low, mixed high, [int step])
rawurldecode(string str)
rawurlencode(string str)
read_exif_data(string filename)
readdir([resource dir_handle])
readfile(string filename, [int use_include_path])
readgzfile(string filename, [int use_include_path])
readline([string prompt])
readline_add_history([string prompt])
readline_clear_history(void)
readline_completion_function(string funcname)
readline_info([string varname], [string newvalue])
readline_list_history(void)
readline_read_history([string filename], [int from], int to)
readline_write_history([string filename])
readlink(string filename)
realpath(string path)
recode
recode_file(string request, resource input, resource output)
recode_string(string request, string string)
register_shutdown_function(string function_name)
register_tick_function(string function_name, [mixed arg], [mixed ...])
rename(string old_name, string new_name)
require
require_once
reset
reset(array array_arg)
restore_error_handler(void)
restore_include_path()
rewind(resource fp)
rewinddir([resource dir_handle])
rmdir(string dirname)
round(float number, [int precision])
rsort(array array_arg, [int sort_flags])
rtrim(string str, [string character_mask])
sem_acquire(int id)
sem_get(int key, [int max_acquire], [int perm], [int auto_release])
sem_release(int id)
sem_remove(int id)
serialize(mixed variable)
sesam_affected_rows
sesam_commit
sesam_connect
sesam_diagnostic
sesam_disconnect
sesam_errormsg
sesam_execimm
sesam_fetch_array
sesam_fetch_result
sesam_fetch_row
sesam_field_array
sesam_field_name
sesam_free_result
sesam_num_fields
sesam_query
sesam_rollback
sesam_seek_row
sesam_settransaction
session_cache_expire([int new_cache_expire])
session_cache_limiter([string new_cache_limiter])
session_decode(string data)
session_destroy(void)
session_encode(void)
session_get_cookie_params(void)
session_id([string newid])
session_is_registered(string varname)
session_module_name([string newname])
session_name([string newname])
session_readonly
session_register(mixed var_names, [mixed ...])
session_save_path([string newname])
session_set_cookie_params(int lifetime, [string path], [string domain], [bool secure])
session_set_save_handler(string open, string close, string read, string write, string destroy, string gc)
session_start(void)
session_unregister(string varname)
session_unset(void)
session_write_close(void)
set_error_handler(string error_handler)
set_file_buffer(int fp, int buffer)
set_include_path(string varname, string newvalue)
set_magic_quotes_runtime(int new_setting)
set_socket_blocking(resource socket, int mode)
set_time_limit(int seconds)
setcookie(string name, [string value], [int expires], [string path], [string domain], [bool secure])
setlocale(mixed category, string locale, [string ...])
settype(mixed var, string type)
sha1(string str)
sha1_file(string filename)
shell_exec(string cmd)
shm_attach(int key, [int memsize], [int perm])
shm_detach(int shm_identifier)
shm_get_var(int id, int variable_key)
shm_put_var(int shm_identifier, int variable_key, mixed variable)
shm_remove(int shm_identifier)
shm_remove_var(int id, int variable_key)
shmop_close(int shmid)
shmop_delete(int shmid)
shmop_open(int key, string flags, int mode, int size)
shmop_read(int shmid, int start, int count)
shmop_size(int shmid)
shmop_write(int shmid, string data, int offset)
show_source(string filename)
shuffle(array array_arg)
similar_text(string str1, string str2, [float percent])
sin(float number)
sinh(float number)
sizeof(array array)
sleep(int seconds)
smfi_addheader(string headerf, string headerv)
smfi_addrcpt(string rcpt)
smfi_chgheader(string headerf, string headerv)
smfi_delrcpt(string rcpt)
smfi_getsymval(string macro)
smfi_replacebody(string body)
smfi_setflags(long flags)
smfi_setreply(string rcode, string xcode, string message)
smfi_settimeout(long timeout)
snmp3_get(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries])
snmp3_real_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries])
snmp3_set(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, string type, mixed value, [int timeout], [int retries])
snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id, [int timeout], [int retries])
snmp_get_quick_print(void)
snmp_set_enum_print(int enum_print)
snmp_set_oid_numeric_print(int oid_numeric_print)
snmp_set_quick_print(int quick_print)
snmpget(string host, string community, string object_id, [int timeout], [int retries])
snmprealwalk(string host, string community, string object_id, [int timeout], [int retries])
snmpset(string host, string community, string object_id, string type, mixed value, [int timeout], [int retries])
snmpwalk(string host, string community, string object_id, [int timeout], [int retries])
snmpwalkoid(string hostname, string community, string object_id, int timeout, int retries)
socket_accept(resource socket)
socket_bind(resource socket, string addr, [int port])
socket_clear_error([resource socket])
socket_close(resource socket)
socket_connect(resource socket, string addr, [int port])
socket_create(int domain, int type, int protocol)
socket_create_listen(int port, [int backlog])
socket_create_pair(int domain, int type, int protocol, array &fd)
socket_fd_alloc
socket_fd_clear
socket_fd_free
socket_fd_isset
socket_fd_set
socket_fd_zero
socket_get_option(resource socket, int level, int optname)
socket_get_status(resource socket_get_status)
socket_getopt
socket_getpeername(resource socket, string &addr, [int &port])
socket_getsockname(resource socket, string &addr, [int &port])
socket_iovec_add(resource iovec, int iov_len)
socket_iovec_alloc(int num_vectors, [int ...])
socket_iovec_delete(resource iovec, int iov_pos)
socket_iovec_fetch(resource iovec, int iovec_position)
socket_iovec_free(resource iovec)
socket_iovec_set(resource iovec, int iovec_position, string new_val)
socket_last_error([resource socket])
socket_listen(resource socket, [int backlog])
socket_read(resource socket, int length, [int type])
socket_readv(resource socket, resource iovec_id)
socket_recv(resource socket, string &buf, int len, int flags)
socket_recvfrom(resource socket, string &buf, int len, int flags, string &name, [int &port])
socket_recvmsg(resource socket, resource iovec, array &control, int &controllen, int &flags, string &addr, [int &port])
socket_select(array &read_fds, array &write_fds, &array except_fds, int tv_sec, [int tv_usec])
socket_send(resource socket, string buf, int len, int flags)
socket_sendmsg(resource socket, resource iovec, int flags, string addr, [int port])
socket_sendto(resource socket, string buf, int len, int flags, string addr, [int port])
socket_set_block(resource socket)
socket_set_blocking(int socket descriptor, int mode)
socket_set_nonblock(resource socket)
socket_set_option(resource socket, int level, int optname, int|array optval)
socket_set_timeout(int socket descriptor, int seconds, int microseconds)
socket_setopt
socket_shutdown(resource socket, [int how])
socket_strerror(int errno)
socket_write(resource socket, string buf, [int length])
socket_writev(resource socket, resource iovec_id)
sort(array array_arg, [int sort_flags])
soundex(string str)
split(string pattern, string string, [int limit])
spliti(string pattern, string string, [int limit])
sprintf(string format, [mixed arg1], [mixed ...])
sql_regcase(string string)
sqrt(float number)
srand([int seed])
sscanf(string str, string format, [string ...])
stat(string filename)
str_pad(string input, int pad_length, [string pad_string], [int pad_type])
str_repeat(string input, int mult)
str_replace(mixed search, mixed replace, mixed subject, [bool boyer])
str_rot13(string str)
str_shuffle(string str)
str_word_count(string str, [int format])
strcasecmp(string str1, string str2)
strchr(string haystack, string needle)
strcmp(string str1, string str2)
strcoll(string str1, string str2)
strcspn(string str, string mask, [start], [len])
stream_context_create([array options])
stream_context_get_options(resource context|resource stream)
stream_context_set_option(resource context|resource stream, string wrappername, string optionname, mixed value)
stream_context_set_params(resource context|resource stream, array options)
stream_filter_append(resource stream, string filtername, [string filterparams])
stream_filter_prepend(resource stream, string filtername, [string filterparams])
stream_get_meta_data(resource fp)
stream_get_wrappers()
stream_register_filter(string filtername, string classname)
stream_register_wrapper(string protocol, string classname)
stream_select(array &read_streams, array &write_streams, array &except_streams, int tv_sec, [int tv_usec])
stream_set_blocking(resource socket, int mode)
stream_set_timeout(resource stream, int seconds, int microseconds)
stream_set_write_buffer(resource fp, int buffer)
strftime(string format, [int timestamp])
strip_tags(string str, [string allowable_tags])
stripcslashes(string str)
stripslashes(string str)
stristr(string haystack, string needle)
strlen(string str)
strnatcasecmp(string s1, string s2)
strnatcmp(string s1, string s2)
strncasecmp(string str1, string str2, int len)
strncmp(string str1, string str2, int len)
strpos(string haystack, string needle, [int offset])
strrchr(string haystack, string needle)
strrev(string str)
strrpos(string haystack, string needle)
strspn(string str, string mask, [start], [len])
strstr(string haystack, string needle)
strtok([string str], string token)
strtolower(string str)
strtotime(string time, int now)
strtoupper(string str)
strtr(string str, string from, string to)
strval(mixed var)
substr(string str, int start, [int length])
substr_count(string haystack, string needle)
substr_replace(string str, string repl, int start, [int length])
swf_actiongeturl
swf_actiongotoframe
swf_actiongotolabel
swf_actionnextframe
swf_actionplay
swf_actionprevframe
swf_actionsettarget
swf_actionstop
swf_actiontogglequality
swf_actionwaitforframe
swf_addbuttonrecord
swf_addcolor
swf_closefile
swf_definebitmap
swf_definefont
swf_defineline
swf_definepoly
swf_definerect
swf_definetext
swf_endbutton
swf_enddoaction
swf_endshape
swf_endsymbol
swf_fontsize
swf_fontslant
swf_fonttracking
swf_getbitmapinfo
swf_getfontinfo
swf_getframe
swf_labelframe
swf_lookat
swf_modifyobject
swf_mulcolor
swf_nextid
swf_oncondition
swf_openfile
swf_ortho
swf_ortho2
swf_perspective
swf_placeobject
swf_polarview
swf_popmatrix
swf_posround
swf_pushmatrix
swf_removeobject
swf_rotate
swf_scale
swf_setfont
swf_setframe
swf_shapearc
swf_shapecurveto
swf_shapecurveto3
swf_shapefillbitmapclip
swf_shapefillbitmaptile
swf_shapefilloff
swf_shapefillsolid
swf_shapelinesolid
swf_shapelineto
swf_shapemoveto
swf_showframe
swf_startbutton
swf_startdoaction
swf_startshape
swf_startsymbol
swf_textwidth
swf_translate
swf_viewport
swfaction
swfbitmap
swfbitmap->getheight
swfbitmap->getwidth
swfbutton
swfbutton->addaction
swfbutton->addshape
swfbutton->setaction
swfbutton->setdown
swfbutton->sethit
swfbutton->setover
swfbutton->setup
swfbutton_keypress
swfdisplayitem
swfdisplayitem->addcolor
swfdisplayitem->move
swfdisplayitem->moveto
swfdisplayitem->multcolor
swfdisplayitem->remove
swfdisplayitem->rotate
swfdisplayitem->rotateto
swfdisplayitem->scale
swfdisplayitem->scaleto
swfdisplayitem->setdepth
swfdisplayitem->setname
swfdisplayitem->setratio
swfdisplayitem->skewx
swfdisplayitem->skewxto
swfdisplayitem->skewy
swfdisplayitem->skewyto
swffill
swffill->moveto
swffill->rotateto
swffill->scaleto
swffill->skewxto
swffill->skewyto
swffont
swffont->getwidth
swfgradient
swfgradient->addentry
swfmorph
swfmorph->getshape1
swfmorph->getshape2
swfmovie
swfmovie->add
swfmovie->nextframe
swfmovie->output
swfmovie->remove
swfmovie->save
swfmovie->setbackground
swfmovie->setdimension
swfmovie->setframes
swfmovie->setrate
swfmovie->streammp3
swfshape
swfshape->addfill
swfshape->drawcurve
swfshape->drawcurveto
swfshape->drawline
swfshape->drawlineto
swfshape->movepen
swfshape->movepento
swfshape->setleftfill
swfshape->setline
swfshape->setrightfill
swfsprite
swfsprite->add
swfsprite->nextframe
swfsprite->remove
swfsprite->setframes
swftext
swftext->addstring
swftext->getwidth
swftext->moveto
swftext->setcolor
swftext->setfont
swftext->setheight
swftext->setspacing
swftextfield
swftextfield->addstring
swftextfield->align
swftextfield->setbounds
swftextfield->setcolor
swftextfield->setfont
swftextfield->setheight
swftextfield->setindentation
swftextfield->setleftmargin
swftextfield->setlinespacing
swftextfield->setmargins
swftextfield->setname
swftextfield->setrightmargin
sybase_affected_rows([int link_id])
sybase_close([int link_id])
sybase_connect([string host], [string user], [string password], [string charset], [string appname])
sybase_data_seek(int result, int offset)
sybase_deadlock_retry_count(int retry_count)
sybase_fetch_array(int result)
sybase_fetch_assoc(int result)
sybase_fetch_field(int result, [int offset])
sybase_fetch_object(int result, [mixed object])
sybase_fetch_row(int result)
sybase_field_seek(int result, int offset)
sybase_free_result(int result)
sybase_get_last_message(void)
sybase_min_client_severity(int severity)
sybase_min_error_severity(int severity)
sybase_min_message_severity(int severity)
sybase_min_server_severity(int severity)
sybase_num_fields(int result)
sybase_num_rows(int result)
sybase_pconnect([string host], [string user], [string password], [string charset], [string appname])
sybase_query(string query, [int link_id])
sybase_result(int result, int row, mixed field)
sybase_select_db(string database, [int link_id])
sybase_set_message_handler(mixed error_func)
sybase_unbuffered_query(string query, [int link_id])
symlink(string target, string link)
syslog(int priority, string message)
system(string command, [int return_value])
tan(float number)
tanh(float number)
tempnam(string dir, string prefix)
textdomain(string domain)
time(void)
tmpfile(void)
token_get_all(string source)
token_name(int type)
touch(string filename, [int time], [int atime])
trigger_error(string messsage, [int error_type])
trim(string str, [string character_mask])
uasort(array array_arg, string cmp_function)
ucfirst(string str)
ucwords(string str)
udm_add_search_limit
udm_alloc_agent
udm_api_version
udm_cat_list
udm_cat_path
udm_check_charset
udm_check_stored
udm_clear_search_limits
udm_close_stored
udm_crc32
udm_errno
udm_error
udm_find
udm_free_agent
udm_free_ispell_data
udm_free_res
udm_get_doc_count
udm_get_res_field
udm_get_res_param
udm_load_ispell_data
udm_open_stored
udm_set_agent_param
uksort(array array_arg, string cmp_function)
umask([int mask])
uniqid([string prefix], bool more_entropy)
unixtojd([int timestamp])
unlink(string filename)
unpack(string format, string input)
unregister_tick_function(string function_name)
unserialize(string variable_representation)
unset(mixed var, mixed var, ...)
urldecode(string str)
urlencode(string str)
user_error(string error_msg, int error_type)
usleep(int micro_seconds)
usort(array array_arg, string cmp_function)
utf8_decode(string data)
utf8_encode(string data)
var_dump(mixed var)
var_export(mixed var, [bool return])
version_compare(string ver1, string ver2, [string oper])
virtual(string filename)
vpopmail_add_alias_domain
vpopmail_add_alias_domain_ex
vpopmail_add_domain
vpopmail_add_domain_ex
vpopmail_add_user
vpopmail_alias_add
vpopmail_alias_del
vpopmail_alias_del_domain
vpopmail_alias_get
vpopmail_alias_get_all
vpopmail_auth_user
vpopmail_del_domain
vpopmail_del_domain_ex
vpopmail_del_user
vpopmail_error
vpopmail_passwd
vpopmail_set_user_quota
vprintf(string format, array args)
vsprintf(string format, array args)
w32api_deftype
w32api_init_dtype
w32api_invoke_function
w32api_register_function
w32api_set_call_method
wddx_add_vars(int packet_id, mixed var_names, [mixed ...])
wddx_deserialize(string packet)
wddx_packet_end(int packet_id)
wddx_packet_start([string comment])
wddx_serialize_value(mixed var, [string comment])
wddx_serialize_vars(mixed var_name, [mixed ...])
wordwrap(string str, [int width], [string break], [int cut])
xml_error_string(int code)
xml_get_current_byte_index(resource parser)
xml_get_current_column_number(resource parser)
xml_get_current_line_number(resource parser)
xml_get_error_code(resource parser)
xml_parse(resource parser, string data, [int isFinal])
xml_parse_into_struct(resource parser, string data, array &struct, array &index)
xml_parser_create([string encoding])
xml_parser_create_ns([string encoding], [string sep])
xml_parser_free(resource parser)
xml_parser_get_option(resource parser, int option)
xml_parser_set_option(resource parser, int option, mixed value)
xml_set_character_data_handler(resource parser, string hdl)
xml_set_default_handler(resource parser, string hdl)
xml_set_element_handler(resource parser, string shdl, string ehdl)
xml_set_end_namespace_decl_handler(resource parser, string hdl)
xml_set_external_entity_ref_handler(resource parser, string hdl)
xml_set_notation_decl_handler(resource parser, string hdl)
xml_set_object(resource parser, object &obj)
xml_set_processing_instruction_handler(resource parser, string hdl)
xml_set_start_namespace_decl_handler(resource parser, string hdl)
xml_set_unparsed_entity_decl_handler(resource parser, string hdl)
xmldoc(string xmldoc, [int mode], [array error])
xmldocfile(string filename, [int mode], [array error])
xmlrpc_decode(string xml, [string encoding])
xmlrpc_decode_request(string xml, string& method, [string encoding])
xmlrpc_encode(mixed value)
xmlrpc_encode_request(string method, mixed params)
xmlrpc_get_type(mixed value)
xmlrpc_is_fault(array)
xmlrpc_parse_method_descriptions(string xml)
xmlrpc_server_add_introspection_data(handle server, array desc)
xmlrpc_server_call_method(handle server, string xml, mixed user_data, [array output_options])
xmlrpc_server_create(void)
xmlrpc_server_destroy(handle server)
xmlrpc_server_register_introspection_callback(handle server, string function)
xmlrpc_server_register_method(handle server, string method_name, string function)
xmlrpc_set_type(string value, string type)
xpath_eval([object xpathctx_handle], string str)
xpath_eval_expression([object xpathctx_handle], string str)
xpath_init(void)
xpath_new_context([int doc_handle])
xpath_register_ns([object xpathctx_handle], string namespace_prefix, string namespace_uri)
xpath_register_ns_auto([object xpathctx_handle], [object contextnode])
xptr_eval([int xpathctx_handle], string str)
xptr_new_context([int doc_handle])
xslt_backend_info()
xslt_backend_name()
xslt_backend_version()
xslt_create(void)
xslt_errno(resource processor)
xslt_error(resource processor)
xslt_free(resource processor)
xslt_getopt(resource processor)
xslt_process(resource processor, string xml, string xslt, [mixed result], [array args], [array params])
xslt_set_base(resource processor, string base)
xslt_set_encoding(resource processor, string encoding)
xslt_set_error_handler(resource processor, mixed error_func)
xslt_set_log(resource processor, string logfile)
xslt_set_object(resource parser, object obj)
xslt_set_sax_handler
xslt_set_sax_handlers(resource processor, array handlers)
xslt_set_scheme_handler
xslt_set_scheme_handlers(resource processor, array handlers)
xslt_setopt(resource processor, int newmask)
yaz_addinfo
yaz_ccl_conf
yaz_ccl_parse
yaz_close
yaz_connect
yaz_database
yaz_element
yaz_errno
yaz_error
yaz_hits
yaz_itemorder
yaz_present
yaz_range
yaz_record
yaz_scan
yaz_scan_result
yaz_search
yaz_sort
yaz_syntax
yaz_wait
yp_all(string domain, string map, string callback)
yp_cat(string domain, string map)
yp_err_string(int errorcode)
yp_errno()
yp_first(string domain, string map)
yp_get_default_domain(void)
yp_master(string domain, string map)
yp_match(string domain, string map, string key)
yp_next(string domain, string map, string key)
yp_order(string domain, string map)
zend_logo_guid(void)
zend_version(void)
zip_close(resource zip)
zip_entry_close(resource zip_ent)
zip_entry_compressedsize(resource zip_entry)
zip_entry_compressionmethod(resource zip_entry)
zip_entry_filesize(resource zip_entry)
zip_entry_name(resource zip_entry)
zip_entry_open(resource zip_dp, resource zip_entry, string mode)
zip_entry_read(resource zip_ent)
zip_open(string filename)
zip_read(resource zip)
stupid question but... where to put it? ;)
How do we use it?
Look at http://notepad-plus.sourceforge.net/uk/site.htm under downloads, scroll down to "API files",
there are a HOWTO for apifiles.
thx! i wans needing this :D