PHP implementation status
From Resin 3.0
Line 78: | Line 78: | ||
headers_list, setrawcookie | headers_list, setrawcookie | ||
+ | |||
+ | == LVIII. [http://us2.php.net/manual/en/ref.image.php Image Functions] == | ||
+ | |||
+ | === Implemented Functions === | ||
+ | |||
+ | getimagesize (.png only) | ||
+ | |||
+ | == LXX. [http://us2.php.net/manual/en/ref.mail.php Mail Functions] == | ||
+ | |||
+ | === Implemented Functions === | ||
+ | |||
+ | mail (requires JavaMail) | ||
+ | |||
+ | === Unimplemented Functions === | ||
+ | |||
+ | ezmlm_hash | ||
+ | |||
+ | == LXXXI. [http://us2.php.net/manual/en/ref.misc.php Misc Functions] == | ||
+ | |||
+ | === Implemented Functions === | ||
+ | |||
+ | constant, define, defined, die, eval, exit, uniqid | ||
+ | |||
+ | === Unimplemented Functions === | ||
+ | |||
+ | connection_aborted, connection_status, connection_timeout, get_browser, __halt_compiler, highlight_file, highlight_string, ignore_user_abort, pack, php_check_syntax, php_strip_whitespace, show_source, sleep, time_nanosleep, time_sleep_until, unpack, usleep | ||
+ | |||
+ | == LXXXIX [http://us2.php.net/manual/en/ref.mysql.php Mysql Functions] == | ||
+ | |||
+ | === Unimplemented Functions === | ||
+ | |||
+ | mysql_change_user, mysql_info, mysql_list_processes, mysql_thread_id |
Revision as of 00:04, 3 January 2006
Modules
II. Apache Functions
Implemented functions
apache_child_terminate (stub), apache_note, apache_request_headers, apache_reset_timeout (stub), getallheaders, virtual
Unimplemented functions
apache_get_modules, apache_get_version, apache_getenv, apache_lookup_uri, apache_response_headers, apache_setenv, ascii2ebcdic, ebcdic2ascii,
V. Array Functions
Unimplemented functions
array_multisort, array_udiff, array_udiff_assoc, array_udiff_uassoc, array_uintersect, array_uintersect_assoc, array_uintersect_uassoc, compact,
XII. Class/Object Functions
Implemented functions
get_class, get_declared_classes, get_object_vars, is_object, method_exists
Unimplemented functions
call_user_method, call_user_method_array, class_exists, get_class_methods, get_class_vars, get_declared_interfaces, interface_exists, is_a, is_subclass_of, property_exists
XXII. Date and Time Functions
Implemented Functions
date, gmdate, gmmktime, microtime, mktime, strtotime (partial), time
Unimplemented Functions
checkdate, date_default_timezone_get, date_default_timezone_set, date_sunrise, date_sunset, getdate, gettimeofday, gmstrftime, idate, localtime, strftime, strptime
XXIX. Directory Functions
Complete
XXXII. Error Handling and Logging
Implemented Functions
set_error_handler, trigger_error, user_error
Unimplemented Functions
debug_backtrace, debug_print_backtrace, error_log, error_reporting, restore_error_handler, restore_exception_handler, set_exception_handler
XXXVIII. Filesystem Functions
Unimplemented Functions
disk_free_space (stub), disk_total_space (stub), flock (stub), fnmatch, fseek, fstat, ftell, ftruncate, glob, is_uploaded_file, link, linkinfo, lstat, move_uploaded_file, parse_ini_file, pathinfo, pclose, popen, readfile, readlink, realpath, rewind, symlink (stub), umask (stub)
XLIV. Function Handling Functions
Implemented Functions
call_user_func_array, call_user_func, create_function, func_get_arg, func_get_args, func_num_args, register_shutdown_function
Unimplemented Functions
get_defined_functions, register_tick_function, unregister_tick_function
L. HTTP Functions
Implemented Functions
header, headers_sent, setcookie
Unimplemented Functions
headers_list, setrawcookie
LVIII. Image Functions
Implemented Functions
getimagesize (.png only)
LXX. Mail Functions
Implemented Functions
mail (requires JavaMail)
Unimplemented Functions
ezmlm_hash
LXXXI. Misc Functions
Implemented Functions
constant, define, defined, die, eval, exit, uniqid
Unimplemented Functions
connection_aborted, connection_status, connection_timeout, get_browser, __halt_compiler, highlight_file, highlight_string, ignore_user_abort, pack, php_check_syntax, php_strip_whitespace, show_source, sleep, time_nanosleep, time_sleep_until, unpack, usleep
LXXXIX Mysql Functions
Unimplemented Functions
mysql_change_user, mysql_info, mysql_list_processes, mysql_thread_id