Compatibility status
PeachPie 1.0.6 vs. PHP 8.0.0
The table lists PHP extensions that the project aims for and compares the public functions, classes, and constants.
| PHP | PeachPie |
|---|---|
| function get_resources($type) | - function get_resources($type) |
| function gc_status() | - function gc_status() |
| class InternalIterator | - class InternalIterator |
| class ClosedGeneratorException | - class ClosedGeneratorException |
| function WeakReference::__construct() | - function WeakReference::__construct() |
| class WeakMap | - class WeakMap |
| function Attribute::__construct($flags) | - function Attribute::__construct($flags) |
| const Attribute::TARGET_CLASS | - const Attribute::TARGET_CLASS |
| const Attribute::TARGET_FUNCTION | - const Attribute::TARGET_FUNCTION |
| const Attribute::TARGET_METHOD | - const Attribute::TARGET_METHOD |
| const Attribute::TARGET_PROPERTY | - const Attribute::TARGET_PROPERTY |
| const Attribute::TARGET_CLASS_CONSTANT | - const Attribute::TARGET_CLASS_CONSTANT |
| const Attribute::TARGET_PARAMETER | - const Attribute::TARGET_PARAMETER |
| const Attribute::TARGET_ALL | - const Attribute::TARGET_ALL |
| const Attribute::IS_REPEATABLE | - const Attribute::IS_REPEATABLE |
| const PHP_WINDOWS_EVENT_CTRL_C | - const PHP_WINDOWS_EVENT_CTRL_C |
| const PHP_WINDOWS_EVENT_CTRL_BREAK | - const PHP_WINDOWS_EVENT_CTRL_BREAK |
| const PEAR_INSTALL_DIR | - const PEAR_INSTALL_DIR |
| const PEAR_EXTENSION_DIR | - const PEAR_EXTENSION_DIR |
| const PHP_EXTENSION_DIR | - const PHP_EXTENSION_DIR |
| const PHP_PREFIX | - const PHP_PREFIX |
| const PHP_BINDIR | - const PHP_BINDIR |
| const PHP_LIBDIR | - const PHP_LIBDIR |
| const PHP_DATADIR | - const PHP_DATADIR |
| const PHP_SYSCONFDIR | - const PHP_SYSCONFDIR |
| const PHP_LOCALSTATEDIR | - const PHP_LOCALSTATEDIR |
| const PHP_CONFIG_FILE_PATH | - const PHP_CONFIG_FILE_PATH |
| const PHP_CONFIG_FILE_SCAN_DIR | - const PHP_CONFIG_FILE_SCAN_DIR |
| const PHP_SHLIB_SUFFIX | - const PHP_SHLIB_SUFFIX |
| const PHP_BINARY | - const PHP_BINARY |
| const PHP_OUTPUT_HANDLER_START | - const PHP_OUTPUT_HANDLER_START |
| const PHP_OUTPUT_HANDLER_WRITE | - const PHP_OUTPUT_HANDLER_WRITE |
| const PHP_OUTPUT_HANDLER_FLUSH | - const PHP_OUTPUT_HANDLER_FLUSH |
| const PHP_OUTPUT_HANDLER_CLEAN | - const PHP_OUTPUT_HANDLER_CLEAN |
| const PHP_OUTPUT_HANDLER_FINAL | - const PHP_OUTPUT_HANDLER_FINAL |
| const PHP_OUTPUT_HANDLER_CONT | - const PHP_OUTPUT_HANDLER_CONT |
| const PHP_OUTPUT_HANDLER_END | - const PHP_OUTPUT_HANDLER_END |
| const PHP_OUTPUT_HANDLER_CLEANABLE | - const PHP_OUTPUT_HANDLER_CLEANABLE |
| const PHP_OUTPUT_HANDLER_FLUSHABLE | - const PHP_OUTPUT_HANDLER_FLUSHABLE |
| const PHP_OUTPUT_HANDLER_REMOVABLE | - const PHP_OUTPUT_HANDLER_REMOVABLE |
| const PHP_OUTPUT_HANDLER_STDFLAGS | - const PHP_OUTPUT_HANDLER_STDFLAGS |
| const PHP_OUTPUT_HANDLER_STARTED | - const PHP_OUTPUT_HANDLER_STARTED |
| const PHP_OUTPUT_HANDLER_DISABLED | - const PHP_OUTPUT_HANDLER_DISABLED |
| const UPLOAD_ERR_OK | - const UPLOAD_ERR_OK |
| const UPLOAD_ERR_INI_SIZE | - const UPLOAD_ERR_INI_SIZE |
| const UPLOAD_ERR_FORM_SIZE | - const UPLOAD_ERR_FORM_SIZE |
| const UPLOAD_ERR_PARTIAL | - const UPLOAD_ERR_PARTIAL |
| const UPLOAD_ERR_NO_FILE | - const UPLOAD_ERR_NO_FILE |
| const UPLOAD_ERR_NO_TMP_DIR | - const UPLOAD_ERR_NO_TMP_DIR |
| const UPLOAD_ERR_CANT_WRITE | - const UPLOAD_ERR_CANT_WRITE |
| const UPLOAD_ERR_EXTENSION | - const UPLOAD_ERR_EXTENSION |
| const PHP_CLI_PROCESS_TITLE | - const PHP_CLI_PROCESS_TITLE |
| + function each($arr) | |
| + function create_function($args,$code) | |
| + function Generator::__wakeup() | |
| + function Attribute::GetCustomAttributes($element,$inherit,$inherit) | |
| + function Attribute::IsDefined($element,$attributeType,$inherit) | |
| + function Attribute::GetCustomAttribute($element,$attributeType,$inherit) | |
| + function Attribute::Equals($obj) | |
| + function Attribute::GetHashCode() | |
| + function Attribute::Match($obj) | |
| + function Attribute::IsDefaultAttribute() | |
| + const PEACHPIE_VERSION |
| PHP | PeachPie |
|---|---|
| function cal_days_in_month($calendar,$month,$year) | - function cal_days_in_month($calendar,$month,$year) |
| function cal_from_jd($julian_day,$calendar) | - function cal_from_jd($julian_day,$calendar) |
| function cal_info($calendar) | - function cal_info($calendar) |
| function cal_to_jd($calendar,$month,$day,$year) | - function cal_to_jd($calendar,$month,$day,$year) |
| function easter_date($year,$mode) | - function easter_date($year,$mode) |
| function easter_days($year,$mode) | - function easter_days($year,$mode) |
| function frenchtojd($month,$day,$year) | - function frenchtojd($month,$day,$year) |
| function gregoriantojd($month,$day,$year) | - function gregoriantojd($month,$day,$year) |
| function jddayofweek($julian_day,$mode) | - function jddayofweek($julian_day,$mode) |
| function jdmonthname($julian_day,$mode) | - function jdmonthname($julian_day,$mode) |
| function jdtofrench($julian_day) | - function jdtofrench($julian_day) |
| function jdtogregorian($julian_day) | - function jdtogregorian($julian_day) |
| function jdtojewish($julian_day,$hebrew,$flags) | - function jdtojewish($julian_day,$hebrew,$flags) |
| function jdtojulian($julian_day) | - function jdtojulian($julian_day) |
| function jdtounix($julian_day) | - function jdtounix($julian_day) |
| function jewishtojd($month,$day,$year) | - function jewishtojd($month,$day,$year) |
| function juliantojd($month,$day,$year) | - function juliantojd($month,$day,$year) |
| function unixtojd($timestamp) | - function unixtojd($timestamp) |
| const CAL_GREGORIAN | - const CAL_GREGORIAN |
| const CAL_JULIAN | - const CAL_JULIAN |
| const CAL_JEWISH | - const CAL_JEWISH |
| const CAL_FRENCH | - const CAL_FRENCH |
| const CAL_NUM_CALS | - const CAL_NUM_CALS |
| const CAL_DOW_DAYNO | - const CAL_DOW_DAYNO |
| const CAL_DOW_SHORT | - const CAL_DOW_SHORT |
| const CAL_DOW_LONG | - const CAL_DOW_LONG |
| const CAL_MONTH_GREGORIAN_SHORT | - const CAL_MONTH_GREGORIAN_SHORT |
| const CAL_MONTH_GREGORIAN_LONG | - const CAL_MONTH_GREGORIAN_LONG |
| const CAL_MONTH_JULIAN_SHORT | - const CAL_MONTH_JULIAN_SHORT |
| const CAL_MONTH_JULIAN_LONG | - const CAL_MONTH_JULIAN_LONG |
| const CAL_MONTH_JEWISH | - const CAL_MONTH_JEWISH |
| const CAL_MONTH_FRENCH | - const CAL_MONTH_FRENCH |
| const CAL_EASTER_DEFAULT | - const CAL_EASTER_DEFAULT |
| const CAL_EASTER_ROMAN | - const CAL_EASTER_ROMAN |
| const CAL_EASTER_ALWAYS_GREGORIAN | - const CAL_EASTER_ALWAYS_GREGORIAN |
| const CAL_EASTER_ALWAYS_JULIAN | - const CAL_EASTER_ALWAYS_JULIAN |
| const CAL_JEWISH_ADD_ALAFIM_GERESH | - const CAL_JEWISH_ADD_ALAFIM_GERESH |
| const CAL_JEWISH_ADD_ALAFIM | - const CAL_JEWISH_ADD_ALAFIM |
| const CAL_JEWISH_ADD_GERESHAYIM | - const CAL_JEWISH_ADD_GERESHAYIM |
| PHP | PeachPie |
|---|---|
| function date_sun_info($timestamp,$latitude,$longitude) | - function date_sun_info($timestamp,$latitude,$longitude) |
| function DateTimeZone::__wakeup() | - function DateTimeZone::__wakeup() |
| function DateTimeZone::__set_state($array) | - function DateTimeZone::__set_state($array) |
| function DateInterval::__wakeup() | - function DateInterval::__wakeup() |
| function DateInterval::__set_state($array) | - function DateInterval::__set_state($array) |
| function DatePeriod::__wakeup() | - function DatePeriod::__wakeup() |
| function DatePeriod::__set_state($array) | - function DatePeriod::__set_state($array) |
| function DatePeriod::getIterator() | - function DatePeriod::getIterator() |
| PHP | PeachPie |
|---|---|
| + const INPUT_SESSION | |
| + const INPUT_REQUEST | |
| + const FILTER_SANITIZE_MAGIC_QUOTES | |
| + const FILTER_FLAG_SCHEME_REQUIRED | |
| + const FILTER_FLAG_HOST_REQUIRED |
| PHP | PeachPie |
|---|---|
| function hash_hmac_algos() | - function hash_hmac_algos() |
| function hash_hkdf($algo,$key,$length,$info,$salt) | - function hash_hkdf($algo,$key,$length,$info,$salt) |
| function mhash_get_block_size($algo) | - function mhash_get_block_size($algo) |
| function mhash_get_hash_name($algo) | - function mhash_get_hash_name($algo) |
| function mhash_keygen_s2k($algo,$password,$salt,$length) | - function mhash_keygen_s2k($algo,$password,$salt,$length) |
| function mhash_count() | - function mhash_count() |
| function mhash($algo,$data,$key) | - function mhash($algo,$data,$key) |
| function HashContext::__serialize() | - function HashContext::__serialize() |
| function HashContext::__unserialize($data) | - function HashContext::__unserialize($data) |
| const MHASH_CRC32 | - const MHASH_CRC32 |
| const MHASH_MD5 | - const MHASH_MD5 |
| const MHASH_SHA1 | - const MHASH_SHA1 |
| const MHASH_HAVAL256 | - const MHASH_HAVAL256 |
| const MHASH_RIPEMD160 | - const MHASH_RIPEMD160 |
| const MHASH_TIGER | - const MHASH_TIGER |
| const MHASH_GOST | - const MHASH_GOST |
| const MHASH_CRC32B | - const MHASH_CRC32B |
| const MHASH_HAVAL224 | - const MHASH_HAVAL224 |
| const MHASH_HAVAL192 | - const MHASH_HAVAL192 |
| const MHASH_HAVAL160 | - const MHASH_HAVAL160 |
| const MHASH_HAVAL128 | - const MHASH_HAVAL128 |
| const MHASH_TIGER128 | - const MHASH_TIGER128 |
| const MHASH_TIGER160 | - const MHASH_TIGER160 |
| const MHASH_MD4 | - const MHASH_MD4 |
| const MHASH_SHA256 | - const MHASH_SHA256 |
| const MHASH_ADLER32 | - const MHASH_ADLER32 |
| const MHASH_SHA224 | - const MHASH_SHA224 |
| const MHASH_SHA512 | - const MHASH_SHA512 |
| const MHASH_SHA384 | - const MHASH_SHA384 |
| const MHASH_WHIRLPOOL | - const MHASH_WHIRLPOOL |
| const MHASH_RIPEMD128 | - const MHASH_RIPEMD128 |
| const MHASH_RIPEMD256 | - const MHASH_RIPEMD256 |
| const MHASH_RIPEMD320 | - const MHASH_RIPEMD320 |
| const MHASH_SNEFRU256 | - const MHASH_SNEFRU256 |
| const MHASH_MD2 | - const MHASH_MD2 |
| const MHASH_FNV132 | - const MHASH_FNV132 |
| const MHASH_FNV1A32 | - const MHASH_FNV1A32 |
| const MHASH_FNV164 | - const MHASH_FNV164 |
| const MHASH_FNV1A64 | - const MHASH_FNV1A64 |
| const MHASH_JOAAT | - const MHASH_JOAAT |
| const MHASH_CRC32C | - const MHASH_CRC32C |
| + const HASH_DEFAULT |
| PHP | PeachPie |
|---|---|
| const JSON_UNESCAPED_LINE_TERMINATORS | - const JSON_UNESCAPED_LINE_TERMINATORS |
| const JSON_INVALID_UTF8_IGNORE | - const JSON_INVALID_UTF8_IGNORE |
| const JSON_INVALID_UTF8_SUBSTITUTE | - const JSON_INVALID_UTF8_SUBSTITUTE |
| PHP | PeachPie |
|---|---|
| function SplFixedArray::getIterator() | - function SplFixedArray::getIterator() |
| + function SplFixedArray::rewind() | |
| + function SplFixedArray::next() | |
| + function SplFixedArray::valid() | |
| + function SplFixedArray::key() | |
| + function SplFixedArray::current() | |
| + function SplDoublyLinkedList::__construct() | |
| + function SplQueue::__construct() | |
| + function SplStack::__construct() | |
| + function SplPriorityQueue::__construct() | |
| + function SplHeap::__construct() | |
| + function SplMinHeap::__construct() | |
| + function SplMaxHeap::__construct() | |
| + function ArrayIterator::__set($prop,$value) | |
| + function ArrayIterator::__get($prop) | |
| + function RecursiveArrayIterator::__set($prop,$value) | |
| + function RecursiveArrayIterator::__get($prop) | |
| + function EmptyIterator::__construct() | |
| + function IteratorIterator::__call($name,$arguments) | |
| + function InfiniteIterator::__call($name,$arguments) | |
| + function NoRewindIterator::__call($name,$arguments) | |
| + function FilterIterator::__call($name,$arguments) | |
| + function CallbackFilterIterator::__call($name,$arguments) | |
| + function RecursiveCallbackFilterIterator::__call($name,$arguments) | |
| + function LimitIterator::__call($name,$arguments) | |
| + function AppendIterator::__call($name,$arguments) | |
| + function RecursiveFilterIterator::__call($name,$arguments) | |
| + function ParentIterator::__call($name,$arguments) | |
| + function CachingIterator::__call($name,$arguments) | |
| + function RecursiveCachingIterator::__call($name,$arguments) | |
| + function RegexIterator::__call($name,$arguments) | |
| + function RecursiveRegexIterator::__call($name,$arguments) | |
| + function ArrayObject::__set($prop,$value) | |
| + function ArrayObject::__get($prop) | |
| + function RecursiveIteratorIterator::__call($name,$arguments) | |
| + function RecursiveTreeIterator::__call($name,$arguments) | |
| + const RecursiveTreeIterator::PREFIX_MAX | |
| + function SplFileObject::fgetss($allowable_tags) | |
| + function SplTempFileObject::fgetss($allowable_tags) |
| PHP | PeachPie |
|---|---|
| + const PREG_REPLACE_EVAL |
| PHP | PeachPie |
|---|---|
| function readline($prompt) | - function readline($prompt) |
| function readline_info($var_name,$value) | - function readline_info($var_name,$value) |
| function readline_add_history($prompt) | - function readline_add_history($prompt) |
| function readline_clear_history() | - function readline_clear_history() |
| function readline_list_history() | - function readline_list_history() |
| function readline_read_history($filename) | - function readline_read_history($filename) |
| function readline_write_history($filename) | - function readline_write_history($filename) |
| function readline_completion_function($callback) | - function readline_completion_function($callback) |
| const READLINE_LIB | - const READLINE_LIB |
| PHP | PeachPie |
|---|---|
| function ReflectionParameter::isPromoted() | - function ReflectionParameter::isPromoted() |
| function ReflectionProperty::isPromoted() | - function ReflectionProperty::isPromoted() |
| function ReflectionProperty::getType() | - function ReflectionProperty::getType() |
| function ReflectionProperty::hasType() | - function ReflectionProperty::hasType() |
| function ReflectionProperty::hasDefaultValue() | - function ReflectionProperty::hasDefaultValue() |
| function ReflectionProperty::getDefaultValue() | - function ReflectionProperty::getDefaultValue() |
| class ReflectionZendExtension | - class ReflectionZendExtension |
| function ReflectionAttribute::getTarget() | - function ReflectionAttribute::getTarget() |
| function ReflectionAttribute::isRepeated() | - function ReflectionAttribute::isRepeated() |
| + function Reflection::export($reflector,$return) | |
| + function ReflectionClass::export($argument,$return) | |
| + function ReflectionClassConstant::export($class,$name,$return) | |
| + function ReflectionExtension::export($name,$return) | |
| + function ReflectionFunction::export($name,$return) | |
| + function ReflectionMethod::export($class,$name,$return) | |
| + function ReflectionObject::export($argument,$return) | |
| + function ReflectionParameter::export($function,$parameter,$return) | |
| + function ReflectionProperty::export($class,$name,$return) | |
| + function ReflectionType::isBuiltin() | |
| + function ReflectionUnionType::isBuiltin() |
| PHP | PeachPie |
|---|---|
| + function SessionHandler::updateTimestamp($key,$val) | |
| + function SessionHandler::validateId($key) |
| PHP | PeachPie |
|---|---|
| function output_reset_rewrite_vars() | - function output_reset_rewrite_vars() |
| function output_add_rewrite_var($name,$value) | - function output_add_rewrite_var($name,$value) |
| function stream_wrapper_unregister($protocol) | - function stream_wrapper_unregister($protocol) |
| function stream_wrapper_restore($protocol) | - function stream_wrapper_restore($protocol) |
| function getservbyname($service,$protocol) | - function getservbyname($service,$protocol) |
| function getservbyport($port,$protocol) | - function getservbyport($port,$protocol) |
| function register_tick_function($callback,$args) | - function register_tick_function($callback,$args) |
| function unregister_tick_function($callback) | - function unregister_tick_function($callback) |
| function net_get_interfaces() | - function net_get_interfaces() |
| function ftok($filename,$project_id) | - function ftok($filename,$project_id) |
| function getmygid() | - function getmygid() |
| function getmyinode() | - function getmyinode() |
| function openlog($prefix,$flags,$facility) | - function openlog($prefix,$flags,$facility) |
| function closelog() | - function closelog() |
| function syslog($priority,$message) | - function syslog($priority,$message) |
| function getdir($directory,$context) | - function getdir($directory,$context) |
| function get_meta_tags($filename,$use_include_path) | - function get_meta_tags($filename,$use_include_path) |
| function realpath_cache_get() | - function realpath_cache_get() |
| function realpath_cache_size() | - function realpath_cache_size() |
| function phpcredits($flags) | - function phpcredits($flags) |
| function getrusage($mode) | - function getrusage($mode) |
| function stream_context_get_params($context) | - function stream_context_get_params($context) |
| function stream_context_get_default($options) | - function stream_context_get_default($options) |
| function stream_context_set_default($options) | - function stream_context_set_default($options) |
| function stream_socket_pair($domain,$type,$protocol) | - function stream_socket_pair($domain,$type,$protocol) |
| function stream_supports_lock($stream) | - function stream_supports_lock($stream) |
| function stream_set_read_buffer($stream,$size) | - function stream_set_read_buffer($stream,$size) |
| function stream_set_chunk_size($stream,$size) | - function stream_set_chunk_size($stream,$size) |
| function convert_uuencode($string) | - function convert_uuencode($string) |
| function convert_uudecode($string) | - function convert_uudecode($string) |
| function sapi_windows_cp_set($codepage) | - function sapi_windows_cp_set($codepage) |
| function sapi_windows_cp_get($kind) | - function sapi_windows_cp_get($kind) |
| function sapi_windows_cp_conv($in_codepage,$out_codepage,$subject) | - function sapi_windows_cp_conv($in_codepage,$out_codepage,$subject) |
| function sapi_windows_cp_is_utf8() | - function sapi_windows_cp_is_utf8() |
| function sapi_windows_set_ctrl_handler($handler,$add) | - function sapi_windows_set_ctrl_handler($handler,$add) |
| function sapi_windows_generate_ctrl_event($event,$pid) | - function sapi_windows_generate_ctrl_event($event,$pid) |
| const CREDITS_GROUP | - const CREDITS_GROUP |
| const CREDITS_GENERAL | - const CREDITS_GENERAL |
| const CREDITS_SAPI | - const CREDITS_SAPI |
| const CREDITS_MODULES | - const CREDITS_MODULES |
| const CREDITS_DOCS | - const CREDITS_DOCS |
| const CREDITS_FULLPAGE | - const CREDITS_FULLPAGE |
| const CREDITS_QA | - const CREDITS_QA |
| const CREDITS_ALL | - const CREDITS_ALL |
| const PATHINFO_ALL | - const PATHINFO_ALL |
| const STREAM_NOTIFY_CONNECT | - const STREAM_NOTIFY_CONNECT |
| const STREAM_NOTIFY_AUTH_REQUIRED | - const STREAM_NOTIFY_AUTH_REQUIRED |
| const STREAM_NOTIFY_AUTH_RESULT | - const STREAM_NOTIFY_AUTH_RESULT |
| const STREAM_NOTIFY_MIME_TYPE_IS | - const STREAM_NOTIFY_MIME_TYPE_IS |
| const STREAM_NOTIFY_FILE_SIZE_IS | - const STREAM_NOTIFY_FILE_SIZE_IS |
| const STREAM_NOTIFY_REDIRECTED | - const STREAM_NOTIFY_REDIRECTED |
| const STREAM_NOTIFY_PROGRESS | - const STREAM_NOTIFY_PROGRESS |
| const STREAM_NOTIFY_FAILURE | - const STREAM_NOTIFY_FAILURE |
| const STREAM_NOTIFY_COMPLETED | - const STREAM_NOTIFY_COMPLETED |
| const STREAM_NOTIFY_RESOLVE | - const STREAM_NOTIFY_RESOLVE |
| const STREAM_NOTIFY_SEVERITY_INFO | - const STREAM_NOTIFY_SEVERITY_INFO |
| const STREAM_NOTIFY_SEVERITY_WARN | - const STREAM_NOTIFY_SEVERITY_WARN |
| const STREAM_NOTIFY_SEVERITY_ERR | - const STREAM_NOTIFY_SEVERITY_ERR |
| const STREAM_CRYPTO_PROTO_SSLv3 | - const STREAM_CRYPTO_PROTO_SSLv3 |
| const STREAM_CRYPTO_PROTO_TLSv1_0 | - const STREAM_CRYPTO_PROTO_TLSv1_0 |
| const STREAM_CRYPTO_PROTO_TLSv1_1 | - const STREAM_CRYPTO_PROTO_TLSv1_1 |
| const STREAM_CRYPTO_PROTO_TLSv1_2 | - const STREAM_CRYPTO_PROTO_TLSv1_2 |
| const STREAM_CRYPTO_PROTO_TLSv1_3 | - const STREAM_CRYPTO_PROTO_TLSv1_3 |
| const STREAM_SERVER_BIND | - const STREAM_SERVER_BIND |
| const STREAM_SERVER_LISTEN | - const STREAM_SERVER_LISTEN |
| const FILE_NO_DEFAULT_CONTEXT | - const FILE_NO_DEFAULT_CONTEXT |
| const FILE_TEXT | - const FILE_TEXT |
| const FILE_BINARY | - const FILE_BINARY |
| const PASSWORD_BCRYPT_DEFAULT_COST | - const PASSWORD_BCRYPT_DEFAULT_COST |
| const PASSWORD_ARGON2_DEFAULT_MEMORY_COST | - const PASSWORD_ARGON2_DEFAULT_MEMORY_COST |
| const PASSWORD_ARGON2_DEFAULT_TIME_COST | - const PASSWORD_ARGON2_DEFAULT_TIME_COST |
| const PASSWORD_ARGON2_DEFAULT_THREADS | - const PASSWORD_ARGON2_DEFAULT_THREADS |
| const PASSWORD_ARGON2_PROVIDER | - const PASSWORD_ARGON2_PROVIDER |
| const LOG_EMERG | - const LOG_EMERG |
| const LOG_ALERT | - const LOG_ALERT |
| const LOG_CRIT | - const LOG_CRIT |
| const LOG_ERR | - const LOG_ERR |
| const LOG_WARNING | - const LOG_WARNING |
| const LOG_NOTICE | - const LOG_NOTICE |
| const LOG_INFO | - const LOG_INFO |
| const LOG_DEBUG | - const LOG_DEBUG |
| const LOG_KERN | - const LOG_KERN |
| const LOG_USER | - const LOG_USER |
| const LOG_MAIL | - const LOG_MAIL |
| const LOG_DAEMON | - const LOG_DAEMON |
| const LOG_AUTH | - const LOG_AUTH |
| const LOG_SYSLOG | - const LOG_SYSLOG |
| const LOG_LPR | - const LOG_LPR |
| const LOG_NEWS | - const LOG_NEWS |
| const LOG_UUCP | - const LOG_UUCP |
| const LOG_CRON | - const LOG_CRON |
| const LOG_AUTHPRIV | - const LOG_AUTHPRIV |
| const LOG_PID | - const LOG_PID |
| const LOG_CONS | - const LOG_CONS |
| const LOG_ODELAY | - const LOG_ODELAY |
| const LOG_NDELAY | - const LOG_NDELAY |
| const LOG_NOWAIT | - const LOG_NOWAIT |
| const LOG_PERROR | - const LOG_PERROR |
| const STREAM_OPTION_BLOCKING | - const STREAM_OPTION_BLOCKING |
| const STREAM_OPTION_READ_TIMEOUT | - const STREAM_OPTION_READ_TIMEOUT |
| const STREAM_OPTION_READ_BUFFER | - const STREAM_OPTION_READ_BUFFER |
| const STREAM_OPTION_WRITE_BUFFER | - const STREAM_OPTION_WRITE_BUFFER |
| const STREAM_BUFFER_NONE | - const STREAM_BUFFER_NONE |
| const STREAM_BUFFER_LINE | - const STREAM_BUFFER_LINE |
| const STREAM_BUFFER_FULL | - const STREAM_BUFFER_FULL |
| const STREAM_CAST_AS_STREAM | - const STREAM_CAST_AS_STREAM |
| const STREAM_CAST_FOR_SELECT | - const STREAM_CAST_FOR_SELECT |
| const STREAM_META_TOUCH | - const STREAM_META_TOUCH |
| const STREAM_META_OWNER | - const STREAM_META_OWNER |
| const STREAM_META_OWNER_NAME | - const STREAM_META_OWNER_NAME |
| const STREAM_META_GROUP | - const STREAM_META_GROUP |
| const STREAM_META_GROUP_NAME | - const STREAM_META_GROUP_NAME |
| const STREAM_META_ACCESS | - const STREAM_META_ACCESS |
| + function fgetss($handle,$length,$allowableTags) | |
| + function chroot($directory) | |
| + function money_format($format,$number) | |
| + function hebrevc($str,$maxCharactersPerLine) | |
| + function sha256($str,$raw_output) | |
| + function sha256_file($filename,$raw_output) | |
| + function convert_cyr_string($bytes,$srcCharset,$dstCharset) | |
| + function nl_langinfo($item) | |
| + function ezmlm_hash($addr) | |
| + function get_magic_quotes_gpc() | |
| + function get_magic_quotes_runtime() | |
| + function set_magic_quotes_runtime($value) | |
| + function is_real($variable) | |
| + function apache_request_headers() | |
| + function getallheaders() | |
| + function idn_to_ascii($domain,$options,$variant,$idna_info) | |
| + function idn_to_utf8($domain,$options,$variant,$idna_info) | |
| + function array_is_list($array) | |
| + function posix_getpid() | |
| + function fastcgi_finish_request() | |
| + function zend_thread_id() | |
| + const DNS_CAA | |
| + const ASSERT_QUIET_EVAL | |
| + const PHP_OUTPUT_HANDLER_START | |
| + const PHP_OUTPUT_HANDLER_CONT | |
| + const PHP_OUTPUT_HANDLER_END | |
| + const UPLOAD_ERR_OK | |
| + const UPLOAD_ERR_INI_SIZE | |
| + const UPLOAD_ERR_FORM_SIZE | |
| + const UPLOAD_ERR_PARTIAL | |
| + const UPLOAD_ERR_NO_FILE | |
| + const UPLOAD_ERR_NO_TMP_DIR | |
| + const UPLOAD_ERR_CANT_WRITE | |
| + const UPLOAD_ERR_EXTENSION | |
| + const IDNA_DEFAULT | |
| + const IDNA_ALLOW_UNASSIGNED | |
| + const IDNA_USE_STD3_RULES | |
| + const INTL_IDNA_VARIANT_2003 | |
| + const INTL_IDNA_VARIANT_UTS46 | |
| + const STREAM_ENFORCE_SAFE_MODE |
| PHP | PeachPie |
|---|---|
| const T_NAME_FULLY_QUALIFIED | - const T_NAME_FULLY_QUALIFIED |
| const T_NAME_RELATIVE | - const T_NAME_RELATIVE |
| const T_NAME_QUALIFIED | - const T_NAME_QUALIFIED |
| + function PhpToken::ToString() |
| PHP | PeachPie |
|---|---|
| function ZipArchive::replaceFile($filepath,$index,$start,$length,$flags) | - function ZipArchive::replaceFile($filepath,$index,$start,$length,$flags) |
| function ZipArchive::setMtimeIndex($index,$timestamp,$flags) | - function ZipArchive::setMtimeIndex($index,$timestamp,$flags) |
| function ZipArchive::setMtimeName($name,$timestamp,$flags) | - function ZipArchive::setMtimeName($name,$timestamp,$flags) |
| function ZipArchive::registerProgressCallback($rate,$callback) | - function ZipArchive::registerProgressCallback($rate,$callback) |
| function ZipArchive::registerCancelCallback($callback) | - function ZipArchive::registerCancelCallback($callback) |
| const ZipArchive::RDONLY | - const ZipArchive::RDONLY |
| const ZipArchive::FL_RECOMPRESS | - const ZipArchive::FL_RECOMPRESS |
| const ZipArchive::FL_ENCRYPTED | - const ZipArchive::FL_ENCRYPTED |
| const ZipArchive::FL_OVERWRITE | - const ZipArchive::FL_OVERWRITE |
| const ZipArchive::FL_LOCAL | - const ZipArchive::FL_LOCAL |
| const ZipArchive::FL_CENTRAL | - const ZipArchive::FL_CENTRAL |
| const ZipArchive::FL_ENC_GUESS | - const ZipArchive::FL_ENC_GUESS |
| const ZipArchive::FL_ENC_RAW | - const ZipArchive::FL_ENC_RAW |
| const ZipArchive::FL_ENC_STRICT | - const ZipArchive::FL_ENC_STRICT |
| const ZipArchive::FL_ENC_UTF_8 | - const ZipArchive::FL_ENC_UTF_8 |
| const ZipArchive::FL_ENC_CP437 | - const ZipArchive::FL_ENC_CP437 |
| const ZipArchive::CM_LZMA | - const ZipArchive::CM_LZMA |
| const ZipArchive::CM_LZMA2 | - const ZipArchive::CM_LZMA2 |
| const ZipArchive::CM_XZ | - const ZipArchive::CM_XZ |
| const ZipArchive::CM_TERSE | - const ZipArchive::CM_TERSE |
| const ZipArchive::CM_LZ77 | - const ZipArchive::CM_LZ77 |
| const ZipArchive::CM_WAVPACK | - const ZipArchive::CM_WAVPACK |
| const ZipArchive::CM_PPMD | - const ZipArchive::CM_PPMD |
| const ZipArchive::ER_ENCRNOTSUPP | - const ZipArchive::ER_ENCRNOTSUPP |
| const ZipArchive::ER_RDONLY | - const ZipArchive::ER_RDONLY |
| const ZipArchive::ER_NOPASSWD | - const ZipArchive::ER_NOPASSWD |
| const ZipArchive::ER_WRONGPASSWD | - const ZipArchive::ER_WRONGPASSWD |
| const ZipArchive::ER_OPNOTSUPP | - const ZipArchive::ER_OPNOTSUPP |
| const ZipArchive::ER_INUSE | - const ZipArchive::ER_INUSE |
| const ZipArchive::ER_TELL | - const ZipArchive::ER_TELL |
| const ZipArchive::ER_COMPRESSED_DATA | - const ZipArchive::ER_COMPRESSED_DATA |
| const ZipArchive::ER_CANCELLED | - const ZipArchive::ER_CANCELLED |
| const ZipArchive::OPSYS_DOS | - const ZipArchive::OPSYS_DOS |
| const ZipArchive::OPSYS_AMIGA | - const ZipArchive::OPSYS_AMIGA |
| const ZipArchive::OPSYS_OPENVMS | - const ZipArchive::OPSYS_OPENVMS |
| const ZipArchive::OPSYS_UNIX | - const ZipArchive::OPSYS_UNIX |
| const ZipArchive::OPSYS_VM_CMS | - const ZipArchive::OPSYS_VM_CMS |
| const ZipArchive::OPSYS_ATARI_ST | - const ZipArchive::OPSYS_ATARI_ST |
| const ZipArchive::OPSYS_OS_2 | - const ZipArchive::OPSYS_OS_2 |
| const ZipArchive::OPSYS_MACINTOSH | - const ZipArchive::OPSYS_MACINTOSH |
| const ZipArchive::OPSYS_Z_SYSTEM | - const ZipArchive::OPSYS_Z_SYSTEM |
| const ZipArchive::OPSYS_CPM | - const ZipArchive::OPSYS_CPM |
| const ZipArchive::OPSYS_WINDOWS_NTFS | - const ZipArchive::OPSYS_WINDOWS_NTFS |
| const ZipArchive::OPSYS_MVS | - const ZipArchive::OPSYS_MVS |
| const ZipArchive::OPSYS_VSE | - const ZipArchive::OPSYS_VSE |
| const ZipArchive::OPSYS_ACORN_RISC | - const ZipArchive::OPSYS_ACORN_RISC |
| const ZipArchive::OPSYS_VFAT | - const ZipArchive::OPSYS_VFAT |
| const ZipArchive::OPSYS_ALTERNATE_MVS | - const ZipArchive::OPSYS_ALTERNATE_MVS |
| const ZipArchive::OPSYS_BEOS | - const ZipArchive::OPSYS_BEOS |
| const ZipArchive::OPSYS_TANDEM | - const ZipArchive::OPSYS_TANDEM |
| const ZipArchive::OPSYS_OS_400 | - const ZipArchive::OPSYS_OS_400 |
| const ZipArchive::OPSYS_OS_X | - const ZipArchive::OPSYS_OS_X |
| const ZipArchive::OPSYS_DEFAULT | - const ZipArchive::OPSYS_DEFAULT |
| const ZipArchive::EM_NONE | - const ZipArchive::EM_NONE |
| const ZipArchive::EM_TRAD_PKWARE | - const ZipArchive::EM_TRAD_PKWARE |
| const ZipArchive::EM_AES_128 | - const ZipArchive::EM_AES_128 |
| const ZipArchive::EM_AES_192 | - const ZipArchive::EM_AES_192 |
| const ZipArchive::EM_AES_256 | - const ZipArchive::EM_AES_256 |
| const ZipArchive::EM_UNKNOWN | - const ZipArchive::EM_UNKNOWN |
| const ZipArchive::LIBZIP_VERSION | - const ZipArchive::LIBZIP_VERSION |
| PHP | PeachPie |
|---|---|
| function zlib_encode($data,$encoding,$level) | - function zlib_encode($data,$encoding,$level) |
| function zlib_decode($data,$max_length) | - function zlib_decode($data,$max_length) |
| function deflate_init($encoding,$options) | - function deflate_init($encoding,$options) |
| function deflate_add($context,$data,$flush_mode) | - function deflate_add($context,$data,$flush_mode) |
| function inflate_init($encoding,$options) | - function inflate_init($encoding,$options) |
| function inflate_add($context,$data,$flush_mode) | - function inflate_add($context,$data,$flush_mode) |
| function inflate_get_status($context) | - function inflate_get_status($context) |
| function inflate_get_read_len($context) | - function inflate_get_read_len($context) |
| class InflateContext | - class InflateContext |
| class DeflateContext | - class DeflateContext |
| const ZLIB_ENCODING_RAW | - const ZLIB_ENCODING_RAW |
| const ZLIB_ENCODING_GZIP | - const ZLIB_ENCODING_GZIP |
| const ZLIB_ENCODING_DEFLATE | - const ZLIB_ENCODING_DEFLATE |
| const ZLIB_NO_FLUSH | - const ZLIB_NO_FLUSH |
| const ZLIB_PARTIAL_FLUSH | - const ZLIB_PARTIAL_FLUSH |
| const ZLIB_SYNC_FLUSH | - const ZLIB_SYNC_FLUSH |
| const ZLIB_FULL_FLUSH | - const ZLIB_FULL_FLUSH |
| const ZLIB_BLOCK | - const ZLIB_BLOCK |
| const ZLIB_FINISH | - const ZLIB_FINISH |
| const ZLIB_FILTERED | - const ZLIB_FILTERED |
| const ZLIB_HUFFMAN_ONLY | - const ZLIB_HUFFMAN_ONLY |
| const ZLIB_RLE | - const ZLIB_RLE |
| const ZLIB_FIXED | - const ZLIB_FIXED |
| const ZLIB_DEFAULT_STRATEGY | - const ZLIB_DEFAULT_STRATEGY |
| const ZLIB_VERSION | - const ZLIB_VERSION |
| const ZLIB_VERNUM | - const ZLIB_VERNUM |
| const ZLIB_OK | - const ZLIB_OK |
| const ZLIB_STREAM_END | - const ZLIB_STREAM_END |
| const ZLIB_NEED_DICT | - const ZLIB_NEED_DICT |
| const ZLIB_ERRNO | - const ZLIB_ERRNO |
| const ZLIB_STREAM_ERROR | - const ZLIB_STREAM_ERROR |
| const ZLIB_DATA_ERROR | - const ZLIB_DATA_ERROR |
| const ZLIB_MEM_ERROR | - const ZLIB_MEM_ERROR |
| const ZLIB_BUF_ERROR | - const ZLIB_BUF_ERROR |
| const ZLIB_VERSION_ERROR | - const ZLIB_VERSION_ERROR |
| + function gzopen64($filename,$mode,$use_include_path) | |
| + function gzseek64($zp,$offset,$whence) | |
| + function gztell64($zp) | |
| + function gzgetss($zp,$length,$allowable_tags) |
| PHP | PeachPie |
|---|---|
| function libxml_set_external_entity_loader($resolver_function) | - function libxml_set_external_entity_loader($resolver_function) |
| const LIBXML_LOADED_VERSION | - const LIBXML_LOADED_VERSION |
| const LIBXML_PEDANTIC | - const LIBXML_PEDANTIC |
| const LIBXML_BIGLINES | - const LIBXML_BIGLINES |
| const LIBXML_HTML_NOIMPLIED | - const LIBXML_HTML_NOIMPLIED |
| const LIBXML_HTML_NODEFDTD | - const LIBXML_HTML_NODEFDTD |
| PHP | PeachPie |
|---|---|
| class DOMParentNode | - class DOMParentNode |
| class DOMChildNode | - class DOMChildNode |
| class DOMNameSpaceNode | - class DOMNameSpaceNode |
| function DOMDocumentFragment::__construct() | - function DOMDocumentFragment::__construct() |
| function DOMDocumentFragment::append($nodes) | - function DOMDocumentFragment::append($nodes) |
| function DOMDocumentFragment::prepend($nodes) | - function DOMDocumentFragment::prepend($nodes) |
| function DOMDocument::append($nodes) | - function DOMDocument::append($nodes) |
| function DOMDocument::prepend($nodes) | - function DOMDocument::prepend($nodes) |
| function DOMNodeList::getIterator() | - function DOMNodeList::getIterator() |
| function DOMNamedNodeMap::getIterator() | - function DOMNamedNodeMap::getIterator() |
| function DOMCharacterData::replaceWith($nodes) | - function DOMCharacterData::replaceWith($nodes) |
| function DOMCharacterData::remove() | - function DOMCharacterData::remove() |
| function DOMCharacterData::before($nodes) | - function DOMCharacterData::before($nodes) |
| function DOMCharacterData::after($nodes) | - function DOMCharacterData::after($nodes) |
| function DOMAttr::isId() | - function DOMAttr::isId() |
| function DOMElement::remove() | - function DOMElement::remove() |
| function DOMElement::before($nodes) | - function DOMElement::before($nodes) |
| function DOMElement::after($nodes) | - function DOMElement::after($nodes) |
| function DOMElement::replaceWith($nodes) | - function DOMElement::replaceWith($nodes) |
| function DOMElement::append($nodes) | - function DOMElement::append($nodes) |
| function DOMElement::prepend($nodes) | - function DOMElement::prepend($nodes) |
| function DOMText::isElementContentWhitespace() | - function DOMText::isElementContentWhitespace() |
| function DOMText::replaceWith($nodes) | - function DOMText::replaceWith($nodes) |
| function DOMText::remove() | - function DOMText::remove() |
| function DOMText::before($nodes) | - function DOMText::before($nodes) |
| function DOMText::after($nodes) | - function DOMText::after($nodes) |
| function DOMComment::replaceWith($nodes) | - function DOMComment::replaceWith($nodes) |
| function DOMComment::remove() | - function DOMComment::remove() |
| function DOMComment::before($nodes) | - function DOMComment::before($nodes) |
| function DOMComment::after($nodes) | - function DOMComment::after($nodes) |
| function DOMCdataSection::isElementContentWhitespace() | - function DOMCdataSection::isElementContentWhitespace() |
| function DOMCdataSection::replaceWith($nodes) | - function DOMCdataSection::replaceWith($nodes) |
| function DOMCdataSection::remove() | - function DOMCdataSection::remove() |
| function DOMCdataSection::before($nodes) | - function DOMCdataSection::before($nodes) |
| function DOMCdataSection::after($nodes) | - function DOMCdataSection::after($nodes) |
| + class DOMConfiguration | |
| + function DOMDocument::renameNode($node,$namespaceUri,$qualifiedName) | |
| + function DOMNamedNodeMap::setNamedItem($item) | |
| + function DOMNamedNodeMap::removeNamedItem($name) | |
| + function DOMNamedNodeMap::setNamedItemNS($item) | |
| + function DOMNamedNodeMap::removeNamedItemNS($namespaceUri,$localName) |
| PHP | PeachPie |
|---|---|
| const PDO::SQLITE_DETERMINISTIC | - const PDO::SQLITE_DETERMINISTIC |
| const PDO::SQLITE_OPEN_READONLY | - const PDO::SQLITE_OPEN_READONLY |
| const PDO::SQLITE_OPEN_READWRITE | - const PDO::SQLITE_OPEN_READWRITE |
| const PDO::SQLITE_OPEN_CREATE | - const PDO::SQLITE_OPEN_CREATE |
| function PDOStatement::getIterator() | - function PDOStatement::getIterator() |
| class PDORow | - class PDORow |
| + function PDO::__call($name,$arguments) | |
| + const PDO::ATTR_DRIVER_SPECIFIC | |
| + const PDO::SQLSRV_ENCODING_DEFAULT | |
| + const PDO::SQLSRV_ENCODING_BINARY | |
| + const PDO::SQLSRV_ENCODING_SYSTEM | |
| + const PDO::SQLSRV_ENCODING_UTF8 | |
| + const PDO::SQLSRV_ATTR_ENCODING | |
| + const PDO::SQLSRV_ATTR_QUERY_TIMEOUT | |
| + const PDO::SQLSRV_ATTR_DIRECT_QUERY | |
| + const PDO::SQLSRV_ATTR_CURSOR_SCROLL_TYPE | |
| + const PDO::SQLSRV_ATTR_FETCHES_NUMERIC_TYPE | |
| + const PDO::SQLSRV_PARAM_OUT_DEFAULT_SIZE | |
| + const PDO::SQLSRV_CURSOR_KEYSET | |
| + const PDO::SQLSRV_CURSOR_DYNAMIC | |
| + const PDO::SQLSRV_CURSOR_STATIC | |
| + const PDO::SQLSRV_CURSOR_BUFFERED | |
| + const PDO::PARAM_ZVAL |
| PHP | PeachPie |
|---|---|
| function openssl_x509_check_private_key($certificate,$private_key) | - function openssl_x509_check_private_key($certificate,$private_key) |
| function openssl_x509_verify($certificate,$public_key) | - function openssl_x509_verify($certificate,$public_key) |
| function openssl_x509_parse($certificate,$short_names) | - function openssl_x509_parse($certificate,$short_names) |
| function openssl_x509_checkpurpose($certificate,$purpose,$ca_info,$untrusted_certificates_file) | - function openssl_x509_checkpurpose($certificate,$purpose,$ca_info,$untrusted_certificates_file) |
| function openssl_pkcs12_export_to_file($certificate,$output_filename,$private_key,$passphrase,$options) | - function openssl_pkcs12_export_to_file($certificate,$output_filename,$private_key,$passphrase,$options) |
| function openssl_pkcs12_export($certificate,$output,$private_key,$passphrase,$options) | - function openssl_pkcs12_export($certificate,$output,$private_key,$passphrase,$options) |
| function openssl_pkcs12_read($pkcs12,$certificates,$passphrase) | - function openssl_pkcs12_read($pkcs12,$certificates,$passphrase) |
| function openssl_csr_export_to_file($csr,$output_filename,$no_text) | - function openssl_csr_export_to_file($csr,$output_filename,$no_text) |
| function openssl_csr_export($csr,$output,$no_text) | - function openssl_csr_export($csr,$output,$no_text) |
| function openssl_csr_sign($csr,$ca_certificate,$private_key,$days,$options,$serial) | - function openssl_csr_sign($csr,$ca_certificate,$private_key,$days,$options,$serial) |
| function openssl_csr_new($distinguished_names,$private_key,$options,$extra_attributes) | - function openssl_csr_new($distinguished_names,$private_key,$options,$extra_attributes) |
| function openssl_csr_get_subject($csr,$short_names) | - function openssl_csr_get_subject($csr,$short_names) |
| function openssl_csr_get_public_key($csr,$short_names) | - function openssl_csr_get_public_key($csr,$short_names) |
| function openssl_pkey_export_to_file($key,$output_filename,$passphrase,$options) | - function openssl_pkey_export_to_file($key,$output_filename,$passphrase,$options) |
| function openssl_pkey_export($key,$output,$passphrase,$options) | - function openssl_pkey_export($key,$output,$passphrase,$options) |
| function openssl_pkey_get_public($public_key) | - function openssl_pkey_get_public($public_key) |
| function openssl_get_publickey($public_key) | - function openssl_get_publickey($public_key) |
| function openssl_pkey_free($key) | - function openssl_pkey_free($key) |
| function openssl_free_key($key) | - function openssl_free_key($key) |
| function openssl_pkey_get_private($private_key,$passphrase) | - function openssl_pkey_get_private($private_key,$passphrase) |
| function openssl_get_privatekey($private_key,$passphrase) | - function openssl_get_privatekey($private_key,$passphrase) |
| function openssl_pkey_get_details($key) | - function openssl_pkey_get_details($key) |
| function openssl_pbkdf2($password,$salt,$key_length,$iterations,$digest_algo) | - function openssl_pbkdf2($password,$salt,$key_length,$iterations,$digest_algo) |
| function openssl_pkcs7_verify($input_filename,$flags,$signers_certificates_filename,$ca_info,$untrusted_certificates_filename,$content,$output_filename) | - function openssl_pkcs7_verify($input_filename,$flags,$signers_certificates_filename,$ca_info,$untrusted_certificates_filename,$content,$output_filename) |
| function openssl_pkcs7_encrypt($input_filename,$output_filename,$certificate,$headers,$flags,$cipher_algo) | - function openssl_pkcs7_encrypt($input_filename,$output_filename,$certificate,$headers,$flags,$cipher_algo) |
| function openssl_pkcs7_sign($input_filename,$output_filename,$certificate,$private_key,$headers,$flags,$untrusted_certificates_filename) | - function openssl_pkcs7_sign($input_filename,$output_filename,$certificate,$private_key,$headers,$flags,$untrusted_certificates_filename) |
| function openssl_pkcs7_decrypt($input_filename,$output_filename,$certificate,$private_key) | - function openssl_pkcs7_decrypt($input_filename,$output_filename,$certificate,$private_key) |
| function openssl_pkcs7_read($input_filename,$certificates) | - function openssl_pkcs7_read($input_filename,$certificates) |
| function openssl_cms_verify($input_filename,$flags,$certificates,$ca_info,$untrusted_certificates_filename,$content,$pk7,$sigfile,$encoding) | - function openssl_cms_verify($input_filename,$flags,$certificates,$ca_info,$untrusted_certificates_filename,$content,$pk7,$sigfile,$encoding) |
| function openssl_cms_encrypt($input_filename,$output_filename,$certificate,$headers,$flags,$encoding,$cipher_algo) | - function openssl_cms_encrypt($input_filename,$output_filename,$certificate,$headers,$flags,$encoding,$cipher_algo) |
| function openssl_cms_sign($input_filename,$output_filename,$certificate,$private_key,$headers,$flags,$encoding,$untrusted_certificates_filename) | - function openssl_cms_sign($input_filename,$output_filename,$certificate,$private_key,$headers,$flags,$encoding,$untrusted_certificates_filename) |
| function openssl_cms_decrypt($input_filename,$output_filename,$certificate,$private_key,$encoding) | - function openssl_cms_decrypt($input_filename,$output_filename,$certificate,$private_key,$encoding) |
| function openssl_cms_read($input_filename,$certificates) | - function openssl_cms_read($input_filename,$certificates) |
| function openssl_private_encrypt($data,$encrypted_data,$private_key,$padding) | - function openssl_private_encrypt($data,$encrypted_data,$private_key,$padding) |
| function openssl_private_decrypt($data,$decrypted_data,$private_key,$padding) | - function openssl_private_decrypt($data,$decrypted_data,$private_key,$padding) |
| function openssl_public_encrypt($data,$encrypted_data,$public_key,$padding) | - function openssl_public_encrypt($data,$encrypted_data,$public_key,$padding) |
| function openssl_public_decrypt($data,$decrypted_data,$public_key,$padding) | - function openssl_public_decrypt($data,$decrypted_data,$public_key,$padding) |
| function openssl_sign($data,$signature,$private_key,$algorithm) | - function openssl_sign($data,$signature,$private_key,$algorithm) |
| function openssl_verify($data,$signature,$public_key,$algorithm) | - function openssl_verify($data,$signature,$public_key,$algorithm) |
| function openssl_seal($data,$sealed_data,$encrypted_keys,$public_key,$cipher_algo,$iv) | - function openssl_seal($data,$sealed_data,$encrypted_keys,$public_key,$cipher_algo,$iv) |
| function openssl_open($data,$output,$encrypted_key,$private_key,$cipher_algo,$iv) | - function openssl_open($data,$output,$encrypted_key,$private_key,$cipher_algo,$iv) |
| function openssl_get_curve_names() | - function openssl_get_curve_names() |
| function openssl_dh_compute_key($public_key,$private_key) | - function openssl_dh_compute_key($public_key,$private_key) |
| function openssl_pkey_derive($public_key,$private_key,$key_length) | - function openssl_pkey_derive($public_key,$private_key,$key_length) |
| function openssl_spki_new($private_key,$challenge,$digest_algo) | - function openssl_spki_new($private_key,$challenge,$digest_algo) |
| function openssl_spki_verify($spki) | - function openssl_spki_verify($spki) |
| function openssl_spki_export($spki) | - function openssl_spki_export($spki) |
| function openssl_spki_export_challenge($spki) | - function openssl_spki_export_challenge($spki) |
| function openssl_get_cert_locations() | - function openssl_get_cert_locations() |
| class OpenSSLCertificate | - class OpenSSLCertificate |
| class OpenSSLCertificateSigningRequest | - class OpenSSLCertificateSigningRequest |
| class OpenSSLAsymmetricKey | - class OpenSSLAsymmetricKey |
| const OPENSSL_VERSION_TEXT | - const OPENSSL_VERSION_TEXT |
| const OPENSSL_VERSION_NUMBER | - const OPENSSL_VERSION_NUMBER |
| const X509_PURPOSE_SSL_CLIENT | - const X509_PURPOSE_SSL_CLIENT |
| const X509_PURPOSE_SSL_SERVER | - const X509_PURPOSE_SSL_SERVER |
| const X509_PURPOSE_NS_SSL_SERVER | - const X509_PURPOSE_NS_SSL_SERVER |
| const X509_PURPOSE_SMIME_SIGN | - const X509_PURPOSE_SMIME_SIGN |
| const X509_PURPOSE_SMIME_ENCRYPT | - const X509_PURPOSE_SMIME_ENCRYPT |
| const X509_PURPOSE_CRL_SIGN | - const X509_PURPOSE_CRL_SIGN |
| const X509_PURPOSE_ANY | - const X509_PURPOSE_ANY |
| const OPENSSL_ALGO_SHA224 | - const OPENSSL_ALGO_SHA224 |
| const OPENSSL_ALGO_RMD160 | - const OPENSSL_ALGO_RMD160 |
| const PKCS7_DETACHED | - const PKCS7_DETACHED |
| const PKCS7_TEXT | - const PKCS7_TEXT |
| const PKCS7_NOINTERN | - const PKCS7_NOINTERN |
| const PKCS7_NOVERIFY | - const PKCS7_NOVERIFY |
| const PKCS7_NOCHAIN | - const PKCS7_NOCHAIN |
| const PKCS7_NOCERTS | - const PKCS7_NOCERTS |
| const PKCS7_NOATTR | - const PKCS7_NOATTR |
| const PKCS7_BINARY | - const PKCS7_BINARY |
| const PKCS7_NOSIGS | - const PKCS7_NOSIGS |
| const OPENSSL_CMS_DETACHED | - const OPENSSL_CMS_DETACHED |
| const OPENSSL_CMS_TEXT | - const OPENSSL_CMS_TEXT |
| const OPENSSL_CMS_NOINTERN | - const OPENSSL_CMS_NOINTERN |
| const OPENSSL_CMS_NOVERIFY | - const OPENSSL_CMS_NOVERIFY |
| const OPENSSL_CMS_NOCERTS | - const OPENSSL_CMS_NOCERTS |
| const OPENSSL_CMS_NOATTR | - const OPENSSL_CMS_NOATTR |
| const OPENSSL_CMS_BINARY | - const OPENSSL_CMS_BINARY |
| const OPENSSL_CMS_NOSIGS | - const OPENSSL_CMS_NOSIGS |
| const OPENSSL_PKCS1_PADDING | - const OPENSSL_PKCS1_PADDING |
| const OPENSSL_SSLV23_PADDING | - const OPENSSL_SSLV23_PADDING |
| const OPENSSL_NO_PADDING | - const OPENSSL_NO_PADDING |
| const OPENSSL_PKCS1_OAEP_PADDING | - const OPENSSL_PKCS1_OAEP_PADDING |
| const OPENSSL_DEFAULT_STREAM_CIPHERS | - const OPENSSL_DEFAULT_STREAM_CIPHERS |
| const OPENSSL_CIPHER_RC2_40 | - const OPENSSL_CIPHER_RC2_40 |
| const OPENSSL_CIPHER_RC2_128 | - const OPENSSL_CIPHER_RC2_128 |
| const OPENSSL_CIPHER_RC2_64 | - const OPENSSL_CIPHER_RC2_64 |
| const OPENSSL_CIPHER_DES | - const OPENSSL_CIPHER_DES |
| const OPENSSL_CIPHER_3DES | - const OPENSSL_CIPHER_3DES |
| const OPENSSL_CIPHER_AES_128_CBC | - const OPENSSL_CIPHER_AES_128_CBC |
| const OPENSSL_CIPHER_AES_192_CBC | - const OPENSSL_CIPHER_AES_192_CBC |
| const OPENSSL_CIPHER_AES_256_CBC | - const OPENSSL_CIPHER_AES_256_CBC |
| const OPENSSL_TLSEXT_SERVER_NAME | - const OPENSSL_TLSEXT_SERVER_NAME |
| const OPENSSL_ENCODING_DER | - const OPENSSL_ENCODING_DER |
| const OPENSSL_ENCODING_SMIME | - const OPENSSL_ENCODING_SMIME |
| const OPENSSL_ENCODING_PEM | - const OPENSSL_ENCODING_PEM |
| PHP | PeachPie |
|---|---|
| function SimpleXMLElement::rewind() | - function SimpleXMLElement::rewind() |
| function SimpleXMLElement::valid() | - function SimpleXMLElement::valid() |
| function SimpleXMLElement::current() | - function SimpleXMLElement::current() |
| function SimpleXMLElement::key() | - function SimpleXMLElement::key() |
| function SimpleXMLElement::next() | - function SimpleXMLElement::next() |
| function SimpleXMLElement::hasChildren() | - function SimpleXMLElement::hasChildren() |
| function SimpleXMLElement::getChildren() | - function SimpleXMLElement::getChildren() |
| + function SimpleXMLElement::__get($name) | |
| + function SimpleXMLElement::__set($name,$value) | |
| + function SimpleXMLElement::__unset($name) | |
| + function SimpleXMLElement::__isset($name) | |
| + function SimpleXMLElement::GetEnumerator() | |
| + function SimpleXMLElement::offsetGet($index) | |
| + function SimpleXMLElement::offsetSet($index,$value) | |
| + function SimpleXMLElement::offsetUnset($index) | |
| + function SimpleXMLElement::offsetExists($index) | |
| + function SimpleXMLIterator::__get($name) | |
| + function SimpleXMLIterator::__set($name,$value) | |
| + function SimpleXMLIterator::__unset($name) | |
| + function SimpleXMLIterator::__isset($name) | |
| + function SimpleXMLIterator::GetEnumerator() | |
| + function SimpleXMLIterator::offsetGet($index) | |
| + function SimpleXMLIterator::offsetSet($index,$value) | |
| + function SimpleXMLIterator::offsetUnset($index) | |
| + function SimpleXMLIterator::offsetExists($index) |
| PHP | PeachPie |
|---|---|
| class XmlParser | - class XmlParser |
| const XML_SAX_IMPL | - const XML_SAX_IMPL |
| + const XML_ERROR_GENERIC |
| PHP | PeachPie |
|---|---|
| function mysqli_autocommit($mysql,$enable) | - function mysqli_autocommit($mysql,$enable) |
| function mysqli_begin_transaction($mysql,$flags,$name) | - function mysqli_begin_transaction($mysql,$flags,$name) |
| function mysqli_change_user($mysql,$username,$password,$database) | - function mysqli_change_user($mysql,$username,$password,$database) |
| function mysqli_commit($mysql,$flags,$name) | - function mysqli_commit($mysql,$flags,$name) |
| function mysqli_dump_debug_info($mysql) | - function mysqli_dump_debug_info($mysql) |
| function mysqli_debug($options) | - function mysqli_debug($options) |
| function mysqli_error_list($mysql) | - function mysqli_error_list($mysql) |
| function mysqli_fetch_lengths($result) | - function mysqli_fetch_lengths($result) |
| function mysqli_fetch_all($result,$mode) | - function mysqli_fetch_all($result,$mode) |
| function mysqli_get_connection_stats($mysql) | - function mysqli_get_connection_stats($mysql) |
| function mysqli_get_client_stats() | - function mysqli_get_client_stats() |
| function mysqli_get_charset($mysql) | - function mysqli_get_charset($mysql) |
| function mysqli_get_links_stats() | - function mysqli_get_links_stats() |
| function mysqli_get_proto_info($mysql) | - function mysqli_get_proto_info($mysql) |
| function mysqli_get_warnings($mysql) | - function mysqli_get_warnings($mysql) |
| function mysqli_info($mysql) | - function mysqli_info($mysql) |
| function mysqli_kill($mysql,$process_id) | - function mysqli_kill($mysql,$process_id) |
| function mysqli_multi_query($mysql,$query) | - function mysqli_multi_query($mysql,$query) |
| function mysqli_poll($read,$write,$error,$seconds,$microseconds) | - function mysqli_poll($read,$write,$error,$seconds,$microseconds) |
| function mysqli_report($flags) | - function mysqli_report($flags) |
| function mysqli_real_query($mysql,$query) | - function mysqli_real_query($mysql,$query) |
| function mysqli_reap_async_query($mysql) | - function mysqli_reap_async_query($mysql) |
| function mysqli_release_savepoint($mysql,$name) | - function mysqli_release_savepoint($mysql,$name) |
| function mysqli_rollback($mysql,$flags,$name) | - function mysqli_rollback($mysql,$flags,$name) |
| function mysqli_savepoint($mysql,$name) | - function mysqli_savepoint($mysql,$name) |
| function mysqli_stmt_attr_get($statement,$attribute) | - function mysqli_stmt_attr_get($statement,$attribute) |
| function mysqli_stmt_attr_set($statement,$attribute,$value) | - function mysqli_stmt_attr_set($statement,$attribute,$value) |
| function mysqli_stmt_bind_result($statement,$vars) | - function mysqli_stmt_bind_result($statement,$vars) |
| function mysqli_stmt_errno($statement) | - function mysqli_stmt_errno($statement) |
| function mysqli_stmt_error($statement) | - function mysqli_stmt_error($statement) |
| function mysqli_stmt_error_list($statement) | - function mysqli_stmt_error_list($statement) |
| function mysqli_stmt_fetch($statement) | - function mysqli_stmt_fetch($statement) |
| function mysqli_stmt_field_count($statement) | - function mysqli_stmt_field_count($statement) |
| function mysqli_stmt_free_result($statement) | - function mysqli_stmt_free_result($statement) |
| function mysqli_stmt_get_warnings($statement) | - function mysqli_stmt_get_warnings($statement) |
| function mysqli_stmt_more_results($statement) | - function mysqli_stmt_more_results($statement) |
| function mysqli_stmt_next_result($statement) | - function mysqli_stmt_next_result($statement) |
| function mysqli_stmt_num_rows($statement) | - function mysqli_stmt_num_rows($statement) |
| function mysqli_stmt_param_count($statement) | - function mysqli_stmt_param_count($statement) |
| function mysqli_stmt_reset($statement) | - function mysqli_stmt_reset($statement) |
| function mysqli_stmt_result_metadata($statement) | - function mysqli_stmt_result_metadata($statement) |
| function mysqli_stmt_store_result($statement) | - function mysqli_stmt_store_result($statement) |
| function mysqli_stmt_sqlstate($statement) | - function mysqli_stmt_sqlstate($statement) |
| function mysqli_sqlstate($mysql) | - function mysqli_sqlstate($mysql) |
| function mysqli_stat($mysql) | - function mysqli_stat($mysql) |
| function mysqli_store_result($mysql,$mode) | - function mysqli_store_result($mysql,$mode) |
| function mysqli_use_result($mysql) | - function mysqli_use_result($mysql) |
| function mysqli_warning_count($mysql) | - function mysqli_warning_count($mysql) |
| function mysqli_refresh($mysql,$flags) | - function mysqli_refresh($mysql,$flags) |
| function mysqli_set_opt($mysql,$option,$value) | - function mysqli_set_opt($mysql,$option,$value) |
| class mysqli_driver | - class mysqli_driver |
| function mysqli::autocommit($enable) | - function mysqli::autocommit($enable) |
| function mysqli::begin_transaction($flags,$name) | - function mysqli::begin_transaction($flags,$name) |
| function mysqli::change_user($username,$password,$database) | - function mysqli::change_user($username,$password,$database) |
| function mysqli::commit($flags,$name) | - function mysqli::commit($flags,$name) |
| function mysqli::connect($hostname,$username,$password,$database,$port,$socket) | - function mysqli::connect($hostname,$username,$password,$database,$port,$socket) |
| function mysqli::dump_debug_info() | - function mysqli::dump_debug_info() |
| function mysqli::debug($options) | - function mysqli::debug($options) |
| function mysqli::get_charset() | - function mysqli::get_charset() |
| function mysqli::get_client_info() | - function mysqli::get_client_info() |
| function mysqli::get_connection_stats() | - function mysqli::get_connection_stats() |
| function mysqli::get_server_info() | - function mysqli::get_server_info() |
| function mysqli::get_warnings() | - function mysqli::get_warnings() |
| function mysqli::kill($process_id) | - function mysqli::kill($process_id) |
| function mysqli::poll($read,$write,$error,$seconds,$microseconds) | - function mysqli::poll($read,$write,$error,$seconds,$microseconds) |
| function mysqli::reap_async_query() | - function mysqli::reap_async_query() |
| function mysqli::real_query($query) | - function mysqli::real_query($query) |
| function mysqli::release_savepoint($name) | - function mysqli::release_savepoint($name) |
| function mysqli::rollback($flags,$name) | - function mysqli::rollback($flags,$name) |
| function mysqli::savepoint($name) | - function mysqli::savepoint($name) |
| function mysqli::set_opt($option,$value) | - function mysqli::set_opt($option,$value) |
| function mysqli::stat() | - function mysqli::stat() |
| function mysqli::store_result($mode) | - function mysqli::store_result($mode) |
| function mysqli::use_result() | - function mysqli::use_result() |
| function mysqli::refresh($flags) | - function mysqli::refresh($flags) |
| function mysqli_warning::next() | - function mysqli_warning::next() |
| function mysqli_result::__construct($mysql,$result_mode) | - function mysqli_result::__construct($mysql,$result_mode) |
| function mysqli_result::fetch_all($mode) | - function mysqli_result::fetch_all($mode) |
| function mysqli_result::getIterator() | - function mysqli_result::getIterator() |
| function mysqli_stmt::attr_get($attribute) | - function mysqli_stmt::attr_get($attribute) |
| function mysqli_stmt::attr_set($attribute,$value) | - function mysqli_stmt::attr_set($attribute,$value) |
| function mysqli_stmt::bind_result($vars) | - function mysqli_stmt::bind_result($vars) |
| function mysqli_stmt::fetch() | - function mysqli_stmt::fetch() |
| function mysqli_stmt::get_warnings() | - function mysqli_stmt::get_warnings() |
| function mysqli_stmt::result_metadata() | - function mysqli_stmt::result_metadata() |
| function mysqli_stmt::more_results() | - function mysqli_stmt::more_results() |
| function mysqli_stmt::next_result() | - function mysqli_stmt::next_result() |
| function mysqli_stmt::num_rows() | - function mysqli_stmt::num_rows() |
| function mysqli_stmt::free_result() | - function mysqli_stmt::free_result() |
| function mysqli_stmt::reset() | - function mysqli_stmt::reset() |
| function mysqli_stmt::store_result() | - function mysqli_stmt::store_result() |
| function mysqli_stmt::get_result() | - function mysqli_stmt::get_result() |
| const MYSQLI_READ_DEFAULT_GROUP | - const MYSQLI_READ_DEFAULT_GROUP |
| const MYSQLI_READ_DEFAULT_FILE | - const MYSQLI_READ_DEFAULT_FILE |
| const MYSQLI_OPT_LOCAL_INFILE | - const MYSQLI_OPT_LOCAL_INFILE |
| const MYSQLI_INIT_COMMAND | - const MYSQLI_INIT_COMMAND |
| const MYSQLI_OPT_READ_TIMEOUT | - const MYSQLI_OPT_READ_TIMEOUT |
| const MYSQLI_OPT_NET_CMD_BUFFER_SIZE | - const MYSQLI_OPT_NET_CMD_BUFFER_SIZE |
| const MYSQLI_OPT_NET_READ_BUFFER_SIZE | - const MYSQLI_OPT_NET_READ_BUFFER_SIZE |
| const MYSQLI_OPT_INT_AND_FLOAT_NATIVE | - const MYSQLI_OPT_INT_AND_FLOAT_NATIVE |
| const MYSQLI_CLIENT_NO_SCHEMA | - const MYSQLI_CLIENT_NO_SCHEMA |
| const MYSQLI_CLIENT_FOUND_ROWS | - const MYSQLI_CLIENT_FOUND_ROWS |
| const MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT | - const MYSQLI_CLIENT_SSL_VERIFY_SERVER_CERT |
| const MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT | - const MYSQLI_CLIENT_SSL_DONT_VERIFY_SERVER_CERT |
| const MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS | - const MYSQLI_CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS |
| const MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS | - const MYSQLI_OPT_CAN_HANDLE_EXPIRED_PASSWORDS |
| const MYSQLI_ASYNC | - const MYSQLI_ASYNC |
| const MYSQLI_STORE_RESULT_COPY_DATA | - const MYSQLI_STORE_RESULT_COPY_DATA |
| const MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH | - const MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH |
| const MYSQLI_STMT_ATTR_CURSOR_TYPE | - const MYSQLI_STMT_ATTR_CURSOR_TYPE |
| const MYSQLI_CURSOR_TYPE_NO_CURSOR | - const MYSQLI_CURSOR_TYPE_NO_CURSOR |
| const MYSQLI_CURSOR_TYPE_READ_ONLY | - const MYSQLI_CURSOR_TYPE_READ_ONLY |
| const MYSQLI_CURSOR_TYPE_FOR_UPDATE | - const MYSQLI_CURSOR_TYPE_FOR_UPDATE |
| const MYSQLI_CURSOR_TYPE_SCROLLABLE | - const MYSQLI_CURSOR_TYPE_SCROLLABLE |
| const MYSQLI_STMT_ATTR_PREFETCH_ROWS | - const MYSQLI_STMT_ATTR_PREFETCH_ROWS |
| const MYSQLI_NOT_NULL_FLAG | - const MYSQLI_NOT_NULL_FLAG |
| const MYSQLI_PRI_KEY_FLAG | - const MYSQLI_PRI_KEY_FLAG |
| const MYSQLI_UNIQUE_KEY_FLAG | - const MYSQLI_UNIQUE_KEY_FLAG |
| const MYSQLI_MULTIPLE_KEY_FLAG | - const MYSQLI_MULTIPLE_KEY_FLAG |
| const MYSQLI_BLOB_FLAG | - const MYSQLI_BLOB_FLAG |
| const MYSQLI_UNSIGNED_FLAG | - const MYSQLI_UNSIGNED_FLAG |
| const MYSQLI_ZEROFILL_FLAG | - const MYSQLI_ZEROFILL_FLAG |
| const MYSQLI_AUTO_INCREMENT_FLAG | - const MYSQLI_AUTO_INCREMENT_FLAG |
| const MYSQLI_TIMESTAMP_FLAG | - const MYSQLI_TIMESTAMP_FLAG |
| const MYSQLI_SET_FLAG | - const MYSQLI_SET_FLAG |
| const MYSQLI_NUM_FLAG | - const MYSQLI_NUM_FLAG |
| const MYSQLI_PART_KEY_FLAG | - const MYSQLI_PART_KEY_FLAG |
| const MYSQLI_GROUP_FLAG | - const MYSQLI_GROUP_FLAG |
| const MYSQLI_ENUM_FLAG | - const MYSQLI_ENUM_FLAG |
| const MYSQLI_BINARY_FLAG | - const MYSQLI_BINARY_FLAG |
| const MYSQLI_NO_DEFAULT_VALUE_FLAG | - const MYSQLI_NO_DEFAULT_VALUE_FLAG |
| const MYSQLI_ON_UPDATE_NOW_FLAG | - const MYSQLI_ON_UPDATE_NOW_FLAG |
| const MYSQLI_TYPE_DECIMAL | - const MYSQLI_TYPE_DECIMAL |
| const MYSQLI_TYPE_TINY | - const MYSQLI_TYPE_TINY |
| const MYSQLI_TYPE_SHORT | - const MYSQLI_TYPE_SHORT |
| const MYSQLI_TYPE_LONG | - const MYSQLI_TYPE_LONG |
| const MYSQLI_TYPE_FLOAT | - const MYSQLI_TYPE_FLOAT |
| const MYSQLI_TYPE_DOUBLE | - const MYSQLI_TYPE_DOUBLE |
| const MYSQLI_TYPE_NULL | - const MYSQLI_TYPE_NULL |
| const MYSQLI_TYPE_TIMESTAMP | - const MYSQLI_TYPE_TIMESTAMP |
| const MYSQLI_TYPE_LONGLONG | - const MYSQLI_TYPE_LONGLONG |
| const MYSQLI_TYPE_INT24 | - const MYSQLI_TYPE_INT24 |
| const MYSQLI_TYPE_DATE | - const MYSQLI_TYPE_DATE |
| const MYSQLI_TYPE_TIME | - const MYSQLI_TYPE_TIME |
| const MYSQLI_TYPE_DATETIME | - const MYSQLI_TYPE_DATETIME |
| const MYSQLI_TYPE_YEAR | - const MYSQLI_TYPE_YEAR |
| const MYSQLI_TYPE_NEWDATE | - const MYSQLI_TYPE_NEWDATE |
| const MYSQLI_TYPE_ENUM | - const MYSQLI_TYPE_ENUM |
| const MYSQLI_TYPE_SET | - const MYSQLI_TYPE_SET |
| const MYSQLI_TYPE_TINY_BLOB | - const MYSQLI_TYPE_TINY_BLOB |
| const MYSQLI_TYPE_MEDIUM_BLOB | - const MYSQLI_TYPE_MEDIUM_BLOB |
| const MYSQLI_TYPE_LONG_BLOB | - const MYSQLI_TYPE_LONG_BLOB |
| const MYSQLI_TYPE_BLOB | - const MYSQLI_TYPE_BLOB |
| const MYSQLI_TYPE_VAR_STRING | - const MYSQLI_TYPE_VAR_STRING |
| const MYSQLI_TYPE_STRING | - const MYSQLI_TYPE_STRING |
| const MYSQLI_TYPE_CHAR | - const MYSQLI_TYPE_CHAR |
| const MYSQLI_TYPE_INTERVAL | - const MYSQLI_TYPE_INTERVAL |
| const MYSQLI_TYPE_GEOMETRY | - const MYSQLI_TYPE_GEOMETRY |
| const MYSQLI_TYPE_JSON | - const MYSQLI_TYPE_JSON |
| const MYSQLI_TYPE_NEWDECIMAL | - const MYSQLI_TYPE_NEWDECIMAL |
| const MYSQLI_TYPE_BIT | - const MYSQLI_TYPE_BIT |
| const MYSQLI_SET_CHARSET_DIR | - const MYSQLI_SET_CHARSET_DIR |
| const MYSQLI_NO_DATA | - const MYSQLI_NO_DATA |
| const MYSQLI_DATA_TRUNCATED | - const MYSQLI_DATA_TRUNCATED |
| const MYSQLI_REPORT_INDEX | - const MYSQLI_REPORT_INDEX |
| const MYSQLI_REPORT_ERROR | - const MYSQLI_REPORT_ERROR |
| const MYSQLI_REPORT_STRICT | - const MYSQLI_REPORT_STRICT |
| const MYSQLI_REPORT_ALL | - const MYSQLI_REPORT_ALL |
| const MYSQLI_REPORT_OFF | - const MYSQLI_REPORT_OFF |
| const MYSQLI_DEBUG_TRACE_ENABLED | - const MYSQLI_DEBUG_TRACE_ENABLED |
| const MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED | - const MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED |
| const MYSQLI_SERVER_QUERY_NO_INDEX_USED | - const MYSQLI_SERVER_QUERY_NO_INDEX_USED |
| const MYSQLI_SERVER_QUERY_WAS_SLOW | - const MYSQLI_SERVER_QUERY_WAS_SLOW |
| const MYSQLI_SERVER_PS_OUT_PARAMS | - const MYSQLI_SERVER_PS_OUT_PARAMS |
| const MYSQLI_REFRESH_GRANT | - const MYSQLI_REFRESH_GRANT |
| const MYSQLI_REFRESH_LOG | - const MYSQLI_REFRESH_LOG |
| const MYSQLI_REFRESH_TABLES | - const MYSQLI_REFRESH_TABLES |
| const MYSQLI_REFRESH_HOSTS | - const MYSQLI_REFRESH_HOSTS |
| const MYSQLI_REFRESH_STATUS | - const MYSQLI_REFRESH_STATUS |
| const MYSQLI_REFRESH_THREADS | - const MYSQLI_REFRESH_THREADS |
| const MYSQLI_REFRESH_SLAVE | - const MYSQLI_REFRESH_SLAVE |
| const MYSQLI_REFRESH_MASTER | - const MYSQLI_REFRESH_MASTER |
| const MYSQLI_REFRESH_BACKUP_LOG | - const MYSQLI_REFRESH_BACKUP_LOG |
| const MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT | - const MYSQLI_TRANS_START_WITH_CONSISTENT_SNAPSHOT |
| const MYSQLI_TRANS_START_READ_WRITE | - const MYSQLI_TRANS_START_READ_WRITE |
| const MYSQLI_TRANS_START_READ_ONLY | - const MYSQLI_TRANS_START_READ_ONLY |
| const MYSQLI_TRANS_COR_AND_CHAIN | - const MYSQLI_TRANS_COR_AND_CHAIN |
| const MYSQLI_TRANS_COR_AND_NO_CHAIN | - const MYSQLI_TRANS_COR_AND_NO_CHAIN |
| const MYSQLI_TRANS_COR_RELEASE | - const MYSQLI_TRANS_COR_RELEASE |
| const MYSQLI_TRANS_COR_NO_RELEASE | - const MYSQLI_TRANS_COR_NO_RELEASE |
| + function mysqli_client_encoding($link) | |
| + function mysqli_fetch_column($result,$column) | |
| + function mysqli_result::fetch_column($column) |
| PHP | PeachPie |
|---|---|
| function mb_output_handler($string,$status) | - function mb_output_handler($string,$status) |
| function mb_encoding_aliases($encoding) | - function mb_encoding_aliases($encoding) |
| function mb_encode_mimeheader($string,$charset,$transfer_encoding,$newline,$indent) | - function mb_encode_mimeheader($string,$charset,$transfer_encoding,$newline,$indent) |
| function mb_decode_mimeheader($string) | - function mb_decode_mimeheader($string) |
| function mb_convert_kana($string,$mode,$encoding) | - function mb_convert_kana($string,$mode,$encoding) |
| function mb_encode_numericentity($string,$map,$encoding,$hex) | - function mb_encode_numericentity($string,$map,$encoding,$hex) |
| function mb_decode_numericentity($string,$map,$encoding) | - function mb_decode_numericentity($string,$map,$encoding) |
| function mb_ereg($pattern,$string,$matches) | - function mb_ereg($pattern,$string,$matches) |
| function mb_eregi($pattern,$string,$matches) | - function mb_eregi($pattern,$string,$matches) |
| function mb_ereg_replace($pattern,$replacement,$string,$options) | - function mb_ereg_replace($pattern,$replacement,$string,$options) |
| function mb_eregi_replace($pattern,$replacement,$string,$options) | - function mb_eregi_replace($pattern,$replacement,$string,$options) |
| function mb_ereg_replace_callback($pattern,$callback,$string,$options) | - function mb_ereg_replace_callback($pattern,$callback,$string,$options) |
| function mb_split($pattern,$string,$limit) | - function mb_split($pattern,$string,$limit) |
| function mb_ereg_match($pattern,$string,$options) | - function mb_ereg_match($pattern,$string,$options) |
| function mb_ereg_search($pattern,$options) | - function mb_ereg_search($pattern,$options) |
| function mb_ereg_search_pos($pattern,$options) | - function mb_ereg_search_pos($pattern,$options) |
| function mb_ereg_search_regs($pattern,$options) | - function mb_ereg_search_regs($pattern,$options) |
| function mb_ereg_search_init($string,$pattern,$options) | - function mb_ereg_search_init($string,$pattern,$options) |
| function mb_ereg_search_getregs() | - function mb_ereg_search_getregs() |
| function mb_ereg_search_getpos() | - function mb_ereg_search_getpos() |
| function mb_ereg_search_setpos($offset) | - function mb_ereg_search_setpos($offset) |
| function mb_regex_set_options($options) | - function mb_regex_set_options($options) |
| const MB_ONIGURUMA_VERSION | - const MB_ONIGURUMA_VERSION |
| + const MB_OVERLOAD_MAIL | |
| + const MB_OVERLOAD_STRING | |
| + const MB_OVERLOAD_REGEX |
| PHP | PeachPie |
|---|---|
| function imageloadfont($filename) | - function imageloadfont($filename) |
| function imagesetstyle($image,$style) | - function imagesetstyle($image,$style) |
| function imagepalettetotruecolor($image) | - function imagepalettetotruecolor($image) |
| function imagesetthickness($image,$thickness) | - function imagesetthickness($image,$thickness) |
| function imagelayereffect($image,$effect) | - function imagelayereffect($image,$effect) |
| function imagecolorclosestalpha($image,$red,$green,$blue,$alpha) | - function imagecolorclosestalpha($image,$red,$green,$blue,$alpha) |
| function imagegrabwindow($handle,$client_area) | - function imagegrabwindow($handle,$client_area) |
| function imagegrabscreen() | - function imagegrabscreen() |
| function imagesetbrush($image,$brush) | - function imagesetbrush($image,$brush) |
| function imagecreatefromwebp($filename) | - function imagecreatefromwebp($filename) |
| function imagecreatefrombmp($filename) | - function imagecreatefrombmp($filename) |
| function imagecreatefromtga($filename) | - function imagecreatefromtga($filename) |
| function imagexbm($image,$filename,$foreground_color) | - function imagexbm($image,$filename,$foreground_color) |
| function imagewebp($image,$file,$quality) | - function imagewebp($image,$file,$quality) |
| function imagewbmp($image,$file,$foreground_color) | - function imagewbmp($image,$file,$foreground_color) |
| function imagebmp($image,$file,$compressed) | - function imagebmp($image,$file,$compressed) |
| function imagepalettecopy($dst,$src) | - function imagepalettecopy($dst,$src) |
| function imagecolorclosest($image,$red,$green,$blue) | - function imagecolorclosest($image,$red,$green,$blue) |
| function imagecolorclosesthwb($image,$red,$green,$blue) | - function imagecolorclosesthwb($image,$red,$green,$blue) |
| function imagecolordeallocate($image,$color) | - function imagecolordeallocate($image,$color) |
| function imagegammacorrect($image,$input_gamma,$output_gamma) | - function imagegammacorrect($image,$input_gamma,$output_gamma) |
| function imagedashedline($image,$x1,$y1,$x2,$y2,$color) | - function imagedashedline($image,$x1,$y1,$x2,$y2,$color) |
| function imagecopymergegray($dst_image,$src_image,$dst_x,$dst_y,$src_x,$src_y,$src_width,$src_height,$pct) | - function imagecopymergegray($dst_image,$src_image,$dst_x,$dst_y,$src_x,$src_y,$src_width,$src_height,$pct) |
| function imagesetclip($image,$x1,$x2,$y1,$y2) | - function imagesetclip($image,$x1,$x2,$y1,$y2) |
| function imagegetclip($image) | - function imagegetclip($image) |
| function imagefttext($image,$size,$angle,$x,$y,$color,$font_filename,$text,$options) | - function imagefttext($image,$size,$angle,$x,$y,$color,$font_filename,$text,$options) |
| function imagecropauto($image,$mode,$threshold,$color) | - function imagecropauto($image,$mode,$threshold,$color) |
| function imagegetinterpolation($image) | - function imagegetinterpolation($image) |
| function imagesetinterpolation($image,$method) | - function imagesetinterpolation($image,$method) |
| class GdImage | - class GdImage |
| const IMG_EFFECT_REPLACE | - const IMG_EFFECT_REPLACE |
| const IMG_EFFECT_ALPHABLEND | - const IMG_EFFECT_ALPHABLEND |
| const IMG_EFFECT_NORMAL | - const IMG_EFFECT_NORMAL |
| const IMG_EFFECT_OVERLAY | - const IMG_EFFECT_OVERLAY |
| const IMG_EFFECT_MULTIPLY | - const IMG_EFFECT_MULTIPLY |
| const IMG_CROP_DEFAULT | - const IMG_CROP_DEFAULT |
| const IMG_CROP_TRANSPARENT | - const IMG_CROP_TRANSPARENT |
| const IMG_CROP_BLACK | - const IMG_CROP_BLACK |
| const IMG_CROP_WHITE | - const IMG_CROP_WHITE |
| const IMG_CROP_SIDES | - const IMG_CROP_SIDES |
| const IMG_CROP_THRESHOLD | - const IMG_CROP_THRESHOLD |
| const IMG_BELL | - const IMG_BELL |
| const IMG_BESSEL | - const IMG_BESSEL |
| const IMG_BLACKMAN | - const IMG_BLACKMAN |
| const IMG_BOX | - const IMG_BOX |
| const IMG_BSPLINE | - const IMG_BSPLINE |
| const IMG_CATMULLROM | - const IMG_CATMULLROM |
| const IMG_GAUSSIAN | - const IMG_GAUSSIAN |
| const IMG_GENERALIZED_CUBIC | - const IMG_GENERALIZED_CUBIC |
| const IMG_HERMITE | - const IMG_HERMITE |
| const IMG_HAMMING | - const IMG_HAMMING |
| const IMG_HANNING | - const IMG_HANNING |
| const IMG_MITCHELL | - const IMG_MITCHELL |
| const IMG_POWER | - const IMG_POWER |
| const IMG_QUADRATIC | - const IMG_QUADRATIC |
| const IMG_SINC | - const IMG_SINC |
| const IMG_WEIGHTED4 | - const IMG_WEIGHTED4 |
| const IMG_TRIANGLE | - const IMG_TRIANGLE |
| const IMG_FILTER_SCATTER | - const IMG_FILTER_SCATTER |
| const PNG_NO_FILTER | - const PNG_NO_FILTER |
| const PNG_FILTER_NONE | - const PNG_FILTER_NONE |
| const PNG_FILTER_SUB | - const PNG_FILTER_SUB |
| const PNG_FILTER_UP | - const PNG_FILTER_UP |
| const PNG_FILTER_AVG | - const PNG_FILTER_AVG |
| const PNG_FILTER_PAETH | - const PNG_FILTER_PAETH |
| const PNG_ALL_FILTERS | - const PNG_ALL_FILTERS |
| + function image2wbmp($im,$to,$threshold) |
| PHP | PeachPie |
|---|---|
| function curl_copy_handle($handle) | - function curl_copy_handle($handle) |
| function curl_pause($handle,$flags) | - function curl_pause($handle,$flags) |
| function curl_share_close($share_handle) | - function curl_share_close($share_handle) |
| function curl_share_errno($share_handle) | - function curl_share_errno($share_handle) |
| function curl_share_init() | - function curl_share_init() |
| function curl_share_setopt($share_handle,$option,$value) | - function curl_share_setopt($share_handle,$option,$value) |
| function curl_share_strerror($error_code) | - function curl_share_strerror($error_code) |
| function curl_strerror($error_code) | - function curl_strerror($error_code) |
| class CurlHandle | - class CurlHandle |
| class CurlMultiHandle | - class CurlMultiHandle |
| class CurlShareHandle | - class CurlShareHandle |
| const CURL_VERSION_ASYNCHDNS | - const CURL_VERSION_ASYNCHDNS |
| const CURL_VERSION_CONV | - const CURL_VERSION_CONV |
| const CURL_VERSION_DEBUG | - const CURL_VERSION_DEBUG |
| const CURL_VERSION_GSSNEGOTIATE | - const CURL_VERSION_GSSNEGOTIATE |
| const CURL_VERSION_IDN | - const CURL_VERSION_IDN |
| const CURL_VERSION_LARGEFILE | - const CURL_VERSION_LARGEFILE |
| const CURL_VERSION_NTLM | - const CURL_VERSION_NTLM |
| const CURL_VERSION_SPNEGO | - const CURL_VERSION_SPNEGO |
| const CURL_VERSION_SSPI | - const CURL_VERSION_SSPI |
| const CURL_VERSION_CURLDEBUG | - const CURL_VERSION_CURLDEBUG |
| const CURL_VERSION_TLSAUTH_SRP | - const CURL_VERSION_TLSAUTH_SRP |
| const CURL_VERSION_NTLM_WB | - const CURL_VERSION_NTLM_WB |
| const CURL_VERSION_GSSAPI | - const CURL_VERSION_GSSAPI |
| const CURL_VERSION_KERBEROS5 | - const CURL_VERSION_KERBEROS5 |
| const CURL_VERSION_UNIX_SOCKETS | - const CURL_VERSION_UNIX_SOCKETS |
| const CURL_VERSION_PSL | - const CURL_VERSION_PSL |
| const CURLINFO_HTTP_VERSION | - const CURLINFO_HTTP_VERSION |
| const CURLE_WEIRD_SERVER_REPLY | - const CURLE_WEIRD_SERVER_REPLY |
| const CURLOPT_KEEP_SENDING_ON_ERROR | - const CURLOPT_KEEP_SENDING_ON_ERROR |
| const CURL_SSLVERSION_TLSv1_3 | - const CURL_SSLVERSION_TLSv1_3 |
| const CURL_VERSION_HTTPS_PROXY | - const CURL_VERSION_HTTPS_PROXY |
| const CURLINFO_PROTOCOL | - const CURLINFO_PROTOCOL |
| const CURLINFO_PROXY_SSL_VERIFYRESULT | - const CURLINFO_PROXY_SSL_VERIFYRESULT |
| const CURLINFO_SCHEME | - const CURLINFO_SCHEME |
| const CURLOPT_PRE_PROXY | - const CURLOPT_PRE_PROXY |
| const CURLOPT_PROXY_CAINFO | - const CURLOPT_PROXY_CAINFO |
| const CURLOPT_PROXY_CAPATH | - const CURLOPT_PROXY_CAPATH |
| const CURLOPT_PROXY_CRLFILE | - const CURLOPT_PROXY_CRLFILE |
| const CURLOPT_PROXY_KEYPASSWD | - const CURLOPT_PROXY_KEYPASSWD |
| const CURLOPT_PROXY_PINNEDPUBLICKEY | - const CURLOPT_PROXY_PINNEDPUBLICKEY |
| const CURLOPT_PROXY_SSL_CIPHER_LIST | - const CURLOPT_PROXY_SSL_CIPHER_LIST |
| const CURLOPT_PROXY_SSL_OPTIONS | - const CURLOPT_PROXY_SSL_OPTIONS |
| const CURLOPT_PROXY_SSL_VERIFYHOST | - const CURLOPT_PROXY_SSL_VERIFYHOST |
| const CURLOPT_PROXY_SSL_VERIFYPEER | - const CURLOPT_PROXY_SSL_VERIFYPEER |
| const CURLOPT_PROXY_SSLCERT | - const CURLOPT_PROXY_SSLCERT |
| const CURLOPT_PROXY_SSLCERTTYPE | - const CURLOPT_PROXY_SSLCERTTYPE |
| const CURLOPT_PROXY_SSLKEY | - const CURLOPT_PROXY_SSLKEY |
| const CURLOPT_PROXY_SSLKEYTYPE | - const CURLOPT_PROXY_SSLKEYTYPE |
| const CURLOPT_PROXY_SSLVERSION | - const CURLOPT_PROXY_SSLVERSION |
| const CURLOPT_PROXY_TLSAUTH_PASSWORD | - const CURLOPT_PROXY_TLSAUTH_PASSWORD |
| const CURLOPT_PROXY_TLSAUTH_TYPE | - const CURLOPT_PROXY_TLSAUTH_TYPE |
| const CURLOPT_PROXY_TLSAUTH_USERNAME | - const CURLOPT_PROXY_TLSAUTH_USERNAME |
| const CURLPROXY_HTTPS | - const CURLPROXY_HTTPS |
| const CURL_MAX_READ_SIZE | - const CURL_MAX_READ_SIZE |
| const CURLOPT_ABSTRACT_UNIX_SOCKET | - const CURLOPT_ABSTRACT_UNIX_SOCKET |
| const CURL_SSLVERSION_MAX_DEFAULT | - const CURL_SSLVERSION_MAX_DEFAULT |
| const CURL_SSLVERSION_MAX_NONE | - const CURL_SSLVERSION_MAX_NONE |
| const CURL_SSLVERSION_MAX_TLSv1_0 | - const CURL_SSLVERSION_MAX_TLSv1_0 |
| const CURL_SSLVERSION_MAX_TLSv1_1 | - const CURL_SSLVERSION_MAX_TLSv1_1 |
| const CURL_SSLVERSION_MAX_TLSv1_2 | - const CURL_SSLVERSION_MAX_TLSv1_2 |
| const CURL_SSLVERSION_MAX_TLSv1_3 | - const CURL_SSLVERSION_MAX_TLSv1_3 |
| const CURLOPT_SUPPRESS_CONNECT_HEADERS | - const CURLOPT_SUPPRESS_CONNECT_HEADERS |
| const CURLAUTH_GSSAPI | - const CURLAUTH_GSSAPI |
| const CURLINFO_CONTENT_LENGTH_DOWNLOAD_T | - const CURLINFO_CONTENT_LENGTH_DOWNLOAD_T |
| const CURLINFO_CONTENT_LENGTH_UPLOAD_T | - const CURLINFO_CONTENT_LENGTH_UPLOAD_T |
| const CURLINFO_SIZE_DOWNLOAD_T | - const CURLINFO_SIZE_DOWNLOAD_T |
| const CURLINFO_SIZE_UPLOAD_T | - const CURLINFO_SIZE_UPLOAD_T |
| const CURLINFO_SPEED_DOWNLOAD_T | - const CURLINFO_SPEED_DOWNLOAD_T |
| const CURLINFO_SPEED_UPLOAD_T | - const CURLINFO_SPEED_UPLOAD_T |
| const CURLOPT_REQUEST_TARGET | - const CURLOPT_REQUEST_TARGET |
| const CURLOPT_SOCKS5_AUTH | - const CURLOPT_SOCKS5_AUTH |
| const CURLOPT_SSH_COMPRESSION | - const CURLOPT_SSH_COMPRESSION |
| const CURL_VERSION_MULTI_SSL | - const CURL_VERSION_MULTI_SSL |
| const CURL_VERSION_BROTLI | - const CURL_VERSION_BROTLI |
| const CURL_LOCK_DATA_CONNECT | - const CURL_LOCK_DATA_CONNECT |
| const CURLSSH_AUTH_GSSAPI | - const CURLSSH_AUTH_GSSAPI |
| const CURLINFO_FILETIME_T | - const CURLINFO_FILETIME_T |
| const CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS | - const CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS |
| const CURLOPT_TIMEVALUE_LARGE | - const CURLOPT_TIMEVALUE_LARGE |
| const CURLOPT_DNS_SHUFFLE_ADDRESSES | - const CURLOPT_DNS_SHUFFLE_ADDRESSES |
| const CURLOPT_HAPROXYPROTOCOL | - const CURLOPT_HAPROXYPROTOCOL |
| const CURL_LOCK_DATA_PSL | - const CURL_LOCK_DATA_PSL |
| const CURLAUTH_BEARER | - const CURLAUTH_BEARER |
| const CURLINFO_APPCONNECT_TIME_T | - const CURLINFO_APPCONNECT_TIME_T |
| const CURLINFO_CONNECT_TIME_T | - const CURLINFO_CONNECT_TIME_T |
| const CURLINFO_NAMELOOKUP_TIME_T | - const CURLINFO_NAMELOOKUP_TIME_T |
| const CURLINFO_PRETRANSFER_TIME_T | - const CURLINFO_PRETRANSFER_TIME_T |
| const CURLINFO_REDIRECT_TIME_T | - const CURLINFO_REDIRECT_TIME_T |
| const CURLINFO_STARTTRANSFER_TIME_T | - const CURLINFO_STARTTRANSFER_TIME_T |
| const CURLINFO_TOTAL_TIME_T | - const CURLINFO_TOTAL_TIME_T |
| const CURLOPT_DISALLOW_USERNAME_IN_URL | - const CURLOPT_DISALLOW_USERNAME_IN_URL |
| const CURLOPT_PROXY_TLS13_CIPHERS | - const CURLOPT_PROXY_TLS13_CIPHERS |
| const CURLOPT_TLS13_CIPHERS | - const CURLOPT_TLS13_CIPHERS |
| const CURLOPT_HTTP09_ALLOWED | - const CURLOPT_HTTP09_ALLOWED |
| const CURL_VERSION_ALTSVC | - const CURL_VERSION_ALTSVC |
| PHP | PeachPie |
|---|---|
| + function read_exif_data($filename,$sections_needed,$sub_arrays,$read_thumbnail) |
| PHP | PeachPie |
|---|---|
| function Phar::__destruct() | - function Phar::__destruct() |
| function Phar::addEmptyDir($directory) | - function Phar::addEmptyDir($directory) |
| function Phar::addFile($filename,$localName) | - function Phar::addFile($filename,$localName) |
| function Phar::addFromString($localName,$contents) | - function Phar::addFromString($localName,$contents) |
| function Phar::buildFromDirectory($directory,$pattern) | - function Phar::buildFromDirectory($directory,$pattern) |
| function Phar::buildFromIterator($iterator,$baseDirectory) | - function Phar::buildFromIterator($iterator,$baseDirectory) |
| function Phar::compressFiles($compression) | - function Phar::compressFiles($compression) |
| function Phar::decompressFiles() | - function Phar::decompressFiles() |
| function Phar::compress($compression,$extension) | - function Phar::compress($compression,$extension) |
| function Phar::decompress($extension) | - function Phar::decompress($extension) |
| function Phar::convertToExecutable($format,$compression,$extension) | - function Phar::convertToExecutable($format,$compression,$extension) |
| function Phar::convertToData($format,$compression,$extension) | - function Phar::convertToData($format,$compression,$extension) |
| function Phar::copy($to,$from) | - function Phar::copy($to,$from) |
| function Phar::delete($localName) | - function Phar::delete($localName) |
| function Phar::delMetadata() | - function Phar::delMetadata() |
| function Phar::extractTo($directory,$files,$overwrite) | - function Phar::extractTo($directory,$files,$overwrite) |
| function Phar::getAlias() | - function Phar::getAlias() |
| function Phar::getPath() | - function Phar::getPath() |
| function Phar::getMetadata($unserializeOptions) | - function Phar::getMetadata($unserializeOptions) |
| function Phar::getModified() | - function Phar::getModified() |
| function Phar::getSignature() | - function Phar::getSignature() |
| function Phar::getStub() | - function Phar::getStub() |
| function Phar::getVersion() | - function Phar::getVersion() |
| function Phar::hasMetadata() | - function Phar::hasMetadata() |
| function Phar::isBuffering() | - function Phar::isBuffering() |
| function Phar::isCompressed() | - function Phar::isCompressed() |
| function Phar::isFileFormat($format) | - function Phar::isFileFormat($format) |
| function Phar::isWritable() | - function Phar::isWritable() |
| function Phar::setAlias($alias) | - function Phar::setAlias($alias) |
| function Phar::setDefaultStub($index,$webIndex) | - function Phar::setDefaultStub($index,$webIndex) |
| function Phar::setMetadata($metadata) | - function Phar::setMetadata($metadata) |
| function Phar::setSignatureAlgorithm($algo,$privateKey) | - function Phar::setSignatureAlgorithm($algo,$privateKey) |
| function Phar::setStub($stub,$length) | - function Phar::setStub($stub,$length) |
| function Phar::startBuffering() | - function Phar::startBuffering() |
| function Phar::stopBuffering() | - function Phar::stopBuffering() |
| function Phar::canCompress($compression) | - function Phar::canCompress($compression) |
| function Phar::createDefaultStub($index,$webIndex) | - function Phar::createDefaultStub($index,$webIndex) |
| function Phar::getSupportedCompression() | - function Phar::getSupportedCompression() |
| function Phar::getSupportedSignatures() | - function Phar::getSupportedSignatures() |
| function Phar::interceptFileFuncs() | - function Phar::interceptFileFuncs() |
| function Phar::isValidPharFilename($filename,$executable) | - function Phar::isValidPharFilename($filename,$executable) |
| function Phar::hasChildren($allowLinks) | - function Phar::hasChildren($allowLinks) |
| function Phar::getChildren() | - function Phar::getChildren() |
| function Phar::getSubPath() | - function Phar::getSubPath() |
| function Phar::getSubPathname() | - function Phar::getSubPathname() |
| function Phar::rewind() | - function Phar::rewind() |
| function Phar::key() | - function Phar::key() |
| function Phar::current() | - function Phar::current() |
| function Phar::getFlags() | - function Phar::getFlags() |
| function Phar::setFlags($flags) | - function Phar::setFlags($flags) |
| function Phar::getFilename() | - function Phar::getFilename() |
| function Phar::getExtension() | - function Phar::getExtension() |
| function Phar::getBasename($suffix) | - function Phar::getBasename($suffix) |
| function Phar::isDot() | - function Phar::isDot() |
| function Phar::valid() | - function Phar::valid() |
| function Phar::next() | - function Phar::next() |
| function Phar::seek($offset) | - function Phar::seek($offset) |
| function Phar::__toString() | - function Phar::__toString() |
| function Phar::getPathname() | - function Phar::getPathname() |
| function Phar::getPerms() | - function Phar::getPerms() |
| function Phar::getInode() | - function Phar::getInode() |
| function Phar::getSize() | - function Phar::getSize() |
| function Phar::getOwner() | - function Phar::getOwner() |
| function Phar::getGroup() | - function Phar::getGroup() |
| function Phar::getATime() | - function Phar::getATime() |
| function Phar::getMTime() | - function Phar::getMTime() |
| function Phar::getCTime() | - function Phar::getCTime() |
| function Phar::getType() | - function Phar::getType() |
| function Phar::isReadable() | - function Phar::isReadable() |
| function Phar::isExecutable() | - function Phar::isExecutable() |
| function Phar::isFile() | - function Phar::isFile() |
| function Phar::isDir() | - function Phar::isDir() |
| function Phar::isLink() | - function Phar::isLink() |
| function Phar::getLinkTarget() | - function Phar::getLinkTarget() |
| function Phar::getRealPath() | - function Phar::getRealPath() |
| function Phar::getFileInfo($class) | - function Phar::getFileInfo($class) |
| function Phar::getPathInfo($class) | - function Phar::getPathInfo($class) |
| function Phar::openFile($mode,$useIncludePath,$context) | - function Phar::openFile($mode,$useIncludePath,$context) |
| function Phar::setFileClass($class) | - function Phar::setFileClass($class) |
| function Phar::setInfoClass($class) | - function Phar::setInfoClass($class) |
| const Phar::CURRENT_MODE_MASK | - const Phar::CURRENT_MODE_MASK |
| const Phar::CURRENT_AS_PATHNAME | - const Phar::CURRENT_AS_PATHNAME |
| const Phar::CURRENT_AS_FILEINFO | - const Phar::CURRENT_AS_FILEINFO |
| const Phar::CURRENT_AS_SELF | - const Phar::CURRENT_AS_SELF |
| const Phar::KEY_MODE_MASK | - const Phar::KEY_MODE_MASK |
| const Phar::KEY_AS_PATHNAME | - const Phar::KEY_AS_PATHNAME |
| const Phar::FOLLOW_SYMLINKS | - const Phar::FOLLOW_SYMLINKS |
| const Phar::KEY_AS_FILENAME | - const Phar::KEY_AS_FILENAME |
| const Phar::NEW_CURRENT_AND_KEY | - const Phar::NEW_CURRENT_AND_KEY |
| const Phar::OTHER_MODE_MASK | - const Phar::OTHER_MODE_MASK |
| const Phar::SKIP_DOTS | - const Phar::SKIP_DOTS |
| const Phar::UNIX_PATHS | - const Phar::UNIX_PATHS |
| const Phar::BZ2 | - const Phar::BZ2 |
| const Phar::GZ | - const Phar::GZ |
| const Phar::NONE | - const Phar::NONE |
| const Phar::PHAR | - const Phar::PHAR |
| const Phar::TAR | - const Phar::TAR |
| const Phar::ZIP | - const Phar::ZIP |
| const Phar::COMPRESSED | - const Phar::COMPRESSED |
| const Phar::PHP | - const Phar::PHP |
| const Phar::PHPS | - const Phar::PHPS |
| const Phar::MD5 | - const Phar::MD5 |
| const Phar::OPENSSL | - const Phar::OPENSSL |
| const Phar::SHA1 | - const Phar::SHA1 |
| const Phar::SHA256 | - const Phar::SHA256 |
| const Phar::SHA512 | - const Phar::SHA512 |
| function PharData::__destruct() | - function PharData::__destruct() |
| function PharData::addEmptyDir($directory) | - function PharData::addEmptyDir($directory) |
| function PharData::addFile($filename,$localName) | - function PharData::addFile($filename,$localName) |
| function PharData::addFromString($localName,$contents) | - function PharData::addFromString($localName,$contents) |
| function PharData::buildFromDirectory($directory,$pattern) | - function PharData::buildFromDirectory($directory,$pattern) |
| function PharData::buildFromIterator($iterator,$baseDirectory) | - function PharData::buildFromIterator($iterator,$baseDirectory) |
| function PharData::compressFiles($compression) | - function PharData::compressFiles($compression) |
| function PharData::decompressFiles() | - function PharData::decompressFiles() |
| function PharData::compress($compression,$extension) | - function PharData::compress($compression,$extension) |
| function PharData::decompress($extension) | - function PharData::decompress($extension) |
| function PharData::convertToExecutable($format,$compression,$extension) | - function PharData::convertToExecutable($format,$compression,$extension) |
| function PharData::convertToData($format,$compression,$extension) | - function PharData::convertToData($format,$compression,$extension) |
| function PharData::copy($to,$from) | - function PharData::copy($to,$from) |
| function PharData::count($mode) | - function PharData::count($mode) |
| function PharData::delete($localName) | - function PharData::delete($localName) |
| function PharData::delMetadata() | - function PharData::delMetadata() |
| function PharData::extractTo($directory,$files,$overwrite) | - function PharData::extractTo($directory,$files,$overwrite) |
| function PharData::getAlias() | - function PharData::getAlias() |
| function PharData::getPath() | - function PharData::getPath() |
| function PharData::getMetadata($unserialize_options) | - function PharData::getMetadata($unserialize_options) |
| function PharData::getModified() | - function PharData::getModified() |
| function PharData::getSignature() | - function PharData::getSignature() |
| function PharData::getStub() | - function PharData::getStub() |
| function PharData::getVersion() | - function PharData::getVersion() |
| function PharData::hasMetadata() | - function PharData::hasMetadata() |
| function PharData::isBuffering() | - function PharData::isBuffering() |
| function PharData::isCompressed() | - function PharData::isCompressed() |
| function PharData::isFileFormat($format) | - function PharData::isFileFormat($format) |
| function PharData::isWritable() | - function PharData::isWritable() |
| function PharData::offsetExists($localName) | - function PharData::offsetExists($localName) |
| function PharData::offsetGet($localName) | - function PharData::offsetGet($localName) |
| function PharData::offsetSet($localName,$value) | - function PharData::offsetSet($localName,$value) |
| function PharData::offsetUnset($localName) | - function PharData::offsetUnset($localName) |
| function PharData::setAlias($alias) | - function PharData::setAlias($alias) |
| function PharData::setDefaultStub($index,$webIndex) | - function PharData::setDefaultStub($index,$webIndex) |
| function PharData::setMetadata($metadata) | - function PharData::setMetadata($metadata) |
| function PharData::setSignatureAlgorithm($algo,$privateKey) | - function PharData::setSignatureAlgorithm($algo,$privateKey) |
| function PharData::setStub($newstub,$maxlen) | - function PharData::setStub($newstub,$maxlen) |
| function PharData::startBuffering() | - function PharData::startBuffering() |
| function PharData::stopBuffering() | - function PharData::stopBuffering() |
| function PharData::apiVersion() | - function PharData::apiVersion() |
| function PharData::canCompress($compression) | - function PharData::canCompress($compression) |
| function PharData::canWrite() | - function PharData::canWrite() |
| function PharData::createDefaultStub($index,$webIndex) | - function PharData::createDefaultStub($index,$webIndex) |
| function PharData::getSupportedCompression() | - function PharData::getSupportedCompression() |
| function PharData::getSupportedSignatures() | - function PharData::getSupportedSignatures() |
| function PharData::interceptFileFuncs() | - function PharData::interceptFileFuncs() |
| function PharData::isValidPharFilename($filename,$executable) | - function PharData::isValidPharFilename($filename,$executable) |
| function PharData::loadPhar($filename,$alias) | - function PharData::loadPhar($filename,$alias) |
| function PharData::mapPhar($alias,$offset) | - function PharData::mapPhar($alias,$offset) |
| function PharData::running($returnPhar) | - function PharData::running($returnPhar) |
| function PharData::mount($pharPath,$externalPath) | - function PharData::mount($pharPath,$externalPath) |
| function PharData::mungServer($variables) | - function PharData::mungServer($variables) |
| function PharData::unlinkArchive($filename) | - function PharData::unlinkArchive($filename) |
| function PharData::webPhar($alias,$index,$fileNotFoundScript,$mimeTypes,$rewrite) | - function PharData::webPhar($alias,$index,$fileNotFoundScript,$mimeTypes,$rewrite) |
| function PharData::hasChildren($allowLinks) | - function PharData::hasChildren($allowLinks) |
| function PharData::getChildren() | - function PharData::getChildren() |
| function PharData::getSubPath() | - function PharData::getSubPath() |
| function PharData::getSubPathname() | - function PharData::getSubPathname() |
| function PharData::rewind() | - function PharData::rewind() |
| function PharData::key() | - function PharData::key() |
| function PharData::current() | - function PharData::current() |
| function PharData::getFlags() | - function PharData::getFlags() |
| function PharData::setFlags($flags) | - function PharData::setFlags($flags) |
| function PharData::getFilename() | - function PharData::getFilename() |
| function PharData::getExtension() | - function PharData::getExtension() |
| function PharData::getBasename($suffix) | - function PharData::getBasename($suffix) |
| function PharData::isDot() | - function PharData::isDot() |
| function PharData::valid() | - function PharData::valid() |
| function PharData::next() | - function PharData::next() |
| function PharData::seek($offset) | - function PharData::seek($offset) |
| function PharData::__toString() | - function PharData::__toString() |
| function PharData::getPathname() | - function PharData::getPathname() |
| function PharData::getPerms() | - function PharData::getPerms() |
| function PharData::getInode() | - function PharData::getInode() |
| function PharData::getSize() | - function PharData::getSize() |
| function PharData::getOwner() | - function PharData::getOwner() |
| function PharData::getGroup() | - function PharData::getGroup() |
| function PharData::getATime() | - function PharData::getATime() |
| function PharData::getMTime() | - function PharData::getMTime() |
| function PharData::getCTime() | - function PharData::getCTime() |
| function PharData::getType() | - function PharData::getType() |
| function PharData::isReadable() | - function PharData::isReadable() |
| function PharData::isExecutable() | - function PharData::isExecutable() |
| function PharData::isFile() | - function PharData::isFile() |
| function PharData::isDir() | - function PharData::isDir() |
| function PharData::isLink() | - function PharData::isLink() |
| function PharData::getLinkTarget() | - function PharData::getLinkTarget() |
| function PharData::getRealPath() | - function PharData::getRealPath() |
| function PharData::getFileInfo($class) | - function PharData::getFileInfo($class) |
| function PharData::getPathInfo($class) | - function PharData::getPathInfo($class) |
| function PharData::openFile($mode,$useIncludePath,$context) | - function PharData::openFile($mode,$useIncludePath,$context) |
| function PharData::setFileClass($class) | - function PharData::setFileClass($class) |
| function PharData::setInfoClass($class) | - function PharData::setInfoClass($class) |
| const PharData::CURRENT_MODE_MASK | - const PharData::CURRENT_MODE_MASK |
| const PharData::CURRENT_AS_PATHNAME | - const PharData::CURRENT_AS_PATHNAME |
| const PharData::CURRENT_AS_FILEINFO | - const PharData::CURRENT_AS_FILEINFO |
| const PharData::CURRENT_AS_SELF | - const PharData::CURRENT_AS_SELF |
| const PharData::KEY_MODE_MASK | - const PharData::KEY_MODE_MASK |
| const PharData::KEY_AS_PATHNAME | - const PharData::KEY_AS_PATHNAME |
| const PharData::FOLLOW_SYMLINKS | - const PharData::FOLLOW_SYMLINKS |
| const PharData::KEY_AS_FILENAME | - const PharData::KEY_AS_FILENAME |
| const PharData::NEW_CURRENT_AND_KEY | - const PharData::NEW_CURRENT_AND_KEY |
| const PharData::OTHER_MODE_MASK | - const PharData::OTHER_MODE_MASK |
| const PharData::SKIP_DOTS | - const PharData::SKIP_DOTS |
| const PharData::UNIX_PATHS | - const PharData::UNIX_PATHS |
| function PharFileInfo::__destruct() | - function PharFileInfo::__destruct() |
| function PharFileInfo::chmod($perms) | - function PharFileInfo::chmod($perms) |
| function PharFileInfo::compress($compression) | - function PharFileInfo::compress($compression) |
| function PharFileInfo::decompress() | - function PharFileInfo::decompress() |
| function PharFileInfo::delMetadata() | - function PharFileInfo::delMetadata() |
| function PharFileInfo::getCompressedSize() | - function PharFileInfo::getCompressedSize() |
| function PharFileInfo::getCRC32() | - function PharFileInfo::getCRC32() |
| function PharFileInfo::getContent() | - function PharFileInfo::getContent() |
| function PharFileInfo::getMetadata($unserializeOptions) | - function PharFileInfo::getMetadata($unserializeOptions) |
| function PharFileInfo::getPharFlags() | - function PharFileInfo::getPharFlags() |
| function PharFileInfo::hasMetadata() | - function PharFileInfo::hasMetadata() |
| function PharFileInfo::isCompressed($compression) | - function PharFileInfo::isCompressed($compression) |
| function PharFileInfo::isCRCChecked() | - function PharFileInfo::isCRCChecked() |
| function PharFileInfo::setMetadata($metadata) | - function PharFileInfo::setMetadata($metadata) |
| PHP | PeachPie |
|---|---|
| function use_soap_error_handler($enable) | - function use_soap_error_handler($enable) |
| function is_soap_fault($object) | - function is_soap_fault($object) |
| class SoapClient | - class SoapClient |
| class SoapVar | - class SoapVar |
| class SoapServer | - class SoapServer |
| class SoapFault | - class SoapFault |
| class SoapParam | - class SoapParam |
| class SoapHeader | - class SoapHeader |
| const SOAP_1_1 | - const SOAP_1_1 |
| const SOAP_1_2 | - const SOAP_1_2 |
| const SOAP_PERSISTENCE_SESSION | - const SOAP_PERSISTENCE_SESSION |
| const SOAP_PERSISTENCE_REQUEST | - const SOAP_PERSISTENCE_REQUEST |
| const SOAP_FUNCTIONS_ALL | - const SOAP_FUNCTIONS_ALL |
| const SOAP_ENCODED | - const SOAP_ENCODED |
| const SOAP_LITERAL | - const SOAP_LITERAL |
| const SOAP_RPC | - const SOAP_RPC |
| const SOAP_DOCUMENT | - const SOAP_DOCUMENT |
| const SOAP_ACTOR_NEXT | - const SOAP_ACTOR_NEXT |
| const SOAP_ACTOR_NONE | - const SOAP_ACTOR_NONE |
| const SOAP_ACTOR_UNLIMATERECEIVER | - const SOAP_ACTOR_UNLIMATERECEIVER |
| const SOAP_COMPRESSION_ACCEPT | - const SOAP_COMPRESSION_ACCEPT |
| const SOAP_COMPRESSION_GZIP | - const SOAP_COMPRESSION_GZIP |
| const SOAP_COMPRESSION_DEFLATE | - const SOAP_COMPRESSION_DEFLATE |
| const SOAP_AUTHENTICATION_BASIC | - const SOAP_AUTHENTICATION_BASIC |
| const SOAP_AUTHENTICATION_DIGEST | - const SOAP_AUTHENTICATION_DIGEST |
| const UNKNOWN_TYPE | - const UNKNOWN_TYPE |
| const XSD_STRING | - const XSD_STRING |
| const XSD_BOOLEAN | - const XSD_BOOLEAN |
| const XSD_DECIMAL | - const XSD_DECIMAL |
| const XSD_FLOAT | - const XSD_FLOAT |
| const XSD_DOUBLE | - const XSD_DOUBLE |
| const XSD_DURATION | - const XSD_DURATION |
| const XSD_DATETIME | - const XSD_DATETIME |
| const XSD_TIME | - const XSD_TIME |
| const XSD_DATE | - const XSD_DATE |
| const XSD_GYEARMONTH | - const XSD_GYEARMONTH |
| const XSD_GYEAR | - const XSD_GYEAR |
| const XSD_GMONTHDAY | - const XSD_GMONTHDAY |
| const XSD_GDAY | - const XSD_GDAY |
| const XSD_GMONTH | - const XSD_GMONTH |
| const XSD_HEXBINARY | - const XSD_HEXBINARY |
| const XSD_BASE64BINARY | - const XSD_BASE64BINARY |
| const XSD_ANYURI | - const XSD_ANYURI |
| const XSD_QNAME | - const XSD_QNAME |
| const XSD_NOTATION | - const XSD_NOTATION |
| const XSD_NORMALIZEDSTRING | - const XSD_NORMALIZEDSTRING |
| const XSD_TOKEN | - const XSD_TOKEN |
| const XSD_LANGUAGE | - const XSD_LANGUAGE |
| const XSD_NMTOKEN | - const XSD_NMTOKEN |
| const XSD_NAME | - const XSD_NAME |
| const XSD_NCNAME | - const XSD_NCNAME |
| const XSD_ID | - const XSD_ID |
| const XSD_IDREF | - const XSD_IDREF |
| const XSD_IDREFS | - const XSD_IDREFS |
| const XSD_ENTITY | - const XSD_ENTITY |
| const XSD_ENTITIES | - const XSD_ENTITIES |
| const XSD_INTEGER | - const XSD_INTEGER |
| const XSD_NONPOSITIVEINTEGER | - const XSD_NONPOSITIVEINTEGER |
| const XSD_NEGATIVEINTEGER | - const XSD_NEGATIVEINTEGER |
| const XSD_LONG | - const XSD_LONG |
| const XSD_INT | - const XSD_INT |
| const XSD_SHORT | - const XSD_SHORT |
| const XSD_BYTE | - const XSD_BYTE |
| const XSD_NONNEGATIVEINTEGER | - const XSD_NONNEGATIVEINTEGER |
| const XSD_UNSIGNEDLONG | - const XSD_UNSIGNEDLONG |
| const XSD_UNSIGNEDINT | - const XSD_UNSIGNEDINT |
| const XSD_UNSIGNEDSHORT | - const XSD_UNSIGNEDSHORT |
| const XSD_UNSIGNEDBYTE | - const XSD_UNSIGNEDBYTE |
| const XSD_POSITIVEINTEGER | - const XSD_POSITIVEINTEGER |
| const XSD_NMTOKENS | - const XSD_NMTOKENS |
| const XSD_ANYTYPE | - const XSD_ANYTYPE |
| const XSD_ANYXML | - const XSD_ANYXML |
| const APACHE_MAP | - const APACHE_MAP |
| const SOAP_ENC_OBJECT | - const SOAP_ENC_OBJECT |
| const SOAP_ENC_ARRAY | - const SOAP_ENC_ARRAY |
| const XSD_1999_TIMEINSTANT | - const XSD_1999_TIMEINSTANT |
| const XSD_NAMESPACE | - const XSD_NAMESPACE |
| const XSD_1999_NAMESPACE | - const XSD_1999_NAMESPACE |
| const SOAP_SINGLE_ELEMENT_ARRAYS | - const SOAP_SINGLE_ELEMENT_ARRAYS |
| const SOAP_WAIT_ONE_WAY_CALLS | - const SOAP_WAIT_ONE_WAY_CALLS |
| const SOAP_USE_XSI_ARRAY_TYPE | - const SOAP_USE_XSI_ARRAY_TYPE |
| const WSDL_CACHE_NONE | - const WSDL_CACHE_NONE |
| const WSDL_CACHE_DISK | - const WSDL_CACHE_DISK |
| const WSDL_CACHE_MEMORY | - const WSDL_CACHE_MEMORY |
| const WSDL_CACHE_BOTH | - const WSDL_CACHE_BOTH |
| const SOAP_SSL_METHOD_TLS | - const SOAP_SSL_METHOD_TLS |
| const SOAP_SSL_METHOD_SSLv2 | - const SOAP_SSL_METHOD_SSLv2 |
| const SOAP_SSL_METHOD_SSLv3 | - const SOAP_SSL_METHOD_SSLv3 |
| const SOAP_SSL_METHOD_SSLv23 | - const SOAP_SSL_METHOD_SSLv23 |
| PHP | PeachPie |
|---|---|
| function imap_open($mailbox,$user,$password,$flags,$retries,$options) | - function imap_open($mailbox,$user,$password,$flags,$retries,$options) |
| function imap_reopen($imap,$mailbox,$flags,$retries) | - function imap_reopen($imap,$mailbox,$flags,$retries) |
| function imap_close($imap,$flags) | - function imap_close($imap,$flags) |
| function imap_num_msg($imap) | - function imap_num_msg($imap) |
| function imap_num_recent($imap) | - function imap_num_recent($imap) |
| function imap_headers($imap) | - function imap_headers($imap) |
| function imap_headerinfo($imap,$message_num,$from_length,$subject_length) | - function imap_headerinfo($imap,$message_num,$from_length,$subject_length) |
| function imap_rfc822_parse_headers($headers,$default_hostname) | - function imap_rfc822_parse_headers($headers,$default_hostname) |
| function imap_rfc822_write_address($mailbox,$hostname,$personal) | - function imap_rfc822_write_address($mailbox,$hostname,$personal) |
| function imap_rfc822_parse_adrlist($string,$default_hostname) | - function imap_rfc822_parse_adrlist($string,$default_hostname) |
| function imap_body($imap,$message_num,$flags) | - function imap_body($imap,$message_num,$flags) |
| function imap_fetchtext($imap,$message_num,$flags) | - function imap_fetchtext($imap,$message_num,$flags) |
| function imap_bodystruct($imap,$message_num,$section) | - function imap_bodystruct($imap,$message_num,$section) |
| function imap_fetchbody($imap,$message_num,$section,$flags) | - function imap_fetchbody($imap,$message_num,$section,$flags) |
| function imap_fetchmime($imap,$message_num,$section,$flags) | - function imap_fetchmime($imap,$message_num,$section,$flags) |
| function imap_savebody($imap,$file,$message_num,$section,$flags) | - function imap_savebody($imap,$file,$message_num,$section,$flags) |
| function imap_fetchheader($imap,$message_num,$flags) | - function imap_fetchheader($imap,$message_num,$flags) |
| function imap_fetchstructure($imap,$message_num,$flags) | - function imap_fetchstructure($imap,$message_num,$flags) |
| function imap_gc($imap,$flags) | - function imap_gc($imap,$flags) |
| function imap_expunge($imap) | - function imap_expunge($imap) |
| function imap_delete($imap,$message_num,$flags) | - function imap_delete($imap,$message_num,$flags) |
| function imap_undelete($imap,$message_num,$flags) | - function imap_undelete($imap,$message_num,$flags) |
| function imap_check($imap) | - function imap_check($imap) |
| function imap_listscan($imap,$reference,$pattern,$content) | - function imap_listscan($imap,$reference,$pattern,$content) |
| function imap_scan($imap,$reference,$pattern,$content) | - function imap_scan($imap,$reference,$pattern,$content) |
| function imap_scanmailbox($imap,$reference,$pattern,$content) | - function imap_scanmailbox($imap,$reference,$pattern,$content) |
| function imap_mail_copy($imap,$message_nums,$mailbox,$flags) | - function imap_mail_copy($imap,$message_nums,$mailbox,$flags) |
| function imap_mail_move($imap,$message_nums,$mailbox,$flags) | - function imap_mail_move($imap,$message_nums,$mailbox,$flags) |
| function imap_mail_compose($envelope,$bodies) | - function imap_mail_compose($envelope,$bodies) |
| function imap_createmailbox($imap,$mailbox) | - function imap_createmailbox($imap,$mailbox) |
| function imap_create($imap,$mailbox) | - function imap_create($imap,$mailbox) |
| function imap_renamemailbox($imap,$from,$to) | - function imap_renamemailbox($imap,$from,$to) |
| function imap_rename($imap,$from,$to) | - function imap_rename($imap,$from,$to) |
| function imap_deletemailbox($imap,$mailbox) | - function imap_deletemailbox($imap,$mailbox) |
| function imap_subscribe($imap,$mailbox) | - function imap_subscribe($imap,$mailbox) |
| function imap_unsubscribe($imap,$mailbox) | - function imap_unsubscribe($imap,$mailbox) |
| function imap_append($imap,$folder,$message,$options,$internal_date) | - function imap_append($imap,$folder,$message,$options,$internal_date) |
| function imap_ping($imap) | - function imap_ping($imap) |
| function imap_base64($string) | - function imap_base64($string) |
| function imap_qprint($string) | - function imap_qprint($string) |
| function imap_8bit($string) | - function imap_8bit($string) |
| function imap_binary($string) | - function imap_binary($string) |
| function imap_utf8($mime_encoded_text) | - function imap_utf8($mime_encoded_text) |
| function imap_status($imap,$mailbox,$flags) | - function imap_status($imap,$mailbox,$flags) |
| function imap_mailboxmsginfo($imap) | - function imap_mailboxmsginfo($imap) |
| function imap_setflag_full($imap,$sequence,$flag,$options) | - function imap_setflag_full($imap,$sequence,$flag,$options) |
| function imap_clearflag_full($imap,$sequence,$flag,$options) | - function imap_clearflag_full($imap,$sequence,$flag,$options) |
| function imap_sort($imap,$criteria,$reverse,$flags,$search_criteria,$charset) | - function imap_sort($imap,$criteria,$reverse,$flags,$search_criteria,$charset) |
| function imap_uid($imap,$message_num) | - function imap_uid($imap,$message_num) |
| function imap_msgno($imap,$message_uid) | - function imap_msgno($imap,$message_uid) |
| function imap_list($imap,$reference,$pattern) | - function imap_list($imap,$reference,$pattern) |
| function imap_listmailbox($imap,$reference,$pattern) | - function imap_listmailbox($imap,$reference,$pattern) |
| function imap_lsub($imap,$reference,$pattern) | - function imap_lsub($imap,$reference,$pattern) |
| function imap_listsubscribed($imap,$reference,$pattern) | - function imap_listsubscribed($imap,$reference,$pattern) |
| function imap_getsubscribed($imap,$reference,$pattern) | - function imap_getsubscribed($imap,$reference,$pattern) |
| function imap_getmailboxes($imap,$reference,$pattern) | - function imap_getmailboxes($imap,$reference,$pattern) |
| function imap_fetch_overview($imap,$sequence,$flags) | - function imap_fetch_overview($imap,$sequence,$flags) |
| function imap_alerts() | - function imap_alerts() |
| function imap_errors() | - function imap_errors() |
| function imap_last_error() | - function imap_last_error() |
| function imap_search($imap,$criteria,$flags,$charset) | - function imap_search($imap,$criteria,$flags,$charset) |
| function imap_utf7_decode($string) | - function imap_utf7_decode($string) |
| function imap_utf7_encode($string) | - function imap_utf7_encode($string) |
| function imap_utf8_to_mutf7($string) | - function imap_utf8_to_mutf7($string) |
| function imap_mutf7_to_utf8($string) | - function imap_mutf7_to_utf8($string) |
| function imap_mime_header_decode($string) | - function imap_mime_header_decode($string) |
| function imap_thread($imap,$flags) | - function imap_thread($imap,$flags) |
| function imap_timeout($timeout_type,$timeout) | - function imap_timeout($timeout_type,$timeout) |
| function imap_get_quota($imap,$quota_root) | - function imap_get_quota($imap,$quota_root) |
| function imap_get_quotaroot($imap,$mailbox) | - function imap_get_quotaroot($imap,$mailbox) |
| function imap_set_quota($imap,$quota_root,$mailbox_size) | - function imap_set_quota($imap,$quota_root,$mailbox_size) |
| function imap_setacl($imap,$mailbox,$user_id,$rights) | - function imap_setacl($imap,$mailbox,$user_id,$rights) |
| function imap_getacl($imap,$mailbox) | - function imap_getacl($imap,$mailbox) |
| function imap_mail($to,$subject,$message,$additional_headers,$cc,$bcc,$return_path) | - function imap_mail($to,$subject,$message,$additional_headers,$cc,$bcc,$return_path) |
| const NIL | - const NIL |
| const IMAP_OPENTIMEOUT | - const IMAP_OPENTIMEOUT |
| const IMAP_READTIMEOUT | - const IMAP_READTIMEOUT |
| const IMAP_WRITETIMEOUT | - const IMAP_WRITETIMEOUT |
| const IMAP_CLOSETIMEOUT | - const IMAP_CLOSETIMEOUT |
| const OP_DEBUG | - const OP_DEBUG |
| const OP_READONLY | - const OP_READONLY |
| const OP_ANONYMOUS | - const OP_ANONYMOUS |
| const OP_SHORTCACHE | - const OP_SHORTCACHE |
| const OP_SILENT | - const OP_SILENT |
| const OP_PROTOTYPE | - const OP_PROTOTYPE |
| const OP_HALFOPEN | - const OP_HALFOPEN |
| const OP_EXPUNGE | - const OP_EXPUNGE |
| const OP_SECURE | - const OP_SECURE |
| const CL_EXPUNGE | - const CL_EXPUNGE |
| const FT_UID | - const FT_UID |
| const FT_PEEK | - const FT_PEEK |
| const FT_NOT | - const FT_NOT |
| const FT_INTERNAL | - const FT_INTERNAL |
| const FT_PREFETCHTEXT | - const FT_PREFETCHTEXT |
| const ST_UID | - const ST_UID |
| const ST_SILENT | - const ST_SILENT |
| const ST_SET | - const ST_SET |
| const CP_UID | - const CP_UID |
| const CP_MOVE | - const CP_MOVE |
| const SE_UID | - const SE_UID |
| const SE_FREE | - const SE_FREE |
| const SE_NOPREFETCH | - const SE_NOPREFETCH |
| const SO_FREE | - const SO_FREE |
| const SO_NOSERVER | - const SO_NOSERVER |
| const SA_MESSAGES | - const SA_MESSAGES |
| const SA_RECENT | - const SA_RECENT |
| const SA_UNSEEN | - const SA_UNSEEN |
| const SA_UIDNEXT | - const SA_UIDNEXT |
| const SA_UIDVALIDITY | - const SA_UIDVALIDITY |
| const SA_ALL | - const SA_ALL |
| const LATT_NOINFERIORS | - const LATT_NOINFERIORS |
| const LATT_NOSELECT | - const LATT_NOSELECT |
| const LATT_MARKED | - const LATT_MARKED |
| const LATT_UNMARKED | - const LATT_UNMARKED |
| const LATT_REFERRAL | - const LATT_REFERRAL |
| const LATT_HASCHILDREN | - const LATT_HASCHILDREN |
| const LATT_HASNOCHILDREN | - const LATT_HASNOCHILDREN |
| const SORTDATE | - const SORTDATE |
| const SORTARRIVAL | - const SORTARRIVAL |
| const SORTFROM | - const SORTFROM |
| const SORTSUBJECT | - const SORTSUBJECT |
| const SORTTO | - const SORTTO |
| const SORTCC | - const SORTCC |
| const SORTSIZE | - const SORTSIZE |
| const TYPETEXT | - const TYPETEXT |
| const TYPEMULTIPART | - const TYPEMULTIPART |
| const TYPEMESSAGE | - const TYPEMESSAGE |
| const TYPEAPPLICATION | - const TYPEAPPLICATION |
| const TYPEAUDIO | - const TYPEAUDIO |
| const TYPEIMAGE | - const TYPEIMAGE |
| const TYPEVIDEO | - const TYPEVIDEO |
| const TYPEMODEL | - const TYPEMODEL |
| const TYPEOTHER | - const TYPEOTHER |
| const ENC7BIT | - const ENC7BIT |
| const ENC8BIT | - const ENC8BIT |
| const ENCBINARY | - const ENCBINARY |
| const ENCBASE64 | - const ENCBASE64 |
| const ENCQUOTEDPRINTABLE | - const ENCQUOTEDPRINTABLE |
| const ENCOTHER | - const ENCOTHER |
| const IMAP_GC_ELT | - const IMAP_GC_ELT |
| const IMAP_GC_ENV | - const IMAP_GC_ENV |
| const IMAP_GC_TEXTS | - const IMAP_GC_TEXTS |
| PHP | PeachPie |
|---|---|
| function tidy_parse_string($string,$config,$encoding) | - function tidy_parse_string($string,$config,$encoding) |
| function tidy_get_error_buffer($tidy) | - function tidy_get_error_buffer($tidy) |
| function tidy_get_output($tidy) | - function tidy_get_output($tidy) |
| function tidy_parse_file($filename,$config,$encoding,$useIncludePath) | - function tidy_parse_file($filename,$config,$encoding,$useIncludePath) |
| function tidy_clean_repair($tidy) | - function tidy_clean_repair($tidy) |
| function tidy_repair_string($string,$config,$encoding) | - function tidy_repair_string($string,$config,$encoding) |
| function tidy_repair_file($filename,$config,$encoding,$useIncludePath) | - function tidy_repair_file($filename,$config,$encoding,$useIncludePath) |
| function tidy_diagnose($tidy) | - function tidy_diagnose($tidy) |
| function tidy_get_release() | - function tidy_get_release() |
| function tidy_get_opt_doc($tidy,$option) | - function tidy_get_opt_doc($tidy,$option) |
| function tidy_get_config($tidy) | - function tidy_get_config($tidy) |
| function tidy_get_status($tidy) | - function tidy_get_status($tidy) |
| function tidy_get_html_ver($tidy) | - function tidy_get_html_ver($tidy) |
| function tidy_is_xhtml($tidy) | - function tidy_is_xhtml($tidy) |
| function tidy_is_xml($tidy) | - function tidy_is_xml($tidy) |
| function tidy_error_count($tidy) | - function tidy_error_count($tidy) |
| function tidy_warning_count($tidy) | - function tidy_warning_count($tidy) |
| function tidy_access_count($tidy) | - function tidy_access_count($tidy) |
| function tidy_config_count($tidy) | - function tidy_config_count($tidy) |
| function tidy_getopt($tidy,$option) | - function tidy_getopt($tidy,$option) |
| function tidy_get_root($tidy) | - function tidy_get_root($tidy) |
| function tidy_get_html($tidy) | - function tidy_get_html($tidy) |
| function tidy_get_head($tidy) | - function tidy_get_head($tidy) |
| function tidy_get_body($tidy) | - function tidy_get_body($tidy) |
| class tidy | - class tidy |
| class tidyNode | - class tidyNode |
| const TIDY_TAG_UNKNOWN | - const TIDY_TAG_UNKNOWN |
| const TIDY_TAG_A | - const TIDY_TAG_A |
| const TIDY_TAG_ABBR | - const TIDY_TAG_ABBR |
| const TIDY_TAG_ACRONYM | - const TIDY_TAG_ACRONYM |
| const TIDY_TAG_ADDRESS | - const TIDY_TAG_ADDRESS |
| const TIDY_TAG_ALIGN | - const TIDY_TAG_ALIGN |
| const TIDY_TAG_APPLET | - const TIDY_TAG_APPLET |
| const TIDY_TAG_AREA | - const TIDY_TAG_AREA |
| const TIDY_TAG_B | - const TIDY_TAG_B |
| const TIDY_TAG_BASE | - const TIDY_TAG_BASE |
| const TIDY_TAG_BASEFONT | - const TIDY_TAG_BASEFONT |
| const TIDY_TAG_BDO | - const TIDY_TAG_BDO |
| const TIDY_TAG_BGSOUND | - const TIDY_TAG_BGSOUND |
| const TIDY_TAG_BIG | - const TIDY_TAG_BIG |
| const TIDY_TAG_BLINK | - const TIDY_TAG_BLINK |
| const TIDY_TAG_BLOCKQUOTE | - const TIDY_TAG_BLOCKQUOTE |
| const TIDY_TAG_BODY | - const TIDY_TAG_BODY |
| const TIDY_TAG_BR | - const TIDY_TAG_BR |
| const TIDY_TAG_BUTTON | - const TIDY_TAG_BUTTON |
| const TIDY_TAG_CAPTION | - const TIDY_TAG_CAPTION |
| const TIDY_TAG_CENTER | - const TIDY_TAG_CENTER |
| const TIDY_TAG_CITE | - const TIDY_TAG_CITE |
| const TIDY_TAG_CODE | - const TIDY_TAG_CODE |
| const TIDY_TAG_COL | - const TIDY_TAG_COL |
| const TIDY_TAG_COLGROUP | - const TIDY_TAG_COLGROUP |
| const TIDY_TAG_COMMENT | - const TIDY_TAG_COMMENT |
| const TIDY_TAG_DD | - const TIDY_TAG_DD |
| const TIDY_TAG_DEL | - const TIDY_TAG_DEL |
| const TIDY_TAG_DFN | - const TIDY_TAG_DFN |
| const TIDY_TAG_DIR | - const TIDY_TAG_DIR |
| const TIDY_TAG_DIV | - const TIDY_TAG_DIV |
| const TIDY_TAG_DL | - const TIDY_TAG_DL |
| const TIDY_TAG_DT | - const TIDY_TAG_DT |
| const TIDY_TAG_EM | - const TIDY_TAG_EM |
| const TIDY_TAG_EMBED | - const TIDY_TAG_EMBED |
| const TIDY_TAG_FIELDSET | - const TIDY_TAG_FIELDSET |
| const TIDY_TAG_FONT | - const TIDY_TAG_FONT |
| const TIDY_TAG_FORM | - const TIDY_TAG_FORM |
| const TIDY_TAG_FRAME | - const TIDY_TAG_FRAME |
| const TIDY_TAG_FRAMESET | - const TIDY_TAG_FRAMESET |
| const TIDY_TAG_H1 | - const TIDY_TAG_H1 |
| const TIDY_TAG_H2 | - const TIDY_TAG_H2 |
| const TIDY_TAG_H3 | - const TIDY_TAG_H3 |
| const TIDY_TAG_H4 | - const TIDY_TAG_H4 |
| const TIDY_TAG_H5 | - const TIDY_TAG_H5 |
| const TIDY_TAG_H6 | - const TIDY_TAG_H6 |
| const TIDY_TAG_HEAD | - const TIDY_TAG_HEAD |
| const TIDY_TAG_HR | - const TIDY_TAG_HR |
| const TIDY_TAG_HTML | - const TIDY_TAG_HTML |
| const TIDY_TAG_I | - const TIDY_TAG_I |
| const TIDY_TAG_IFRAME | - const TIDY_TAG_IFRAME |
| const TIDY_TAG_ILAYER | - const TIDY_TAG_ILAYER |
| const TIDY_TAG_IMG | - const TIDY_TAG_IMG |
| const TIDY_TAG_INPUT | - const TIDY_TAG_INPUT |
| const TIDY_TAG_INS | - const TIDY_TAG_INS |
| const TIDY_TAG_ISINDEX | - const TIDY_TAG_ISINDEX |
| const TIDY_TAG_KBD | - const TIDY_TAG_KBD |
| const TIDY_TAG_KEYGEN | - const TIDY_TAG_KEYGEN |
| const TIDY_TAG_LABEL | - const TIDY_TAG_LABEL |
| const TIDY_TAG_LAYER | - const TIDY_TAG_LAYER |
| const TIDY_TAG_LEGEND | - const TIDY_TAG_LEGEND |
| const TIDY_TAG_LI | - const TIDY_TAG_LI |
| const TIDY_TAG_LINK | - const TIDY_TAG_LINK |
| const TIDY_TAG_LISTING | - const TIDY_TAG_LISTING |
| const TIDY_TAG_MAP | - const TIDY_TAG_MAP |
| const TIDY_TAG_MARQUEE | - const TIDY_TAG_MARQUEE |
| const TIDY_TAG_MENU | - const TIDY_TAG_MENU |
| const TIDY_TAG_META | - const TIDY_TAG_META |
| const TIDY_TAG_MULTICOL | - const TIDY_TAG_MULTICOL |
| const TIDY_TAG_NOBR | - const TIDY_TAG_NOBR |
| const TIDY_TAG_NOEMBED | - const TIDY_TAG_NOEMBED |
| const TIDY_TAG_NOFRAMES | - const TIDY_TAG_NOFRAMES |
| const TIDY_TAG_NOLAYER | - const TIDY_TAG_NOLAYER |
| const TIDY_TAG_NOSAVE | - const TIDY_TAG_NOSAVE |
| const TIDY_TAG_NOSCRIPT | - const TIDY_TAG_NOSCRIPT |
| const TIDY_TAG_OBJECT | - const TIDY_TAG_OBJECT |
| const TIDY_TAG_OL | - const TIDY_TAG_OL |
| const TIDY_TAG_OPTGROUP | - const TIDY_TAG_OPTGROUP |
| const TIDY_TAG_OPTION | - const TIDY_TAG_OPTION |
| const TIDY_TAG_P | - const TIDY_TAG_P |
| const TIDY_TAG_PARAM | - const TIDY_TAG_PARAM |
| const TIDY_TAG_PLAINTEXT | - const TIDY_TAG_PLAINTEXT |
| const TIDY_TAG_PRE | - const TIDY_TAG_PRE |
| const TIDY_TAG_Q | - const TIDY_TAG_Q |
| const TIDY_TAG_RB | - const TIDY_TAG_RB |
| const TIDY_TAG_RBC | - const TIDY_TAG_RBC |
| const TIDY_TAG_RP | - const TIDY_TAG_RP |
| const TIDY_TAG_RT | - const TIDY_TAG_RT |
| const TIDY_TAG_RTC | - const TIDY_TAG_RTC |
| const TIDY_TAG_RUBY | - const TIDY_TAG_RUBY |
| const TIDY_TAG_S | - const TIDY_TAG_S |
| const TIDY_TAG_SAMP | - const TIDY_TAG_SAMP |
| const TIDY_TAG_SCRIPT | - const TIDY_TAG_SCRIPT |
| const TIDY_TAG_SELECT | - const TIDY_TAG_SELECT |
| const TIDY_TAG_SERVER | - const TIDY_TAG_SERVER |
| const TIDY_TAG_SERVLET | - const TIDY_TAG_SERVLET |
| const TIDY_TAG_SMALL | - const TIDY_TAG_SMALL |
| const TIDY_TAG_SPACER | - const TIDY_TAG_SPACER |
| const TIDY_TAG_SPAN | - const TIDY_TAG_SPAN |
| const TIDY_TAG_STRIKE | - const TIDY_TAG_STRIKE |
| const TIDY_TAG_STRONG | - const TIDY_TAG_STRONG |
| const TIDY_TAG_STYLE | - const TIDY_TAG_STYLE |
| const TIDY_TAG_SUB | - const TIDY_TAG_SUB |
| const TIDY_TAG_SUP | - const TIDY_TAG_SUP |
| const TIDY_TAG_TABLE | - const TIDY_TAG_TABLE |
| const TIDY_TAG_TBODY | - const TIDY_TAG_TBODY |
| const TIDY_TAG_TD | - const TIDY_TAG_TD |
| const TIDY_TAG_TEXTAREA | - const TIDY_TAG_TEXTAREA |
| const TIDY_TAG_TFOOT | - const TIDY_TAG_TFOOT |
| const TIDY_TAG_TH | - const TIDY_TAG_TH |
| const TIDY_TAG_THEAD | - const TIDY_TAG_THEAD |
| const TIDY_TAG_TITLE | - const TIDY_TAG_TITLE |
| const TIDY_TAG_TR | - const TIDY_TAG_TR |
| const TIDY_TAG_TT | - const TIDY_TAG_TT |
| const TIDY_TAG_U | - const TIDY_TAG_U |
| const TIDY_TAG_UL | - const TIDY_TAG_UL |
| const TIDY_TAG_VAR | - const TIDY_TAG_VAR |
| const TIDY_TAG_WBR | - const TIDY_TAG_WBR |
| const TIDY_TAG_XMP | - const TIDY_TAG_XMP |
| const TIDY_TAG_ARTICLE | - const TIDY_TAG_ARTICLE |
| const TIDY_TAG_ASIDE | - const TIDY_TAG_ASIDE |
| const TIDY_TAG_AUDIO | - const TIDY_TAG_AUDIO |
| const TIDY_TAG_BDI | - const TIDY_TAG_BDI |
| const TIDY_TAG_CANVAS | - const TIDY_TAG_CANVAS |
| const TIDY_TAG_COMMAND | - const TIDY_TAG_COMMAND |
| const TIDY_TAG_DATALIST | - const TIDY_TAG_DATALIST |
| const TIDY_TAG_DETAILS | - const TIDY_TAG_DETAILS |
| const TIDY_TAG_DIALOG | - const TIDY_TAG_DIALOG |
| const TIDY_TAG_FIGCAPTION | - const TIDY_TAG_FIGCAPTION |
| const TIDY_TAG_FIGURE | - const TIDY_TAG_FIGURE |
| const TIDY_TAG_FOOTER | - const TIDY_TAG_FOOTER |
| const TIDY_TAG_HEADER | - const TIDY_TAG_HEADER |
| const TIDY_TAG_HGROUP | - const TIDY_TAG_HGROUP |
| const TIDY_TAG_MAIN | - const TIDY_TAG_MAIN |
| const TIDY_TAG_MARK | - const TIDY_TAG_MARK |
| const TIDY_TAG_MENUITEM | - const TIDY_TAG_MENUITEM |
| const TIDY_TAG_METER | - const TIDY_TAG_METER |
| const TIDY_TAG_NAV | - const TIDY_TAG_NAV |
| const TIDY_TAG_OUTPUT | - const TIDY_TAG_OUTPUT |
| const TIDY_TAG_PROGRESS | - const TIDY_TAG_PROGRESS |
| const TIDY_TAG_SECTION | - const TIDY_TAG_SECTION |
| const TIDY_TAG_SOURCE | - const TIDY_TAG_SOURCE |
| const TIDY_TAG_SUMMARY | - const TIDY_TAG_SUMMARY |
| const TIDY_TAG_TEMPLATE | - const TIDY_TAG_TEMPLATE |
| const TIDY_TAG_TIME | - const TIDY_TAG_TIME |
| const TIDY_TAG_TRACK | - const TIDY_TAG_TRACK |
| const TIDY_TAG_VIDEO | - const TIDY_TAG_VIDEO |
| const TIDY_NODETYPE_ROOT | - const TIDY_NODETYPE_ROOT |
| const TIDY_NODETYPE_DOCTYPE | - const TIDY_NODETYPE_DOCTYPE |
| const TIDY_NODETYPE_COMMENT | - const TIDY_NODETYPE_COMMENT |
| const TIDY_NODETYPE_PROCINS | - const TIDY_NODETYPE_PROCINS |
| const TIDY_NODETYPE_TEXT | - const TIDY_NODETYPE_TEXT |
| const TIDY_NODETYPE_START | - const TIDY_NODETYPE_START |
| const TIDY_NODETYPE_END | - const TIDY_NODETYPE_END |
| const TIDY_NODETYPE_STARTEND | - const TIDY_NODETYPE_STARTEND |
| const TIDY_NODETYPE_CDATA | - const TIDY_NODETYPE_CDATA |
| const TIDY_NODETYPE_SECTION | - const TIDY_NODETYPE_SECTION |
| const TIDY_NODETYPE_ASP | - const TIDY_NODETYPE_ASP |
| const TIDY_NODETYPE_JSTE | - const TIDY_NODETYPE_JSTE |
| const TIDY_NODETYPE_PHP | - const TIDY_NODETYPE_PHP |
| const TIDY_NODETYPE_XMLDECL | - const TIDY_NODETYPE_XMLDECL |
| PHP | PeachPie |
|---|---|
| function socket_create_pair($domain,$type,$protocol,$pair) | - function socket_create_pair($domain,$type,$protocol,$pair) |
| function socket_sendmsg($socket,$message,$flags) | - function socket_sendmsg($socket,$message,$flags) |
| function socket_recvmsg($socket,$message,$flags) | - function socket_recvmsg($socket,$message,$flags) |
| function socket_cmsg_space($level,$type,$num) | - function socket_cmsg_space($level,$type,$num) |
| function socket_addrinfo_lookup($host,$service,$hints) | - function socket_addrinfo_lookup($host,$service,$hints) |
| function socket_addrinfo_connect($address) | - function socket_addrinfo_connect($address) |
| function socket_addrinfo_bind($address) | - function socket_addrinfo_bind($address) |
| function socket_wsaprotocol_info_export($socket,$process_id) | - function socket_wsaprotocol_info_export($socket,$process_id) |
| function socket_wsaprotocol_info_import($info_id) | - function socket_wsaprotocol_info_import($info_id) |
| function socket_wsaprotocol_info_release($info_id) | - function socket_wsaprotocol_info_release($info_id) |
| class Socket | - class Socket |
| class AddressInfo | - class AddressInfo |
| + const SO_FREE | |
| + const SO_NOSERVER |
| PHP | PeachPie |
|---|---|
| function XSLTProcessor::setProfiling($filename) | - function XSLTProcessor::setProfiling($filename) |
| function XSLTProcessor::setSecurityPrefs($preferences) | - function XSLTProcessor::setSecurityPrefs($preferences) |
| function XSLTProcessor::getSecurityPrefs() | - function XSLTProcessor::getSecurityPrefs() |
| const XSL_SECPREF_NONE | - const XSL_SECPREF_NONE |
| const XSL_SECPREF_READ_FILE | - const XSL_SECPREF_READ_FILE |
| const XSL_SECPREF_WRITE_FILE | - const XSL_SECPREF_WRITE_FILE |
| const XSL_SECPREF_CREATE_DIRECTORY | - const XSL_SECPREF_CREATE_DIRECTORY |
| const XSL_SECPREF_READ_NETWORK | - const XSL_SECPREF_READ_NETWORK |
| const XSL_SECPREF_WRITE_NETWORK | - const XSL_SECPREF_WRITE_NETWORK |
| const XSL_SECPREF_DEFAULT | - const XSL_SECPREF_DEFAULT |
| const LIBXSLT_VERSION | - const LIBXSLT_VERSION |
| const LIBXSLT_DOTTED_VERSION | - const LIBXSLT_DOTTED_VERSION |
| const LIBEXSLT_VERSION | - const LIBEXSLT_VERSION |
| const LIBEXSLT_DOTTED_VERSION | - const LIBEXSLT_DOTTED_VERSION |