void __halt_compiler(void){} number abs(mixed number){} float acos(float number){} float acosh(float number){} string addcslashes(string str,string charlist){} string addslashes(string str){} bool apache_child_terminate(void){} string apache_getenv(string variable,[bool walk_to_top]){} array apache_get_modules(void){} string apache_get_version(void){} object apache_lookup_uri(string filename){} string apache_note(string note_name,[string note_value]){} array apache_request_headers(void){} bool apache_reset_timeout(void){} array apache_response_headers(void){} bool apache_setenv(string variable,string value,[bool walk_to_top=true]){} array array([mixed ...]){} array array_change_key_case(array input,[int case=CASE_LOWER]){} array array_chunk(array input,int size,[bool preserve_keys=false]){} array array_combine(array keys,array values){} array array_count_values(array input){} array array_diff(array array1,array array2,[array ...]){} array array_diff_assoc(array array1,array array2,[array ...]){} array array_diff_key(array array1,array array2,[array ...]){} array array_diff_uassoc(array array1,array array2,[array ...],callback key_comp_func){} array array_diff_ukey(array arr1,array arr2,[array ...],callback key_comp_func){} array array_fill(int start_index,int num,mixed value){} array array_fill_keys(array keys,mixed value){} array array_filter(array input,[callback callback]){} array array_flip(array input){} array array_intersect(array arr1,array arr2,[array ...]){} array array_intersect_assoc(array arr1,array arr2,[array ...]){} array array_intersect_key(array arr1,array arr2,[array ...]){} array array_intersect_uassoc(array arr1,array arr2,[array ...],callback key_compare_func){} array array_intersect_ukey(array arr1,array arr2,[array ...],callback key_compare_func){} array array_keys(array input,[mixed search_value,[bool strict=false]]){} bool array_key_exists(mixed key,array search){} array array_map(callback callback,array arr1,[array ...]){} array array_merge(array arr1,array arr2,[array ...]){} array array_merge_recursive(array arr1,[array ...]){} bool array_multisort(array arr,[mixed arg=SORT_ASC,[mixed arg=SORT_REGULAR,[mixed ...]]]){} array array_pad(array input,int pad_size,mixed pad_value){} mixed array_pop(array array){} number array_product(array input){} int array_push(array array,mixed var,[mixed ...]){} mixed array_rand(array input,[int num_req=1]){} mixed array_reduce(array input,callback function,[mixed initial=NULL]){} array array_replace(array array,array array1,[array ...]){} array array_replace_recursive(array array,array array1,[array ...]){} array array_reverse(array array,[bool preserve_keys=false]){} mixed array_search(mixed needle,array haystack,[bool strict]){} mixed array_shift(array array){} array array_slice(array input,int offset,[int length,[bool preserve_keys=false]]){} array array_splice(array input,int offset,[int length=0,[mixed replacement]]){} number array_sum(array array){} array array_udiff(array arr1,array arr2,[array ...],callback data_comp_func){} array array_udiff_assoc(array arr1,array arr2,[array ...],callback data_comp_func){} array array_udiff_uassoc(array arr1,array arr2,[array ...],callback data_comp_func,callback key_comp_func){} array array_uintersect(array arr1,array arr2,[array ...],callback data_compare_func){} array array_uintersect_assoc(array arr1,array arr2,[array ...],callback data_compare_func){} array array_uintersect_uassoc(array arr1,array arr2,[array ...],callback data_compare_func,callback key_compare_func){} array array_unique(array array,[int sort_flags=SORT_STRING]){} int array_unshift(array array,mixed var,[mixed ...]){} array array_values(array input){} bool array_walk(array array,callback funcname,[mixed userdata]){} bool array_walk_recursive(array input,callback funcname,[mixed userdata]){} bool arsort(array array,[int sort_flags=SORT_REGULAR]){} float asin(float number){} float asinh(float number){} bool asort(array array,[int sort_flags=SORT_REGULAR]){} bool assert(mixed assertion){} mixed assert_options(int what,[mixed value]){} float atan(float number){} float atan2(float y,float x){} float atanh(float number){} string base64_decode(string data,[bool strict=false]){} string base64_encode(string data){} string basename(string path,[string suffix]){} string base_convert(string number,int frombase,int tobase){} string bcadd(string left_operand,string right_operand,[int scale]){} int bccomp(string left_operand,string right_operand,[int scale]){} string bcdiv(string left_operand,string right_operand,[int scale]){} string bcmod(string left_operand,string right_operand){} string bcmul(string left_operand,string right_operand,[int scale]){} string bcpow(string x,string y,[int scale]){} string bcpowmod(string x,string y,string mod,[int scale]){} bool bcscale(int scale){} string bcsqrt(string operand,[int scale]){} string bcsub(string left_operand,string right_operand,[int scale]){} string bin2hex(string str){} number bindec(string binary_string){} string bindtextdomain(string domain_name,string directory){} string bind_textdomain_codeset(string domain,string codeset){} bool bzclose(resource bz){} mixed bzcompress(string source,[int blocksize=4,[int workfactor=0]]){} mixed bzdecompress(string source,[int small=0]){} int bzerrno(resource bz){} array bzerror(resource bz){} string bzerrstr(resource bz){} int bzflush(resource bz){} resource bzopen(string filename,string mode){} string bzread(resource bz,[int length=1024]){} int bzwrite(resource bz,string data,[int length]){} mixed call_user_func(callback function,[mixed parameter,[mixed ...]]){} mixed call_user_func_array(callback function,array parameters){} mixed call_user_method(string method_name,object object,[mixed parameter,[mixed ...]]){} mixed call_user_method_array(string method_name,object object,array params){} int cal_days_in_month(int calendar,int month,int year){} array cal_from_jd(int jd,int calendar){} array cal_info([int calendar=-1]){} int cal_to_jd(int calendar,int month,int day,int year){} float ceil(float number){} bool chdir(string directory){} bool checkdate(int month,int day,int year){} bool checkdnsrr(string host,[string typeMX]){} bool chgrp(string filename,mixed group){} bool chmod(string filename,int mode){} bool chown(string filename,mixed user){} string chr(int ascii){} bool chroot(string directory){} string chunk_split(string body,[int chunklen=75,[string end\r\n]]){} bool class_alias([string original,[string alias]]){} bool class_exists(string class_name,[bool autoload=true]){} array class_implements(mixed class,[bool autoload=true]){} array class_parents(mixed class,[bool autoload=true]){} void clearstatcache([bool clear_realpath_cache=false,[string filename]]){} void closedir([resource dir_handle]){} bool closelog(void){} int collator_compare(Collator coll,string str1,string str2){} Collator collator_create(string locale){} int collator_get_attribute(Collator coll,int attr){} int collator_get_error_code(Collator coll){} string collator_get_error_message(Collator coll){} int collator_get_strength(Collator coll){} bool collator_set_attribute(Collator coll,int attr,int value){} bool collator_set_strength(Collator coll,int strength){} bool collator_sort(Collator coll,array arr,[int sort_flag]){} bool collator_sort_with_sort_keys(Collator coll,array arr){} array compact(mixed varname,[mixed ...]){} void com_addref(void){} string com_create_guid(void){} bool com_event_sink(object comobject,object sinkobject,[mixed sinkinterface]){} mixed com_get_active_object(string progid,[int code_page]){} mixed com_invoke(resource com_object,string function_name,[mixed function_parameters]){} bool com_isenum(variant com_module){} bool com_load_typelib(string typelib_name,[bool case_sensitive]){} bool com_message_pump([int timeoutms]){} bool com_print_typeinfo(object comobject,[string dispinterface,[bool wantsink]]){} void com_release(void){} int connection_aborted(void){} int connection_status(void){} int connection_timeout(void){} mixed constant(string name){} string convert_cyr_string(string str,string from,string to){} string convert_uudecode(string data){} string convert_uuencode(string data){} bool copy(string source,string dest,[resource context]){} float cos(float number){} float cosh(float number){} int count(mixed var,[int mode=COUNT_NORMAL]){} mixed count_chars(string string,[int mode=0]){} bool crack_check([resource dictionary],string password){} bool crack_closedict([resource dictionary]){} string crack_getlastmessage(void){} resource crack_opendict(string dictionary){} void crash(void){} int crc32(string str){} string create_function(string args,string code){} string crypt(string str,[string salt]){} bool ctype_alnum(string text){} bool ctype_alpha(string text){} bool ctype_cntrl(string text){} bool ctype_digit(string text){} bool ctype_graph(string text){} bool ctype_lower(string text){} bool ctype_print(string text){} bool ctype_punct(string text){} bool ctype_space(string text){} bool ctype_upper(string text){} bool ctype_xdigit(string text){} void curl_close(resource ch){} resource curl_copy_handle(resource ch){} int curl_errno(resource ch){} string curl_error(resource ch){} mixed curl_exec(resource ch){} mixed curl_getinfo(resource ch,[int option=0]){} resource curl_init([string url=NULL]){} int curl_multi_add_handle(resource mh,resource ch){} void curl_multi_close(resource mh){} int curl_multi_exec(resource mh,int still_running){} string curl_multi_getcontent(resource ch){} array curl_multi_info_read(resource mh,[int msgs_in_queue=NULL]){} resource curl_multi_init(void){} int curl_multi_remove_handle(resource mh,resource ch){} int curl_multi_select(resource mh,[float timeout=1.0]){} bool curl_setopt(resource ch,int option,mixed value){} bool curl_setopt_array(resource ch,array options){} array curl_version([int age=CURLVERSION_NOW]){} mixed current(array array){} string date(string format,[int timestamp]){} DateTime date_add(DateTime object,DateInterval interval){} DateTime date_create([string timeno,[DateTimeZone timezone=NULL]]){} DateTime date_create_from_format(string format,string time,[DateTimeZone timezone]){} DateTime date_date_set(DateTime object,int year,int month,int day){} DateInterval date_diff(DateTime datetime1,DateTime datetime2,[bool absolute=false]){} string date_default_timezone_get(void){} bool date_default_timezone_set(string timezone_identifier){} string date_format(DateTime object,string format){} string date_format_locale(DateTime object,string format){} array date_get_last_errors(void){} DateTime date_isodate_set(DateTime object,int year,int week,[int day=1]){} DateTime date_modify(DateTime object,string modify){} int date_offset_get(DateTime object){} array date_parse(string date){} array date_parse_from_format(string format,string date){} DateTime date_sub(DateTime object,DateInterval interval){} mixed date_sunrise(int timestamp,[int format=SUNFUNCS_RET_STRING,[float latitude,[float longitude,[float zenith,[float gmt_offset=0]]]]]){} mixed date_sunset(int timestamp,[int format=SUNFUNCS_RET_STRING,[float latitude,[float longitude,[float zenith,[float gmt_offset=0]]]]]){} array date_sun_info(int time,float latitude,float longitude){} int date_timestamp_get(DateTime object){} DateTime date_timestamp_set(DateTime object,int unixtimestamp){} DateTimeZone date_timezone_get(DateTime object){} DateTime date_timezone_set(DateTime object,DateTimeZone timezone){} DateTime date_time_set(DateTime object,int hour,int minute,[int second=0]){} bool dbase_add_record(int identifier,array data){} bool dbase_close(int identifier){} int dbase_create(string filename,array fields){} bool dbase_delete_record(int identifier,int record){} array dbase_get_header_info(int database_handle){} array dbase_get_record(int identifier,int record){} array dbase_get_record_with_names(int identifier,int record){} int dbase_numfields(int identifier){} int dbase_numrecords(int identifier){} int dbase_open(string filename,int mode){} bool dbase_pack(int identifier){} bool dbase_replace_record(int identifier,array data,int recnum){} void dba_close(resource handle){} bool dba_delete(string key,resource handle){} bool dba_exists(string key,resource handle){} string dba_fetch(string key,[int skip],resource handle){} string dba_firstkey(resource handle){} array dba_handlers([bool full_info=false]){} bool dba_insert(string key,string value,resource handle){} mixed dba_key_split(mixed key){} array dba_list(void){} string dba_nextkey(resource handle){} resource dba_open(string path,string mode,[string handler,[mixed ...]]){} bool dba_optimize(resource handle){} resource dba_popen(string path,string mode,[string handler,[mixed ...]]){} bool dba_replace(string key,string value,resource handle){} bool dba_sync(resource handle){} string dcgettext(string domain,string message,int category){} string dcngettext(string domain,string msgid1,string msgid2,int n,int category){} array debug_backtrace([bool provide_object=true]){} void debug_print_backtrace(void){} void debug_zval_dump(mixed var){} string decbin(int number){} string dechex(int decimal_number){} string decoct(int number){} bool define(string name,mixed value,[bool case_insensitive=false]){} bool defined(string name){} void define_syslog_variables(void){} float deg2rad(float number){} string dgettext(string domain,string message){} void die([mixed status]){} void dio_close(resource fd){} mixed dio_fcntl(resource fd,int cmd,[mixed args]){} resource dio_open(string filename,int flags,[int mode=0]){} string dio_read(resource fd,[int len=1024]){} int dio_seek(resource fd,int pos,[int whence=SEEK_SET]){} array dio_stat(resource fd){} bool dio_tcsetattr(resource fd,array options){} bool dio_truncate(resource fd,int offset){} int dio_write(resource fd,string data,[int len=0]){} object dir(string directory,[resource context]){} string dirname(string path){} float disk_free_space(string directory){} float disk_total_space(string directory){} bool dl(string library){} string dngettext(string domaine,string msgid1,string msgid2,int n){} array dns_get_record(string hostname,[int type=DNS_ANY,[array authns,[array addtl]]]){} DomDocument domxml_new_doc(string version){} DomDocument domxml_open_file(string filename,int mode,[array error]){} DomDocument domxml_open_mem(string str,int mode,[array error]){} string domxml_version(void){} DomDocument domxml_xmltree(string str){} DOMElement dom_import_simplexml(SimpleXMLElement node){} array each(array array){} int easter_date([int year]]){} int easter_days([int year,[int method=CAL_EASTER_DEFAULT]]){} void echo(string arg1,[string ...]){} bool empty(mixed var){} mixed end(array array){} int ereg(string pattern,string str,[array regs]){} int eregi(string pattern,string string,[array regs]){} string eregi_replace(string pattern,string replacement,string string){} string ereg_replace(string pattern,string replacement,string string){} array error_get_last(void){} bool error_log(string message,[int message_type=0,[string destination,[string extra_headers]]]){} int error_reporting([int level]){} string escapeshellarg(string arg){} string escapeshellcmd(string command){} mixed eval(string code_str){} string exec(string command,[int output,[int return_var]]){} int exif_imagetype(string filename){} array exif_read_data(string filename,[string sections=NULL,[bool arrays=false,[bool thumbnail=false]]]){} string exif_tagname(int index){} string exif_thumbnail(string filename,[int width,[int height,[int imagetype]]]){} void exit([mixed status]){} float exp(float arg){} array explode(string delimiter,string string,[int limit]){} float expm1(float arg){} bool extension_loaded(string name){} int extract(array var_array,[int extract_type=EXTR_OVERWRITE,[string prefix]]){} int ezmlm_hash(string addr){} int fbsql_affected_rows([resource link_identifier]){} bool fbsql_autocommit(resource link_identifier,[bool OnOff]){} int fbsql_blob_size(string blob_handle,[resource link_identifier]){} int fbsql_change_user(string user,string password,[string database,[resource link_identifier]]){} int fbsql_clob_size(string clob_handle,[resource link_identifier]){} bool fbsql_close([resource link_identifier]){} bool fbsql_commit([resource link_identifier]){} resource fbsql_connect([string hostname,[string username,[string password]]]){} string fbsql_create_blob(string blob_data,[resource link_identifier]){} string fbsql_create_clob(string clob_data,[resource link_identifier]){} bool fbsql_create_db(string database_name,[resource link_identifier,[string database_options]]){} string fbsql_database(resource link_identifier,[string database]){} string fbsql_database_password(resource link_identifier,[string database_password]){} bool fbsql_data_seek(resource result,int row_number){} resource fbsql_db_query(string database_name,string query,[resource link_identifier]){} int fbsql_db_status(string database_name,[resource link_identifier]){} int fbsql_drop_db(string database_name,[resource link_identifier]){} int fbsql_errno([resource link_identifier]){} string fbsql_error([resource link_identifier]){} array fbsql_fetch_array(resource result,[int result_type]){} array fbsql_fetch_assoc(resource result){} object fbsql_fetch_field(resource result,[int field_offset]){} array fbsql_fetch_lengths(resource result){} object fbsql_fetch_object(resource result,[int result_type]){} array fbsql_fetch_row(resource result){} string fbsql_field_flags(resource result,[int field_offset]){} mixed fbsql_field_len(resource result,[int field_offset]){} string fbsql_field_name(resource result,[int field_offset]){} bool fbsql_field_seek(resource result,[int field_offset]){} string fbsql_field_table(resource result,[int field_offset]){} string fbsql_field_type(resource result,[int field_offset]){} bool fbsql_free_result(resource result){} array fbsql_get_autostart_info([resource link_identifier]){} string fbsql_hostname(resource link_identifier,[string host_name]){} int fbsql_insert_id([resource link_identifier]){} resource fbsql_list_dbs([resource link_identifier]){} resource fbsql_list_fields(string database_name,string table_name,[resource link_identifier]){} resource fbsql_list_tables(string database,[resource link_identifier]){} bool fbsql_next_result(resource result){} int fbsql_num_fields(resource result){} int fbsql_num_rows(resource result){} string fbsql_password(resource link_identifier,[string password]){} resource fbsql_pconnect([string hostname,[string username,[string password]]]){} resource fbsql_query(string query,[resource link_identifier,[int batch_size]]){} string fbsql_read_blob(string blob_handle,[resource link_identifier]){} string fbsql_read_clob(string clob_handle,[resource link_identifier]){} mixed fbsql_result(resource result,[int row,[mixed field]]){} bool fbsql_rollback([resource link_identifier]){} int fbsql_rows_fetched(resource result){} bool fbsql_select_db([string database_name,[resource link_identifier]]){} void fbsql_set_characterset(resource link_identifier,int characterset,[int in_out_both]){} bool fbsql_set_lob_mode(resource result,int lob_mode){} bool fbsql_set_password(resource link_identifier,string user,string password,string old_password){} void fbsql_set_transaction(resource link_identifier,int locking,int isolation){} bool fbsql_start_db(string database_name,[resource link_identifier,[string database_options]]){} bool fbsql_stop_db(string database_name,[resource link_identifier]){} string fbsql_table_name(resource result,int index){} string fbsql_username(resource link_identifier,[string username]){} bool fbsql_warnings([bool OnOff]){} bool fclose(resource handle){} bool fdf_add_doc_javascript(resource fdf_document,string script_name,string script_code){} bool fdf_add_template(resource fdf_document,int newpage,string filename,string template,int rename){} void fdf_close(resource fdf_document){} resource fdf_create(void){} bool fdf_enum_values(resource fdf_document,callback function,[mixed userdata]){} int fdf_errno(void){} string fdf_error([int errno]){} bool fdf_get_ap(resource fdf_document,string fieldname,int face,string filename){} array fdf_get_attachment(resource fdf_document,string fieldname,string savepath){} string fdf_get_encoding(resource fdf_document){} string fdf_get_file(resource fdf_document){} int fdf_get_flags(resource fdf_document,string fieldname,int whichflags){} mixed fdf_get_opt(resource fdf_document,string fieldname,[int element]){} string fdf_get_status(resource fdf_document){} mixed fdf_get_value(resource fdf_document,string fieldname,[int which]){} string fdf_get_version([resource fdf_document]){} void fdf_header(void){} string fdf_next_field_name(resource fdf_document,[string fieldname]){} resource fdf_open(string filename){} resource fdf_open_string(string fdf_data){} bool fdf_remove_item(resource fdf_document,string fieldname,int item){} bool fdf_save(resource fdf_document,[string filename]){} string fdf_save_string(resource fdf_document){} bool fdf_set_ap(resource fdf_document,string field_name,int face,string filename,int page_number){} bool fdf_set_encoding(resource fdf_document,string encoding){} bool fdf_set_file(resource fdf_document,string url,[string target_frame]){} bool fdf_set_flags(resource fdf_document,string fieldname,int whichFlags,int newFlags){} bool fdf_set_javascript_action(resource fdf_document,string fieldname,int trigger,string script){} bool fdf_set_on_import_javascript(resource fdf_document,string script,bool before_data_import){} bool fdf_set_opt(resource fdf_document,string fieldname,int element,string str1,string str2){} bool fdf_set_status(resource fdf_document,string status){} bool fdf_set_submit_form_action(resource fdf_document,string fieldname,int trigger,string script,int flags){} bool fdf_set_target_frame(resource fdf_document,string frame_name){} bool fdf_set_value(resource fdf_document,string fieldname,mixed value,[int isName]){} bool fdf_set_version(resource fdf_document,string version){} bool feof(resource handle){} bool fflush(resource handle){} string fgetc(resource handle){} array fgetcsv(resource handle,[int length,[string delimiter,,[string enclosure='',[string escape='\\']]]]){} string fgets(resource handle,[int length]){} string fgetss(resource handle,[int length,string allowable_tags]){} array file(string filename,[int flags=0,[resource context]]){} int fileatime(string filename){} int filectime(string filename){} int filegroup(string filename){} int fileinode(string filename){} int filemtime(string filename){} int fileowner(string filename){} int fileperms(string filename){} bool filepro(string directory){} int filepro_fieldcount(void){} string filepro_fieldname(int field_number){} string filepro_fieldtype(int field_number){} int filepro_fieldwidth(int field_number){} string filepro_retrieve(int row_number,int field_number){} int filepro_rowcount(void){} int filesize(string filename){} string filetype(string filename){} bool file_exists(string filename){} string file_get_contents(string filename,[bool use_include_path=false,[resource context,[int offset=-1,[int maxlen=-1]]]]){} int file_put_contents(string file,mixed data,[int flags=0,[resource context]]){} int file_register_wrapper(string filename,mixed data,[int flags=0,[resource context]]){} bool filter_has_var(int type,string variable_name){} int filter_id(string filtername){} mixed filter_input(int type,string variable_name,[int filter=FILTER_DEFAULT,[mixed options]]){} mixed filter_input_array(int type,[mixed definition]){} array filter_list(void){} mixed filter_var(mixed variable,[int filter=FILTER_DEFAULT,[mixed options]]){} mixed filter_var_array(array data,[mixed definition]){} float floatval(mixed var){} bool flock(resource handle,int operation,[int wouldblock]){} float floor(float number){} void flush(void){} float fmod(float x,float y){} bool fnmatch(string pattern,string string,[int flags=0]){} resource fopen(string filename,string mode,[bool use_include_path=false,[resource context]]){} mixed forward_static_call(callback function,[mixed parameter,[mixed ...]]){} mixed forward_static_call_array(callback function,[array parameters]){} int fpassthru(resource handle){} int fprintf(resource handle,string format,[mixed arg1,[mixed ...]]){} int fputcsv(resource handle,array fields,[string delimiter,,[string enclosure='']]){} int fputs(resource handle,string string,[int length]){} string fread(resource handle,int length){} int frenchtojd(int month,int day,int year){} string fribidi_log2vis(string str,string direction,int charset){} mixed fscanf(resource handle,string format,[mixed ...]){} int fseek(resource handle,int offset,[int whence=SEEK_SET]){} resource fsockopen(string hostname,[int port=-1,[int errno,[string errstr,[float timeout]]]]){} array fstat(resource handle){} int ftell(resource handle){} int ftok(string pathname,string proj){} bool ftp_alloc(resource ftp_stream,int size,[string response]){} bool ftp_cdup(resource stream){} bool ftp_chdir(resource stream,string directory){} int ftp_chmod(resource stream,int mode,string filename){} bool ftp_close(resource stream){} resource ftp_connect(string host,[int port=21,[int timeout=90]]){} bool ftp_delete(resource stream,string file){} bool ftp_exec(resource stream,string command){} bool ftp_fget(resource stream,resource handle,string remote_file,int mode,[int resumepos=0]){} bool ftp_fput(resource stream,string remote_file,resource handle,int mode,[int startpos=0]){} bool ftp_get(resource stream,string local_file,string remote_file,int mode,[int resume_pos=0]){} mixed ftp_get_option(resource stream,int option){} bool ftp_login(resource stream,string username,string password){} int ftp_mdtm(resource stream,string remote_file){} string ftp_mkdir(resource stream,string directory){} int ftp_nb_continue(resource stream){} int ftp_nb_fget(resource stream,resource handle,string remote_file,int mode,[int resumepos=0]){} int ftp_nb_fput(resource stream,string remote_file,resource handle,int mode,[int startpos=0]){} int ftp_nb_get(resource stream,string local_file,string remote_file,int mode,[int resume_pos=0]){} int ftp_nb_put(resource stream,string remote_file,string local_file,int mode,[int startpos=0]){} array ftp_nlist(resource stream,string directory){} bool ftp_pasv(resource stream,bool pasv){} bool ftp_put(resource stream,string remote_file,string local_file,int mode,[int startpos=0]){} string ftp_pwd(resource stream){} array ftp_raw(resource stream,string command){} array ftp_rawlist(resource stream,string directory,[bool recursive=false]){} bool ftp_rename(resource stream,string src,string dest){} bool ftp_rmdir(resource stream,string directory){} bool ftp_set_option(resource stream,int option,mixed value){} bool ftp_site(resource stream,string cmd){} int ftp_size(resource stream,string remote_file){} resource ftp_ssl_connect(string host,[int port=21,[int timeout=90]]){} string ftp_systype(resource ftp_stream){} bool ftruncate(resource handle,int size){} bool function_exists(string function_name){} mixed func_get_arg(int arg_num){} array func_get_args(void){} int func_num_args(void){} int fwrite(resource handle,string string,[int length]){} int gc_collect_cycles(void){} void gc_disable(void){} void gc_enable(void){} bool gc_enabled(void){} array gd_info(void){} array getallheaders(void){} string getcwd(void){} array getdate([int timestamp=time()]){} string getenv(string varname){} string gethostbyaddr(string ip_address){} string gethostbyname(string hostname){} array gethostbynamel(string hostname){} string gethostname(void){} array getimagesize(string imagefile,[array imageinfo]){} int getlastmod(void){} bool getmxrr(string hostname,[array mxhosts],[array weight]){} int getmygid(void){} int getmyinode(void){} int getmypid(void){} int getmyuid(void){} array getopt(string options,[array longopts]){} int getprotobyname(string name){} string getprotobynumber(int proto){} int getrandmax(void){} array getrusage([int who=0]){} int getservbyname(string service,string protocol){} string getservbyport(int port,string protocol){} string gettext(string message){} mixed gettimeofday([bool return_float]){} string gettype(mixed var){} mixed get_browser([string user_agent,[bool return_array=false]]){} string get_called_class(void){} string get_cfg_var(string option){} string get_class([object object=NULL]){} array get_class_methods(mixed class){} array get_class_vars(string class_name){} string get_current_user(void){} array get_declared_classes(void){} array get_declared_interfaces(void){} array get_defined_constants([bool categorize]){} array get_defined_functions(void){} array get_defined_vars(void){} array get_extension_funcs(string extension_name){} array get_headers(string url,[int format=0]){} array get_html_translation_table([int table=HTML_SPECIALCHARS,[int quote_style=ENT_COMPAT]]){} array get_included_files(void){} string get_include_path(void){} array get_loaded_extensions([bool zend_extensions=false]){} int get_magic_quotes_gpc(void){} int get_magic_quotes_runtime(void){} array get_meta_tags(string filename,[bool use_include_path=false]){} array get_object_vars(object object){} string get_parent_class([mixed object]){} string get_resource_type(resource handle){} array glob(string pattern,[int flags=0]){} string gmdate(string format,[int timestamp]){} int gmmktime([int hour,[int minute,[int second,[int month,[int day,[int year,[int is_dst=-1]]]]]]]){} resource gmp_abs(resource a){} resource gmp_add(resource a,resource b){} resource gmp_and(resource a,resource b){} void gmp_clrbit(resource a,int index){} int gmp_cmp(resource a,resource b){} resource gmp_com(resource a){} resource gmp_divexact(resource a,resource b){} resource gmp_div_q(resource a,resource b,[int round=GMP_ROUND_ZERO]){} array gmp_div_qr(resource a,resource b,[int round=GMP_ROUND_ZERO]){} resource gmp_div_r(resource a,resource b,[int round=GMP_ROUND_ZERO]){} resource gmp_fact(mixed a){} resource gmp_gcd(resource a,resource b){} array gmp_gcdext(resource a,resource b){} int gmp_hamdist(resource a,resource b){} resource gmp_init(mixed number,[int base=0]){} int gmp_intval(resource gmpnumber){} resource gmp_invert(resource a,resource b){} int gmp_jacobi(resource a,resource b){} int gmp_legendre(resource a,resource b){} resource gmp_mod(resource a,resource b){} resource gmp_mul(resource a,resource b){} resource gmp_neg(resource a){} resource gmp_nextprime(resource a){} resource gmp_or(resource a,resource b){} bool gmp_perfect_square(resource a){} int gmp_popcount(resource a){} resource gmp_pow(resource base,int exp){} resource gmp_powm(resource base,resource exp,resource mod){} int gmp_prob_prime(resource a,[int reps=10]){} resource gmp_random([int limiter=20]){} int gmp_scan0(resource a,int index){} int gmp_scan1(resource a,int index){} void gmp_setbit(resource a,int index,[bool set_clear=true]){} int gmp_sign(resource a){} resource gmp_sqrt(resource a){} array gmp_sqrtrem(resource a){} string gmp_strval(resource gmpnumber,[int base]){} resource gmp_sub(resource a,resource b){} bool gmp_testbit(resource a,int index){} resource gmp_xor(resource a,resource b){} string gmstrftime(string format,[int timestamp=time()]){} int gregoriantojd(int month,int day,int year){} bool gzclose(resource zp){} string gzcompress(string data,[int level=-1]){} string gzdecode(string data,[int length]){} string gzdeflate(string data,[int level=-1]){} string gzencode(string data,[int level=-1,[int encoding_mode=FORCE_GZIP]]){} bool gzeof(resource zp){} array gzfile(string filename,[int use_include_path=0]){} string gzgetc(resource zp){} string gzgets(resource zp,int length){} string gzgetss(string data,int length,[string allowable_tags]){} string gzinflate(string data,[int length=0]){} resource gzopen(string filename,string mode,[int use_include_path=0]){} int gzpassthru(resource zp){} string gzread(resource zp,int length){} bool gzrewind(resource zp){} int gzseek(resource zp,int offset,[int whence=SEEK_SET]){} int gztell(resource zp){} string gzuncompress(string data,[int length=0]){} int gzwrite(resource zp,string string,[int length]){} string hash(string algo,string data,[bool raw_output=false]){} array hash_algos(void){} resource hash_copy(resource context){} string hash_file(string algo,string filename,[bool raw_output=false]){} string hash_final(resource context,[bool raw_output=false]){} string hash_hmac(string algo,string data,string key,[bool raw_output=false]){} string hash_hmac_file(string algo,string filename,string key,[bool raw_output=false]){} resource hash_init(string algo,[int options=0,[string key=NULL]]){} bool hash_update(resource context,string data){} bool hash_update_file(resource context,string filename,[resource context=NULL]){} int hash_update_stream(resource context,resource handle,[int length=-1]){} void header(string header,[bool replace=true,[int http_response_code]]){} void header_remove([string name]){} array headers_list(void){} bool headers_sent([string file,[int line]]){} string hebrev(string str,[int max_chars_per_line=0]){} string hebrevc(string str,[int max_chars_per_line=0]){} number hexdec(string hex_string){} mixed highlight_file(string filename,[bool return=false]){} bool highlight_string(string str,[bool return=false]){} string htmlentities(string string,[int quote_style=ENT_COMPAT,[string charset,[bool double_encode=true]]]){} string htmlspecialchars(string string,[int quote_style=ENT_COMPAT,[string charset,[bool double_encode=true]]]){} string htmlspecialchars_decode(string str,[int quote_style=ENT_COMPAT]){} string html_entity_decode(string str,[int quote_style=ENT_COMPAT,[string charset]]){} string http_build_query(array formdata,[string numeric_prefix,[string arg_separator]]){} string hw_array2objrec(array object_array){} bool hw_changeobject(int link,int objid,array attributes){} array hw_children(int connection,int objectID){} array hw_childrenobj(int connection,int objectID){} bool hw_close(int connection){} int hw_connect(string host,int port,[string username],string password){} void hw_connection_info(int link){} int hw_cp(int connection,array object_id_array,array destination_id){} bool hw_deleteobject(int connection,int object_to_delete){} int hw_docbyanchor(int connection,int anchorID){} string hw_docbyanchorobj(int connection,int anchorID){} string hw_document_attributes(int hw_document){} string hw_document_bodytag(int hw_document,[string prefix]){} string hw_document_content(int hw_document){} bool hw_document_setcontent(int hw_document,string content){} int hw_document_size(int hw_document){} string hw_dummy(int link,int id,int msgid){} bool hw_edittext(int connection,int hw_document){} int hw_error(int connection){} string hw_errormsg(int connection){} bool hw_free_document(int connection){} array hw_getanchors(int connection,int objectID){} array hw_getanchorsobj(int connection,int objectID){} string hw_getandlock(int connection,int objectID){} array hw_getchildcoll(int connection,int objectID){} array hw_getchildcollobj(int connection,int objectID){} array hw_getchilddoccoll(int connection,int objectID){} array hw_getchilddoccollobj(int connection,int objectID){} mixed hw_getobject(int connection,mixed objectID,[string query]){} array hw_getobjectbyquery(int connection,string query,int max_hits){} array hw_getobjectbyquerycoll(int connection,int objectID,string query,int max_hits){} array hw_getobjectbyquerycollobj(int connection,int objectID,string query,int max_hits){} array hw_getobjectbyqueryobj(int connection,string query,int max_hits){} array hw_getparents(int connection,int objectID){} array hw_getparentsobj(int connection,int objectID){} string hw_getrellink(int link,int rootid,int sourceid,int destid){} int hw_getremote(int connection,int objectID){} mixed hw_getremotechildren(int connection,string object_record){} array hw_getsrcbydestobj(int connection,int objectID){} int hw_gettext(int connection,int objectID,[mixed rootID_or_prefix]){} string hw_getusername(int connection){} string hw_identify(int link,string username,string password){} array hw_incollections(int connection,array object_id_array,array collection_id_array,int return_collections){} string hw_info(int connection){} int hw_inscoll(int connection,int objectID,array object_array){} int hw_insdoc(int connection,int parentID,string object_record,[string text]){} bool hw_insertanchors(int hwdoc,array anchorecs,array dest,[array urlprefixes]){} int hw_insertdocument(int connection,int parent_id,int hw_document){} int hw_insertobject(int connection,string object_rec,string parameter){} int hw_mapid(int connection,int server_id,int object_id){} bool hw_modifyobject(int connection,int object_to_change,array remove,array add,[int mode]){} int hw_mv(int connection,array object_id_array,int source_id,int destination_id){} int hw_new_document(string object_record,string document_data,int document_size){} array hw_objrec2array(string object_record,[array format]){} bool hw_output_document(int hw_document){} int hw_pconnect(string host,int port,[string username],string password){} int hw_pipedocument(int connection,int objectID,[array url_prefixes]){} int hw_root(void){} int hw_setlinkroot(int link,int rootid){} string hw_stat(int link){} bool hw_unlock(int connection,int objectID){} array hw_who(int connection){} float hypot(float x,float y){} bool ibase_add_user(resource service_handle,string user_name,string password,[string first_name,[string middle_name,[string last_name]]]){} int ibase_affected_rows([resource link_identifier]){} mixed ibase_backup(resource service_handle,string source_db,string dest_file,[int options,[bool verbose]]){} void ibase_blob_add(resource blob_handle,string data){} bool ibase_blob_cancel(resource blob_handle){} mixed ibase_blob_close(resource blob_handle){} resource ibase_blob_create(resource [link_identifier=NULL]){} bool ibase_blob_echo([resource link_identifier],string blob_id){} string ibase_blob_get(resource blob_handle,int len){} string ibase_blob_import([resource link_identifier],resource file_handle){} array ibase_blob_info([resource link_identifier],string blob_id){} resource ibase_blob_open([resource link_identifier],string blob_id){} bool ibase_close([resource connection_id=NULL]){} bool ibase_commit([resource link_identifier=NULL]){} bool ibase_commit_ret([resource link_identifier=NULL]){} resource ibase_connect([string database,[string username,[string password,[string charset,[int buffers,[int dialect,[string role,[int sync]]]]]]]]){} string ibase_db_info(resource service_handle,string db,int action,[int argument=0]){} bool ibase_delete_user(resource service_handle,string user_name){} bool ibase_drop_db([resource connection=NULL]){} int ibase_errcode(void){} string ibase_errmsg(void){} mixed ibase_execute(resource query,[mixed bind_arg,[mixed ...]]){} array ibase_fetch_assoc(resource result,[int fetch_flags=0]){} object ibase_fetch_object(resource result,[int fetch_flags]){} array ibase_fetch_row(resource result,[int fetch_flag=0]){} array ibase_field_info(resource result,int field_number){} bool ibase_free_event_handler(resource event){} bool ibase_free_query(resource query){} bool ibase_free_result(resource result){} mixed ibase_gen_id(string generator,[int increment=1,[resource link_identifier=NULL]]){} bool ibase_maintain_db(resource service_handle,string db,int action,[int argument]){} bool ibase_modify_user(resource service_handle,string user_name,string password,[string first_name,[string middle_name,[string last_name]]]){} bool ibase_name_result(resource result,string name){} int ibase_num_fields(resource query_result){} int ibase_num_params(resource query){} int ibase_num_rows(resource result_identifier){} array ibase_param_info(resource query,int field_number){} resource ibase_pconnect([string database,[string username,[string password,[string charset,[int buffers,[int dialect,[string role]]]]]]]){} resource ibase_prepare([resource link_identifier],string query){} mixed ibase_query([resource link_identifier],string query,[int bind_args]){} mixed ibase_restore(resource service_handle,string source_file,string dest_db,[int options,[bool verbose]]){} bool ibase_rollback(resource link_identifier){} bool ibase_rollback_ret(resource link_identifier){} string ibase_server_info(resource service_handle,int action){} resource ibase_service_attach(string host,string dba_username,string dba_password){} bool ibase_service_detach(resource service_handle){} resource ibase_set_event_handler([resource connection],callback handler,string event_name1,[string ...]){} bool ibase_timefmt(string format,[int columntype]){} mixed ibase_trans([resource link_identifier,[int trans_args]]){} string ibase_wait_event([resource connection],string event_name1,[string ...]){} string iconv(string in_charset,string out_charset,string str){} mixed iconv_get_encoding([string typeall]){} string iconv_mime_decode(string encoded_string,[int mode=0,[string charset]]){} array iconv_mime_decode_headers(string headers,[int mode=0,[string charset]]){} string iconv_mime_encode(string field_name,string field_value,[array preferences=NULL]){} bool iconv_set_encoding(string type,string charset){} int iconv_strlen(string str,[string charset]){} int iconv_strpos(string haystack,string needle,[int offset=0,[string charset]]){} int iconv_strrpos(string haystack,string needle,[string charset]){} string iconv_substr(string str,int offset,[int length,[string charset]]){} int idate(string format,[int timestamp=time()]){} bool ifxus_close_slob(int bid){} int ifxus_create_slob(int mode){} bool ifxus_free_slob(int bid){} int ifxus_open_slob(int bid,int mode){} string ifxus_read_slob(int bid,int nbytes){} int ifxus_seek_slob(int bid,int mode,int offset){} int ifxus_tell_slob(int bid){} int ifxus_write_slob(int bid,string content){} int ifx_affected_rows(resource result_id){} bool ifx_blobinfile_mode(int mode){} bool ifx_byteasvarchar(int mode){} bool ifx_close([resource link_identifier]){} resource ifx_connect([string database,[string userid,[string password]]]){} int ifx_copy_blob(int bid){} int ifx_create_blob(int type,int mode,string param){} int ifx_create_char(string param){} bool ifx_do(resource result_id){} string ifx_error([resource link_identifier]){} string ifx_errormsg([int errorcode]){} array ifx_fetch_row(resource result_id,[mixed position]){} array ifx_fieldproperties(resource result_id){} array ifx_fieldtypes(resource result_id){} bool ifx_free_blob(int bid){} bool ifx_free_char(int bid){} bool ifx_free_result(resource result_id){} array ifx_getsqlca(resource result_id){} string ifx_get_blob(int bid){} string ifx_get_char(int bid){} int ifx_htmltbl_result(resource result_id,[string html_table_options]){} bool ifx_nullformat(int mode){} int ifx_num_fields(resource result_id){} int ifx_num_rows(resource result_id){} resource ifx_pconnect([string database,[string userid,[string password]]]){} resource ifx_prepare(string query,resource link_identifier,[int cursor_def],mixed blobidarray){} resource ifx_query(string query,resource link_identifier,[int cursor_type,mixed blobidarray]]){} bool ifx_textasvarchar(int mode){} bool ifx_update_blob(int bid,string content){} bool ifx_update_char(int bid,string content){} int ignore_user_abort([string value]){} bool image2wbmp(resource image,[string filename,[int threshold]]){} bool imagealphablending(resource image,bool blendmode){} bool imageantialias(resource image,bool enabled){} bool imagearc(resource image,int cx,int cy,int width,int height,int start,int end,int color){} bool imagechar(resource image,int font,int x,int y,string c,int color){} bool imagecharup(resource image,int font,int x,int y,string c,int color){} int imagecolorallocate(resource image,int red,int green,int blue){} int imagecolorallocatealpha(resource image,int red,int green,int blue,int alpha){} int imagecolorat(resource image,int x,int y){} int imagecolorclosest(resource image,int red,int green,int blue){} int imagecolorclosestalpha(resource image,int red,int green,int blue,int alpha){} int imagecolorclosesthwb(resource image,int red,int green,int blue){} bool imagecolordeallocate(resource image,int index){} int imagecolorexact(resource image,int red,int green,int blue){} int imagecolorexactalpha(resource image,int red,int green,int blue,int alpha){} bool imagecolormatch(resource image1,resource image2){} int imagecolorresolve(resource image,int red,int green,int blue){} int imagecolorresolvealpha(resource image,int red,int green,int blue,int alpha){} void imagecolorset(resource image,int index,int red,int green,int blue,[int alpha=0]){} array imagecolorsforindex(resource image,int index){} int imagecolorstotal(resource image){} int imagecolortransparent(resource image,[int color]){} resource imageconvolution(resource image,array matrix,float div,float offset){} bool imagecopy(resource dst_im,resource src_im,int dst_x,int dst_y,int src_x,int src_y,int src_w,int src_h){} bool imagecopymerge(resource dst_im,resource src_im,int dst_x,int dst_y,int src_x,int src_y,int src_w,int src_h,int pct){} bool imagecopymergegray(resource dst im,resource src_im,int dst_x,int dst_y,int src_x,int src_y,int src_w,int src_h,int pct){} bool imagecopyresampled(resource dst_im,resource src_im,int dst_x,int dst_y,int src_x,int src_y,int dst_w,int dst_h,int src_w,int src_h){} bool imagecopyresized(resource dst_im,resource src_im,int dst_x,int dst_y,int src_x,int src_y,int dst_w,int dst_h,int src_w,int src_h){} resource imagecreate(int width,int height){} resource imagecreatefromgd(string filename){} resource imagecreatefromgd2(string filename){} resource imagecreatefromgd2part(string filename,int srcX,int srcY,int width,int height){} resource imagecreatefromgif(string filename){} resource imagecreatefromjpeg(string filename){} resource imagecreatefrompng(string filename){} resource imagecreatefromstring(string image){} resource imagecreatefromwbmp(string filename){} resource imagecreatefromxbm(string filename){} resource imagecreatefromxpm(string filename){} resource imagecreatetruecolor(int width,int height){} bool imagedashedline(resource image,int x1,int y1,int x2,int y2,int color){} bool imagedestroy(resource image){} bool imageellipse(resource image,int cx,int cy,int width,int height,int color){} bool imagefill(resource image,int x,int y,int color){} bool imagefilledarc(resource image,int cx,int cy,int width,int height,int start,int end,int color,int style){} bool imagefilledellipse(resource image,int cx,int cy,int w,int h,int color){} bool imagefilledpolygon(resource image,array points,int num_points,int color){} bool imagefilledrectangle(resource image,int x1,int y1,int x2,int y2,int color){} bool imagefilltoborder(resource image,int x,int y,int border,int color){} bool imagefilter(resource image,int filtertype,[int arg1,[int arg2,[int arg3,[int arg4]]]]){} int imagefontheight(int font){} int imagefontwidth(int font){} array imageftbbox(float size,float angle,string font_file,string text,[array extrainfo]){} array imagefttext(resource image,float size,float angle,int x,int y,int color,string fontfile,string text,[array extrainfo]){} bool imagegammacorrect(resource image,float inputgamma,float outputgamma){} bool imagegd(resource image,[string filename]){} bool imagegd2(resource image,[string filename,[int chunk_size,[int type]]]){} bool imagegif(resource image,[string filename]){} resource imagegrabscreen(void){} resource imagegrabwindow(int window_handle,[int client_area=0]){} int imageinterlace(resource image,[int interlace=0]){} bool imageistruecolor(resource image){} bool imagejpeg(resource image,[string filename,[int quality]]){} bool imagelayereffect(resource image,int effect){} bool imageline(resource image,int x1,int y1,int x2,int y2,int color){} int imageloadfont(string filename){} void imagepalettecopy(resource dst,resource src){} bool imagepng(resource image,[string filename,[int quality,[int filters]]]){} bool imagepolygon(resource image,array pointr,int num_points,int color){} array imagepsbbox(string text,resource font,int size,[int space,int tightness,float angle]){} array imagepscopyfont(string text,resource font,int size,[int space,int tightness,float angle]){} bool imagepsencodefont(resource font_index,string filename){} bool imagepsextendfont(resource font_index,float extend){} bool imagepsfreefont(resource font_index){} resource imagepsloadfont(string pathname){} bool imagepsslantfont(resource font_index,float slant){} array imagepstext(resource image,string text,resource font,int size,int foreground,int background,int x,int y,[int space=0,[int tightness=0,[float angle=0.0,[int antialias_steps=4]]]]){} bool imagerectangle(resource image,int x1,int y1,int x2,int y2,int color){} resource imagerotate(resource src_im,float angle,int bgd_color,[int ignore_transparent=0]){} bool imagesavealpha(resource image,bool saveflag){} bool imagesetbrush(resource image,resource brush){} bool imagesetpixel(resource image,int x,int y,int color){} bool imagesetstyle(resource image,array styles){} bool imagesetthickness(resource image,int thickness){} bool imagesettile(resource image,resource tile){} bool imagestring(resource image,int font,int x,int y,string str,int color){} bool imagestringup(resource image,int font,int x,int y,string str,int color){} int imagesx(resource image){} int imagesy(resource image){} void imagetruecolortopalette(resource image,bool dither,int ncolors){} array imagettfbbox(float size,float angle,string font_file,string text){} array imagettftext(resource image,float size,float angle,int x,int y,int color,string font_file,string text){} int imagetypes(void){} bool imagewbmp(resource image,[string filename,[int foreground]]){} bool imagexbm(resource image,string filename,[int foreground]){} string image_type_to_extension(int imagetype,[bool include_dot]){} string image_type_to_mime_type(int imagetype){} string imap_8bit(string string){} array imap_alerts(void){} bool imap_append(resource imap_stream,string mailbox,string message,[string options=NULL]){} string imap_base64(string text){} string imap_binary(string text){} string imap_body(resource imap_stream,int msg_number,[int options=0]){} object imap_bodystruct(resource imap_stream,int msg_number,string section){} object imap_check(resource imap_stream){} bool imap_clearflag_full(resource imap_stream,string sequence,string flag,[int options=0]){} bool imap_close(resource imap_stream,[int options=0]){} bool imap_createmailbox(resource imap_stream,string mailbox){} bool imap_delete(resource imap_stream,int msg_number,[int options=0]){} bool imap_deletemailbox(resource stream_id,string mailbox){} array imap_errors(void){} bool imap_expunge(resource stream_id){} string imap_fetchbody(resource imap_stream,int msg_number,string section,[int options=0]){} string imap_fetchheader(resource imap_stream,int msg_number,[int options=0]){} object imap_fetchstructure(resource imap_stream,int msg_number,[int options=0]){} array imap_fetch_overview(resource imap_stream,string sequence,[int options=0]){} array imap_getacl(resource imap_stream,string mailbox){} array imap_getmailboxes(resource imap_stream,string ref,string pattern){} array imap_getsubscribed(resource imap_stream,string ref,string pattern){} array imap_get_quota(resource imap_stream,string qroot){} array imap_get_quotaroot(resource imap_stream,string mbox){} object imap_headerinfo(resource stream_id,int msg_no,[int from_length=0,[int subject_length=0,[string default_host=NULL]]]){} array imap_headers(resource imap_stream){} string imap_last_error(void){} array imap_list(resource imap_stream,string ref,string pattern){} array imap_listscan(resource imap_stream,string ref,string pattern,string content){} array imap_lsub(resource imap_stream,string ref,string pattern){} bool imap_mail(string to,string subject,string message,[string additional_headers=NULL,[string cc=NULL,[string bcc=NULL,[string rpath=NULL]]]]){} object imap_mailboxmsginfo(resource imap_stream){} string imap_mail_compose(array envelope,array body){} bool imap_mail_copy(resource imap_stream,string msglist,string mailbox,[int options=0]){} bool imap_mail_move(resource imap_stream,int msg_number,string mailbox,[int options=0]){} array imap_mime_header_decode(string str){} int imap_msgno(resource imap_stream,int uid){} int imap_num_msg(resource imap_stream){} int imap_num_recent(resource imap_stream){} resource imap_open(string mailbox,string user,string password,[int options,[int n_retries=0,[array params=NULL]]]){} bool imap_ping(resource imap_stream){} string imap_qprint(string string){} bool imap_renamemailbox(resource imap_stream,string old_mbox,string new_mbox){} bool imap_reopen(resource imap_stream,string mailbox,[int options=0,[int n_retries=0]]){} array imap_rfc822_parse_adrlist(string address,string default_host){} object imap_rfc822_parse_headers(string headers,[string default_hostUNKNOWN]){} string imap_rfc822_write_address(string mailbox,string host,string personal){} bool imap_savebody(resource imap_stream,mixed file,int msg_number,[string section,[int options=0]]){} array imap_search(resource imap_stream,string criteria,[int options=SE_FREE,[string charset]]){} bool imap_setacl(resource imap_stream,string mailbox,string id,string rights){} bool imap_setflag_full(resource imap_stream,string sequence,string flag,[int options]){} bool imap_set_quota(resource imap_stream,string quota_root,int quota_limit){} array imap_sort(resource imap_stream,int criteria,int reverse,[int options=0,[string search_criteria=NULL,[string charset=NULL]]]){} object imap_status(resource imap_stream,string mailbox,int options){} bool imap_subscribe(resource imap_stream,string mailbox){} array imap_thread(resource imap_stream,[int options=SE_FREE]){} mixed imap_timeout(int timeout_type,[int timeout=-1]){} int imap_uid(resource imap_stream,int msg_number){} bool imap_undelete(resource imap_stream,int msg_no){} bool imap_unsubscribe(resource imap_stream,string mailbox){} string imap_utf7_decode(string text){} string imap_utf7_encode(string data){} string imap_utf8(string mime_encoded_text){} string implode([string glue],array pieces){} bool import_request_variables(string types,[string prefix]){} string inet_ntop(string in_addr){} string inet_pton(string ip_address){} string ini_get(string varname){} array ini_get_all([string extension,[bool details=true]]){} void ini_restore(string varname){} string ini_set(string varname,string newvalue){} bool interface_exists(string interface_name,[bool autoload=true]){} int intval(mixed var,[int base=10]){} bool in_array(mixed needle,mixed haystack,[bool strict]){} int ip2long(string ip_address){} mixed iptcembed(string iptcdata,string jpeg_file_name,[int spool]){} array iptcparse(string iptcblock){} bool isset(mixed var,[mixed var,[mixed ...]]){} bool is_a(object object,string class_name){} bool is_array(mixed var){} bool is_bool(mixed var){} bool is_callable(callback name,[bool syntax_only=false,[string callable_name]]){} bool is_dir(string filename){} bool is_executable(string filename){} bool is_file(string filename){} bool is_finite(float val){} bool is_float(mixed var){} bool is_infinite(float val){} bool is_int(mixed var){} bool is_link(string filename){} bool is_nan(float val){} bool is_null(mixed var){} bool is_numeric(mixed var){} bool is_object(mixed var){} bool is_readable(string filename){} bool is_resource(mixed var){} bool is_scalar(mixed value){} bool is_soap_fault(mixed object){} bool is_string(mixed var){} bool is_subclass_of(mixed object,string class_name){} bool is_uploaded_file(string filename){} bool is_writable(string filename){} int iterator_apply(Traversable iterator,callback function,[array args]){} int iterator_count(Traversable iterator){} array iterator_to_array(Traversable iterator,[bool use_keys=true]){} void java_last_exception_clear(void){} object java_last_exception_get(void){} mixed jddayofweek(int julianday,[int mode=CAL_DOW_DAYNO]){} string jdmonthname(int julianday,int mode){} string jdtofrench(int juliandaycount){} string jdtogregorian(int julianday){} string jdtojewish(int juliandaycount,[bool hebrew=false,[int fl=0]]){} string jdtojulian(int julianday){} int jdtounix(int jday){} int jewishtojd(int month,int day,int year){} bool jpeg2wbmp(string jpegname,string bmpname,int dest_height,int dest_width,int threshold){} mixed json_decode(string json,[bool assoc=false,[int depth=512,[int options=0]]]){} string json_encode(mixed value,[int options=0]){} int json_last_error(void){} int juliantojd(int month,int day,int year){} mixed key(array array){} bool krsort(array array,[int sort_flags=SORT_REGULAR]){} bool ksort(array array,[int sort_flags=SORT_REGULAR]){} string lcfirst(string str){} float lcg_value(void){} bool lchgrp(string filename,mixed group){} string ldap_8859_to_t61(string value){} bool ldap_add(resource link,string dn,array entry){} bool ldap_bind(resource link,[string dn=NULL,[string password=NULL]]){} mixed ldap_compare(resource link,string dn,string attr,string value){} resource ldap_connect([string hostname=NULL,[int port=389]]){} int ldap_count_entries(resource link,resource result){} bool ldap_delete(resource link,string dn){} string ldap_dn2ufn(string dn){} string ldap_err2str(int errno){} int ldap_errno(resource link){} string ldap_error(resource link){} array ldap_explode_dn(string dn,int with_attrib){} string ldap_first_attribute(resource link,resource result_entry){} resource ldap_first_entry(resource link,resource result){} resource ldap_first_reference(resource link,resource result){} bool ldap_free_result(resource result_identifier){} array ldap_get_attributes(resource link_identifier,resource result_entry_identifier){} string ldap_get_dn(resource link_identifier,resource result_entry_identifier){} array ldap_get_entries(resource link_identifier,resource result_identifier){} bool ldap_get_option(resource link_identifier,int option,mixed retval){} array ldap_get_values(resource link_identifier,resource result_entry_identifier,string attribute){} array ldap_get_values_len(resource link_identifier,resource result_entry_identifier,string attribute){} resource ldap_list(resource link_identifier,string base_dn,string filter,[array attributes,[int attrsonly,[int sizelimit,[int timelimit,[int deref]]]]]){} bool ldap_modify(resource link_identifier,string dn,array entry){} bool ldap_mod_add(resource link_identifier,string dn,array entry){} bool ldap_mod_del(resource link_identifier,string dn,array entry){} bool ldap_mod_replace(resource link_identifier,string dn,array entry){} string ldap_next_attribute(resource link_identifier,resource result_entry_identifier){} resource ldap_next_entry(resource link_identifier,resource result_entry_identifier){} resource ldap_next_reference(resource link,resource entry){} bool ldap_parse_reference(resource link,resource entry,array referrals){} bool ldap_parse_result(resource link,resource result,int errcode,[string matcheddn,[string errmsg,[array referrals]]]){} resource ldap_read(resource link_identifier,string base_dn,string filter,[array attrs,[int attrsonly,[int sizelimit,[int timelimit,[int deref]]]]]){} bool ldap_rename(resource link_identifier,string dn,string newrdn,string newparent,bool deleteoldrdn){} bool ldap_sasl_bind(resource link_identifier,[string binddn=NULL,[string password=NULL,[string sasl_mech=NULL,[string sasl_realm=NULL,[string sasl_authc_id=NULL,[string sasl_authz_id=NULL,[string props=NULL]]]]]]]){} resource ldap_search(resource link_identifier,string base_dn,string filter,[array attributes,[int attrsonly,[int sizelimit,[int timelimit,[int deref]]]]]){} bool ldap_set_option(resource link_identifier,int option,mixed newval){} bool ldap_set_rebind_proc(resource link_identifier,callback callback){} bool ldap_sort(resource link,resource result,string sortfilter){} bool ldap_start_tls(resource link){} string ldap_t61_to_8859(string value){} bool ldap_unbind(resource link){} int levenshtein(string str1,string str2,[int cost_ins,int cost_rep,int cost_del]){} void libxml_clear_errors(void){} bool libxml_disable_entity_loader([bool disable=true]){} array libxml_get_errors(void){} LibXMLError libxml_get_last_error(void){} void libxml_set_streams_context(resource streams_context){} bool libxml_use_internal_errors([bool use_errors=false]){} bool link(string from_path,string to_path){} int linkinfo(string path){} array list(mixed varname,[mixed ...]){} array localeconv(void){} string locale_get_default(void){} bool locale_set_default(string locale){} array localtime([int timestamp,[bool is_associative=false]]){} float log(float arg,[float base=M_E]){} float log10(float number){} float log1p(float number){} string long2ip(string proper_address){} array lstat(string filename){} string ltrim(string str,[string charlist]){} bool mail(string to,string subject,string message,[string additional_headers,[string additional_parameters]]){} mixed max(mixed arg1,[mixed arg2,[mixed ...]]){} bool mb_check_encoding([string var=NULL,[string encoding]]){} string mb_convert_case(string str,int mode=MB_CASE_UPPER,[string encoding]){} string mb_convert_encoding(string str,string to_encoding,[mixed from_encoding]){} string mb_convert_kana(string str,[string optionKV],[string encoding]){} string mb_convert_variables(string to_encoding,mixed from_encoding,[mixed vars,[mixed ...]]){} string mb_decode_mimeheader(string str){} string mb_decode_numericentity(string str,array convmap,string encoding){} string mb_detect_encoding(string str,[mixed encoding_list,[bool strict=false]]){} mixed mb_detect_order([mixed encoding_list]){} string mb_encode_mimeheader(string str,[string charset,[string transfer_encoding,[string linefeed,[int indent]]]]){} string mb_encode_numericentity(string str,array convmap,string encoding){} array mb_encoding_aliases(string encoding){} int mb_ereg(string pattern,string string,[array regs]){} int mb_eregi(string pattern,string string,[array regs]){} string mb_eregi_replace(string pattern,string replacement,string string,[string optionmsri]){} bool mb_ereg_match(string pattern,string string,[string optionmsr]){} string mb_ereg_replace(string pattern,string replacement,string string,[string optionmsr]){} bool mb_ereg_search([string pattern,[string optionms]]){} int mb_ereg_search_getpos(void){} array mb_ereg_search_getregs(void){} bool mb_ereg_search_init(string str,[string pattern,[string optionmsr]]){} array mb_ereg_search_pos([string pattern,[string optionms]]){} array mb_ereg_search_regs([string pattern,[string optionms]]){} bool mb_ereg_search_setpos(int position){} mixed mb_get_info([string typeall]){} mixed mb_http_input([string type]){} mixed mb_http_output([string encoding]){} mixed mb_internal_encoding([string encoding]){} mixed mb_language([string language]){} array mb_list_encodings(void){} string mb_output_handler(string contents,int status){} bool mb_parse_str(string encoded_string,[array result]){} string mb_preferred_mime_name(string encoding){} mixed mb_regex_encoding([string encoding]){} string mb_regex_set_options([string optionsmsr]){} int mb_send_mail(string to,string subject,string message,[string additional_headers=NULL,[string additional_parameter=NULL]]){} array mb_split(string pattern,string string,[int limit=-1]){} string mb_strcut(string str,int start,[int length,[string encoding]]){} string mb_strimwidth(string str,int start,int width,[string trimmarker,[string encoding]]){} int mb_stripos(string haystack,string needle,[int offset,[string encoding]]){} string mb_stristr(string haystack,string needle,[bool part=false,[string encoding]]){} int mb_strlen(string str,[string encoding]){} int mb_strpos(string haystack,string needle,[int offset,[string encoding]]){} string mb_strrchr(string haystack,string needle,[bool part=false,[string encoding]]){} string mb_strrichr(string haystack,string needle,[bool part=false,[string encoding]]){} int mb_strripos(string haystack,string needle,[int offset,[string encoding]]){} int mb_strrpos(string haystack,string needle,[int offset,[string encoding]]){} string mb_strstr(string haystack,string needle,[bool part=false,[string encoding]]){} string mb_strtolower(string sourcestring,[string encoding]){} string mb_strtoupper(string sourcestring,[string encoding]){} int mb_strwidth(string str,[string encoding]){} mixed mb_substitute_character([mixed substchar]){} string mb_substr(string str,int start,[int length,[string encoding]]){} int mb_substr_count(string haystack,string needle,[string encoding]){} string mcrypt_cbc(int cipher,string key,string data,int mode,[string iv]){} string mcrypt_cfb(int cipher,string key,string data,int mode,[string iv]){} string mcrypt_create_iv(int size,[int source=MCRYPT_DEV_RANDOM]){} string mcrypt_decrypt(string cipher,string key,string data,string mode,[string iv]){} string mcrypt_ecb(int cipher,string key,string data,int mode,[string iv]){} string mcrypt_encrypt(string cipher,string key,string data,string mode,string iv){} string mcrypt_enc_get_algorithms_name(resource td){} int mcrypt_enc_get_block_size(resource td){} int mcrypt_enc_get_iv_size(resource td){} int mcrypt_enc_get_key_size(resource td){} string mcrypt_enc_get_modes_name(resource td){} array mcrypt_enc_get_supported_key_sizes(resource td){} bool mcrypt_enc_is_block_algorithm(resource td){} bool mcrypt_enc_is_block_algorithm_mode(resource td){} bool mcrypt_enc_is_block_mode(resource td){} int mcrypt_enc_self_test(resource td){} string mcrypt_generic(resource td,string data){} bool mcrypt_generic_deinit(resource td){} bool mcrypt_generic_end(resource td){} int mcrypt_generic_init(resource td,string key,string iv){} int mcrypt_get_block_size(string cipher,string module){} string mcrypt_get_cipher_name(string cipher){} int mcrypt_get_iv_size(string cipher,string mode){} int mcrypt_get_key_size(string cipher,string module){} array mcrypt_list_algorithms([string lib_dir]){} array mcrypt_list_modes([string lib_dir]){} bool mcrypt_module_close(resource td){} int mcrypt_module_get_algo_block_size(string algorithm,[string lib_dir]){} int mcrypt_module_get_algo_key_size(string algorithm,[string lib_dir]){} array mcrypt_module_get_supported_key_sizes(string algorithm,[string lib_dir]){} bool mcrypt_module_is_block_algorithm(string algorithm,[string lib_dir]){} bool mcrypt_module_is_block_algorithm_mode(string mode,[string lib_dir]){} bool mcrypt_module_is_block_mode(string mode,[string lib_dir]){} resource mcrypt_module_open(string algorithm,string algorithm_directory,string mode,string mode_directory){} bool mcrypt_module_self_test(string algorithm,[string lib_dir]){} string mcrypt_ofb(int cipher,string key,string data,int mode,string iv){} string md5(string str,[bool raw_output=false]){} string md5_file(string filename,[bool raw_output=false]){} string mdecrypt_generic(resource td,string data){} int memory_get_peak_usage([bool real_usage=false]){} int memory_get_usage([bool real_usage=false]){} string metaphone(string str,[int phones=0]){} bool method_exists(mixed object,string method_name){} string mhash(int hash,string data,[string key]){} int mhash_count(void){} int mhash_get_block_size(int hash){} string mhash_get_hash_name(int hash){} string mhash_keygen_s2k(int hash,string password,string salt,int bytes){} mixed microtime([bool get_as_float]){} string mime_content_type(string filename){} mixed min(mixed arg1,[mixed arg2,[mixed ...]]){} int ming_keypress(string str){} void ming_setcubicthreshold(int threshold){} void ming_setscale(int scale){} void ming_useconstants(int use){} void ming_useswfversion(int version){} bool mkdir(string pathname,[int mode=0777,[bool recursive=false,[resource context]]]){} int mktime([int hour,[int minute,[int second,[int month,[int day,[int year,[int is_dst=-1]]]]]]]){} string money_format(string format,float number){} bool move_uploaded_file(string filename,string destination){} resource msg_get_queue(int key,[int perms]){} mixed msg_receive(resource queue,int desiredmsgtype,int msgtype,int maxsize,mixed message,[bool unserialize=true,[int flags=0,[int errorcode]]]){} bool msg_remove_queue(resource queue){} bool msg_send(resource queue,int msgtype,mixed message,[bool serialize=true,[bool blocking=true,[int errorcode]]]){} bool msg_set_queue(resource queue,array data){} array msg_stat_queue(resource queue){} int msql_affected_rows(resource result){} bool msql_close([resource link_identifier]){} resource msql_connect([string hostname]){} bool msql_create_db(string database_name,[resource link_identifier]){} bool msql_data_seek(resource query,int row_number){} resource msql_db_query(string database_name,string query,[resource link_identifier]){} bool msql_drop_db(string database_name,[resource link_identifier]){} string msql_error(void){} array msql_fetch_array(resource result,[int result_type]){} object msql_fetch_field(resource result,[int field_offset]){} object msql_fetch_object(resource result){} array msql_fetch_row(resource result){} string msql_field_flags(resource result,int field_offset){} int msql_field_len(resource result,int field_offet){} string msql_field_name(resource result,int field_index){} bool msql_field_seek(resource result,int field_offset){} int msql_field_table(resource result,int field_offset){} string msql_field_type(resource result,int field_offset){} bool msql_free_result(resource result){} resource msql_list_dbs([resource link_identifier]){} resource msql_list_fields(string database_name,string table_name,[resource link_identifier]){} resource msql_list_tables(string database_name,[resource link_identifier]){} int msql_num_fields(resource result){} int msql_num_rows(resource result){} resource msql_pconnect([string hostname]){} resource msql_query(string query,[resource link_identifier]){} string msql_result(resource result,int row,[mixed field]){} bool msql_select_db(string database_name,[resource link_identifier]){} bool mssql_bind(resource stmt,string param_name,mixed var,int type,[int is_output=false,[int is_null=false,[int maxlen=-1]]]){} bool mssql_close([resource conn_id]){} resource mssql_connect([string servername,[string username,[string password,[bool new_link]]]]){} bool mssql_data_seek(resource result_id,int offset){} mixed mssql_execute(resource stmt,[bool skip_results=false]){} array mssql_fetch_array(resource result_id,[int result_type]){} array mssql_fetch_assoc(resource result_id){} int mssql_fetch_batch(resource result){} object mssql_fetch_field(resource result,[int field_offset=-1]){} object mssql_fetch_object(resource result_id){} array mssql_fetch_row(resource result){} int mssql_field_length(resource result,[int offset=-1]){} string mssql_field_name(resource result,[int offset=-1]){} bool mssql_field_seek(resource result,int field_offset){} string mssql_field_type(resource result,[int offset=-1]){} bool mssql_free_result(resource result_index){} bool mssql_free_statement(resource result_index){} string mssql_get_last_message(void){} string mssql_guid_string(string binary,[bool short_format=false]){} resource mssql_init(string sp_name,[resource link_identifier]){} void mssql_min_error_severity(int severity){} void mssql_min_message_severity(int severity){} bool mssql_next_result(resource result_id){} int mssql_num_fields(resource result){} int mssql_num_rows(resource result){} resource mssql_pconnect([string servername,[string username,[string password,[bool new_link]]]]){} mixed mssql_query(string query,[resource link_identifier,[int batch_size=0]]){} string mssql_result(resource result,int row,mixed field){} int mssql_rows_affected(resource link_identifier){} bool mssql_select_db(string database_name,[resource link_identifier]){} int mt_getrandmax(void){} int mt_rand([int min,int max]){} void mt_srand([int seed]){} int mysqli_affected_rows(mysqli link){} bool mysqli_autocommit(mysqli link,bool mode){} bool mysqli_change_user(mysqli link,string user,string password,string database){} string mysqli_character_set_name(mysqli link){} bool mysqli_close(mysqli link){} bool mysqli_commit(mysqli link){} mysqli mysqli_connect([string host,[string username,[string passwd,[string dbname,[int port,[string socket]]]]]]){} int mysqli_connect_errno(void){} string mysqli_connect_error(void){} bool mysqli_data_seek(mysqli_result result,int offset){} void mysqli_debug(string message){} bool mysqli_disable_reads_from_master(mysqli link){} bool mysqli_disable_rpl_parse(mysqli link){} bool mysqli_dump_debug_info(mysqli link){} void mysqli_embedded_server_end(void){} bool mysqli_embedded_server_start(bool start,array arguments,array groups){} bool mysqli_enable_reads_from_master(mysqli link){} bool mysqli_enable_rpl_parse(mysqli link){} int mysqli_errno(mysqli link){} string mysqli_error(mysqli link){} mixed mysqli_fetch_array(mysqli_result result,[int result_type=MYSQLI_BOTH]){} array mysqli_fetch_assoc(mysqli_result result){} object mysqli_fetch_field(mysqli_result result){} array mysqli_fetch_fields(mysqli_result result){} object mysqli_fetch_object(mysqli_result result,[string class_name,[array_params]]){} mixed mysqli_fetch_row(mysqli_result result){} int mysqli_field_count(mysqli link){} bool mysqli_field_seek(mysqli_result result,int fieldnr){} int mysqli_field_tell(mysqli_result result){} void mysqli_free_result(mysqli_result result){} object mysqli_get_charset(mysqli link){} string mysqli_get_client_info(mysqli link){} int mysqli_get_client_version(mysqli link){} int mysqli_get_proto_info(mysqli link){} string mysqli_get_server_info(mysqli link){} int mysqli_get_server_version(mysqli link){} mysqli_warning mysqli_get_warnings(mysqli link){} string mysqli_info(mysqli link){} mysqli mysqli_init(void){} mixed mysqli_insert_id(mysqli link){} bool mysqli_kill(mysqli link,int processid){} bool mysqli_master_query(mysqli link,string query){} bool mysqli_more_results(mysqli link){} bool mysqli_multi_query(mysqli link,string query){} bool mysqli_next_result(mysqli link){} int mysqli_num_fields(mysqli_result result){} int mysqli_num_rows(mysqli_result result){} bool mysqli_options(mysqli link,int option,mixed value){} int mysqli_poll(array read,array error,array reject,int sec,[int usec]){} bool mysqli_ping(mysqli link){} mysqli_stmt mysqli_prepare(mysqli link,string query){} mixed mysqli_query(mysqli link,string query,[int resultmode]){} bool mysqli_real_connect(mysqli link,[string host,[string username,[string passwd,[string dbname,[int port,[string socket,[int flags]]]]]]]){} string mysqli_real_escape_string(mysqli link,string escapestr){} bool mysqli_real_query(mysqli link,string query){} bool mysqli_report(int flags){} bool mysqli_rollback(mysqli link){} bool mysqli_select_db(mysqli link,string dbname){} bool mysqli_set_charset(mysqli link,string charset){} void mysqli_set_local_infile_default(mysqli link){} bool mysqli_set_local_infile_handler(mysqli link,callback read_func){} bool" descr="totoooo mysqli_slave_query(mysqli link,string query){} string mysqli_sqlstate(mysqli link){} bool mysqli_ssl_set(mysqli link,string key,string cert,string ca,string capath,string cipher){} string mysqli_stat(mysqli link){} int mysqli_stmt_affected_rows(mysqli_stmt stmt){} int mysqli_stmt_attr_get(mysqli_stmt stmt,int attr){} int mysqli_stmt_attr_set(mysqli_stmt stmt,int attr,int mode){} bool mysqli_stmt_bind_param(mysqli_stmt stmt,string types,mixed variable,[mixed ...]){} bool mysqli_stmt_bind_result(mysqli_stmt stmt,mixed var,[mixed ...]){} bool mysqli_stmt_close(mysqli_stmt stmt){} void mysqli_stmt_data_seek(mysqli_stmt stmt,int offset){} int mysqli_stmt_errno(mysqli_stmt stmt){} string mysqli_stmt_error(mysqli_stmt stmt){} bool mysqli_stmt_execute(mysqli_stmt stmt){} mixed mysqli_stmt_fetch(mysqli_stmt stmt){} int mysqli_stmt_field_count(mysqli_stmt stmt){} void mysqli_stmt_free_result(mysqli_stmt stmt){} object mysqli_stmt_get_warnings(mysqli_stmt link){} mixed mysqli_stmt_init(mysqli_stmt link){} mixed mysqli_stmt_insert_id(mysqli_stmt stmt){} mixed mysqli_stmt_num_rows(mysqli_stmt stmt){} int mysqli_stmt_param_count(mysqli_stmt stmt){} bool mysqli_stmt_prepare(mysqli_stmt stmt,string query){} bool mysqli_stmt_reset(mysqli_stmt stmt){} mixed mysqli_stmt_result_metadata(mysqli_stmt stmt){} bool mysqli_stmt_send_long_data(mysqli_stmt stmt,int param_nr,string data){} string mysqli_stmt_sqlstate(mysqli_stmt stmt){} bool mysqli_stmt_store_result(mysqli_stmt stmt){} mysqli_result mysqli_store_result(mysqli_stmt link){} int mysqli_thread_id(mysqli_stmt link){} bool mysqli_thread_safe(void){} mysqli_result mysqli_use_result(mysqli link){} int mysql_affected_rows([resource link_identifier]){} int mysql_change_user([resource link_identifier]){} string mysql_client_encoding([resource link_identifier]){} bool mysql_close([resource link_identifier]){} resource mysql_connect([string server,[string username,[string password,[bool new_link=false,[int client_flags=0]]]]]){} bool mysql_create_db(string database_name,[resource link_identifier]){} bool mysql_data_seek(resource result,int row_number){} string mysql_db_name(resource result,int row,[mixed field]){} resource mysql_db_query(string database_name,string query,[resource link_identifier]){} bool mysql_drop_db(string database_name,[resource link_identifier]){} int mysql_errno([resource link_identifier]){} string mysql_error([resource link_identifier]){} string mysql_escape_string(string to_be_escaped){} array mysql_fetch_array(resource result,[int result_type=MYSQL_BOTH]){} array mysql_fetch_assoc(resource result){} object mysql_fetch_field(resource result,[int field_offset=0]){} array mysql_fetch_lengths(resource result){} object mysql_fetch_object(resource result,[string class_name,[array params]]){} array mysql_fetch_row(resource result){} string mysql_field_flags(resource result,int field_offset){} int mysql_field_len(resource result,int field_offset){} string mysql_field_name(resource result,int field_offset){} bool mysql_field_seek(resource result,int field_offset){} string mysql_field_table(resource result,int field_offset){} string mysql_field_type(resource result,int field_offset){} bool mysql_free_result(resource result){} string mysql_get_client_info(void){} string mysql_get_host_info([resource link_identifier]){} int mysql_get_proto_info([resource link_identifier]){} string mysql_get_server_info([resource link_identifier]){} string mysql_info([resource link_identifier]){} int mysql_insert_id([resource link_identifier]){} resource mysql_list_dbs([resource link_identifier]){} resource mysql_list_fields(string database_name,string table_name,[resource link_identifier]){} resource mysql_list_processes([resource link_identifier]){} resource mysql_list_tables(string database,[resource link_identifier]){} int mysql_num_fields(resource result){} int mysql_num_rows(resource result){} resource mysql_pconnect([string server],[string username,[string password,[int client_flags]]]]){} bool mysql_ping([resource link_identifier]){} resource mysql_query(string query,[resource link_identifier]){} string mysql_real_escape_string(string unescaped_string,[resource link_identifier]){} string mysql_result(resource result,int row,[mixed field=0]){} bool mysql_select_db(string database_name,[resource link_identifier]){} bool mysql_set_charset(string csname,[resource link_identifier]){} string mysql_stat([resource link_identifier]){} string mysql_tablename(resource result,int i){} int mysql_thread_id([resource link_identifier]){} resource mysql_unbuffered_query(string query,[resource link_identifier]){} bool natcasesort(array array){} bool natsort(array array){} mixed next(array array){} string ngettext(string msgid1,string msgid2,int n){} string nl2br(string string,[bool is_xhtml=true]){} string nl_langinfo(int item){} array nsapi_request_headers(void){} array nsapi_response_headers(void){} bool nsapi_virtual(string uri){} string number_format(float number,[int decimals,[string dec_point,[string thousands_sep]]]){} void ob_clean(void){} bool ob_end_clean(void){} bool ob_end_flush(void){} void ob_flush(void){} bool ob_get_clean(void){} string ob_get_contents(void){} string ob_get_flush(void){} int ob_get_length(void){} int ob_get_level(void){} array ob_get_status([bool full_status=false]){} string ob_gzhandler(string buffer,int mode){} string ob_iconv_handler(string contents,int status){} array ob_list_handlers(void){} void ob_implicit_flush([int flag=true]){} bool ob_start([callback output_callback,[int chunk_size,[bool erase]]]){} string ob_tidyhandler(string input,[int mode]){} int ocifetchinto(resource stmt,array result,[int mode]){} bool ocigetbufferinglob(void){} bool oci_bind_array_by_name(resource statement,string name,array var_array,int max_table_length,[int max_item_length=-1,[int type=SQLT_AFC]]){} bool oci_bind_by_name(resource statement,string bv_name,mixed variable,[int maxlength=-1,[int type=SQLT_CHR]]){} bool oci_cancel(resource stmt){} bool oci_close(resource connection){} bool oci_commit(resource connection){} resource oci_connect(string username,string password,[string connection_string,[string charset_set,[int session_mode]]]){} bool oci_define_by_name(resource statement,string name,mixed var,[int type=SQLT_CHR]){} array oci_error([resource source]){} bool oci_execute(resource statement,[int mode=OCI_COMMIT_ON_SUCCESS]){} bool oci_fetch(resource statement){} int oci_fetch_all(resource statement,array output,[int skip=0,[int maxrows=-1,[int flags]]]){} array oci_fetch_array(resource statement,[int mode]){} array oci_fetch_assoc(resource statement){} object oci_fetch_object(resource statement){} array oci_fetch_row(resource statement){} bool oci_field_is_null(resource statement,mixed field){} string oci_field_name(resource statement,int field){} int oci_field_precision(resource statement,int field){} int oci_field_scale(resource statement,int field){} int oci_field_size(resource statement,mixed field){} mixed oci_field_type(resource statement,int field){} int oci_field_type_raw(resource statement,int field){} bool oci_free_statement(resource statement){} void oci_internal_debug(int onoff){} bool oci_lob_copy(object lob_to,object lob_from,[int length=0]){} bool oci_lob_export([string filename,[int start,[int length=0]]]){} bool oci_lob_flush([int flag]){} bool oci_lob_import(string filename){} bool oci_lob_is_equal(object lob1,object lob2){} string oci_lob_load(void){} string oci_lob_read(int length){} bool oci_lob_rewind(void){} bool oci_lob_save(string data,[int offset]){} bool oci_lob_seek(int offset,[int whence]){} int oci_lob_size(void){} int oci_lob_tell(void){} bool oci_lob_truncate([int length]){} int oci_lob_write(string str,[int length]){} bool oci_lob_write_temporary(string var,[int lob_type]){} object oci_new_collection(resource connection,string tdo,[string schema=NULL]){} resource oci_new_connect(string user,string pass,[string connection_string,[string character_set,[int session_mode]]]){} resource oci_new_cursor(resource connection){} object oci_new_descriptor(resource connection,[int type=OCI_DTYPE_LOB]){} int oci_num_fields(resource stmt){} int oci_num_rows(resource stmt){} resource oci_parse(resource connection,string sql_text){} bool oci_password_change(resource connection,string username,string old_password,string new_password){} resource oci_pconnect(string user,string pass,[string connection_string,[string charset,[int session_mode]]]){} mixed oci_result(resource stmt,mixed field){} bool oci_rollback(resource connection){} string oci_server_version(resource connection){} bool oci_set_prefetch(resource stmt,int prefetch_rows){} string oci_statement_type(resource stmt){} number octdec(string octal_number){} mixed odbc_autocommit(resource connection_id,[bool OnOff=false]){} bool odbc_binmode(int result_id,int mode){} void odbc_close(resource connection_id){} void odbc_close_all(void){} resource odbc_columnprivileges(resource connection_id,string catalog,string schema,string table,string column){} resource odbc_columns(resource connection_id,[string qualifier,[string schema,[string table_name,[string column_name]]]]){} bool odbc_commit(resource connection_id){} resource odbc_connect(string dsn,string user,string password,[int cursor_type]){} string odbc_cursor(resource result_id){} array odbc_data_source(resource connection_id,int fetch_type){} string odbc_error([resource connection_id]){} string odbc_errormsg([resource connection_id]){} resource odbc_exec(resource connection_id,string query,[int flags]){} bool odbc_execute(resource result_id,[array parameters_array]){} array odbc_fetch_array(resource result,[int rownumber]){} int odbc_fetch_into(resource result_id,array result_array,[int rownumber]){} object odbc_fetch_object(resource result,[int rownumber]){} bool odbc_fetch_row(resource result_id,[int row_number]){} int odbc_field_len(resource result_id,int field_number){} string odbc_field_name(resource result_id,int field_number){} int odbc_field_num(resource result_id,string field_name){} int odbc_field_scale(resource result_id,int field_number){} string odbc_field_type(resource result_id,int field_number){} resource odbc_foreignkeys(resource connection_id,string pk_qualifier,string pk_owner,string pk_table,string fk_qualifier,string fk_owner,string fk_table){} bool odbc_free_result(resource result_id){} resource odbc_gettypeinfo(resource connection_id,[int data_type]){} bool odbc_longreadlen(resource result_id,int length){} bool odbc_next_result(resource result_id){} int odbc_num_fields(resource result_id){} int odbc_num_rows(resource result_id){} resource odbc_pconnect(string dsn,string user,string password,[int cursor_type]){} resource odbc_prepare(resource connection_id,string query){} resource odbc_primarykeys(resource connection_id,string qualifier,string owner,string table){} resource odbc_procedurecolumns(resource connection_id,[string qualifier,string owner,string proc,string column]){} resource odbc_procedures(resource connection_id,[string qualifier,string owner,string name]){} mixed odbc_result(resource result_id,mixed field){} int odbc_result_all(resource result_id,[string format]){} bool odbc_rollback(resource connection_id){} bool odbc_setoption(resource id,int function,int option,int param){} resource odbc_specialcolumns(resource connection_id,int type,string qualifier,string owner,string table,int scope,int nullable){} resource odbc_statistics(resource connection_id,string qualifier,string owner,string name,int unique,int accuracy){} resource odbc_tableprivileges(resource connection_id,string qualifier,string owner,string name){} resource odbc_tables(resource connection_id,[string qualifier,[string owner,[string name,[string table_types]]]]){} resource opendir(string path,[resource context]){} bool openlog(string ident,int option,int facility){} bool openssl_csr_export(resource csr,string out,[bool notext=true]){} bool openssl_csr_export_to_file(resource csr,string outfilename,[bool notext=true]){} resource openssl_csr_get_public_key(mixed csr,[bool use_shortnames=true]){} array openssl_csr_get_subject(mixed csr,[bool use_shortnames=true]){} mixed openssl_csr_new(array dn,resource privkey,[array configargs,[array extraattribs]]){} resource openssl_csr_sign(mixed csr,mixed cacert,mixed priv_key,int days,[array config_args,[int serial=0]]){} string openssl_decrypt(string data,string method,string password,[string raw_input=false]){} string openssl_digest(string data,string method,[string raw_input=false]){} string openssl_encrypt(string data,string method,string password,[string raw_input=false]){} string openssl_error_string(void){} void openssl_free_key(resource key_identifier){} bool openssl_open(string data,string opendata,string env_key,mixed privkey){} bool openssl_pkcs7_decrypt(string infilename,string outfilename,mixed recipcert,[mixed recipkey]){} bool openssl_pkcs7_encrypt(string infile,string outfile,mixed recipcerts,array headers,[int flags=0,[int cipherid=OPENSSL_CIPHER_RC2_40]]){} bool openssl_pkcs7_sign(string infilename,string outfilename,mixed signcert,mixed privkey,array headers,[int flags=PKCS7_DETACHED,[string extracerts]]){} mixed openssl_pkcs7_verify(string filename,int flags,string outfilename,[array cainfo,[string extracerts,[string content]]]){} bool openssl_pkey_export(mixed key,string out,[string passphrase,[array config_args]]){} bool openssl_pkey_export_to_file(mixed key,string outfilename,[string passphrase,[array config_args]]){} void openssl_pkey_free(int key){} array openssl_pkey_get_details(resource key){} resource openssl_pkey_get_private(mixed key,[string passphrase]){} resource openssl_pkey_get_public(mixed certificate){} resource openssl_pkey_new([array configargs]){} bool openssl_private_decrypt(string data,string decrypted,mixed key,[int padding=OPENSSL_PKCS1_PADDING]){} bool openssl_private_encrypt(string data,string crypted,mixed key,[int padding=OPENSSL_PKCS1_PADDING]){} bool openssl_public_decrypt(string data,string crypted,resource key,[int padding=OPENSSL_PKCS1_PADDING]){} bool openssl_public_encrypt(string data,string crypted,mixed key,[int padding=OPENSSL_PKCS1_PADDING]){} string openssl_random_pseudo_bytes(string length,string strong){} int openssl_seal(string data,string sealed_data,array env_keys,array pub_key_ids){} bool openssl_sign(string data,string signature,mixed pub_key_id,[int signature_alg=OPENSSL_ALGO_SHA1]){} int openssl_verify(string data,string signature,mixed pub_key_id,[int signature_alg=OPENSSL_ALGO_SHA1]){} int openssl_x509_checkpurpose(mixed x509cert,int purpose,[array cainfo=array(),[string untrustedfile]]){} bool openssl_x509_check_private_key(mixed cert,mixed key){} bool openssl_x509_export(mixed x509,string output,[bool notext]){} bool openssl_x509_export_to_file(mixed x509,string outfilename,[bool notext]){} void openssl_x509_free(mixed x509cert){} array openssl_x509_parse(mixed x509cert,[bool shortnames=true]){} resource openssl_x509_read(mixed x509certdata){} int ord(string string){} bool output_add_rewrite_var(string name,string value){} bool output_reset_rewrite_vars(void){} void overload(string class_name){} void ovrimos_close(int connection){} bool ovrimos_commit(int connection_id){} int ovrimos_connect(string host,string dborport,string user,string password){} string ovrimos_cursor(int result_id){} int ovrimos_exec(int connection_id,string query){} bool ovrimos_execute(int result_id,[array parameters_array]){} bool ovrimos_fetch_into(int result_id,array result_array,[string how,[int rownumber]]){} bool ovrimos_field_row(int result_id,[int how,[int row_number]]){} int ovrimos_field_len(int result_id,int field_number){} string ovrimos_field_name(int result_id,int field_number){} int ovrimos_field_num(int result_id,string field_name){} int ovrimos_field_type(int result_id,int field_number){} bool ovrimos_free_result(int result_id){} bool ovrimos_longreadlen(int result_id,int length){} int ovrimos_num_fields(int result_id){} int ovrimos_num_rows(int result_id){} int ovrimos_prepare(int result_id,string query){} string ovrimos_result(int result_id,[mixed field]){} int ovrimos_result_all(int result_id,[string format]){} bool ovrimos_rollback(int connection_id){} string pack(string format,[mixed args,[mixed ...]]){} array parse_ini_file(string filename,[bool process_sections=false,[int scanner_mode=INI_SCANNER_NORMAL]]){} array parse_ini_string(string ini,[bool process_sections=false,[int scanner_mode=INI_SCANNER_NORMAL]]){} void parse_str(string str,[array result]){} mixed parse_url(string url,[int component=-1]){} void passthru(string command,[int return_value]){} mixed pathinfo(string path,[int options=PATHINFO_DIRNAME_BASENAME_EXTENSION_FILENAME]){} int pclose(resource handle){} int pcntl_alarm(int seconds){} void pcntl_exec(string path,[array args,[array envs]]){} int pcntl_fork(void){} int pcntl_getpriority([int pid=getmypid(),[int process_identifier=PRIO_PROCESS]]){} bool pcntl_setpriority(int priority,[int pid=getmypid(),[int process_identifier=PRIO_PROCESS]]){} bool pcntl_signal(int signo,callback handler,[bool restart_syscalls=true]){} int pcntl_wait(int status,[int options=0]){} int pcntl_waitpid(int pid,int status,[int options=0]){} int pcntl_wexitstatus(int status){} bool pcntl_wifexited(int status){} bool pcntl_wifsignaled(int status){} bool pcntl_wifstopped(int status){} bool pcntl_wstopsig(int status){} int pcntl_wtermsig(int status){} array pdo_drivers(void){} resource pfsockopen(string hostname,[int port=-1,[int errno,[string errstr,[float timeout]]]]){} int pg_affected_rows(resource result){} bool pg_cancel_query(resource connection){} string pg_client_encoding([resource connection]){} bool pg_close([resource connection]){} resource pg_connect(string connection_string,[int connect_type]){} bool pg_connection_busy(resource connection){} bool pg_connection_reset(resource connection){} int pg_connection_status(resource connection){} array pg_convert(resource connection,string table_name,array assoc_array,[int options=0]){} bool pg_copy_from(resource connection,string table_name,array rows,[string delimiter,[string null_as]]){} array pg_copy_to(resource connection,string table_name,[string delimiter,[string null_as]]){} string pg_dbname([resource connection]){} mixed pg_delete(resource connection,string table_name,array assoc_array,[int options=PGSQL_DML_EXEC]){} bool pg_end_copy([resource connection]){} string pg_escape_bytea([resource connection],string data){} string pg_escape_string([resource connection],string data){} resource pg_execute([resource connection],string stmtname,array params){} array pg_fetch_all(resource result){} array pg_fetch_all_columns(resource result,[int column=0]){} array pg_fetch_array(resource result,[int row,[int result_type]]){} array pg_fetch_assoc(resource result,[int row]){} object pg_fetch_object(resource result,[int row,[string class_name,[array params]]]){} string pg_fetch_result(resource result,[int row],mixed field){} array pg_fetch_row(resource result,[int row]){} int pg_field_is_null(resource result,[int row],mixed field){} string pg_field_name(resource result,int field_number){} int pg_field_num(resource result,string field_name){} int pg_field_prtlen(resource result,[int row_number],mixed field_name_or_number){} int pg_field_size(resource result,int field_number){} mixed pg_field_table(resource result,int field_number,[bool oid_only=false]){} string pg_field_type(resource result,int field_number){} int pg_field_type_oid(resource result,int field_number){} bool pg_free_result(resource result){} array pg_get_notify(resource connection,[int result_type]){} int pg_get_pid(resource connection){} resource pg_get_result([resource connection]){} string pg_host([resource connection]){} mixed pg_insert(resource connection,string table_name,array values,[int options=PGSQL_DML_EXEC]){} string pg_last_notice(resource connection){} string pg_last_oid(resource result){} bool pg_lo_close(resource large_object){} int pg_lo_create([resource connection]){} bool pg_lo_export([resource connection],int oid,string filename){} int pg_lo_import([resource connection],string pathname,[mixed object_id]){} resource pg_lo_open(resource connection,int oid,string mode){} string pg_lo_read(resource large_object,[int len=8192]){} int pg_lo_read_all(resource large_object){} bool pg_lo_seek(resource large_object,int offset,[int whence=PGSQL_SEEK_CUR]){} int pg_lo_tell(resource large_object){} bool pg_lo_unlink(resource connection,string oid){} int pg_lo_write(resource large_object,string data,[int len]){} array pg_meta_data(resource db,string table){} int pg_num_fields(resource result){} int pg_num_rows(resource result){} string pg_options([resource connection]){} resource pg_pconnect(string connection_string,[int connect_type]){} bool pg_ping([resource connection]){} int pg_port([resource connection]){} resource pg_prepare([resource connection],string stmtname,string query){} bool pg_put_line([resource connection],string data){} resource pg_query([resource connection],string query){} resource pg_query_params([resource connection],string query,array params){} string pg_result_error(resource result){} string pg_result_error_field(resource result,int fieldcode){} bool pg_result_seek(resource result,int offset){} mixed pg_result_status(resource result,[int type]){} mixed pg_select(resource connection,string table_name,array assoc_array,[int options=PGSQL_DML_EXEC]){} bool pg_send_execute(resource connection,string stmtname,array params){} bool pg_send_prepare(resource connection,string stmtname,string query){} bool pg_send_query(resource connection,string query){} bool pg_send_query_params(resource connection,string query,array params){} int pg_set_client_encoding([resource connection],string encoding){} int pg_set_error_verbosity([resource connection],int verbosity){} bool pg_trace(string pathname,[string mode,[resource connection]]){} int pg_transaction_status(resource connnection){} string pg_tty([resource connection]){} string pg_unescape_bytea(string data){} bool pg_untrace([resource connection]){} mixed pg_update(resource connection,string table_name,array data,array condition,[int options=PGSQL_DML_EXEC]){} array pg_version([resource connection]){} bool phpcredits([int flag=CREDITS_ALL]){} bool phpinfo([int what=INFO_ALL]){} string phpversion([string extension]){} string php_egg_logo_guid(void){} string php_ini_loaded_file(void){} string php_ini_scanned_files(void){} string php_logo_guid(void){} string php_real_logo_guid(void){} string php_sapi_name(void){} string php_strip_whitespace(string filename){} string php_uname(void){} float pi(void){} bool png2wbmp(string pngname,string wbmpname,int dest_height,int dest_width,int threshold){} resource popen(string command,string mode){} bool posix_access(string file,[int mode=POSIX_F_OK]){} string posix_ctermid(void){} string posix_getcwd(void){} int posix_getegid(void){} int posix_geteuid(void){} int posix_getgid(void){} array posix_getgrgid(int gid){} array posix_getgrnam(string name){} array posix_getgroups(void){} string posix_getlogin(void){} int posix_getpgid(int pid){} int posix_getpgrp(void){} int posix_getpid(void){} int posix_getppid(void){} array posix_getpwnam(string username){} array posix_getpwuid(int uid){} array posix_getrlimit(void){} int posix_getsid(int pid){} int posix_getuid(void){} int posix_get_last_error(void){} bool posix_initgroups(string name,int base_group_id){} bool posix_isatty(int fd){} bool posix_kill(int pid,int sig){} bool posix_mkfifo(string pathname,int mode){} bool posix_mknod(string pathname,int mode,[int major=0,[int minor=0]]){} bool posix_setegid(int uid){} bool posix_seteuid(int uid){} bool posix_setgid(int uid){} bool posix_setpgid(int pid,int pgid){} int posix_setsid(void){} bool posix_setuid(int uid){} string posix_strerror(int errno){} array posix_times(void){} string posix_ttyname(int fd){} array posix_uname(void){} number pow(number base,number exponent){} mixed preg_filter(mixed pattern,mixed replacement,mixed subject,[int limit=-1,[int count]]){} array preg_grep(string pattern,array input,[int flags=0]){} int preg_last_error(void){} int preg_match(string pattern,string subject,[array matches,[int flags,[int offset]]]){} int preg_match_all(string pattern,string subject,array matches,[int flags,[int offset]]){} string preg_quote(string str,[string delimiter=NULL]){} mixed preg_replace(mixed pattern,mixed replacement,mixed subject,[int limit=-1,[int count]]){} mixed preg_replace_callback(mixed pattern,callback callback,mixed subject,[int limit=-1,[int count]]){} array preg_split(string pattern,string subject,[int limit=-1,[int flags=0]]){} mixed prev(array array){} int print(string arg){} int printf(string format,[mixed arg1,[mixed ...]]){} mixed print_r(mixed expression,[bool return=false]){} int proc_close(resource process){} array proc_get_status(resource process){} bool proc_nice(int increment){} resource proc_open(string cmd,array descriptorspec,array pipes,[string cwd,[array env,[array other_options]]]){} bool proc_terminate(resource process,[int signal=15]){} bool property_exists(mixed class,string property){} bool pspell_add_to_personal(int pspell,string word){} bool pspell_add_to_session(int pspell,string word){} bool pspell_check(int pspell,string word){} bool pspell_clear_session(int pspell){} int pspell_config_create(string language,[string spelling,[string jargon,[string encoding]]]){} bool pspell_config_data_dir(int conf,string directory){} bool pspell_config_dict_dir(int conf,string directory){} bool pspell_config_ignore(int conf,int ignore){} bool pspell_config_mode(int dictionary_link,int mode){} bool pspell_config_personal(int dictionary_link,string file){} bool pspell_config_repl(int dictionary_link,string file){} bool pspell_config_runtogether(int dictionary_link,bool flag){} bool pspell_config_save_repl(int dictionary_link,bool flag){} int pspell_new(string language,[string spelling,[string jargon,[string encoding,[int mode=0]]]]){} int pspell_new_config(int config){} int pspell_new_personal(string personal,string language,[string spelling,[string jargon,[string encoding,[int mode=0]]]]){} bool pspell_save_wordlist(int dictionary_link){} bool pspell_store_replacement(int dictionary_link,string misspelled,string correct){} array pspell_suggest(int dictionary_link,string word){} bool putenv(string setting){} string qdom_error(void){} QDomDocument qdom_tree(string doc){} string quoted_printable_decode(string str){} string quoted_printable_encode(string str){} string quotemeta(string str){} float rad2deg(float number){} int rand([int min,int max]){} array range(mixed low,mixed high,[number step]){} string rawurldecode(string str){} string rawurlencode(string str){} string readdir(resource dir_handle){} int readfile(string filename,[bool use_include_path=false,[resource context]]){} int readgzfile(string filename,[int use_include_path=0]){} string readline([string prompt]){} bool readline_add_history(string line){} bool readline_callback_handler_install(string prompt,callback callback){} bool readline_callback_handler_remove(void){} void readline_callback_read_char(void){} bool readline_clear_history(void){} bool readline_completion_function(string funcname){} mixed readline_info([string varname,[string newvalue]]){} array readline_list_history(void){} void readline_on_new_line(void){} bool readline_read_history([string filename]){} void readline_redisplay(void){} bool readline_write_history([string filename]){} string readlink(string path){} string realpath(string path){} bool recode_file(string request,resource input,resource output){} string recode_string(string request,string string){} void register_shutdown_function(callback function,[mixed parameter,[mixed ...]]){} bool register_tick_function(callback function,[mixed arg,[mixed ...]]){} bool rename(string old_name,string new_name,[resource context]){} mixed reset(array array){} bool restore_error_handler(void){} bool restore_exception_handler(void){} void restore_include_path(void){} bool rewind(resource handle){} void rewinddir([resource dir_handle]){} bool rmdir(string dirname,[resource context]){} float round(float number,[int precision=0,[int mode=PHP_ROUND_HALF_UP]]){} bool rsort(array array,[int sort_flags=SORT_REGULAR]){} string rtrim(string str,[string charlist]){} array scandir(string dir,[int sorting_order=0,[resource context]]){} bool sem_acquire(resource id){} resource sem_get(int key,[int max_acquire=1,[int perm=0666,[int auto_release=-1]]]){} bool sem_release(resource id){} bool sem_remove(resource id){} string serialize(mixed variable){} int session_cache_expire([int new_cache_expire]){} string session_cache_limiter([string new_cache_limiter]){} bool session_decode(string data){} bool session_destroy(void){} string session_encode(void){} array session_get_cookie_params(void){} string session_id([string id]){} bool session_is_registered(string name){} string session_module_name([string module]){} string session_name([string name]){} bool session_regenerate_id([bool delete_old_session=false]){} bool session_register(mixed name,[mixed ...]){} string session_save_path([string path]){} void session_set_cookie_params(int lifetime,[string path,[string domain,[bool secure=false,[bool httponly=false]]]]){} bool session_set_save_handler(callback open,callback close,callback read,callback write,callback destroy,callback gc){} bool session_start(void){} bool session_unregister(string name){} void session_unset(void){} void session_write_close(void){} bool setcookie(string name,[string value,[int expire=0,[string path,[string domain,[bool secure=false,[bool httponly=false]]]]]]){} string setlocale(int category,mixed locale,[string ...]){} bool setrawcookie(string name,[string value,[int expire=0,[string path,[string domain,[bool secure=false,[bool httponly=false]]]]]]){} bool settype(mixed var,string type){} mixed set_error_handler(callback error_handler,[int error_types=E_ALL_STRICT]){} callback set_exception_handler(callback exception_handler){} string set_include_path(string new_include_path){} bool set_magic_quotes_runtime(bool new_setting){} void set_time_limit(int seconds){} string shell_exec(string cmd){} void shmop_close(int shmid){} void shmop_delete(int shmid){} int shmop_open(int key,string flags,int mode,int size){} string shmop_read(int shmid,int start,int count){} int shmop_size(int shmid){} int shmop_write(int shmid,string data,int offset){} resource shm_attach(int key,[int memsize,[int perm]]){} bool shm_detach(resource shm_identifier){} mixed shm_get_var(resource id,int variable_key){} bool shm_has_var(resource id,int variable_key){} bool shm_put_var(resource shm_identifier,int variable_key,mixed variable){} bool shm_remove(resource shm_identifier){} bool shm_remove_var(resource id,int variable_key){} bool shuffle(array array){} int similar_text(string str1,string str2,[float percent]){} object simplexml_import_dom(DOMNode node,[string class_nameSimpleXMLElement]){} object simplexml_load_file(string filename,[string class_nameSimpleXMLElement,[int options=0,[string ns,[bool is_prefix=false]]]]){} object simplexml_load_string(string data,[string class_nameSimpleXMLElement,[int options=0,[string ns,[bool is_prefix=false]]]]){} float sin(float arg){} float sinh(float arg){} int sleep(int seconds){} bool smfi_addheader(string headerf,string headerv){} bool smfi_addrcpt(string rcpt){} bool smfi_chgheader(string headerf,string headerv){} bool smfi_delrcpt(string rcpt){} string smfi_getsymval(string macro){} bool smfi_replacebody(string body){} void smfi_setflags(int flags){} bool smfi_setreply(string rcode,string xcode,string message){} void smfi_settimeout(int timeout){} string snmpget(string hostname,string community,string object_id,[int timeout,[int retries]]){} string snmpgetnext(string host,string community,string object_id,[int timeout,[int retries]]){} array snmprealwalk(string host,string community,string object_id,[int timeout,[int retries]]){} bool snmpset(string hostname,string community,string object_id,string type,mixed value,[int timeout,[int retries]]){} array snmpwalk(string hostname,string community,string object_id,[int timeout,[int retries]]){} array snmpwalkoid(string hostname,string community,string object_id,[int timeout,[int retries]]){} bool snmp_get_quick_print(void){} int snmp_get_valueretrieval(void){} bool snmp_read_mib(string filename){} void snmp_set_enum_print(int enum_print){} void snmp_set_oid_output_format(int oid_format){} void snmp_set_quick_print(bool quick_print){} void snmp_set_valueretrieval(int method){} resource socket_accept(resource socket){} bool socket_bind(resource socket,string addr,[int port]){} void socket_clear_error([resource socket]){} void socket_close(resource socket){} bool socket_connect(resource socket,string address,[int port=0]){} resource socket_create(int domain,int type,int protocol){} resource socket_create_listen(int port,[int backlog=128]){} bool socket_create_pair(int domain,int type,int protocol,array fd){} bool socket_getpeername(resource socket,string address,[int port]){} bool socket_getsockname(resource socket,string addr,[int port]){} mixed socket_get_option(resource socket,int level,int optname){} int socket_last_error([resource socket]){} bool socket_listen(resource socket,[int backlog=0]){} string socket_read(resource socket,int length,[int type=PHP_BINARY_READ]){} int socket_recv(resource socket,string buf,int len,int flags){} int socket_recvfrom(resource socket,string buf,int len,int flags,string name,[int port]){} int socket_select(array read,array write,array except,int tv_sec,[int tv_usec=0]){} int socket_send(resource socket,string buf,int len,int flags){} int socket_sendto(resource socket,string buf,int len,int flags,string addr,[int port=0]){} bool socket_set_block(resource socket){} bool socket_set_nonblock(resource socket){} bool socket_set_option(resource socket,int level,int optname,mixed optval){} bool socket_shutdown(resource socket,[int how=2]){} string socket_strerror(int errno){} int socket_write(resource socket,string buf,[int length=0]){} bool sort(array array,[int sort_flags=SORT_REGULAR]){} string soundex(string str){} array split(string pattern,string string,[int limit]){} array spliti(string pattern,string string,[int limit]){} void spl_autoload(string class_name,[string file_extensions=spl_autoload_extensions()]){} void spl_autoload_call(string class_name){} string spl_autoload_extensions([string file_extensions]){} array spl_autoload_functions(void){} bool spl_autoload_register([callback autoload_functionspl_autoload,[bool throw=true,[bool prepend=false]]]){} bool spl_autoload_unregister(mixed autoload_function){} array spl_classes(void){} string spl_object_hash(object obj){} string sprintf(string format,[mixed arg1,[mixed ...]]){} array sqlite_array_query(resource dbhandle,string query,[int result_type,[bool decode_binary]]){} void sqlite_busy_timeout(resource dbhandle,int milliseconds ){} int sqlite_changes(resource dbhandle){} void sqlite_close(resource dbhandle){} mixed sqlite_column(resource result,mixed index_or_name,[bool decode_binary=true]){} void sqlite_create_aggregate(resource dbhandle,string function_name,callback step_func,callback finalize_func,[int num_args=-1]){} void sqlite_create_function(resource dbhandle,string function_name,callback callback,[int num_args=-1]){} array sqlite_current(resource result,[int result_type=SQLITE_BOTH,[bool decode_binary=true]]){} string sqlite_error_string(int error_code){} string sqlite_escape_string(string item){} bool sqlite_exec(resource dbhandle,string query,[string error_msg]){} SQLiteDatabase sqlite_factory(string filename,[int mode=0666,[string error_message]]){} array sqlite_fetch_all(resource result,[int result_type=SQLITE_BOTH,[bool decode_binary=true]]){} array sqlite_fetch_array(resource result,[int result_type=SQLITE_BOTH,[bool decode_binary=true]]){} array sqlite_fetch_column_types(string table_name,resource dbhandle,[int result_type]){} object sqlite_fetch_object(resource result,[string class_name,[array ctor_params,[bool decode_binary=true]]]){} string sqlite_fetch_single(resource result,[bool decode_binary=true]){} string sqlite_field_name(resource result,int field_index){} bool sqlite_has_more(resource result){} bool sqlite_has_prev(resource result){} int sqlite_key(resource result){} int sqlite_last_error(resource dbhandle){} int sqlite_last_insert_rowid(resource dbhandle){} string sqlite_libencoding(void){} string sqlite_libversion(void){} bool sqlite_next(resource result){} int sqlite_num_fields(resource result){} int sqlite_num_rows(resource result){} resource sqlite_open(string filename,[int mode=0666,[string error_message]]){} resource sqlite_popen(string filename,[int mode=0666,[string error_message]]){} bool sqlite_prev(resource result){} resource sqlite_query(string query,resource dbhandle,[int result_type,[string error_message]]){} bool sqlite_rewind(resource result){} bool sqlite_seek(resource result,int numrow){} array sqlite_single_query(resource db,string query,[bool first_row_only,[bool decode_binary]]){} string sqlite_udf_decode_binary(string data){} string sqlite_udf_encode_binary(string data){} resource sqlite_unbuffered_query(resource dbhandle,string query,[int result_type,[string error_message]]){} bool sqlite_valid(resource result){} string sql_regcase(string string){} float sqrt(float arg){} void srand([int seed]){} mixed sscanf(string str,string format,[mixed ...]){} array stat(string filename){} int strcasecmp(string str1,string str2){} int strcmp(string str1,string str2){} int strcoll(string str1,string str2){} int strcspn(string str1,string str2,[int start,[int length]]){} void stream_bucket_append(resource brigade,resource bucket){} object stream_bucket_make_writeable(resource brigade){} object stream_bucket_new(resource stream,string buffer){} void stream_bucket_prepend(resource brigade,resource bucket){} resource stream_context_create([array options,[array params]]){} resource stream_context_get_default([array options]){} array stream_context_get_params(resource stream_or_context){} array stream_context_get_options(resource stream_or_context){} resource stream_context_set_default(array options){} bool stream_context_set_option(resource stream_or_context,string wrapper,string option,mixed value){} bool stream_context_set_params(resource stream_or_context,array params){} int stream_copy_to_stream(resource source,resource dest,[int maxlength=-1,[int offset=0]]){} void stream_encoding(resource stream,[string encoding]){} resource stream_filter_append(resource stream,string filtername,[int read_write,[mixed params]]){} resource stream_filter_prepend(resource stream,string filtername,[int read_write,[mixed params]]){} bool stream_filter_register(string filtername,string classname){} bool stream_filter_remove(resource stream_filter){} string stream_get_contents(resource handle,[int maxlength=-1,[int offset=0]]){} array stream_get_filters(void){} string stream_get_line(resource stream,int length,[string ending]){} array stream_get_meta_data(resource stream){} array stream_get_transports(void){} array stream_get_wrappers(void){} bool stream_is_local(mixed stream_or_url){} void stream_notification_callback(int notification_code,int severity,string message,int message_code,int bytes_transferred,int bytes_max){} string stream_resolve_include_path(string filename,[resource context]){} int stream_select(array read,array write,array except,int tv_sec,[int tv_usec=0]){} int stream_set_read_buffer(resource stream,int buffer){} bool stream_set_blocking(resource stream,int mode){} bool stream_set_timeout(resource stream,int seconds,[int microseconds=0]){} int stream_set_write_buffer(resource stream,int buffer){} resource stream_socket_accept(resource server_socket,[float timeout,[string peername]]){} resource stream_socket_client(string remote_socket,[int errno,[string errstr,[float timeout,[int flags=STREAM_CLIENT_CONNECT,resource context]]]]){} mixed stream_socket_enable_crypto(resource stream,bool enable,[int crypto_type,[resource session_stream]]){} string stream_socket_get_name(resource stream,bool want_peer){} array stream_socket_pair(int domain,int type,int protocol){} string stream_socket_recvfrom(resource socket,int amount,[int flags=0,[string address]]){} int stream_socket_sendto(resource socket,string data,[int flags=0,[string address]]){} resource stream_socket_server(string local_socket,[int errno,[string errstr,[int flags=STREAM_SERVER_BIND_SERVER_LISTEN,[resource context]]]]){} bool stream_socket_shutdown(resource stream,int show){} bool stream_supports_lock(resource stream){} bool stream_wrapper_register(string protocol,string classname,[int flags=0]){} bool stream_wrapper_restore(string protocol){} bool stream_wrapper_unregister(string protocol){} string strftime(string format,[int timestamp=time()]){} string stripcslashes(string str){} int stripos(string haystack,string needle,[int offset=0]){} string stripslashes(string str){} string strip_tags(string str,[string allowable_tags]){} string stristr(string haystack,mixed needle,[bool before_needle=false]){} int strlen(string string){} int strnatcasecmp(string str1,string str2){} int strnatcmp(string str1,string str2){} int strncasecmp(string str1,string str2,int len){} int strncmp(string str1,string str2,int len){} string strpbrk(string haystack,string char_list){} int strpos(string haystack,mixed needle,[int offset=0]){} array strptime(string date,string format){} string strrchr(string haystack,mixed needle){} string strrev(string string){} int strripos(string haystack,string needle,[int offset=0]){} int strrpos(string haystack,string needle,[int offset=0]){} int strspn(string str,string mask,[int start,[int length]]){} string strstr(string haystack,mixed needle,[bool before_needle=false]){} string strtok([string str],string token){} string strtolower(string str){} int strtotime(string time,[int now]){} string strtoupper(string string){} string strtr(string str,string from,string to){} string strval(mixed var){} array str_getcsv(string input,[string delimiter,,[string enclosure='',[string escape]]]){} mixed str_ireplace(mixed search,mixed replace,mixed subject,[int count]){} string str_pad(string input,int pad_length,[string pad_string,[int pad_type=STR_PAD_RIGHT]]){} string str_repeat(string input,int multiplier){} mixed str_replace(mixed search,mixed replace,mixed subject,[int count]){} string str_rot13(string str){} string str_shuffle(string str){} array str_split(string str,[int split_length=1]){} mixed str_word_count(string str,[int format=0,[string charlist]]){} string substr(string str,int start,[int length]){} int substr_compare(string main_str,string str,int offset,[int length,[bool case_insensitivity=false]]){} int substr_count(string haystack,string needle,[int offset=0,[int length]]){} mixed substr_replace(mixed string,string replacement,int start,[int length]){} void swf_actiongeturl(string url,string target){} void swf_actiongotoframe(int framenumber){} void swf_actiongotolabel(string label){} void swf_actionnextframe(void){} void swf_actionplay(void){} void swf_actionprevframe(void){} void swf_actionsettarget(string target){} void swf_actionstop(void){} void swf_actiontogglequality(void){} void swf_actionwaitforframe(int framenumber,int skipcount){} void swf_addbuttonrecord(int states,int shapeid,int depth){} void swf_addcolor(float r,float g,float b,float a){} void swf_closefile([int return_file]){} void swf_definebitmap(int objid,string image_name){} void swf_definefont(int fontid,string fontname){} void swf_defineline(int objid,float x1,float y1,float x2,float y2,float width){} void swf_definepoly(int objid,array coords,int npoints,float width){} void swf_definerect(int objid,float x1,float y1,float x2,float y2,float width){} void swf_definetext(int objid,string str,int docenter){} void swf_endbutton(void){} void swf_enddoaction(void){} void swf_endshape(void){} void swf_endsymbol(void){} void swf_fontsize(float size){} void swf_fontslant(float slant){} void swf_fonttracking(float tracking){} array swf_getbitmapinfo(int bitmapid){} array swf_getfontinfo(void){} int swf_getframe(void){} void swf_labelframe(string name){} void swf_lookat(float view_x,float view_y,float view_z,float reference_x,float reference_y,float reference_z,float twist){} void swf_modifyobject(int depth,int how){} void swf_mulcolor(float r,float g,float b,float a){} int swf_nextid(void){} void swf_oncondition(int transition){} void swf_openfile(string filename,float width,float height,float framerate,float r,float g,float b){} void swf_ortho(float xmin,float xmax,float ymin,float ymax,float zmin,float zmax){} void swf_ortho2(float xmin,float xmax,float ymin,float ymax){} void swf_perspective(float fovy,float aspect,float near,float far){} void swf_placeobject(int objid,int depth){} void swf_polarview(float dist,float azimuth,float incidence,float twist){} void swf_popmatrix(void){} void swf_posround(int round){} void swf_pushmatrix(void){} void swf_removeobject(int depth){} void swf_rotate(float angle,string axis){} void swf_scale(float x,float y,float z){} void swf_setfont(int fontid){} void swf_setframe(int framenumber){} void swf_shapearc(float x,float y,float z,float ang1,float ang2){} void swf_shapecurveto(float x1,float y1,float x2,float y2){} void swf_shapecurveto3(float x1,float y1,float x2,float y2,float x3,float y3){} void swf_shapefillbitmapclip(int bitmapid){} void swf_shapefillbitmaptile(int bitmapid){} void swf_shapefilloff(void){} void swf_shapefillsolid(float r,float g,float b,float a){} void swf_shapefillsolid(float r,float g,float b,float a,float width){} void swf_shapelineto(float x,float y){} void swf_shapemoveto(float x,float y){} void swf_showframe(void){} void swf_startbutton(int objid,int type){} void swf_startdoaction(void){} void swf_startshape(int objid){} void swf_startsymbol(int objid){} float swf_textwidth(string str){} void swf_translate(float x,float y,float z){} void swf_viewport(float xmin,float xmax,float ymin,float ymax){} int sybase_affected_rows([resource link_identifier]){} bool sybase_close([resource link_identifier]){} resource sybase_connect([string servername,[string username,[string password,[string charset,[string appname,[bool new=false]]]]]]){} bool sybase_data_seek(resource result_identifier,int row_number){} void sybase_deadlock_retry_count(int retry_count){} array sybase_fetch_array(resource result){} array sybase_fetch_assoc(resource result){} object sybase_fetch_field(resource result,[int field_offset=-1]){} object sybase_fetch_object(resource result,[mixed object]){} array sybase_fetch_row(resource result){} bool sybase_field_seek(resource result,int field_offset){} bool sybase_free_result(resource result){} string sybase_get_last_message(void){} void sybase_min_client_severity(int severity){} void sybase_min_error_severity(int severity){} void sybase_min_message_severity(int severity){} void sybase_min_server_severity(int severity){} int sybase_num_fields(resource result){} int sybase_num_rows(resource result){} resource sybase_pconnect([string servername,[string username,[string password,[string charset,[string appname]]]]]){} mixed sybase_query(string query,[resource link_identifier]){} string sybase_result(resource result,int row,mixed field){} bool sybase_select_db(string database,[resource link_identifier]){} bool sybase_set_message_handler(callback handler,[resource connection]){} resource sybase_unbuffered_query(string query,resource link_identifier,[bool store_result]){} bool symlink(string target,string link){} bool syslog(int priority,string message){} string system(string command,[int return_var]){} array sys_getloadavg(void){} string sys_get_temp_dir(void){} float tan(float number){} float tanh(float number){} bool tcpwrap_check(string daemon,string address,[string user,[bool nodns=false]]){} string tempnam(string dir,string prefix){} string textdomain(string domain){} int tidy_access_count(tidy object){} int tidy_config_count(tidy object){} int tidy_error_count(tidy object){} string tidy_get_error_buffer(tidy object){} string tidy_get_output(tidy object){} bool tidy_set_encoding(string encoding){} bool tidy_setopt(string option,mixed value){} int tidy_warning_count(tidy object){} int time(void){} array timezone_abbreviations_list(void){} array timezone_identifiers_list([int what=DateTimeZone::ALL,[string country=NULL]]){} array timezone_location_get(void){} string timezone_name_from_abbr(string abbr,[int gmtOffset=-1,[int isdst=-1]]){} string timezone_name_get(DateTimeZone object){} int timezone_offset_get(DateTimeZone object,DateTime datetime){} DateTimeZone timezone_open(string timezone){} array timezone_transitions_get(DateTimeZone object,[int timestamp_begin,[int timestamp_end]]){} string timezone_version_get(void){} mixed time_nanosleep(int seconds,int nanoseconds){} bool time_sleep_until(float timestamp){} resource tmpfile(void){} array token_get_all(string source){} string token_name(int token){} bool touch(string filename,[int time=time(),[int atime]]){} bool trigger_error(string error_msg,[int error_type=E_USER_NOTICE]){} string trim(string str,[string charlist]){} bool uasort(array array,callback cmp_function){} string ucfirst(string str){} string ucwords(string str){} bool uksort(array array,callback cmp_function){} int umask([int mask]){} string uniqid([string prefix,[bool more_entropy=false]]){} int unixtojd([int timestamp=time()]){} bool unlink(string filename,[context context]){} array unpack(string format,string data){} void unregister_tick_function(string function_name){} mixed unserialize(string str){} void unset(mixed var,[mixed ...]){} string urldecode(string str){} string urlencode(string str){} bool use_soap_error_handler([bool handler]){} void usleep(int micro_seconds){} bool usort(array array,callback cmp_function){} string utf8_decode(string data){} string utf8_encode(string data){} void var_dump(mixed expression,[mixed ...]){} mixed var_export(mixed expression,[bool return=false]){} mixed variant_abs(mixed val){} mixed variant_add(mixed left,mixed right){} mixed variant_and(mixed left,mixed right){} object variant_cast(object variant,int type){} mixed variant_cat(mixed left,mixed right){} int variant_cmp(mixed left,mixed right,[int lcid,[int flags]]){} object variant_date_from_timestamp(int timestamp){} int variant_date_to_timestamp(object variant){} mixed variant_div(mixed left,mixed right){} mixed variant_eqv(mixed left,mixed right){} mixed variant_fix(mixed left){} int variant_get_type(object variant){} mixed variant_idiv(mixed left,mixed right){} mixed variant_imp(mixed left,mixed right){} mixed variant_int(mixed left){} mixed variant_mod(mixed left,mixed right){} mixed variant_mul(mixed left,mixed right){} mixed variant_neg(mixed left){} mixed variant_not(mixed left){} mixed variant_or(mixed left,mixed right){} mixed variant_pow(mixed left,mixed right){} mixed variant_round(mixed left,int decimals){} void variant_set(object variant,mixed value){} void variant_set_type(object variant,int type){} mixed variant_sub(mixed left,mixed right){} mixed variant_xor(mixed left,mixed right){} mixed version_compare(string version1,string version2,[string operator]){} int vfprintf(resource handle,string format,array args){} bool virtual(string filename){} int vprintf(string format,array args){} string vsprintf(string format,array args){} bool w32api_deftype(string typename,string member1_type,string member1_name,[string ...]){} resource w32api_init_dtype(string typename,mixed value,[mixed ...]){} mixed w32api_invoke_function(string funcname,mixed argument,[mixed ...]){} bool w32api_register_function(string library,string function_name,string return_type){} void w32api_set_call_method(int method){} bool wddx_add_vars(resource packet_id,mixed var_names,[mixed ...]){} string wddx_packet_end(resource packet_id){} resource wddx_packet_start([string comment]){} string wddx_serialize_value(mixed var,[string comment]){} string wddx_serialize_vars(mixed var_name,[mixed ...]){} mixed wddx_unserialize(string packet){} string wordwrap(string str,[int width=75,[string break\n,[bool cut=false]]]){} bool xdebug_break(void){} string xdebug_call_class(void){} string xdebug_call_file(void){} string xdebug_call_function(void){} string xdebug_call_line(void){} void xdebug_debug_zval(string varname,[string ...]){} void xdebug_debug_zval_stdout(string varname,[string ...]){} void xdebug_dump_superglobals(void){} array xdebug_get_code_coverage(void){} array xdebug_get_function_stack(void){} string xdebug_get_profiler_filename(void){} int xdebug_get_stack_depth(void){} string xdebug_get_tracefile_name(void){} void xdebug_print_function_stack([string message]){} void xdebug_start_code_coverage([int options]){} void xdebug_start_trace(string trace_file,[int options]){} void xdebug_stop_code_coverage([int cleanup=true]){} void xdebug_stop_trace(void){} void xdebug_var_dump(mixed var,[mixed ...]){} void xdebug_disable(void){} void xdebug_enable(void){} array xdebug_get_headers(void){} bool xdebug_is_enabled(void){} int xdebug_memory_usage(void){} int xdebug_peak_memory_usage(void){} float xdebug_time_index(void){} array xmlrpc_decode(string xml,[string encoding]){} array xmlrpc_decode_request(string xml,string method,[string encoding]){} string xmlrpc_encode(mixed value){} string xmlrpc_encode_request(string method,mixed params){} string xmlrpc_get_type(mixed value){} bool xmlrpc_is_fault(array arg){} array xmlrpc_parse_method_descriptions(string xml){} int xmlrpc_server_add_introspection_data(resource server,array desc){} mixed xmlrpc_server_call_method(resource server,string xml,mixed user_data,[array output_options]){} resource xmlrpc_server_create(void){} int xmlrpc_server_destroy(resource server){} bool xmlrpc_server_register_introspection_callback(resource server,string function){} bool xmlrpc_server_register_method(resource server,string method_name,string function){} bool xmlrpc_set_type(string value,string type){} bool xmlwriter_end_attribute(resource xmlwriter){} bool xmlwriter_end_cdata(resource xmlwriter){} bool xmlwriter_end_comment(resource xmlwriter){} bool xmlwriter_end_document(resource xmlwriter){} bool xmlwriter_end_dtd(resource xmlwriter){} bool xmlwriter_end_dtd_attlist(resource xmlwriter){} bool xmlwriter_end_dtd_element(resource xmlwriter){} bool xmlwriter_end_dtd_entity(resource xmlwriter){} bool xmlwriter_end_element(resource xmlwriter){} bool xmlwriter_end_pi(resource xmlwriter){} mixed xmlwriter_flush(resource xmlwriter,[bool empty]){} bool xmlwriter_full_end_element(resource xmlwriter){} resource xmlwriter_open_memory(void){} resource xmlwriter_open_uri(string uri){} string xmlwriter_output_memory(resource xmlwriter,[bool flush]){} bool xmlwriter_set_indent(resource xmlwriter,bool indent){} bool xmlwriter_set_indent_string(resource xmlwriter,string indentString){} bool xmlwriter_start_attribute(resource xmlwriter,string name){} bool xmlwriter_start_attribute_ns(resource xmlwriter,string prefix,string name,string uri){} bool xmlwriter_start_cdata(resource xmlwriter){} bool xmlwriter_start_comment(resource xmlwriter){} bool xmlwriter_start_document(resource xmlwriter,string version,string encoding,string standalone){} bool xmlwriter_start_dtd(resource xmlwriter,string name,string pubid,string sysid){} bool xmlwriter_start_dtd_attlist(resource xmlwriter,string name){} bool xmlwriter_start_dtd_element(resource xmlwriter,string name){} bool xmlwriter_start_dtd_entity(resource xmlwriter,string name,bool isparam){} bool xmlwriter_start_element(resource xmlwriter,string name){} bool xmlwriter_start_element_ns(resource xmlwriter,string prefix,string name,string uri){} bool xmlwriter_start_pi(resource xmlwriter,string target){} bool xmlwriter_text(resource xmlwriter,string content){} bool xmlwriter_write_attribute(resource xmlwriter,string name,string content){} bool xmlwriter_write_attribute_ns(resource xmlwriter,string prefix,string name,string uri,string content){} bool xmlwriter_write_cdata(resource xmlwriter,string content){} bool xmlwriter_write_comment(resource xmlwriter,string content){} bool xmlwriter_write_dtd(resource xmlwriter,string name,string pubid,string sysid,string subset){} bool xmlwriter_write_dtd_attlist(resource xmlwriter,string name,string content){} bool xmlwriter_write_dtd_element(resource xmlwriter,string name,string content){} bool xmlwriter_write_dtd_entity(resource xmlwriter,string name,string content,[int pe,[string pubid,[string sysid,[string ndataid]]]]){} bool xmlwriter_write_element(resource xmlwriter,string name,[string content]){} bool xmlwriter_write_element_ns(resource xmlwriter,string prefix,string name,string uri,[string content]){} bool xmlwriter_write_pi(resource xmlwriter,string target,string content){} bool xmlwriter_write_raw(resource xmlwriter,string content){} string xml_error_string(int code){} int xml_get_current_byte_index(resource parser){} int xml_get_current_column_number(resource parser){} int xml_get_current_line_number(resource parser){} int xml_get_error_code(resource parser){} int xml_parse(resource parser,string data,[int is_final=false]){} resource xml_parser_create([string encoding]){} resource xml_parser_create_ns([string encoding,[string separator:]]){} bool xml_parser_free(resource parser){} mixed xml_parser_get_option(resource parser,int option){} bool xml_parser_set_option(resource parser,int option,mixed value){} int xml_parse_into_struct(resource parser,string data,array values,[array index]){} bool xml_set_character_data_handler(resource parser,callback handler){} bool xml_set_default_handler(resource parser,callback handler){} bool xml_set_element_handler(resource parser,callback start_element_handler,callback end_element_handler){} bool xml_set_end_namespace_decl_handler(resource parser,callback handler){} bool xml_set_external_entity_ref_handler(resource parser,callback handler){} bool xml_set_notation_decl_handler(resource parser,callback handler){} bool xml_set_object(resource parser,object obj){} bool xml_set_processing_instruction_handler(resource parser,callback handler){} bool xml_set_start_namespace_decl_handler(resource parser,callback handler){} bool xml_set_unparsed_entity_decl_handler(resource parser,callback handler){} XPathObject xpath_eval(XPathContext xpath_context,string xpath_expression,[domnode contextnode]){} XPathObject xpath_eval_expression(XPathContext xpath_context,string xpath_expression,[domnode contextnode]){} XPathContext xpath_new_context(domdocument dom_document){} bool xpath_register_ns(XPathContext xpath_context,string prefix,string uri){} bool xpath_register_ns_auto(XPathContext xpath_context,[object context_node]){} int xptr_eval(XPathContext xpath_context,string eval_str,[domnode contextnode]){} XPathContext xptr_new_context(void){} string xslt_backend_info(void){} string xslt_backend_name(void){} string xslt_backend_version(void){} resource xslt_create(void){} int xslt_errno(resource xh){} string xslt_error(resource xh){} void xslt_free(resource xh){} int xslt_getopt(resource processor){} mixed xslt_process(resource xh,string xmlcontainer,string xslcontainer,[string resultcontainer,[array arguments,[array parameters]]]){} void xslt_set_base(resource xh,string uri){} void xslt_set_encoding(resource xh,string encoding){} void xslt_set_error_handler(resource xh,mixed handler){} void xslt_set_log(resource xh,[mixed log]){} bool xslt_set_object(resource processor,object object){} void xslt_set_sax_handler(resource processor,array handlers){} void xslt_set_sax_handlers(resource processor,array handlers){} void xslt_set_scheme_handler(resource xh,array handlers){} void xslt_set_scheme_handlers(resource xh,array handlers){} string xsl_xsltprocessor_get_parameter(string namespace,string name){} bool xsl_xsltprocessor_has_exslt_support(void){} void xsl_xsltprocessor_import_stylesheet(domdocument doc){} void xsl_xsltprocessor_register_php_functions(void){} bool xsl_xsltprocessor_remove_parameter(string namespace,string name){} bool xsl_xsltprocessor_set_parameter(string namespace,mixed name,[string value]){} domdocument xsl_xsltprocessor_transform_to_doc(domnode doc){} int xsl_xsltprocessor_transform_to_uri(domdocument doc,string uri){} string xsl_xsltprocessor_transform_to_xml(domdocument doc){} string zend_logo_guid(void){} int zend_thread_id(void){} string zend_version(void){} void zip_close(resource zip){} bool zip_entry_close(resource zip_entry){} int zip_entry_compressedsize(resource zip_entry){} string zip_entry_compressionmethod(resource zip_entry){} int zip_entry_filesize(resource zip_entry){} string zip_entry_name(resource zip_entry){} bool zip_entry_open(resource zip,resource zip_entry,[string mode]){} string zip_entry_read(resource zip_entry,[int len]){} mixed zip_open(string filename){} mixed zip_read(resource zip){} string zlib_get_coding_type(void){}