From 6fe89e3c14ec53db7c21b3717d1e9a98c0db855d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2012 09:10:46 +0100 Subject: PHP 5.5: save extension reflection --- reflection/.txt | 41 + reflection/Core.txt | 1040 +++++++ reflection/PDO.txt | 488 ++++ reflection/PDO_Firebird.txt | 7 + reflection/PDO_OCI.txt | 7 + reflection/PDO_ODBC.txt | 7 + reflection/Phar.txt | 1733 ++++++++++++ reflection/Reflection.txt | 1871 +++++++++++++ reflection/SPL.txt | 6480 +++++++++++++++++++++++++++++++++++++++++++ reflection/SimpleXML.txt | 330 +++ reflection/bcmath.txt | 89 + reflection/bz2.txt | 73 + reflection/calendar.txt | 157 ++ reflection/ctype.txt | 72 + reflection/curl.txt | 567 ++++ reflection/date.txt | 672 +++++ reflection/dba.txt | 115 + reflection/dom.txt | 3785 +++++++++++++++++++++++++ reflection/enchant.txt | 153 + reflection/ereg.txt | 60 + reflection/exif.txt | 75 + reflection/fileinfo.txt | 114 + reflection/filter.txt | 122 + reflection/ftp.txt | 283 ++ reflection/gd.txt | 888 ++++++ reflection/gettext.txt | 80 + reflection/gmp.txt | 294 ++ reflection/hash.txt | 169 ++ reflection/iconv.txt | 103 + reflection/imap.txt | 639 +++++ reflection/interbase.txt | 826 ++++++ reflection/intl.txt | 3970 ++++++++++++++++++++++++++ reflection/json.txt | 82 + reflection/ldap.txt | 378 +++ reflection/libxml.txt | 93 + reflection/liste | 76 + reflection/mbstring.txt | 562 ++++ reflection/mcrypt.txt | 323 +++ reflection/mhash.txt | 3 + reflection/mssql.txt | 276 ++ reflection/mysql.txt | 470 ++++ reflection/mysqli.txt | 1477 ++++++++++ reflection/mysqlnd.txt | 40 + reflection/oci8.txt | 1193 ++++++++ reflection/odbc.txt | 426 +++ reflection/openssl.txt | 440 +++ reflection/pcntl.txt | 254 ++ reflection/pcre.txt | 111 + reflection/pdo_dblib.txt | 7 + reflection/pdo_mysql.txt | 14 + reflection/pdo_pgsql.txt | 7 + reflection/pdo_sqlite.txt | 7 + reflection/pgsql.txt | 852 ++++++ reflection/posix.txt | 225 ++ reflection/pspell.txt | 153 + reflection/readline.txt | 88 + reflection/recode.txt | 28 + reflection/session.txt | 343 +++ reflection/shmop.txt | 49 + reflection/snmp.txt | 436 +++ reflection/soap.txt | 467 ++++ reflection/sockets.txt | 379 +++ reflection/sqlite3.txt | 329 +++ reflection/standard.txt | 4086 +++++++++++++++++++++++++++ reflection/sysvmsg.txt | 70 + reflection/sysvsem.txt | 33 + reflection/sysvshm.txt | 55 + reflection/tidy.txt | 412 +++ reflection/tokenizer.txt | 151 + reflection/wddx.txt | 46 + reflection/xml.txt | 204 ++ reflection/xmlreader.txt | 220 ++ reflection/xmlrpc.txt | 102 + reflection/xmlwriter.txt | 631 +++++ reflection/xsl.txt | 136 + reflection/zip.txt | 367 +++ reflection/zlib.txt | 202 ++ 77 files changed, 41613 insertions(+) create mode 100644 reflection/.txt create mode 100644 reflection/Core.txt create mode 100644 reflection/PDO.txt create mode 100644 reflection/PDO_Firebird.txt create mode 100644 reflection/PDO_OCI.txt create mode 100644 reflection/PDO_ODBC.txt create mode 100644 reflection/Phar.txt create mode 100644 reflection/Reflection.txt create mode 100644 reflection/SPL.txt create mode 100644 reflection/SimpleXML.txt create mode 100644 reflection/bcmath.txt create mode 100644 reflection/bz2.txt create mode 100644 reflection/calendar.txt create mode 100644 reflection/ctype.txt create mode 100644 reflection/curl.txt create mode 100644 reflection/date.txt create mode 100644 reflection/dba.txt create mode 100644 reflection/dom.txt create mode 100644 reflection/enchant.txt create mode 100644 reflection/ereg.txt create mode 100644 reflection/exif.txt create mode 100644 reflection/fileinfo.txt create mode 100644 reflection/filter.txt create mode 100644 reflection/ftp.txt create mode 100644 reflection/gd.txt create mode 100644 reflection/gettext.txt create mode 100644 reflection/gmp.txt create mode 100644 reflection/hash.txt create mode 100644 reflection/iconv.txt create mode 100644 reflection/imap.txt create mode 100644 reflection/interbase.txt create mode 100644 reflection/intl.txt create mode 100644 reflection/json.txt create mode 100644 reflection/ldap.txt create mode 100644 reflection/libxml.txt create mode 100644 reflection/liste create mode 100644 reflection/mbstring.txt create mode 100644 reflection/mcrypt.txt create mode 100644 reflection/mhash.txt create mode 100644 reflection/mssql.txt create mode 100644 reflection/mysql.txt create mode 100644 reflection/mysqli.txt create mode 100644 reflection/mysqlnd.txt create mode 100644 reflection/oci8.txt create mode 100644 reflection/odbc.txt create mode 100644 reflection/openssl.txt create mode 100644 reflection/pcntl.txt create mode 100644 reflection/pcre.txt create mode 100644 reflection/pdo_dblib.txt create mode 100644 reflection/pdo_mysql.txt create mode 100644 reflection/pdo_pgsql.txt create mode 100644 reflection/pdo_sqlite.txt create mode 100644 reflection/pgsql.txt create mode 100644 reflection/posix.txt create mode 100644 reflection/pspell.txt create mode 100644 reflection/readline.txt create mode 100644 reflection/recode.txt create mode 100644 reflection/session.txt create mode 100644 reflection/shmop.txt create mode 100644 reflection/snmp.txt create mode 100644 reflection/soap.txt create mode 100644 reflection/sockets.txt create mode 100644 reflection/sqlite3.txt create mode 100644 reflection/standard.txt create mode 100644 reflection/sysvmsg.txt create mode 100644 reflection/sysvsem.txt create mode 100644 reflection/sysvshm.txt create mode 100644 reflection/tidy.txt create mode 100644 reflection/tokenizer.txt create mode 100644 reflection/wddx.txt create mode 100644 reflection/xml.txt create mode 100644 reflection/xmlreader.txt create mode 100644 reflection/xmlrpc.txt create mode 100644 reflection/xmlwriter.txt create mode 100644 reflection/xsl.txt create mode 100644 reflection/zip.txt create mode 100644 reflection/zlib.txt (limited to 'reflection') diff --git a/reflection/.txt b/reflection/.txt new file mode 100644 index 0000000..cda04f8 --- /dev/null +++ b/reflection/.txt @@ -0,0 +1,41 @@ +Usage: php [options] [-f] [--] [args...] + php [options] -r [--] [args...] + php [options] [-B ] -R [-E ] [--] [args...] + php [options] [-B ] -F [-E ] [--] [args...] + php [options] -- [args...] + php [options] -a + + -a Run as interactive shell + -c | Look for php.ini file in this directory + -n No php.ini file will be used + -d foo[=bar] Define INI entry foo with value 'bar' + -e Generate extended information for debugger/profiler + -f Parse and execute . + -h This help + -i PHP information + -l Syntax check only (lint) + -m Show compiled in modules + -r Run PHP without using script tags + -B Run PHP before processing input lines + -R Run PHP for every input line + -F Parse and execute for every input line + -E Run PHP after processing all input lines + -H Hide any passed arguments from external tools. + -S : Run with built-in web server. + -t Specify document root for built-in web server. + -s Output HTML syntax highlighted source. + -v Version number + -w Output source with stripped comments and whitespace. + -z Load Zend extension . + + args... Arguments passed to script. Use -- args when first argument + starts with - or script is read from stdin + + --ini Show configuration file names + + --rf Show information about function . + --rc Show information about class . + --re Show information about extension . + --rz Show information about Zend extension . + --ri Show configuration for extension . + diff --git a/reflection/Core.txt b/reflection/Core.txt new file mode 100644 index 0000000..eb3087a --- /dev/null +++ b/reflection/Core.txt @@ -0,0 +1,1040 @@ +Extension [ extension #0 Core version 5.5.0-dev ] { + + - INI { + Entry [ highlight.comment ] + Current = '#FF8000' + } + Entry [ highlight.default ] + Current = '#0000BB' + } + Entry [ highlight.html ] + Current = '#000000' + } + Entry [ highlight.keyword ] + Current = '#007700' + } + Entry [ highlight.string ] + Current = '#DD0000' + } + Entry [ asp_tags ] + Current = '0' + } + Entry [ display_errors ] + Current = '1' + } + Entry [ display_startup_errors ] + Current = '0' + } + Entry [ enable_dl ] + Current = '1' + } + Entry [ expose_php ] + Current = '1' + } + Entry [ docref_root ] + Current = '' + } + Entry [ docref_ext ] + Current = '' + } + Entry [ html_errors ] + Current = '0' + } + Entry [ xmlrpc_errors ] + Current = '0' + } + Entry [ xmlrpc_error_number ] + Current = '0' + } + Entry [ max_input_time ] + Current = '-1' + } + Entry [ ignore_user_abort ] + Current = '0' + } + Entry [ implicit_flush ] + Current = '1' + } + Entry [ log_errors ] + Current = '0' + } + Entry [ log_errors_max_len ] + Current = '1024' + } + Entry [ ignore_repeated_errors ] + Current = '0' + } + Entry [ ignore_repeated_source ] + Current = '0' + } + Entry [ report_memleaks ] + Current = '1' + } + Entry [ report_zend_debug ] + Current = '0' + } + Entry [ output_buffering ] + Current = '0' + } + Entry [ output_handler ] + Current = '' + } + Entry [ register_argc_argv ] + Current = '1' + } + Entry [ auto_globals_jit ] + Current = '1' + } + Entry [ short_open_tag ] + Current = '1' + } + Entry [ sql.safe_mode ] + Current = '0' + } + Entry [ track_errors ] + Current = '0' + } + Entry [ unserialize_callback_func ] + Current = '' + } + Entry [ serialize_precision ] + Current = '17' + } + Entry [ arg_separator.output ] + Current = '&' + } + Entry [ arg_separator.input ] + Current = '&' + } + Entry [ auto_append_file ] + Current = '' + } + Entry [ auto_prepend_file ] + Current = '' + } + Entry [ doc_root ] + Current = '' + } + Entry [ default_charset ] + Current = '' + } + Entry [ default_mimetype ] + Current = 'text/html' + } + Entry [ error_log ] + Current = '' + } + Entry [ extension_dir ] + Current = '/usr/lib64/php/modules' + } + Entry [ include_path ] + Current = '.:/usr/share/pear:/usr/share/php' + } + Entry [ max_execution_time ] + Current = '0' + } + Entry [ open_basedir ] + Current = '' + } + Entry [ file_uploads ] + Current = '1' + } + Entry [ upload_max_filesize ] + Current = '2M' + } + Entry [ post_max_size ] + Current = '8M' + } + Entry [ upload_tmp_dir ] + Current = '' + } + Entry [ max_input_nesting_level ] + Current = '64' + } + Entry [ max_input_vars ] + Current = '1000' + } + Entry [ user_dir ] + Current = '' + } + Entry [ variables_order ] + Current = 'EGPCS' + } + Entry [ request_order ] + Current = '' + } + Entry [ error_append_string ] + Current = '' + } + Entry [ error_prepend_string ] + Current = '' + } + Entry [ SMTP ] + Current = 'localhost' + } + Entry [ smtp_port ] + Current = '25' + } + Entry [ mail.add_x_header ] + Current = '0' + } + Entry [ mail.log ] + Current = '' + } + Entry [ browscap ] + Current = '' + } + Entry [ memory_limit ] + Current = '-1' + } + Entry [ precision ] + Current = '14' + } + Entry [ sendmail_from ] + Current = '' + } + Entry [ sendmail_path ] + Current = '/usr/sbin/sendmail -t -i ' + } + Entry [ mail.force_extra_parameters ] + Current = '' + } + Entry [ disable_functions ] + Current = '' + } + Entry [ disable_classes ] + Current = '' + } + Entry [ max_file_uploads ] + Current = '20' + } + Entry [ allow_url_fopen ] + Current = '1' + } + Entry [ allow_url_include ] + Current = '0' + } + Entry [ enable_post_data_reading ] + Current = '1' + } + Entry [ always_populate_raw_post_data ] + Current = '0' + } + Entry [ realpath_cache_size ] + Current = '16K' + } + Entry [ realpath_cache_ttl ] + Current = '120' + } + Entry [ user_ini.filename ] + Current = '.user.ini' + } + Entry [ user_ini.cache_ttl ] + Current = '300' + } + Entry [ exit_on_timeout ] + Current = '0' + } + Entry [ error_reporting ] + Current = '' + } + Entry [ zend.enable_gc ] + Current = '1' + } + Entry [ zend.multibyte ] + Current = '0' + } + Entry [ zend.script_encoding ] + Current = '' + } + Entry [ zend.detect_unicode ] + Current = '1' + } + } + + - Constants [73] { + Constant [ integer E_ERROR ] { 1 } + Constant [ integer E_RECOVERABLE_ERROR ] { 4096 } + Constant [ integer E_WARNING ] { 2 } + Constant [ integer E_PARSE ] { 4 } + Constant [ integer E_NOTICE ] { 8 } + Constant [ integer E_STRICT ] { 2048 } + Constant [ integer E_DEPRECATED ] { 8192 } + Constant [ integer E_CORE_ERROR ] { 16 } + Constant [ integer E_CORE_WARNING ] { 32 } + Constant [ integer E_COMPILE_ERROR ] { 64 } + Constant [ integer E_COMPILE_WARNING ] { 128 } + Constant [ integer E_USER_ERROR ] { 256 } + Constant [ integer E_USER_WARNING ] { 512 } + Constant [ integer E_USER_NOTICE ] { 1024 } + Constant [ integer E_USER_DEPRECATED ] { 16384 } + Constant [ integer E_ALL ] { 32767 } + Constant [ integer DEBUG_BACKTRACE_PROVIDE_OBJECT ] { 1 } + Constant [ integer DEBUG_BACKTRACE_IGNORE_ARGS ] { 2 } + Constant [ boolean TRUE ] { 1 } + Constant [ boolean FALSE ] { } + Constant [ null NULL ] { } + Constant [ boolean ZEND_THREAD_SAFE ] { } + Constant [ boolean ZEND_DEBUG_BUILD ] { } + Constant [ string PHP_VERSION ] { 5.5.0-dev } + Constant [ integer PHP_MAJOR_VERSION ] { 5 } + Constant [ integer PHP_MINOR_VERSION ] { 5 } + Constant [ integer PHP_RELEASE_VERSION ] { 0 } + Constant [ string PHP_EXTRA_VERSION ] { -dev } + Constant [ integer PHP_VERSION_ID ] { 50500 } + Constant [ integer PHP_ZTS ] { 0 } + Constant [ integer PHP_DEBUG ] { 0 } + Constant [ string PHP_OS ] { Linux } + Constant [ string PHP_SAPI ] { cli } + Constant [ string DEFAULT_INCLUDE_PATH ] { .:/usr/share/pear:/usr/share/php } + Constant [ string PEAR_INSTALL_DIR ] { /usr/share/pear } + Constant [ string PEAR_EXTENSION_DIR ] { /usr/lib64/php/modules } + Constant [ string PHP_EXTENSION_DIR ] { /usr/lib64/php/modules } + Constant [ string PHP_PREFIX ] { /usr } + Constant [ string PHP_BINDIR ] { /usr/bin } + Constant [ string PHP_MANDIR ] { /usr/share/man } + Constant [ string PHP_LIBDIR ] { /usr/lib64/php } + Constant [ string PHP_DATADIR ] { /usr/share } + Constant [ string PHP_SYSCONFDIR ] { /etc } + Constant [ string PHP_LOCALSTATEDIR ] { /var } + Constant [ string PHP_CONFIG_FILE_PATH ] { /etc } + Constant [ string PHP_CONFIG_FILE_SCAN_DIR ] { /etc/php.d } + Constant [ string PHP_SHLIB_SUFFIX ] { so } + Constant [ string PHP_EOL ] { + } + Constant [ integer PHP_MAXPATHLEN ] { 4096 } + Constant [ integer PHP_INT_MAX ] { 9223372036854775807 } + Constant [ integer PHP_INT_SIZE ] { 8 } + Constant [ string PHP_BINARY ] { /usr/bin/php } + Constant [ integer PHP_OUTPUT_HANDLER_START ] { 1 } + Constant [ integer PHP_OUTPUT_HANDLER_WRITE ] { 0 } + Constant [ integer PHP_OUTPUT_HANDLER_FLUSH ] { 4 } + Constant [ integer PHP_OUTPUT_HANDLER_CLEAN ] { 2 } + Constant [ integer PHP_OUTPUT_HANDLER_FINAL ] { 8 } + Constant [ integer PHP_OUTPUT_HANDLER_CONT ] { 0 } + Constant [ integer PHP_OUTPUT_HANDLER_END ] { 8 } + Constant [ integer PHP_OUTPUT_HANDLER_CLEANABLE ] { 16 } + Constant [ integer PHP_OUTPUT_HANDLER_FLUSHABLE ] { 32 } + Constant [ integer PHP_OUTPUT_HANDLER_REMOVABLE ] { 64 } + Constant [ integer PHP_OUTPUT_HANDLER_STDFLAGS ] { 112 } + Constant [ integer PHP_OUTPUT_HANDLER_STARTED ] { 4096 } + Constant [ integer PHP_OUTPUT_HANDLER_DISABLED ] { 8192 } + Constant [ integer UPLOAD_ERR_OK ] { 0 } + Constant [ integer UPLOAD_ERR_INI_SIZE ] { 1 } + Constant [ integer UPLOAD_ERR_FORM_SIZE ] { 2 } + Constant [ integer UPLOAD_ERR_PARTIAL ] { 3 } + Constant [ integer UPLOAD_ERR_NO_FILE ] { 4 } + Constant [ integer UPLOAD_ERR_NO_TMP_DIR ] { 6 } + Constant [ integer UPLOAD_ERR_CANT_WRITE ] { 7 } + Constant [ integer UPLOAD_ERR_EXTENSION ] { 8 } + } + + - Functions { + Function [ function zend_version ] { + + - Parameters [0] { + } + } + Function [ function func_num_args ] { + + - Parameters [0] { + } + } + Function [ function func_get_arg ] { + + - Parameters [1] { + Parameter #0 [ $arg_num ] + } + } + Function [ function func_get_args ] { + + - Parameters [0] { + } + } + Function [ function strlen ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function strcmp ] { + + - Parameters [2] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + } + } + Function [ function strncmp ] { + + - Parameters [3] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + Parameter #2 [ $len ] + } + } + Function [ function strcasecmp ] { + + - Parameters [2] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + } + } + Function [ function strncasecmp ] { + + - Parameters [3] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + Parameter #2 [ $len ] + } + } + Function [ function each ] { + + - Parameters [1] { + Parameter #0 [ &$arr ] + } + } + Function [ function error_reporting ] { + + - Parameters [1] { + Parameter #0 [ $new_error_level ] + } + } + Function [ function define ] { + + - Parameters [3] { + Parameter #0 [ $constant_name ] + Parameter #1 [ $value ] + Parameter #2 [ $case_insensitive ] + } + } + Function [ function defined ] { + + - Parameters [1] { + Parameter #0 [ $constant_name ] + } + } + Function [ function get_class ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function get_called_class ] { + + - Parameters [0] { + } + } + Function [ function get_parent_class ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function method_exists ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $method ] + } + } + Function [ function property_exists ] { + + - Parameters [2] { + Parameter #0 [ $object_or_class ] + Parameter #1 [ $property_name ] + } + } + Function [ function class_exists ] { + + - Parameters [2] { + Parameter #0 [ $classname ] + Parameter #1 [ $autoload ] + } + } + Function [ function interface_exists ] { + + - Parameters [2] { + Parameter #0 [ $classname ] + Parameter #1 [ $autoload ] + } + } + Function [ function trait_exists ] { + + - Parameters [2] { + Parameter #0 [ $traitname ] + Parameter #1 [ $autoload ] + } + } + Function [ function function_exists ] { + + - Parameters [1] { + Parameter #0 [ $function_name ] + } + } + Function [ function class_alias ] { + + - Parameters [3] { + Parameter #0 [ $user_class_name ] + Parameter #1 [ $alias_name ] + Parameter #2 [ $autoload ] + } + } + Function [ function get_included_files ] { + + - Parameters [0] { + } + } + Function [ function get_required_files ] { + + - Parameters [0] { + } + } + Function [ function is_subclass_of ] { + + - Parameters [3] { + Parameter #0 [ $object ] + Parameter #1 [ $class_name ] + Parameter #2 [ $allow_string ] + } + } + Function [ function is_a ] { + + - Parameters [3] { + Parameter #0 [ $object ] + Parameter #1 [ $class_name ] + Parameter #2 [ $allow_string ] + } + } + Function [ function get_class_vars ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + Function [ function get_object_vars ] { + + - Parameters [1] { + Parameter #0 [ $obj ] + } + } + Function [ function get_class_methods ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } + Function [ function trigger_error ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ $error_type ] + } + } + Function [ function user_error ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ $error_type ] + } + } + Function [ function set_error_handler ] { + + - Parameters [2] { + Parameter #0 [ $error_handler ] + Parameter #1 [ $error_types ] + } + } + Function [ function restore_error_handler ] { + + - Parameters [0] { + } + } + Function [ function set_exception_handler ] { + + - Parameters [1] { + Parameter #0 [ $exception_handler ] + } + } + Function [ function restore_exception_handler ] { + + - Parameters [0] { + } + } + Function [ function get_declared_classes ] { + + - Parameters [0] { + } + } + Function [ function get_declared_traits ] { + + - Parameters [0] { + } + } + Function [ function get_declared_interfaces ] { + + - Parameters [0] { + } + } + Function [ function get_defined_functions ] { + + - Parameters [0] { + } + } + Function [ function get_defined_vars ] { + + - Parameters [0] { + } + } + Function [ function create_function ] { + + - Parameters [2] { + Parameter #0 [ $args ] + Parameter #1 [ $code ] + } + } + Function [ function get_resource_type ] { + + - Parameters [1] { + Parameter #0 [ $res ] + } + } + Function [ function get_loaded_extensions ] { + + - Parameters [1] { + Parameter #0 [ $zend_extensions ] + } + } + Function [ function extension_loaded ] { + + - Parameters [1] { + Parameter #0 [ $extension_name ] + } + } + Function [ function get_extension_funcs ] { + + - Parameters [1] { + Parameter #0 [ $extension_name ] + } + } + Function [ function get_defined_constants ] { + + - Parameters [1] { + Parameter #0 [ $categorize ] + } + } + Function [ function debug_backtrace ] { + + - Parameters [2] { + Parameter #0 [ $options ] + Parameter #1 [ $limit ] + } + } + Function [ function debug_print_backtrace ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + Function [ function gc_collect_cycles ] { + + - Parameters [0] { + } + } + Function [ function gc_enabled ] { + + - Parameters [0] { + } + } + Function [ function gc_enable ] { + + - Parameters [0] { + } + } + Function [ function gc_disable ] { + + - Parameters [0] { + } + } + } + + - Classes [10] { + Class [ class stdClass ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface IteratorAggregate extends Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method getIterator ] { + } + } + } + + Interface [ interface Iterator extends Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Interface [ interface ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ abstract public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ abstract public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ abstract public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $value ] + } + } + + Method [ abstract public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + } + } + + Interface [ interface Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ abstract public method serialize ] { + } + + Method [ abstract public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + } + } + + Class [ class Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ protected $message ] + Property [ private $string ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ private $trace ] + Property [ private $previous ] + } + + - Methods [10] { + Method [ final private method __clone ] { + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class ErrorException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $severity ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $severity ] + Parameter #3 [ $filename ] + Parameter #4 [ $lineno ] + Parameter #5 [ $previous ] + } + } + + Method [ final public method getSeverity ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ final class Closure ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method bind ] { + + - Parameters [3] { + Parameter #0 [ $closure ] + Parameter #1 [ $newthis ] + Parameter #2 [ $newscope ] + } + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ private method __construct ] { + } + + Method [ public method bindTo ] { + + - Parameters [2] { + Parameter #0 [ $newthis ] + Parameter #1 [ $newscope ] + } + } + } + } + + Class [ final class Generator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method send ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/PDO.txt b/reflection/PDO.txt new file mode 100644 index 0000000..b18d6ee --- /dev/null +++ b/reflection/PDO.txt @@ -0,0 +1,488 @@ +Extension [ extension #63 PDO version 1.0.4dev ] { + + - Dependencies { + Dependency [ spl (Required) ] + } + + - Functions { + Function [ function pdo_drivers ] { + + - Parameters [0] { + } + } + } + + - Classes [4] { + Class [ class PDOException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ public $errorInfo ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class PDO ] { + + - Constants [97] { + Constant [ integer PARAM_BOOL ] { 5 } + Constant [ integer PARAM_NULL ] { 0 } + Constant [ integer PARAM_INT ] { 1 } + Constant [ integer PARAM_STR ] { 2 } + Constant [ integer PARAM_LOB ] { 3 } + Constant [ integer PARAM_STMT ] { 4 } + Constant [ integer PARAM_INPUT_OUTPUT ] { 2147483648 } + Constant [ integer PARAM_EVT_ALLOC ] { 0 } + Constant [ integer PARAM_EVT_FREE ] { 1 } + Constant [ integer PARAM_EVT_EXEC_PRE ] { 2 } + Constant [ integer PARAM_EVT_EXEC_POST ] { 3 } + Constant [ integer PARAM_EVT_FETCH_PRE ] { 4 } + Constant [ integer PARAM_EVT_FETCH_POST ] { 5 } + Constant [ integer PARAM_EVT_NORMALIZE ] { 6 } + Constant [ integer FETCH_LAZY ] { 1 } + Constant [ integer FETCH_ASSOC ] { 2 } + Constant [ integer FETCH_NUM ] { 3 } + Constant [ integer FETCH_BOTH ] { 4 } + Constant [ integer FETCH_OBJ ] { 5 } + Constant [ integer FETCH_BOUND ] { 6 } + Constant [ integer FETCH_COLUMN ] { 7 } + Constant [ integer FETCH_CLASS ] { 8 } + Constant [ integer FETCH_INTO ] { 9 } + Constant [ integer FETCH_FUNC ] { 10 } + Constant [ integer FETCH_GROUP ] { 65536 } + Constant [ integer FETCH_UNIQUE ] { 196608 } + Constant [ integer FETCH_KEY_PAIR ] { 12 } + Constant [ integer FETCH_CLASSTYPE ] { 262144 } + Constant [ integer FETCH_SERIALIZE ] { 524288 } + Constant [ integer FETCH_PROPS_LATE ] { 1048576 } + Constant [ integer FETCH_NAMED ] { 11 } + Constant [ integer ATTR_AUTOCOMMIT ] { 0 } + Constant [ integer ATTR_PREFETCH ] { 1 } + Constant [ integer ATTR_TIMEOUT ] { 2 } + Constant [ integer ATTR_ERRMODE ] { 3 } + Constant [ integer ATTR_SERVER_VERSION ] { 4 } + Constant [ integer ATTR_CLIENT_VERSION ] { 5 } + Constant [ integer ATTR_SERVER_INFO ] { 6 } + Constant [ integer ATTR_CONNECTION_STATUS ] { 7 } + Constant [ integer ATTR_CASE ] { 8 } + Constant [ integer ATTR_CURSOR_NAME ] { 9 } + Constant [ integer ATTR_CURSOR ] { 10 } + Constant [ integer ATTR_ORACLE_NULLS ] { 11 } + Constant [ integer ATTR_PERSISTENT ] { 12 } + Constant [ integer ATTR_STATEMENT_CLASS ] { 13 } + Constant [ integer ATTR_FETCH_TABLE_NAMES ] { 14 } + Constant [ integer ATTR_FETCH_CATALOG_NAMES ] { 15 } + Constant [ integer ATTR_DRIVER_NAME ] { 16 } + Constant [ integer ATTR_STRINGIFY_FETCHES ] { 17 } + Constant [ integer ATTR_MAX_COLUMN_LEN ] { 18 } + Constant [ integer ATTR_EMULATE_PREPARES ] { 20 } + Constant [ integer ATTR_DEFAULT_FETCH_MODE ] { 19 } + Constant [ integer ERRMODE_SILENT ] { 0 } + Constant [ integer ERRMODE_WARNING ] { 1 } + Constant [ integer ERRMODE_EXCEPTION ] { 2 } + Constant [ integer CASE_NATURAL ] { 0 } + Constant [ integer CASE_LOWER ] { 2 } + Constant [ integer CASE_UPPER ] { 1 } + Constant [ integer NULL_NATURAL ] { 0 } + Constant [ integer NULL_EMPTY_STRING ] { 1 } + Constant [ integer NULL_TO_STRING ] { 2 } + Constant [ string ERR_NONE ] { 00000 } + Constant [ integer FETCH_ORI_NEXT ] { 0 } + Constant [ integer FETCH_ORI_PRIOR ] { 1 } + Constant [ integer FETCH_ORI_FIRST ] { 2 } + Constant [ integer FETCH_ORI_LAST ] { 3 } + Constant [ integer FETCH_ORI_ABS ] { 4 } + Constant [ integer FETCH_ORI_REL ] { 5 } + Constant [ integer CURSOR_FWDONLY ] { 0 } + Constant [ integer CURSOR_SCROLL ] { 1 } + Constant [ integer FB_ATTR_DATE_FORMAT ] { 1000 } + Constant [ integer FB_ATTR_TIME_FORMAT ] { 1001 } + Constant [ integer FB_ATTR_TIMESTAMP_FORMAT ] { 1002 } + Constant [ integer MYSQL_ATTR_USE_BUFFERED_QUERY ] { 1000 } + Constant [ integer MYSQL_ATTR_LOCAL_INFILE ] { 1001 } + Constant [ integer MYSQL_ATTR_INIT_COMMAND ] { 1002 } + Constant [ integer MYSQL_ATTR_COMPRESS ] { 1003 } + Constant [ integer MYSQL_ATTR_DIRECT_QUERY ] { 1004 } + Constant [ integer MYSQL_ATTR_FOUND_ROWS ] { 1005 } + Constant [ integer MYSQL_ATTR_IGNORE_SPACE ] { 1006 } + Constant [ integer MYSQL_ATTR_SSL_KEY ] { 1007 } + Constant [ integer MYSQL_ATTR_SSL_CERT ] { 1008 } + Constant [ integer MYSQL_ATTR_SSL_CA ] { 1009 } + Constant [ integer MYSQL_ATTR_SSL_CAPATH ] { 1010 } + Constant [ integer MYSQL_ATTR_SSL_CIPHER ] { 1011 } + Constant [ integer MYSQL_ATTR_SERVER_PUBLIC_KEY ] { 1012 } + Constant [ integer ODBC_ATTR_USE_CURSOR_LIBRARY ] { 1000 } + Constant [ integer ODBC_ATTR_ASSUME_UTF8 ] { 1001 } + Constant [ integer ODBC_SQL_USE_IF_NEEDED ] { 0 } + Constant [ integer ODBC_SQL_USE_DRIVER ] { 2 } + Constant [ integer ODBC_SQL_USE_ODBC ] { 1 } + Constant [ integer PGSQL_ATTR_DISABLE_NATIVE_PREPARED_STATEMENT ] { 1000 } + Constant [ integer PGSQL_TRANSACTION_IDLE ] { 0 } + Constant [ integer PGSQL_TRANSACTION_ACTIVE ] { 1 } + Constant [ integer PGSQL_TRANSACTION_INTRANS ] { 2 } + Constant [ integer PGSQL_TRANSACTION_INERROR ] { 3 } + Constant [ integer PGSQL_TRANSACTION_UNKNOWN ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getAvailableDrivers ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $dsn ] + Parameter #1 [ $username ] + Parameter #2 [ $passwd ] + Parameter #3 [ $options ] + } + } + + Method [ public method prepare ] { + + - Parameters [2] { + Parameter #0 [ $statement ] + Parameter #1 [ $options ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [0] { + } + } + + Method [ public method rollBack ] { + + - Parameters [0] { + } + } + + Method [ public method inTransaction ] { + + - Parameters [0] { + } + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method query ] { + } + + Method [ public method lastInsertId ] { + + - Parameters [1] { + Parameter #0 [ $seqname ] + } + } + + Method [ public method errorCode ] { + + - Parameters [0] { + } + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ public method quote ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $paramtype ] + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ final public method __sleep ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PDOStatement implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $queryString ] + } + + - Methods [21] { + Method [ public method execute ] { + + - Parameters [1] { + Parameter #0 [ $bound_input_params ] + } + } + + Method [ public method fetch ] { + + - Parameters [3] { + Parameter #0 [ $how ] + Parameter #1 [ $orientation ] + Parameter #2 [ $offset ] + } + } + + Method [ public method bindParam ] { + + - Parameters [5] { + Parameter #0 [ $paramno ] + Parameter #1 [ &$param ] + Parameter #2 [ $type ] + Parameter #3 [ $maxlen ] + Parameter #4 [ $driverdata ] + } + } + + Method [ public method bindColumn ] { + + - Parameters [5] { + Parameter #0 [ $column ] + Parameter #1 [ &$param ] + Parameter #2 [ $type ] + Parameter #3 [ $maxlen ] + Parameter #4 [ $driverdata ] + } + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ $paramno ] + Parameter #1 [ $param ] + Parameter #2 [ $type ] + } + } + + Method [ public method rowCount ] { + + - Parameters [0] { + } + } + + Method [ public method fetchColumn ] { + + - Parameters [1] { + Parameter #0 [ $column_number ] + } + } + + Method [ public method fetchAll ] { + + - Parameters [3] { + Parameter #0 [ $how ] + Parameter #1 [ $class_name ] + Parameter #2 [ $ctor_args ] + } + } + + Method [ public method fetchObject ] { + + - Parameters [2] { + Parameter #0 [ $class_name ] + Parameter #1 [ $ctor_args ] + } + } + + Method [ public method errorCode ] { + + - Parameters [0] { + } + } + + Method [ public method errorInfo ] { + + - Parameters [0] { + } + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ public method columnCount ] { + + - Parameters [0] { + } + } + + Method [ public method getColumnMeta ] { + + - Parameters [1] { + Parameter #0 [ $column ] + } + } + + Method [ public method setFetchMode ] { + + - Parameters [2] { + Parameter #0 [ $mode ] + Parameter #1 [ $params ] + } + } + + Method [ public method nextRowset ] { + + - Parameters [0] { + } + } + + Method [ public method closeCursor ] { + + - Parameters [0] { + } + } + + Method [ public method debugDumpParams ] { + + - Parameters [0] { + } + } + + Method [ final public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ final public method __sleep ] { + + - Parameters [0] { + } + } + } + } + + Class [ final class PDORow ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + diff --git a/reflection/PDO_Firebird.txt b/reflection/PDO_Firebird.txt new file mode 100644 index 0000000..6e667be --- /dev/null +++ b/reflection/PDO_Firebird.txt @@ -0,0 +1,7 @@ +Extension [ extension #65 PDO_Firebird version 0.3 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + } +} + diff --git a/reflection/PDO_OCI.txt b/reflection/PDO_OCI.txt new file mode 100644 index 0000000..6b2d7e3 --- /dev/null +++ b/reflection/PDO_OCI.txt @@ -0,0 +1,7 @@ +Extension [ extension #67 PDO_OCI version 1.0.1 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + } +} + diff --git a/reflection/PDO_ODBC.txt b/reflection/PDO_ODBC.txt new file mode 100644 index 0000000..4123c29 --- /dev/null +++ b/reflection/PDO_ODBC.txt @@ -0,0 +1,7 @@ +Extension [ extension #68 PDO_ODBC version 1.0.1 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + } +} + diff --git a/reflection/Phar.txt b/reflection/Phar.txt new file mode 100644 index 0000000..b2f9d72 --- /dev/null +++ b/reflection/Phar.txt @@ -0,0 +1,1733 @@ +Extension [ extension #72 Phar version 2.0.1 ] { + + - Dependencies { + Dependency [ apc (Optional) ] + Dependency [ bz2 (Optional) ] + Dependency [ openssl (Optional) ] + Dependency [ zlib (Optional) ] + Dependency [ standard (Optional) ] + Dependency [ spl (Required) ] + } + + - INI { + Entry [ phar.readonly ] + Current = '1' + } + Entry [ phar.require_hash ] + Current = '1' + } + Entry [ phar.cache_list ] + Current = '' + } + } + + - Classes [4] { + Class [ class PharException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Phar extends RecursiveDirectoryIterator implements RecursiveIterator, SeekableIterator, Traversable, Iterator, Countable, ArrayAccess ] { + + - Constants [26] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + Constant [ integer BZ2 ] { 8192 } + Constant [ integer GZ ] { 4096 } + Constant [ integer NONE ] { 0 } + Constant [ integer PHAR ] { 1 } + Constant [ integer TAR ] { 2 } + Constant [ integer ZIP ] { 3 } + Constant [ integer COMPRESSED ] { 61440 } + Constant [ integer PHP ] { 0 } + Constant [ integer PHPS ] { 1 } + Constant [ integer MD5 ] { 1 } + Constant [ integer OPENSSL ] { 16 } + Constant [ integer SHA1 ] { 2 } + Constant [ integer SHA256 ] { 3 } + Constant [ integer SHA512 ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [15] { + Method [ final static public method apiVersion ] { + + - Parameters [0] { + } + } + + Method [ final static public method canCompress ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + + Method [ final static public method canWrite ] { + + - Parameters [0] { + } + } + + Method [ final static public method createDefaultStub ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $webindex ] + } + } + + Method [ final static public method getSupportedCompression ] { + + - Parameters [0] { + } + } + + Method [ final static public method getSupportedSignatures ] { + + - Parameters [0] { + } + } + + Method [ final static public method interceptFileFuncs ] { + + - Parameters [0] { + } + } + + Method [ final static public method isValidPharFilename ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $executable ] + } + } + + Method [ final static public method loadPhar ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $alias ] + } + } + + Method [ final static public method mapPhar ] { + + - Parameters [2] { + Parameter #0 [ $alias ] + Parameter #1 [ $offset ] + } + } + + Method [ final static public method running ] { + + - Parameters [1] { + Parameter #0 [ $retphar ] + } + } + + Method [ final static public method mount ] { + + - Parameters [2] { + Parameter #0 [ $inphar ] + Parameter #1 [ $externalfile ] + } + } + + Method [ final static public method mungServer ] { + + - Parameters [1] { + Parameter #0 [ $munglist ] + } + } + + Method [ final static public method unlinkArchive ] { + + - Parameters [1] { + Parameter #0 [ $archive ] + } + } + + Method [ final static public method webPhar ] { + + - Parameters [5] { + Parameter #0 [ $alias ] + Parameter #1 [ $index ] + Parameter #2 [ $f404 ] + Parameter #3 [ $mimetypes ] + Parameter #4 [ $rewrites ] + } + } + } + + - Properties [0] { + } + + - Methods [81] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $alias ] + Parameter #3 [ $fileformat ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method addEmptyDir ] { + + - Parameters [1] { + Parameter #0 [ $dirname ] + } + } + + Method [ public method addFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $localname ] + } + } + + Method [ public method addFromString ] { + + - Parameters [2] { + Parameter #0 [ $localname ] + Parameter #1 [ $contents ] + } + } + + Method [ public method buildFromDirectory ] { + + - Parameters [2] { + Parameter #0 [ $base_dir ] + Parameter #1 [ $regex ] + } + } + + Method [ public method buildFromIterator ] { + + - Parameters [2] { + Parameter #0 [ $iterator ] + Parameter #1 [ $base_directory ] + } + } + + Method [ public method compressFiles ] { + + - Parameters [1] { + Parameter #0 [ $compression_type ] + } + } + + Method [ public method decompressFiles ] { + + - Parameters [0] { + } + } + + Method [ public method compress ] { + + - Parameters [2] { + Parameter #0 [ $compression_type ] + Parameter #1 [ $file_ext ] + } + } + + Method [ public method decompress ] { + + - Parameters [1] { + Parameter #0 [ $file_ext ] + } + } + + Method [ public method convertToExecutable ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $compression_type ] + Parameter #2 [ $file_ext ] + } + } + + Method [ public method convertToData ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $compression_type ] + Parameter #2 [ $file_ext ] + } + } + + Method [ public method copy ] { + + - Parameters [2] { + Parameter #0 [ $newfile ] + Parameter #1 [ $oldfile ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method delMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method extractTo ] { + + - Parameters [3] { + Parameter #0 [ $pathto ] + Parameter #1 [ $files ] + Parameter #2 [ $overwrite ] + } + } + + Method [ public method getAlias ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method getModified ] { + + - Parameters [0] { + } + } + + Method [ public method getSignature ] { + + - Parameters [0] { + } + } + + Method [ public method getStub ] { + + - Parameters [0] { + } + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + } + + Method [ public method hasMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method isBuffering ] { + + - Parameters [0] { + } + } + + Method [ public method isCompressed ] { + + - Parameters [0] { + } + } + + Method [ public method isFileFormat ] { + + - Parameters [1] { + Parameter #0 [ $fileformat ] + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $entry ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method setAlias ] { + + - Parameters [1] { + Parameter #0 [ $alias ] + } + } + + Method [ public method setDefaultStub ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $webindex ] + } + } + + Method [ public method setMetadata ] { + + - Parameters [1] { + Parameter #0 [ $metadata ] + } + } + + Method [ public method setSignatureAlgorithm ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $privatekey ] + } + } + + Method [ public method setStub ] { + + - Parameters [2] { + Parameter #0 [ $newstub ] + Parameter #1 [ $maxlen ] + } + } + + Method [ public method startBuffering ] { + + - Parameters [0] { + } + } + + Method [ public method stopBuffering ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [1] { + Parameter #0 [ $allow_links ] + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPath ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPathname ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class PharData extends RecursiveDirectoryIterator implements RecursiveIterator, SeekableIterator, Traversable, Iterator, Countable, ArrayAccess ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [15] { + Method [ final static public method apiVersion ] { + + - Parameters [0] { + } + } + + Method [ final static public method canCompress ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + + Method [ final static public method canWrite ] { + + - Parameters [0] { + } + } + + Method [ final static public method createDefaultStub ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $webindex ] + } + } + + Method [ final static public method getSupportedCompression ] { + + - Parameters [0] { + } + } + + Method [ final static public method getSupportedSignatures ] { + + - Parameters [0] { + } + } + + Method [ final static public method interceptFileFuncs ] { + + - Parameters [0] { + } + } + + Method [ final static public method isValidPharFilename ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $executable ] + } + } + + Method [ final static public method loadPhar ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $alias ] + } + } + + Method [ final static public method mapPhar ] { + + - Parameters [2] { + Parameter #0 [ $alias ] + Parameter #1 [ $offset ] + } + } + + Method [ final static public method running ] { + + - Parameters [1] { + Parameter #0 [ $retphar ] + } + } + + Method [ final static public method mount ] { + + - Parameters [2] { + Parameter #0 [ $inphar ] + Parameter #1 [ $externalfile ] + } + } + + Method [ final static public method mungServer ] { + + - Parameters [1] { + Parameter #0 [ $munglist ] + } + } + + Method [ final static public method unlinkArchive ] { + + - Parameters [1] { + Parameter #0 [ $archive ] + } + } + + Method [ final static public method webPhar ] { + + - Parameters [5] { + Parameter #0 [ $alias ] + Parameter #1 [ $index ] + Parameter #2 [ $f404 ] + Parameter #3 [ $mimetypes ] + Parameter #4 [ $rewrites ] + } + } + } + + - Properties [0] { + } + + - Methods [81] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $alias ] + Parameter #3 [ $fileformat ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method addEmptyDir ] { + + - Parameters [1] { + Parameter #0 [ $dirname ] + } + } + + Method [ public method addFile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $localname ] + } + } + + Method [ public method addFromString ] { + + - Parameters [2] { + Parameter #0 [ $localname ] + Parameter #1 [ $contents ] + } + } + + Method [ public method buildFromDirectory ] { + + - Parameters [2] { + Parameter #0 [ $base_dir ] + Parameter #1 [ $regex ] + } + } + + Method [ public method buildFromIterator ] { + + - Parameters [2] { + Parameter #0 [ $iterator ] + Parameter #1 [ $base_directory ] + } + } + + Method [ public method compressFiles ] { + + - Parameters [1] { + Parameter #0 [ $compression_type ] + } + } + + Method [ public method decompressFiles ] { + + - Parameters [0] { + } + } + + Method [ public method compress ] { + + - Parameters [2] { + Parameter #0 [ $compression_type ] + Parameter #1 [ $file_ext ] + } + } + + Method [ public method decompress ] { + + - Parameters [1] { + Parameter #0 [ $file_ext ] + } + } + + Method [ public method convertToExecutable ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $compression_type ] + Parameter #2 [ $file_ext ] + } + } + + Method [ public method convertToData ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $compression_type ] + Parameter #2 [ $file_ext ] + } + } + + Method [ public method copy ] { + + - Parameters [2] { + Parameter #0 [ $newfile ] + Parameter #1 [ $oldfile ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method delMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method extractTo ] { + + - Parameters [3] { + Parameter #0 [ $pathto ] + Parameter #1 [ $files ] + Parameter #2 [ $overwrite ] + } + } + + Method [ public method getAlias ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method getModified ] { + + - Parameters [0] { + } + } + + Method [ public method getSignature ] { + + - Parameters [0] { + } + } + + Method [ public method getStub ] { + + - Parameters [0] { + } + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + } + + Method [ public method hasMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method isBuffering ] { + + - Parameters [0] { + } + } + + Method [ public method isCompressed ] { + + - Parameters [0] { + } + } + + Method [ public method isFileFormat ] { + + - Parameters [1] { + Parameter #0 [ $fileformat ] + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $entry ] + Parameter #1 [ $value ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $entry ] + } + } + + Method [ public method setAlias ] { + + - Parameters [1] { + Parameter #0 [ $alias ] + } + } + + Method [ public method setDefaultStub ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $webindex ] + } + } + + Method [ public method setMetadata ] { + + - Parameters [1] { + Parameter #0 [ $metadata ] + } + } + + Method [ public method setSignatureAlgorithm ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $privatekey ] + } + } + + Method [ public method setStub ] { + + - Parameters [2] { + Parameter #0 [ $newstub ] + Parameter #1 [ $maxlen ] + } + } + + Method [ public method startBuffering ] { + + - Parameters [0] { + } + } + + Method [ public method stopBuffering ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [1] { + Parameter #0 [ $allow_links ] + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPath ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPathname ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class PharFileInfo extends SplFileInfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [44] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method chmod ] { + + - Parameters [1] { + Parameter #0 [ $perms ] + } + } + + Method [ public method compress ] { + + - Parameters [1] { + Parameter #0 [ $compression_type ] + } + } + + Method [ public method decompress ] { + + - Parameters [0] { + } + } + + Method [ public method delMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method getCompressedSize ] { + + - Parameters [0] { + } + } + + Method [ public method getCRC32 ] { + + - Parameters [0] { + } + } + + Method [ public method getContent ] { + + - Parameters [0] { + } + } + + Method [ public method getMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method getPharFlags ] { + + - Parameters [0] { + } + } + + Method [ public method hasMetadata ] { + + - Parameters [0] { + } + } + + Method [ public method isCompressed ] { + + - Parameters [1] { + Parameter #0 [ $compression_type ] + } + } + + Method [ public method isCRCChecked ] { + + - Parameters [0] { + } + } + + Method [ public method setMetadata ] { + + - Parameters [1] { + Parameter #0 [ $metadata ] + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/Reflection.txt b/reflection/Reflection.txt new file mode 100644 index 0000000..d3d05c0 --- /dev/null +++ b/reflection/Reflection.txt @@ -0,0 +1,1871 @@ +Extension [ extension #20 Reflection version $Id: fb496936c25d640070d2d47dda7803e69f4bf6de $ ] { + + - Classes [12] { + Class [ class ReflectionException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Reflection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method getModifierNames ] { + + - Parameters [1] { + Parameter #0 [ $modifiers ] + } + } + + Method [ static public method export ] { + + - Parameters [2] { + Parameter #0 [ Reflector $reflector ] + Parameter #1 [ $return ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Interface [ interface Reflector ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ abstract static public method export ] { + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class ReflectionFunctionAbstract implements Reflector ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [24] { + Method [ final private method __clone ] { + + - Parameters [0] { + } + } + + Method [ abstract public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method inNamespace ] { + + - Parameters [0] { + } + } + + Method [ public method isClosure ] { + + - Parameters [0] { + } + } + + Method [ public method isDeprecated ] { + + - Parameters [0] { + } + } + + Method [ public method isInternal ] { + + - Parameters [0] { + } + } + + Method [ public method isUserDefined ] { + + - Parameters [0] { + } + } + + Method [ public method isGenerator ] { + + - Parameters [0] { + } + } + + Method [ public method getClosureThis ] { + + - Parameters [0] { + } + } + + Method [ public method getClosureScopeClass ] { + + - Parameters [0] { + } + } + + Method [ public method getDocComment ] { + + - Parameters [0] { + } + } + + Method [ public method getEndLine ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getExtensionName ] { + + - Parameters [0] { + } + } + + Method [ public method getFileName ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + } + + Method [ public method getNumberOfParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getNumberOfRequiredParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getShortName ] { + + - Parameters [0] { + } + } + + Method [ public method getStartLine ] { + + - Parameters [0] { + } + } + + Method [ public method getStaticVariables ] { + + - Parameters [0] { + } + } + + Method [ public method returnsReference ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionFunction extends ReflectionFunctionAbstract implements Reflector ] { + + - Constants [1] { + Constant [ integer IS_DEPRECATED ] { 262144 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $return ] + } + } + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method isDisabled ] { + + - Parameters [0] { + } + } + + Method [ public method invoke ] { + + - Parameters [1] { + Parameter #0 [ $args ] + } + } + + Method [ public method invokeArgs ] { + + - Parameters [1] { + Parameter #0 [ array $args ] + } + } + + Method [ public method getClosure ] { + + - Parameters [0] { + } + } + + Method [ public method inNamespace ] { + + - Parameters [0] { + } + } + + Method [ public method isClosure ] { + + - Parameters [0] { + } + } + + Method [ public method isDeprecated ] { + + - Parameters [0] { + } + } + + Method [ public method isInternal ] { + + - Parameters [0] { + } + } + + Method [ public method isUserDefined ] { + + - Parameters [0] { + } + } + + Method [ public method isGenerator ] { + + - Parameters [0] { + } + } + + Method [ public method getClosureThis ] { + + - Parameters [0] { + } + } + + Method [ public method getClosureScopeClass ] { + + - Parameters [0] { + } + } + + Method [ public method getDocComment ] { + + - Parameters [0] { + } + } + + Method [ public method getEndLine ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getExtensionName ] { + + - Parameters [0] { + } + } + + Method [ public method getFileName ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + } + + Method [ public method getNumberOfParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getNumberOfRequiredParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getShortName ] { + + - Parameters [0] { + } + } + + Method [ public method getStartLine ] { + + - Parameters [0] { + } + } + + Method [ public method getStaticVariables ] { + + - Parameters [0] { + } + } + + Method [ public method returnsReference ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionParameter implements Reflector ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [3] { + Parameter #0 [ $function ] + Parameter #1 [ $parameter ] + Parameter #2 [ $return ] + } + } + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [18] { + Method [ final private method __clone ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $function ] + Parameter #1 [ $parameter ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method isPassedByReference ] { + + - Parameters [0] { + } + } + + Method [ public method canBePassedByValue ] { + + - Parameters [0] { + } + } + + Method [ public method getDeclaringFunction ] { + + - Parameters [0] { + } + } + + Method [ public method getDeclaringClass ] { + + - Parameters [0] { + } + } + + Method [ public method getClass ] { + + - Parameters [0] { + } + } + + Method [ public method isArray ] { + + - Parameters [0] { + } + } + + Method [ public method isCallable ] { + + - Parameters [0] { + } + } + + Method [ public method allowsNull ] { + + - Parameters [0] { + } + } + + Method [ public method getPosition ] { + + - Parameters [0] { + } + } + + Method [ public method isOptional ] { + + - Parameters [0] { + } + } + + Method [ public method isDefaultValueAvailable ] { + + - Parameters [0] { + } + } + + Method [ public method getDefaultValue ] { + + - Parameters [0] { + } + } + + Method [ public method isDefaultValueConstant ] { + + - Parameters [0] { + } + } + + Method [ public method getDefaultValueConstantName ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionMethod extends ReflectionFunctionAbstract implements Reflector ] { + + - Constants [6] { + Constant [ integer IS_STATIC ] { 1 } + Constant [ integer IS_PUBLIC ] { 256 } + Constant [ integer IS_PROTECTED ] { 512 } + Constant [ integer IS_PRIVATE ] { 1024 } + Constant [ integer IS_ABSTRACT ] { 2 } + Constant [ integer IS_FINAL ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [3] { + Parameter #0 [ $class ] + Parameter #1 [ $name ] + Parameter #2 [ $return ] + } + } + } + + - Properties [2] { + Property [ public $name ] + Property [ public $class ] + } + + - Methods [39] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $class_or_method ] + Parameter #1 [ $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method isPublic ] { + + - Parameters [0] { + } + } + + Method [ public method isPrivate ] { + + - Parameters [0] { + } + } + + Method [ public method isProtected ] { + + - Parameters [0] { + } + } + + Method [ public method isAbstract ] { + + - Parameters [0] { + } + } + + Method [ public method isFinal ] { + + - Parameters [0] { + } + } + + Method [ public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ public method isConstructor ] { + + - Parameters [0] { + } + } + + Method [ public method isDestructor ] { + + - Parameters [0] { + } + } + + Method [ public method getClosure ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method getModifiers ] { + + - Parameters [0] { + } + } + + Method [ public method invoke ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $args ] + } + } + + Method [ public method invokeArgs ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ array $args ] + } + } + + Method [ public method getDeclaringClass ] { + + - Parameters [0] { + } + } + + Method [ public method getPrototype ] { + + - Parameters [0] { + } + } + + Method [ public method setAccessible ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method inNamespace ] { + + - Parameters [0] { + } + } + + Method [ public method isClosure ] { + + - Parameters [0] { + } + } + + Method [ public method isDeprecated ] { + + - Parameters [0] { + } + } + + Method [ public method isInternal ] { + + - Parameters [0] { + } + } + + Method [ public method isUserDefined ] { + + - Parameters [0] { + } + } + + Method [ public method isGenerator ] { + + - Parameters [0] { + } + } + + Method [ public method getClosureThis ] { + + - Parameters [0] { + } + } + + Method [ public method getClosureScopeClass ] { + + - Parameters [0] { + } + } + + Method [ public method getDocComment ] { + + - Parameters [0] { + } + } + + Method [ public method getEndLine ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getExtensionName ] { + + - Parameters [0] { + } + } + + Method [ public method getFileName ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + } + + Method [ public method getNumberOfParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getNumberOfRequiredParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getParameters ] { + + - Parameters [0] { + } + } + + Method [ public method getShortName ] { + + - Parameters [0] { + } + } + + Method [ public method getStartLine ] { + + - Parameters [0] { + } + } + + Method [ public method getStaticVariables ] { + + - Parameters [0] { + } + } + + Method [ public method returnsReference ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionClass implements Reflector ] { + + - Constants [3] { + Constant [ integer IS_IMPLICIT_ABSTRACT ] { 16 } + Constant [ integer IS_EXPLICIT_ABSTRACT ] { 32 } + Constant [ integer IS_FINAL ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [2] { + Parameter #0 [ $argument ] + Parameter #1 [ $return ] + } + } + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [49] { + Method [ final private method __clone ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $argument ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method isInternal ] { + + - Parameters [0] { + } + } + + Method [ public method isUserDefined ] { + + - Parameters [0] { + } + } + + Method [ public method isInstantiable ] { + + - Parameters [0] { + } + } + + Method [ public method isCloneable ] { + + - Parameters [0] { + } + } + + Method [ public method getFileName ] { + + - Parameters [0] { + } + } + + Method [ public method getStartLine ] { + + - Parameters [0] { + } + } + + Method [ public method getEndLine ] { + + - Parameters [0] { + } + } + + Method [ public method getDocComment ] { + + - Parameters [0] { + } + } + + Method [ public method getConstructor ] { + + - Parameters [0] { + } + } + + Method [ public method hasMethod ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getMethod ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + } + + Method [ public method hasProperty ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getProperty ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + } + + Method [ public method hasConstant ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getConstants ] { + + - Parameters [0] { + } + } + + Method [ public method getConstant ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getInterfaces ] { + + - Parameters [0] { + } + } + + Method [ public method getInterfaceNames ] { + + - Parameters [0] { + } + } + + Method [ public method isInterface ] { + + - Parameters [0] { + } + } + + Method [ public method getTraits ] { + + - Parameters [0] { + } + } + + Method [ public method getTraitNames ] { + + - Parameters [0] { + } + } + + Method [ public method getTraitAliases ] { + + - Parameters [0] { + } + } + + Method [ public method isTrait ] { + + - Parameters [0] { + } + } + + Method [ public method isAbstract ] { + + - Parameters [0] { + } + } + + Method [ public method isFinal ] { + + - Parameters [0] { + } + } + + Method [ public method getModifiers ] { + + - Parameters [0] { + } + } + + Method [ public method isInstance ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ $args ] + } + } + + Method [ public method newInstanceWithoutConstructor ] { + + - Parameters [0] { + } + } + + Method [ public method newInstanceArgs ] { + + - Parameters [1] { + Parameter #0 [ array $args ] + } + } + + Method [ public method getParentClass ] { + + - Parameters [0] { + } + } + + Method [ public method isSubclassOf ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } + + Method [ public method getStaticProperties ] { + + - Parameters [0] { + } + } + + Method [ public method getStaticPropertyValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method setStaticPropertyValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method getDefaultProperties ] { + + - Parameters [0] { + } + } + + Method [ public method isIterateable ] { + + - Parameters [0] { + } + } + + Method [ public method implementsInterface ] { + + - Parameters [1] { + Parameter #0 [ $interface ] + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getExtensionName ] { + + - Parameters [0] { + } + } + + Method [ public method inNamespace ] { + + - Parameters [0] { + } + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + } + + Method [ public method getShortName ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionObject extends ReflectionClass implements Reflector ] { + + - Constants [3] { + Constant [ integer IS_IMPLICIT_ABSTRACT ] { 16 } + Constant [ integer IS_EXPLICIT_ABSTRACT ] { 32 } + Constant [ integer IS_FINAL ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [2] { + Parameter #0 [ $argument ] + Parameter #1 [ $return ] + } + } + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [48] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $argument ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method isInternal ] { + + - Parameters [0] { + } + } + + Method [ public method isUserDefined ] { + + - Parameters [0] { + } + } + + Method [ public method isInstantiable ] { + + - Parameters [0] { + } + } + + Method [ public method isCloneable ] { + + - Parameters [0] { + } + } + + Method [ public method getFileName ] { + + - Parameters [0] { + } + } + + Method [ public method getStartLine ] { + + - Parameters [0] { + } + } + + Method [ public method getEndLine ] { + + - Parameters [0] { + } + } + + Method [ public method getDocComment ] { + + - Parameters [0] { + } + } + + Method [ public method getConstructor ] { + + - Parameters [0] { + } + } + + Method [ public method hasMethod ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getMethod ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getMethods ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + } + + Method [ public method hasProperty ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getProperty ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getProperties ] { + + - Parameters [1] { + Parameter #0 [ $filter ] + } + } + + Method [ public method hasConstant ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getConstants ] { + + - Parameters [0] { + } + } + + Method [ public method getConstant ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getInterfaces ] { + + - Parameters [0] { + } + } + + Method [ public method getInterfaceNames ] { + + - Parameters [0] { + } + } + + Method [ public method isInterface ] { + + - Parameters [0] { + } + } + + Method [ public method getTraits ] { + + - Parameters [0] { + } + } + + Method [ public method getTraitNames ] { + + - Parameters [0] { + } + } + + Method [ public method getTraitAliases ] { + + - Parameters [0] { + } + } + + Method [ public method isTrait ] { + + - Parameters [0] { + } + } + + Method [ public method isAbstract ] { + + - Parameters [0] { + } + } + + Method [ public method isFinal ] { + + - Parameters [0] { + } + } + + Method [ public method getModifiers ] { + + - Parameters [0] { + } + } + + Method [ public method isInstance ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method newInstance ] { + + - Parameters [1] { + Parameter #0 [ $args ] + } + } + + Method [ public method newInstanceWithoutConstructor ] { + + - Parameters [0] { + } + } + + Method [ public method newInstanceArgs ] { + + - Parameters [1] { + Parameter #0 [ array $args ] + } + } + + Method [ public method getParentClass ] { + + - Parameters [0] { + } + } + + Method [ public method isSubclassOf ] { + + - Parameters [1] { + Parameter #0 [ $class ] + } + } + + Method [ public method getStaticProperties ] { + + - Parameters [0] { + } + } + + Method [ public method getStaticPropertyValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $default ] + } + } + + Method [ public method setStaticPropertyValue ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method getDefaultProperties ] { + + - Parameters [0] { + } + } + + Method [ public method isIterateable ] { + + - Parameters [0] { + } + } + + Method [ public method implementsInterface ] { + + - Parameters [1] { + Parameter #0 [ $interface ] + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getExtensionName ] { + + - Parameters [0] { + } + } + + Method [ public method inNamespace ] { + + - Parameters [0] { + } + } + + Method [ public method getNamespaceName ] { + + - Parameters [0] { + } + } + + Method [ public method getShortName ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionProperty implements Reflector ] { + + - Constants [4] { + Constant [ integer IS_STATIC ] { 1 } + Constant [ integer IS_PUBLIC ] { 256 } + Constant [ integer IS_PROTECTED ] { 512 } + Constant [ integer IS_PRIVATE ] { 1024 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [3] { + Parameter #0 [ $class ] + Parameter #1 [ $name ] + Parameter #2 [ $return ] + } + } + } + + - Properties [2] { + Property [ public $name ] + Property [ public $class ] + } + + - Methods [15] { + Method [ final private method __clone ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $class ] + Parameter #1 [ $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getValue ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method setValue ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $value ] + } + } + + Method [ public method isPublic ] { + + - Parameters [0] { + } + } + + Method [ public method isPrivate ] { + + - Parameters [0] { + } + } + + Method [ public method isProtected ] { + + - Parameters [0] { + } + } + + Method [ public method isStatic ] { + + - Parameters [0] { + } + } + + Method [ public method isDefault ] { + + - Parameters [0] { + } + } + + Method [ public method getModifiers ] { + + - Parameters [0] { + } + } + + Method [ public method getDeclaringClass ] { + + - Parameters [0] { + } + } + + Method [ public method getDocComment ] { + + - Parameters [0] { + } + } + + Method [ public method setAccessible ] { + + - Parameters [1] { + Parameter #0 [ $visible ] + } + } + } + } + + Class [ class ReflectionExtension implements Reflector ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $return ] + } + } + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [14] { + Method [ final private method __clone ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + } + + Method [ public method getFunctions ] { + + - Parameters [0] { + } + } + + Method [ public method getConstants ] { + + - Parameters [0] { + } + } + + Method [ public method getINIEntries ] { + + - Parameters [0] { + } + } + + Method [ public method getClasses ] { + + - Parameters [0] { + } + } + + Method [ public method getClassNames ] { + + - Parameters [0] { + } + } + + Method [ public method getDependencies ] { + + - Parameters [0] { + } + } + + Method [ public method info ] { + + - Parameters [0] { + } + } + + Method [ public method isPersistent ] { + + - Parameters [0] { + } + } + + Method [ public method isTemporary ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ReflectionZendExtension implements Reflector ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method export ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $return ] + } + } + } + + - Properties [1] { + Property [ public $name ] + } + + - Methods [8] { + Method [ final private method __clone ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getVersion ] { + + - Parameters [0] { + } + } + + Method [ public method getAuthor ] { + + - Parameters [0] { + } + } + + Method [ public method getURL ] { + + - Parameters [0] { + } + } + + Method [ public method getCopyright ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/SPL.txt b/reflection/SPL.txt new file mode 100644 index 0000000..0e61c23 --- /dev/null +++ b/reflection/SPL.txt @@ -0,0 +1,6480 @@ +Extension [ extension #21 SPL version 0.2 ] { + + - Functions { + Function [ function spl_classes ] { + + - Parameters [0] { + } + } + Function [ function spl_autoload ] { + + - Parameters [2] { + Parameter #0 [ $class_name ] + Parameter #1 [ $file_extensions ] + } + } + Function [ function spl_autoload_extensions ] { + + - Parameters [1] { + Parameter #0 [ $file_extensions ] + } + } + Function [ function spl_autoload_register ] { + + - Parameters [1] { + Parameter #0 [ $autoload_function ] + } + } + Function [ function spl_autoload_unregister ] { + + - Parameters [1] { + Parameter #0 [ $autoload_function ] + } + } + Function [ function spl_autoload_functions ] { + + - Parameters [0] { + } + } + Function [ function spl_autoload_call ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + Function [ function class_parents ] { + + - Parameters [2] { + Parameter #0 [ $instance ] + Parameter #1 [ $autoload ] + } + } + Function [ function class_implements ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $autoload ] + } + } + Function [ function class_uses ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $autoload ] + } + } + Function [ function spl_object_hash ] { + + - Parameters [1] { + Parameter #0 [ $obj ] + } + } + Function [ function iterator_to_array ] { + + - Parameters [2] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $use_keys ] + } + } + Function [ function iterator_count ] { + + - Parameters [1] { + Parameter #0 [ Traversable $iterator ] + } + } + Function [ function iterator_apply ] { + + - Parameters [3] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $function ] + Parameter #2 [ array or NULL $args ] + } + } + } + + - Classes [56] { + Class [ class LogicException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class BadFunctionCallException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class BadMethodCallException extends BadFunctionCallException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class DomainException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class InvalidArgumentException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class LengthException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OutOfRangeException extends LogicException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class RuntimeException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OutOfBoundsException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class OverflowException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class RangeException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class UnderflowException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class UnexpectedValueException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Interface [ interface RecursiveIterator extends Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ abstract public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ abstract public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Class [ class RecursiveIteratorIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [4] { + Constant [ integer LEAVES_ONLY ] { 0 } + Constant [ integer SELF_FIRST ] { 1 } + Constant [ integer CHILD_FIRST ] { 2 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $mode ] + Parameter #2 [ $flags ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getDepth ] { + + - Parameters [0] { + } + } + + Method [ public method getSubIterator ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method beginIteration ] { + + - Parameters [0] { + } + } + + Method [ public method endIteration ] { + + - Parameters [0] { + } + } + + Method [ public method callHasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method callGetChildren ] { + + - Parameters [0] { + } + } + + Method [ public method beginChildren ] { + + - Parameters [0] { + } + } + + Method [ public method endChildren ] { + + - Parameters [0] { + } + } + + Method [ public method nextElement ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxDepth ] { + + - Parameters [1] { + Parameter #0 [ $max_depth ] + } + } + + Method [ public method getMaxDepth ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface OuterIterator extends Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Class [ class IteratorIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Traversable $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class FilterIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ abstract public method accept ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class RecursiveFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator, RecursiveIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ RecursiveIterator $iterator ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ abstract public method accept ] { + + - Parameters [0] { + } + } + } + } + + Class [ class CallbackFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $callback ] + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveCallbackFilterIterator extends CallbackFilterIterator implements OuterIterator, Traversable, Iterator, RecursiveIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ RecursiveIterator $iterator ] + Parameter #1 [ $callback ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ParentIterator extends RecursiveFilterIterator implements RecursiveIterator, OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ RecursiveIterator $iterator ] + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method count ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface SeekableIterator extends Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ abstract public method current ] { + } + + Method [ abstract public method next ] { + } + + Method [ abstract public method key ] { + } + + Method [ abstract public method valid ] { + } + + Method [ abstract public method rewind ] { + } + } + } + + Class [ class LimitIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $offset ] + Parameter #2 [ $count ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method getPosition ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class CachingIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator, ArrayAccess, Countable ] { + + - Constants [6] { + Constant [ integer CALL_TOSTRING ] { 1 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + Constant [ integer TOSTRING_USE_KEY ] { 2 } + Constant [ integer TOSTRING_USE_CURRENT ] { 4 } + Constant [ integer TOSTRING_USE_INNER ] { 8 } + Constant [ integer FULL_CACHE ] { 256 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $flags ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method hasNext ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveCachingIterator extends CachingIterator implements Countable, ArrayAccess, Iterator, Traversable, OuterIterator, RecursiveIterator ] { + + - Constants [6] { + Constant [ integer CALL_TOSTRING ] { 1 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + Constant [ integer TOSTRING_USE_KEY ] { 2 } + Constant [ integer TOSTRING_USE_CURRENT ] { 4 } + Constant [ integer TOSTRING_USE_INNER ] { 8 } + Constant [ integer FULL_CACHE ] { 256 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $flags ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method hasNext ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getCache ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class NoRewindIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class AppendIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method getIteratorIndex ] { + + - Parameters [0] { + } + } + + Method [ public method getArrayIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class InfiniteIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RegexIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] { + + - Constants [6] { + Constant [ integer USE_KEY ] { 1 } + Constant [ integer MATCH ] { 0 } + Constant [ integer GET_MATCH ] { 1 } + Constant [ integer ALL_MATCHES ] { 2 } + Constant [ integer SPLIT ] { 3 } + Constant [ integer REPLACE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $replacement ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $regex ] + Parameter #2 [ $mode ] + Parameter #3 [ $flags ] + Parameter #4 [ $preg_flags ] + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method getMode ] { + + - Parameters [0] { + } + } + + Method [ public method setMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getPregFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setPregFlags ] { + + - Parameters [1] { + Parameter #0 [ $preg_flags ] + } + } + + Method [ public method getRegex ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveRegexIterator extends RegexIterator implements OuterIterator, Traversable, Iterator, RecursiveIterator ] { + + - Constants [6] { + Constant [ integer USE_KEY ] { 1 } + Constant [ integer MATCH ] { 0 } + Constant [ integer GET_MATCH ] { 1 } + Constant [ integer ALL_MATCHES ] { 2 } + Constant [ integer SPLIT ] { 3 } + Constant [ integer REPLACE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $replacement ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ RecursiveIterator $iterator ] + Parameter #1 [ $regex ] + Parameter #2 [ $mode ] + Parameter #3 [ $flags ] + Parameter #4 [ $preg_flags ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method accept ] { + + - Parameters [0] { + } + } + + Method [ public method getMode ] { + + - Parameters [0] { + } + } + + Method [ public method setMode ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getPregFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setPregFlags ] { + + - Parameters [1] { + Parameter #0 [ $preg_flags ] + } + } + + Method [ public method getRegex ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class EmptyIterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + } + } + + Class [ class RecursiveTreeIterator extends RecursiveIteratorIterator implements OuterIterator, Traversable, Iterator ] { + + - Constants [12] { + Constant [ integer LEAVES_ONLY ] { 0 } + Constant [ integer SELF_FIRST ] { 1 } + Constant [ integer CHILD_FIRST ] { 2 } + Constant [ integer CATCH_GET_CHILD ] { 16 } + Constant [ integer BYPASS_CURRENT ] { 4 } + Constant [ integer BYPASS_KEY ] { 8 } + Constant [ integer PREFIX_LEFT ] { 0 } + Constant [ integer PREFIX_MID_HAS_NEXT ] { 1 } + Constant [ integer PREFIX_MID_LAST ] { 2 } + Constant [ integer PREFIX_END_HAS_NEXT ] { 3 } + Constant [ integer PREFIX_END_LAST ] { 4 } + Constant [ integer PREFIX_RIGHT ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ Traversable $iterator ] + Parameter #1 [ $flags ] + Parameter #2 [ $caching_it_flags ] + Parameter #3 [ $mode ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method beginIteration ] { + + - Parameters [0] { + } + } + + Method [ public method endIteration ] { + + - Parameters [0] { + } + } + + Method [ public method callHasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method callGetChildren ] { + + - Parameters [0] { + } + } + + Method [ public method beginChildren ] { + + - Parameters [0] { + } + } + + Method [ public method endChildren ] { + + - Parameters [0] { + } + } + + Method [ public method nextElement ] { + + - Parameters [0] { + } + } + + Method [ public method getPrefix ] { + + - Parameters [0] { + } + } + + Method [ public method setPrefixPart ] { + + - Parameters [2] { + Parameter #0 [ $part ] + Parameter #1 [ $value ] + } + } + + Method [ public method getEntry ] { + + - Parameters [0] { + } + } + + Method [ public method getPostfix ] { + + - Parameters [0] { + } + } + + Method [ public method getDepth ] { + + - Parameters [0] { + } + } + + Method [ public method getSubIterator ] { + + - Parameters [1] { + Parameter #0 [ $level ] + } + } + + Method [ public method getInnerIterator ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxDepth ] { + + - Parameters [1] { + Parameter #0 [ $max_depth ] + } + } + + Method [ public method getMaxDepth ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ArrayObject implements IteratorAggregate, Traversable, ArrayAccess, Serializable, Countable ] { + + - Constants [2] { + Constant [ integer STD_PROP_LIST ] { 1 } + Constant [ integer ARRAY_AS_PROPS ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [0] { + } + } + + Method [ public method ksort ] { + + - Parameters [0] { + } + } + + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { + + - Parameters [0] { + } + } + + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + } + + Method [ public method exchangeArray ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method setIteratorClass ] { + + - Parameters [1] { + Parameter #0 [ $iteratorClass ] + } + } + + Method [ public method getIteratorClass ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ArrayIterator implements Iterator, Traversable, ArrayAccess, SeekableIterator, Serializable, Countable ] { + + - Constants [2] { + Constant [ integer STD_PROP_LIST ] { 1 } + Constant [ integer ARRAY_AS_PROPS ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [0] { + } + } + + Method [ public method ksort ] { + + - Parameters [0] { + } + } + + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { + + - Parameters [0] { + } + } + + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + } + } + + Class [ class RecursiveArrayIterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator, RecursiveIterator ] { + + - Constants [1] { + Constant [ integer CHILD_ARRAYS_ONLY ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [26] { + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $array ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getArrayCopy ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [0] { + } + } + + Method [ public method ksort ] { + + - Parameters [0] { + } + } + + Method [ public method uasort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method uksort ] { + + - Parameters [1] { + Parameter #0 [ $cmp_function ] + } + } + + Method [ public method natsort ] { + + - Parameters [0] { + } + } + + Method [ public method natcasesort ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + } + } + + Class [ class SplFileInfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [30] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $file_name ] + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + } + } + + Class [ class DirectoryIterator extends SplFileInfo implements Iterator, Traversable, SeekableIterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [37] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class FilesystemIterator extends DirectoryIterator implements SeekableIterator, Traversable, Iterator ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [39] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class RecursiveDirectoryIterator extends FilesystemIterator implements Iterator, Traversable, SeekableIterator, RecursiveIterator ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [43] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ public method hasChildren ] { + + - Parameters [1] { + Parameter #0 [ $allow_links ] + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPath ] { + + - Parameters [0] { + } + } + + Method [ public method getSubPathname ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class GlobIterator extends FilesystemIterator implements Iterator, Traversable, SeekableIterator, Countable ] { + + - Constants [12] { + Constant [ integer CURRENT_MODE_MASK ] { 240 } + Constant [ integer CURRENT_AS_PATHNAME ] { 32 } + Constant [ integer CURRENT_AS_FILEINFO ] { 0 } + Constant [ integer CURRENT_AS_SELF ] { 16 } + Constant [ integer KEY_MODE_MASK ] { 3840 } + Constant [ integer KEY_AS_PATHNAME ] { 0 } + Constant [ integer FOLLOW_SYMLINKS ] { 512 } + Constant [ integer KEY_AS_FILENAME ] { 256 } + Constant [ integer NEW_CURRENT_AND_KEY ] { 256 } + Constant [ integer OTHER_MODE_MASK ] { 12288 } + Constant [ integer SKIP_DOTS ] { 4096 } + Constant [ integer UNIX_PATHS ] { 8192 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [40] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $flags ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method isDot ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class SplFileObject extends SplFileInfo implements RecursiveIterator, Traversable, Iterator, SeekableIterator ] { + + - Constants [4] { + Constant [ integer DROP_NEW_LINE ] { 1 } + Constant [ integer READ_AHEAD ] { 2 } + Constant [ integer SKIP_EMPTY ] { 4 } + Constant [ integer READ_CSV ] { 8 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [60] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $file_name ] + Parameter #1 [ $open_mode ] + Parameter #2 [ $use_include_path ] + Parameter #3 [ $context ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method eof ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method fgets ] { + + - Parameters [0] { + } + } + + Method [ public method fgetcsv ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method fputcsv ] { + + - Parameters [3] { + Parameter #0 [ $fields ] + Parameter #1 [ $delimiter ] + Parameter #2 [ $enclosure ] + } + } + + Method [ public method setCsvControl ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method getCsvControl ] { + + - Parameters [0] { + } + } + + Method [ public method flock ] { + + - Parameters [2] { + Parameter #0 [ $operation ] + Parameter #1 [ &$wouldblock ] + } + } + + Method [ public method fflush ] { + + - Parameters [0] { + } + } + + Method [ public method ftell ] { + + - Parameters [0] { + } + } + + Method [ public method fseek ] { + + - Parameters [2] { + Parameter #0 [ $pos ] + Parameter #1 [ $whence ] + } + } + + Method [ public method fgetc ] { + + - Parameters [0] { + } + } + + Method [ public method fpassthru ] { + + - Parameters [0] { + } + } + + Method [ public method fgetss ] { + + - Parameters [1] { + Parameter #0 [ $allowable_tags ] + } + } + + Method [ public method fscanf ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method fwrite ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $length ] + } + } + + Method [ public method fstat ] { + + - Parameters [0] { + } + } + + Method [ public method ftruncate ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxLineLen ] { + + - Parameters [1] { + Parameter #0 [ $max_len ] + } + } + + Method [ public method getMaxLineLen ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $line_pos ] + } + } + + Method [ public method getCurrentLine ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class SplTempFileObject extends SplFileObject implements SeekableIterator, Iterator, Traversable, RecursiveIterator ] { + + - Constants [4] { + Constant [ integer DROP_NEW_LINE ] { 1 } + Constant [ integer READ_AHEAD ] { 2 } + Constant [ integer SKIP_EMPTY ] { 4 } + Constant [ integer READ_CSV ] { 8 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [60] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $max_memory ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method eof ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method fgets ] { + + - Parameters [0] { + } + } + + Method [ public method fgetcsv ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method fputcsv ] { + + - Parameters [3] { + Parameter #0 [ $fields ] + Parameter #1 [ $delimiter ] + Parameter #2 [ $enclosure ] + } + } + + Method [ public method setCsvControl ] { + + - Parameters [3] { + Parameter #0 [ $delimiter ] + Parameter #1 [ $enclosure ] + Parameter #2 [ $escape ] + } + } + + Method [ public method getCsvControl ] { + + - Parameters [0] { + } + } + + Method [ public method flock ] { + + - Parameters [2] { + Parameter #0 [ $operation ] + Parameter #1 [ &$wouldblock ] + } + } + + Method [ public method fflush ] { + + - Parameters [0] { + } + } + + Method [ public method ftell ] { + + - Parameters [0] { + } + } + + Method [ public method fseek ] { + + - Parameters [2] { + Parameter #0 [ $pos ] + Parameter #1 [ $whence ] + } + } + + Method [ public method fgetc ] { + + - Parameters [0] { + } + } + + Method [ public method fpassthru ] { + + - Parameters [0] { + } + } + + Method [ public method fgetss ] { + + - Parameters [1] { + Parameter #0 [ $allowable_tags ] + } + } + + Method [ public method fscanf ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method fwrite ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $length ] + } + } + + Method [ public method fstat ] { + + - Parameters [0] { + } + } + + Method [ public method ftruncate ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxLineLen ] { + + - Parameters [1] { + Parameter #0 [ $max_len ] + } + } + + Method [ public method getMaxLineLen ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [1] { + Parameter #0 [ $line_pos ] + } + } + + Method [ public method getCurrentLine ] { + + - Parameters [0] { + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method getPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFilename ] { + + - Parameters [0] { + } + } + + Method [ public method getExtension ] { + + - Parameters [0] { + } + } + + Method [ public method getBasename ] { + + - Parameters [1] { + Parameter #0 [ $suffix ] + } + } + + Method [ public method getPathname ] { + + - Parameters [0] { + } + } + + Method [ public method getPerms ] { + + - Parameters [0] { + } + } + + Method [ public method getInode ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method getOwner ] { + + - Parameters [0] { + } + } + + Method [ public method getGroup ] { + + - Parameters [0] { + } + } + + Method [ public method getATime ] { + + - Parameters [0] { + } + } + + Method [ public method getMTime ] { + + - Parameters [0] { + } + } + + Method [ public method getCTime ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method isWritable ] { + + - Parameters [0] { + } + } + + Method [ public method isReadable ] { + + - Parameters [0] { + } + } + + Method [ public method isExecutable ] { + + - Parameters [0] { + } + } + + Method [ public method isFile ] { + + - Parameters [0] { + } + } + + Method [ public method isDir ] { + + - Parameters [0] { + } + } + + Method [ public method isLink ] { + + - Parameters [0] { + } + } + + Method [ public method getLinkTarget ] { + + - Parameters [0] { + } + } + + Method [ public method getRealPath ] { + + - Parameters [0] { + } + } + + Method [ public method getFileInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method getPathInfo ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method openFile ] { + + - Parameters [3] { + Parameter #0 [ $open_mode ] + Parameter #1 [ $use_include_path ] + Parameter #2 [ $context ] + } + } + + Method [ public method setFileClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ public method setInfoClass ] { + + - Parameters [1] { + Parameter #0 [ $class_name ] + } + } + + Method [ final public method _bad_state_ex ] { + } + } + } + + Class [ class SplDoublyLinkedList implements Iterator, Traversable, Countable, ArrayAccess, Serializable ] { + + - Constants [4] { + Constant [ integer IT_MODE_LIFO ] { 2 } + Constant [ integer IT_MODE_FIFO ] { 0 } + Constant [ integer IT_MODE_DELETE ] { 1 } + Constant [ integer IT_MODE_KEEP ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method unshift ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method bottom ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method setIteratorMode ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getIteratorMode ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method prev ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplQueue extends SplDoublyLinkedList implements Serializable, ArrayAccess, Countable, Traversable, Iterator ] { + + - Constants [4] { + Constant [ integer IT_MODE_LIFO ] { 2 } + Constant [ integer IT_MODE_FIFO ] { 0 } + Constant [ integer IT_MODE_DELETE ] { 1 } + Constant [ integer IT_MODE_KEEP ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method enqueue ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method dequeue ] { + + - Parameters [0] { + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method unshift ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method bottom ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method setIteratorMode ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getIteratorMode ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method prev ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplStack extends SplDoublyLinkedList implements Serializable, ArrayAccess, Countable, Traversable, Iterator ] { + + - Constants [4] { + Constant [ integer IT_MODE_LIFO ] { 2 } + Constant [ integer IT_MODE_FIFO ] { 0 } + Constant [ integer IT_MODE_DELETE ] { 1 } + Constant [ integer IT_MODE_KEEP ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method shift ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method unshift ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method bottom ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method setIteratorMode ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getIteratorMode ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method prev ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + } + } + + Class [ abstract class SplHeap implements Iterator, Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + + Method [ abstract protected method compare ] { + } + } + } + + Class [ class SplMinHeap extends SplHeap implements Countable, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ protected method compare ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplMaxHeap extends SplHeap implements Countable, Traversable, Iterator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ protected method compare ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplPriorityQueue implements Iterator, Traversable, Countable ] { + + - Constants [3] { + Constant [ integer EXTR_BOTH ] { 3 } + Constant [ integer EXTR_PRIORITY ] { 2 } + Constant [ integer EXTR_DATA ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method compare ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + + Method [ public method insert ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $priority ] + } + } + + Method [ public method setExtractFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method top ] { + + - Parameters [0] { + } + } + + Method [ public method extract ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method recoverFromCorruption ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplFixedArray implements Iterator, Traversable, ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method fromArray ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $save_indexes ] + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method __wakeup ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method toArray ] { + + - Parameters [0] { + } + } + + Method [ public method getSize ] { + + - Parameters [0] { + } + } + + Method [ public method setSize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + } + } + + Interface [ interface SplObserver ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method update ] { + + - Parameters [1] { + Parameter #0 [ SplSubject $SplSubject ] + } + } + } + } + + Interface [ interface SplSubject ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ abstract public method attach ] { + + - Parameters [1] { + Parameter #0 [ SplObserver $SplObserver ] + } + } + + Method [ abstract public method detach ] { + + - Parameters [1] { + Parameter #0 [ SplObserver $SplObserver ] + } + } + + Method [ abstract public method notify ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ public method attach ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $inf ] + } + } + + Method [ public method detach ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method contains ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method addAll ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method removeAll ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method removeAllExcept ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method getInfo ] { + + - Parameters [0] { + } + } + + Method [ public method setInfo ] { + + - Parameters [1] { + Parameter #0 [ $info ] + } + } + + Method [ public method getHash ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } + } + + Method [ public method serialize ] { + + - Parameters [0] { + } + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $inf ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + } + } + + Class [ class MultipleIterator implements Iterator, Traversable ] { + + - Constants [4] { + Constant [ integer MIT_NEED_ANY ] { 0 } + Constant [ integer MIT_NEED_ALL ] { 1 } + Constant [ integer MIT_KEYS_NUMERIC ] { 0 } + Constant [ integer MIT_KEYS_ASSOC ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method getFlags ] { + + - Parameters [0] { + } + } + + Method [ public method setFlags ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method attachIterator ] { + + - Parameters [2] { + Parameter #0 [ Iterator $iterator ] + Parameter #1 [ $infos ] + } + } + + Method [ public method detachIterator ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method containsIterator ] { + + - Parameters [1] { + Parameter #0 [ Iterator $iterator ] + } + } + + Method [ public method countIterators ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/SimpleXML.txt b/reflection/SimpleXML.txt new file mode 100644 index 0000000..54fa1b6 --- /dev/null +++ b/reflection/SimpleXML.txt @@ -0,0 +1,330 @@ +Extension [ extension #24 SimpleXML version 0.1 ] { + + - Dependencies { + Dependency [ libxml (Required) ] + Dependency [ spl (Required) ] + } + + - Functions { + Function [ function simplexml_load_file ] { + + - Parameters [5] { + Parameter #0 [ $filename ] + Parameter #1 [ $class_name ] + Parameter #2 [ $options ] + Parameter #3 [ $ns ] + Parameter #4 [ $is_prefix ] + } + } + Function [ function simplexml_load_string ] { + + - Parameters [5] { + Parameter #0 [ $data ] + Parameter #1 [ $class_name ] + Parameter #2 [ $options ] + Parameter #3 [ $ns ] + Parameter #4 [ $is_prefix ] + } + } + Function [ function simplexml_import_dom ] { + + - Parameters [2] { + Parameter #0 [ $node ] + Parameter #1 [ $class_name ] + } + } + } + + - Classes [2] { + Class [ class SimpleXMLElement implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [14] { + Method [ final public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $data ] + Parameter #1 [ $options ] + Parameter #2 [ $data_is_url ] + Parameter #3 [ $ns ] + Parameter #4 [ $is_prefix ] + } + } + + Method [ public method asXML ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method saveXML ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method xpath ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method registerXPathNamespace ] { + + - Parameters [2] { + Parameter #0 [ $prefix ] + Parameter #1 [ $ns ] + } + } + + Method [ public method attributes ] { + + - Parameters [2] { + Parameter #0 [ $ns ] + Parameter #1 [ $is_prefix ] + } + } + + Method [ public method children ] { + + - Parameters [2] { + Parameter #0 [ $ns ] + Parameter #1 [ $is_prefix ] + } + } + + Method [ public method getNamespaces ] { + + - Parameters [1] { + Parameter #0 [ $recursve ] + } + } + + Method [ public method getDocNamespaces ] { + + - Parameters [2] { + Parameter #0 [ $recursve ] + Parameter #1 [ $from_root ] + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method addChild ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $ns ] + } + } + + Method [ public method addAttribute ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $ns ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SimpleXMLIterator extends SimpleXMLElement implements Traversable, RecursiveIterator, Iterator, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [21] { + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method hasChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getChildren ] { + + - Parameters [0] { + } + } + + Method [ final public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $data ] + Parameter #1 [ $options ] + Parameter #2 [ $data_is_url ] + Parameter #3 [ $ns ] + Parameter #4 [ $is_prefix ] + } + } + + Method [ public method asXML ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method saveXML ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method xpath ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + + Method [ public method registerXPathNamespace ] { + + - Parameters [2] { + Parameter #0 [ $prefix ] + Parameter #1 [ $ns ] + } + } + + Method [ public method attributes ] { + + - Parameters [2] { + Parameter #0 [ $ns ] + Parameter #1 [ $is_prefix ] + } + } + + Method [ public method children ] { + + - Parameters [2] { + Parameter #0 [ $ns ] + Parameter #1 [ $is_prefix ] + } + } + + Method [ public method getNamespaces ] { + + - Parameters [1] { + Parameter #0 [ $recursve ] + } + } + + Method [ public method getDocNamespaces ] { + + - Parameters [2] { + Parameter #0 [ $recursve ] + Parameter #1 [ $from_root ] + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method addChild ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $ns ] + } + } + + Method [ public method addAttribute ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $ns ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/bcmath.txt b/reflection/bcmath.txt new file mode 100644 index 0000000..aa20c41 --- /dev/null +++ b/reflection/bcmath.txt @@ -0,0 +1,89 @@ +Extension [ extension #31 bcmath version ] { + + - INI { + Entry [ bcmath.scale ] + Current = '0' + } + } + + - Functions { + Function [ function bcadd ] { + + - Parameters [3] { + Parameter #0 [ $left_operand ] + Parameter #1 [ $right_operand ] + Parameter #2 [ $scale ] + } + } + Function [ function bcsub ] { + + - Parameters [3] { + Parameter #0 [ $left_operand ] + Parameter #1 [ $right_operand ] + Parameter #2 [ $scale ] + } + } + Function [ function bcmul ] { + + - Parameters [3] { + Parameter #0 [ $left_operand ] + Parameter #1 [ $right_operand ] + Parameter #2 [ $scale ] + } + } + Function [ function bcdiv ] { + + - Parameters [3] { + Parameter #0 [ $left_operand ] + Parameter #1 [ $right_operand ] + Parameter #2 [ $scale ] + } + } + Function [ function bcmod ] { + + - Parameters [2] { + Parameter #0 [ $left_operand ] + Parameter #1 [ $right_operand ] + } + } + Function [ function bcpow ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $scale ] + } + } + Function [ function bcsqrt ] { + + - Parameters [2] { + Parameter #0 [ $operand ] + Parameter #1 [ $scale ] + } + } + Function [ function bcscale ] { + + - Parameters [1] { + Parameter #0 [ $scale ] + } + } + Function [ function bccomp ] { + + - Parameters [3] { + Parameter #0 [ $left_operand ] + Parameter #1 [ $right_operand ] + Parameter #2 [ $scale ] + } + } + Function [ function bcpowmod ] { + + - Parameters [4] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $mod ] + Parameter #3 [ $scale ] + } + } + } +} + diff --git a/reflection/bz2.txt b/reflection/bz2.txt new file mode 100644 index 0000000..60d5280 --- /dev/null +++ b/reflection/bz2.txt @@ -0,0 +1,73 @@ +Extension [ extension #8 bz2 version ] { + + - Functions { + Function [ function bzopen ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $mode ] + } + } + Function [ function bzread ] { + + - Parameters [2] { + Parameter #0 [ $bz ] + Parameter #1 [ $length ] + } + } + Function [ function bzwrite ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $str ] + Parameter #2 [ $length ] + } + } + Function [ function bzflush ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function bzclose ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function bzerrno ] { + + - Parameters [1] { + Parameter #0 [ $bz ] + } + } + Function [ function bzerrstr ] { + + - Parameters [1] { + Parameter #0 [ $bz ] + } + } + Function [ function bzerror ] { + + - Parameters [1] { + Parameter #0 [ $bz ] + } + } + Function [ function bzcompress ] { + + - Parameters [3] { + Parameter #0 [ $source ] + Parameter #1 [ $blocksize ] + Parameter #2 [ $workfactor ] + } + } + Function [ function bzdecompress ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ $small ] + } + } + } +} + diff --git a/reflection/calendar.txt b/reflection/calendar.txt new file mode 100644 index 0000000..b1c8c72 --- /dev/null +++ b/reflection/calendar.txt @@ -0,0 +1,157 @@ +Extension [ extension #9 calendar version ] { + + - Constants [21] { + Constant [ integer CAL_GREGORIAN ] { 0 } + Constant [ integer CAL_JULIAN ] { 1 } + Constant [ integer CAL_JEWISH ] { 2 } + Constant [ integer CAL_FRENCH ] { 3 } + Constant [ integer CAL_NUM_CALS ] { 4 } + Constant [ integer CAL_DOW_DAYNO ] { 0 } + Constant [ integer CAL_DOW_SHORT ] { 1 } + Constant [ integer CAL_DOW_LONG ] { 2 } + Constant [ integer CAL_MONTH_GREGORIAN_SHORT ] { 0 } + Constant [ integer CAL_MONTH_GREGORIAN_LONG ] { 1 } + Constant [ integer CAL_MONTH_JULIAN_SHORT ] { 2 } + Constant [ integer CAL_MONTH_JULIAN_LONG ] { 3 } + Constant [ integer CAL_MONTH_JEWISH ] { 4 } + Constant [ integer CAL_MONTH_FRENCH ] { 5 } + Constant [ integer CAL_EASTER_DEFAULT ] { 0 } + Constant [ integer CAL_EASTER_ROMAN ] { 1 } + Constant [ integer CAL_EASTER_ALWAYS_GREGORIAN ] { 2 } + Constant [ integer CAL_EASTER_ALWAYS_JULIAN ] { 3 } + Constant [ integer CAL_JEWISH_ADD_ALAFIM_GERESH ] { 2 } + Constant [ integer CAL_JEWISH_ADD_ALAFIM ] { 4 } + Constant [ integer CAL_JEWISH_ADD_GERESHAYIM ] { 8 } + } + + - Functions { + Function [ function jdtogregorian ] { + + - Parameters [1] { + Parameter #0 [ $juliandaycount ] + } + } + Function [ function gregoriantojd ] { + + - Parameters [3] { + Parameter #0 [ $month ] + Parameter #1 [ $day ] + Parameter #2 [ $year ] + } + } + Function [ function jdtojulian ] { + + - Parameters [1] { + Parameter #0 [ $juliandaycount ] + } + } + Function [ function juliantojd ] { + + - Parameters [3] { + Parameter #0 [ $month ] + Parameter #1 [ $day ] + Parameter #2 [ $year ] + } + } + Function [ function jdtojewish ] { + + - Parameters [3] { + Parameter #0 [ $juliandaycount ] + Parameter #1 [ $hebrew ] + Parameter #2 [ $fl ] + } + } + Function [ function jewishtojd ] { + + - Parameters [3] { + Parameter #0 [ $month ] + Parameter #1 [ $day ] + Parameter #2 [ $year ] + } + } + Function [ function jdtofrench ] { + + - Parameters [1] { + Parameter #0 [ $juliandaycount ] + } + } + Function [ function frenchtojd ] { + + - Parameters [3] { + Parameter #0 [ $month ] + Parameter #1 [ $day ] + Parameter #2 [ $year ] + } + } + Function [ function jddayofweek ] { + + - Parameters [2] { + Parameter #0 [ $juliandaycount ] + Parameter #1 [ $mode ] + } + } + Function [ function jdmonthname ] { + + - Parameters [2] { + Parameter #0 [ $juliandaycount ] + Parameter #1 [ $mode ] + } + } + Function [ function easter_date ] { + + - Parameters [1] { + Parameter #0 [ $year ] + } + } + Function [ function easter_days ] { + + - Parameters [2] { + Parameter #0 [ $year ] + Parameter #1 [ $method ] + } + } + Function [ function unixtojd ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + } + Function [ function jdtounix ] { + + - Parameters [1] { + Parameter #0 [ $jday ] + } + } + Function [ function cal_to_jd ] { + + - Parameters [4] { + Parameter #0 [ $calendar ] + Parameter #1 [ $month ] + Parameter #2 [ $day ] + Parameter #3 [ $year ] + } + } + Function [ function cal_from_jd ] { + + - Parameters [2] { + Parameter #0 [ $jd ] + Parameter #1 [ $calendar ] + } + } + Function [ function cal_days_in_month ] { + + - Parameters [3] { + Parameter #0 [ $calendar ] + Parameter #1 [ $month ] + Parameter #2 [ $year ] + } + } + Function [ function cal_info ] { + + - Parameters [1] { + Parameter #0 [ $calendar ] + } + } + } +} + diff --git a/reflection/ctype.txt b/reflection/ctype.txt new file mode 100644 index 0000000..48730cd --- /dev/null +++ b/reflection/ctype.txt @@ -0,0 +1,72 @@ +Extension [ extension #10 ctype version ] { + + - Functions { + Function [ function ctype_alnum ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_alpha ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_cntrl ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_digit ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_lower ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_graph ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_print ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_punct ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_space ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_upper ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function ctype_xdigit ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + } +} + diff --git a/reflection/curl.txt b/reflection/curl.txt new file mode 100644 index 0000000..b6fef6a --- /dev/null +++ b/reflection/curl.txt @@ -0,0 +1,567 @@ +Extension [ extension #32 curl version ] { + + - INI { + Entry [ curl.cainfo ] + Current = '' + } + } + + - Constants [397] { + Constant [ integer CURLOPT_AUTOREFERER ] { 58 } + Constant [ integer CURLOPT_BINARYTRANSFER ] { 19914 } + Constant [ integer CURLOPT_BUFFERSIZE ] { 98 } + Constant [ integer CURLOPT_CAINFO ] { 10065 } + Constant [ integer CURLOPT_CAPATH ] { 10097 } + Constant [ integer CURLOPT_CLOSEPOLICY ] { 72 } + Constant [ integer CURLOPT_CONNECTTIMEOUT ] { 78 } + Constant [ integer CURLOPT_COOKIE ] { 10022 } + Constant [ integer CURLOPT_COOKIEFILE ] { 10031 } + Constant [ integer CURLOPT_COOKIEJAR ] { 10082 } + Constant [ integer CURLOPT_COOKIESESSION ] { 96 } + Constant [ integer CURLOPT_CRLF ] { 27 } + Constant [ integer CURLOPT_CUSTOMREQUEST ] { 10036 } + Constant [ integer CURLOPT_DNS_CACHE_TIMEOUT ] { 92 } + Constant [ integer CURLOPT_DNS_USE_GLOBAL_CACHE ] { 91 } + Constant [ integer CURLOPT_EGDSOCKET ] { 10077 } + Constant [ integer CURLOPT_ENCODING ] { 10102 } + Constant [ integer CURLOPT_FAILONERROR ] { 45 } + Constant [ integer CURLOPT_FILE ] { 10001 } + Constant [ integer CURLOPT_FILETIME ] { 69 } + Constant [ integer CURLOPT_FOLLOWLOCATION ] { 52 } + Constant [ integer CURLOPT_FORBID_REUSE ] { 75 } + Constant [ integer CURLOPT_FRESH_CONNECT ] { 74 } + Constant [ integer CURLOPT_FTPAPPEND ] { 50 } + Constant [ integer CURLOPT_FTPLISTONLY ] { 48 } + Constant [ integer CURLOPT_FTPPORT ] { 10017 } + Constant [ integer CURLOPT_FTP_USE_EPRT ] { 106 } + Constant [ integer CURLOPT_FTP_USE_EPSV ] { 85 } + Constant [ integer CURLOPT_HEADER ] { 42 } + Constant [ integer CURLOPT_HEADERFUNCTION ] { 20079 } + Constant [ integer CURLOPT_HTTP200ALIASES ] { 10104 } + Constant [ integer CURLOPT_HTTPGET ] { 80 } + Constant [ integer CURLOPT_HTTPHEADER ] { 10023 } + Constant [ integer CURLOPT_HTTPPROXYTUNNEL ] { 61 } + Constant [ integer CURLOPT_HTTP_VERSION ] { 84 } + Constant [ integer CURLOPT_INFILE ] { 10009 } + Constant [ integer CURLOPT_INFILESIZE ] { 14 } + Constant [ integer CURLOPT_INTERFACE ] { 10062 } + Constant [ integer CURLOPT_KRB4LEVEL ] { 10063 } + Constant [ integer CURLOPT_LOW_SPEED_LIMIT ] { 19 } + Constant [ integer CURLOPT_LOW_SPEED_TIME ] { 20 } + Constant [ integer CURLOPT_MAXCONNECTS ] { 71 } + Constant [ integer CURLOPT_MAXREDIRS ] { 68 } + Constant [ integer CURLOPT_NETRC ] { 51 } + Constant [ integer CURLOPT_NOBODY ] { 44 } + Constant [ integer CURLOPT_NOPROGRESS ] { 43 } + Constant [ integer CURLOPT_NOSIGNAL ] { 99 } + Constant [ integer CURLOPT_PORT ] { 3 } + Constant [ integer CURLOPT_POST ] { 47 } + Constant [ integer CURLOPT_POSTFIELDS ] { 10015 } + Constant [ integer CURLOPT_POSTQUOTE ] { 10039 } + Constant [ integer CURLOPT_PREQUOTE ] { 10093 } + Constant [ integer CURLOPT_PRIVATE ] { 10103 } + Constant [ integer CURLOPT_PROGRESSFUNCTION ] { 20056 } + Constant [ integer CURLOPT_PROXY ] { 10004 } + Constant [ integer CURLOPT_PROXYPORT ] { 59 } + Constant [ integer CURLOPT_PROXYTYPE ] { 101 } + Constant [ integer CURLOPT_PROXYUSERPWD ] { 10006 } + Constant [ integer CURLOPT_PUT ] { 54 } + Constant [ integer CURLOPT_QUOTE ] { 10028 } + Constant [ integer CURLOPT_RANDOM_FILE ] { 10076 } + Constant [ integer CURLOPT_RANGE ] { 10007 } + Constant [ integer CURLOPT_READDATA ] { 10009 } + Constant [ integer CURLOPT_READFUNCTION ] { 20012 } + Constant [ integer CURLOPT_REFERER ] { 10016 } + Constant [ integer CURLOPT_RESUME_FROM ] { 21 } + Constant [ integer CURLOPT_RETURNTRANSFER ] { 19913 } + Constant [ integer CURLOPT_SHARE ] { 10100 } + Constant [ integer CURLOPT_SSLCERT ] { 10025 } + Constant [ integer CURLOPT_SSLCERTPASSWD ] { 10026 } + Constant [ integer CURLOPT_SSLCERTTYPE ] { 10086 } + Constant [ integer CURLOPT_SSLENGINE ] { 10089 } + Constant [ integer CURLOPT_SSLENGINE_DEFAULT ] { 90 } + Constant [ integer CURLOPT_SSLKEY ] { 10087 } + Constant [ integer CURLOPT_SSLKEYPASSWD ] { 10026 } + Constant [ integer CURLOPT_SSLKEYTYPE ] { 10088 } + Constant [ integer CURLOPT_SSLVERSION ] { 32 } + Constant [ integer CURLOPT_SSL_CIPHER_LIST ] { 10083 } + Constant [ integer CURLOPT_SSL_VERIFYHOST ] { 81 } + Constant [ integer CURLOPT_SSL_VERIFYPEER ] { 64 } + Constant [ integer CURLOPT_STDERR ] { 10037 } + Constant [ integer CURLOPT_TIMECONDITION ] { 33 } + Constant [ integer CURLOPT_TIMEOUT ] { 13 } + Constant [ integer CURLOPT_TIMEVALUE ] { 34 } + Constant [ integer CURLOPT_TRANSFERTEXT ] { 53 } + Constant [ integer CURLOPT_UNRESTRICTED_AUTH ] { 105 } + Constant [ integer CURLOPT_UPLOAD ] { 46 } + Constant [ integer CURLOPT_URL ] { 10002 } + Constant [ integer CURLOPT_USERAGENT ] { 10018 } + Constant [ integer CURLOPT_USERPWD ] { 10005 } + Constant [ integer CURLOPT_VERBOSE ] { 41 } + Constant [ integer CURLOPT_WRITEFUNCTION ] { 20011 } + Constant [ integer CURLOPT_WRITEHEADER ] { 10029 } + Constant [ integer CURLCLOSEPOLICY_CALLBACK ] { 5 } + Constant [ integer CURLCLOSEPOLICY_LEAST_RECENTLY_USED ] { 2 } + Constant [ integer CURLCLOSEPOLICY_LEAST_TRAFFIC ] { 3 } + Constant [ integer CURLCLOSEPOLICY_OLDEST ] { 1 } + Constant [ integer CURLCLOSEPOLICY_SLOWEST ] { 4 } + Constant [ integer CURLE_ABORTED_BY_CALLBACK ] { 42 } + Constant [ integer CURLE_BAD_CALLING_ORDER ] { 44 } + Constant [ integer CURLE_BAD_CONTENT_ENCODING ] { 61 } + Constant [ integer CURLE_BAD_DOWNLOAD_RESUME ] { 36 } + Constant [ integer CURLE_BAD_FUNCTION_ARGUMENT ] { 43 } + Constant [ integer CURLE_BAD_PASSWORD_ENTERED ] { 46 } + Constant [ integer CURLE_COULDNT_CONNECT ] { 7 } + Constant [ integer CURLE_COULDNT_RESOLVE_HOST ] { 6 } + Constant [ integer CURLE_COULDNT_RESOLVE_PROXY ] { 5 } + Constant [ integer CURLE_FAILED_INIT ] { 2 } + Constant [ integer CURLE_FILE_COULDNT_READ_FILE ] { 37 } + Constant [ integer CURLE_FTP_ACCESS_DENIED ] { 9 } + Constant [ integer CURLE_FTP_BAD_DOWNLOAD_RESUME ] { 36 } + Constant [ integer CURLE_FTP_CANT_GET_HOST ] { 15 } + Constant [ integer CURLE_FTP_CANT_RECONNECT ] { 16 } + Constant [ integer CURLE_FTP_COULDNT_GET_SIZE ] { 32 } + Constant [ integer CURLE_FTP_COULDNT_RETR_FILE ] { 19 } + Constant [ integer CURLE_FTP_COULDNT_SET_ASCII ] { 29 } + Constant [ integer CURLE_FTP_COULDNT_SET_BINARY ] { 17 } + Constant [ integer CURLE_FTP_COULDNT_STOR_FILE ] { 25 } + Constant [ integer CURLE_FTP_COULDNT_USE_REST ] { 31 } + Constant [ integer CURLE_FTP_PORT_FAILED ] { 30 } + Constant [ integer CURLE_FTP_QUOTE_ERROR ] { 21 } + Constant [ integer CURLE_FTP_USER_PASSWORD_INCORRECT ] { 10 } + Constant [ integer CURLE_FTP_WEIRD_227_FORMAT ] { 14 } + Constant [ integer CURLE_FTP_WEIRD_PASS_REPLY ] { 11 } + Constant [ integer CURLE_FTP_WEIRD_PASV_REPLY ] { 13 } + Constant [ integer CURLE_FTP_WEIRD_SERVER_REPLY ] { 8 } + Constant [ integer CURLE_FTP_WEIRD_USER_REPLY ] { 12 } + Constant [ integer CURLE_FTP_WRITE_ERROR ] { 20 } + Constant [ integer CURLE_FUNCTION_NOT_FOUND ] { 41 } + Constant [ integer CURLE_GOT_NOTHING ] { 52 } + Constant [ integer CURLE_HTTP_NOT_FOUND ] { 22 } + Constant [ integer CURLE_HTTP_PORT_FAILED ] { 45 } + Constant [ integer CURLE_HTTP_POST_ERROR ] { 34 } + Constant [ integer CURLE_HTTP_RANGE_ERROR ] { 33 } + Constant [ integer CURLE_HTTP_RETURNED_ERROR ] { 22 } + Constant [ integer CURLE_LDAP_CANNOT_BIND ] { 38 } + Constant [ integer CURLE_LDAP_SEARCH_FAILED ] { 39 } + Constant [ integer CURLE_LIBRARY_NOT_FOUND ] { 40 } + Constant [ integer CURLE_MALFORMAT_USER ] { 24 } + Constant [ integer CURLE_OBSOLETE ] { 50 } + Constant [ integer CURLE_OK ] { 0 } + Constant [ integer CURLE_OPERATION_TIMEDOUT ] { 28 } + Constant [ integer CURLE_OPERATION_TIMEOUTED ] { 28 } + Constant [ integer CURLE_OUT_OF_MEMORY ] { 27 } + Constant [ integer CURLE_PARTIAL_FILE ] { 18 } + Constant [ integer CURLE_READ_ERROR ] { 26 } + Constant [ integer CURLE_RECV_ERROR ] { 56 } + Constant [ integer CURLE_SEND_ERROR ] { 55 } + Constant [ integer CURLE_SHARE_IN_USE ] { 57 } + Constant [ integer CURLE_SSL_CACERT ] { 60 } + Constant [ integer CURLE_SSL_CERTPROBLEM ] { 58 } + Constant [ integer CURLE_SSL_CIPHER ] { 59 } + Constant [ integer CURLE_SSL_CONNECT_ERROR ] { 35 } + Constant [ integer CURLE_SSL_ENGINE_NOTFOUND ] { 53 } + Constant [ integer CURLE_SSL_ENGINE_SETFAILED ] { 54 } + Constant [ integer CURLE_SSL_PEER_CERTIFICATE ] { 51 } + Constant [ integer CURLE_TELNET_OPTION_SYNTAX ] { 49 } + Constant [ integer CURLE_TOO_MANY_REDIRECTS ] { 47 } + Constant [ integer CURLE_UNKNOWN_TELNET_OPTION ] { 48 } + Constant [ integer CURLE_UNSUPPORTED_PROTOCOL ] { 1 } + Constant [ integer CURLE_URL_MALFORMAT ] { 3 } + Constant [ integer CURLE_URL_MALFORMAT_USER ] { 4 } + Constant [ integer CURLE_WRITE_ERROR ] { 23 } + Constant [ integer CURLINFO_CONNECT_TIME ] { 3145733 } + Constant [ integer CURLINFO_CONTENT_LENGTH_DOWNLOAD ] { 3145743 } + Constant [ integer CURLINFO_CONTENT_LENGTH_UPLOAD ] { 3145744 } + Constant [ integer CURLINFO_CONTENT_TYPE ] { 1048594 } + Constant [ integer CURLINFO_EFFECTIVE_URL ] { 1048577 } + Constant [ integer CURLINFO_FILETIME ] { 2097166 } + Constant [ integer CURLINFO_HEADER_OUT ] { 2 } + Constant [ integer CURLINFO_HEADER_SIZE ] { 2097163 } + Constant [ integer CURLINFO_HTTP_CODE ] { 2097154 } + Constant [ integer CURLINFO_LASTONE ] { 42 } + Constant [ integer CURLINFO_NAMELOOKUP_TIME ] { 3145732 } + Constant [ integer CURLINFO_PRETRANSFER_TIME ] { 3145734 } + Constant [ integer CURLINFO_PRIVATE ] { 1048597 } + Constant [ integer CURLINFO_REDIRECT_COUNT ] { 2097172 } + Constant [ integer CURLINFO_REDIRECT_TIME ] { 3145747 } + Constant [ integer CURLINFO_REQUEST_SIZE ] { 2097164 } + Constant [ integer CURLINFO_SIZE_DOWNLOAD ] { 3145736 } + Constant [ integer CURLINFO_SIZE_UPLOAD ] { 3145735 } + Constant [ integer CURLINFO_SPEED_DOWNLOAD ] { 3145737 } + Constant [ integer CURLINFO_SPEED_UPLOAD ] { 3145738 } + Constant [ integer CURLINFO_SSL_VERIFYRESULT ] { 2097165 } + Constant [ integer CURLINFO_STARTTRANSFER_TIME ] { 3145745 } + Constant [ integer CURLINFO_TOTAL_TIME ] { 3145731 } + Constant [ integer CURLMSG_DONE ] { 1 } + Constant [ integer CURLVERSION_NOW ] { 3 } + Constant [ integer CURLM_BAD_EASY_HANDLE ] { 2 } + Constant [ integer CURLM_BAD_HANDLE ] { 1 } + Constant [ integer CURLM_CALL_MULTI_PERFORM ] { -1 } + Constant [ integer CURLM_INTERNAL_ERROR ] { 4 } + Constant [ integer CURLM_OK ] { 0 } + Constant [ integer CURLM_OUT_OF_MEMORY ] { 3 } + Constant [ integer CURLPROXY_HTTP ] { 0 } + Constant [ integer CURLPROXY_SOCKS4 ] { 4 } + Constant [ integer CURLPROXY_SOCKS5 ] { 5 } + Constant [ integer CURLSHOPT_NONE ] { 0 } + Constant [ integer CURLSHOPT_SHARE ] { 1 } + Constant [ integer CURLSHOPT_UNSHARE ] { 2 } + Constant [ integer CURL_HTTP_VERSION_1_0 ] { 1 } + Constant [ integer CURL_HTTP_VERSION_1_1 ] { 2 } + Constant [ integer CURL_HTTP_VERSION_NONE ] { 0 } + Constant [ integer CURL_LOCK_DATA_COOKIE ] { 2 } + Constant [ integer CURL_LOCK_DATA_DNS ] { 3 } + Constant [ integer CURL_LOCK_DATA_SSL_SESSION ] { 4 } + Constant [ integer CURL_NETRC_IGNORED ] { 0 } + Constant [ integer CURL_NETRC_OPTIONAL ] { 1 } + Constant [ integer CURL_NETRC_REQUIRED ] { 2 } + Constant [ integer CURL_SSLVERSION_DEFAULT ] { 0 } + Constant [ integer CURL_SSLVERSION_SSLv2 ] { 2 } + Constant [ integer CURL_SSLVERSION_SSLv3 ] { 3 } + Constant [ integer CURL_SSLVERSION_TLSv1 ] { 1 } + Constant [ integer CURL_TIMECOND_IFMODSINCE ] { 1 } + Constant [ integer CURL_TIMECOND_IFUNMODSINCE ] { 2 } + Constant [ integer CURL_TIMECOND_LASTMOD ] { 3 } + Constant [ integer CURL_TIMECOND_NONE ] { 0 } + Constant [ integer CURL_VERSION_IPV6 ] { 1 } + Constant [ integer CURL_VERSION_KERBEROS4 ] { 2 } + Constant [ integer CURL_VERSION_LIBZ ] { 8 } + Constant [ integer CURL_VERSION_SSL ] { 4 } + Constant [ integer CURLOPT_HTTPAUTH ] { 107 } + Constant [ integer CURLAUTH_ANY ] { -17 } + Constant [ integer CURLAUTH_ANYSAFE ] { -18 } + Constant [ integer CURLAUTH_BASIC ] { 1 } + Constant [ integer CURLAUTH_DIGEST ] { 2 } + Constant [ integer CURLAUTH_GSSNEGOTIATE ] { 4 } + Constant [ integer CURLAUTH_NONE ] { 0 } + Constant [ integer CURLAUTH_NTLM ] { 8 } + Constant [ integer CURLINFO_HTTP_CONNECTCODE ] { 2097174 } + Constant [ integer CURLOPT_FTP_CREATE_MISSING_DIRS ] { 110 } + Constant [ integer CURLOPT_PROXYAUTH ] { 111 } + Constant [ integer CURLE_FILESIZE_EXCEEDED ] { 63 } + Constant [ integer CURLE_LDAP_INVALID_URL ] { 62 } + Constant [ integer CURLINFO_HTTPAUTH_AVAIL ] { 2097175 } + Constant [ integer CURLINFO_RESPONSE_CODE ] { 2097154 } + Constant [ integer CURLINFO_PROXYAUTH_AVAIL ] { 2097176 } + Constant [ integer CURLOPT_FTP_RESPONSE_TIMEOUT ] { 112 } + Constant [ integer CURLOPT_IPRESOLVE ] { 113 } + Constant [ integer CURLOPT_MAXFILESIZE ] { 114 } + Constant [ integer CURL_IPRESOLVE_V4 ] { 1 } + Constant [ integer CURL_IPRESOLVE_V6 ] { 2 } + Constant [ integer CURL_IPRESOLVE_WHATEVER ] { 0 } + Constant [ integer CURLE_FTP_SSL_FAILED ] { 64 } + Constant [ integer CURLFTPSSL_ALL ] { 3 } + Constant [ integer CURLFTPSSL_CONTROL ] { 2 } + Constant [ integer CURLFTPSSL_NONE ] { 0 } + Constant [ integer CURLFTPSSL_TRY ] { 1 } + Constant [ integer CURLOPT_FTP_SSL ] { 119 } + Constant [ integer CURLOPT_NETRC_FILE ] { 10118 } + Constant [ integer CURLFTPAUTH_DEFAULT ] { 0 } + Constant [ integer CURLFTPAUTH_SSL ] { 1 } + Constant [ integer CURLFTPAUTH_TLS ] { 2 } + Constant [ integer CURLOPT_FTPSSLAUTH ] { 129 } + Constant [ integer CURLOPT_FTP_ACCOUNT ] { 10134 } + Constant [ integer CURLOPT_TCP_NODELAY ] { 121 } + Constant [ integer CURLINFO_OS_ERRNO ] { 2097177 } + Constant [ integer CURLINFO_NUM_CONNECTS ] { 2097178 } + Constant [ integer CURLINFO_SSL_ENGINES ] { 4194331 } + Constant [ integer CURLINFO_COOKIELIST ] { 4194332 } + Constant [ integer CURLOPT_COOKIELIST ] { 10135 } + Constant [ integer CURLOPT_IGNORE_CONTENT_LENGTH ] { 136 } + Constant [ integer CURLOPT_FTP_SKIP_PASV_IP ] { 137 } + Constant [ integer CURLOPT_FTP_FILEMETHOD ] { 138 } + Constant [ integer CURLOPT_CONNECT_ONLY ] { 141 } + Constant [ integer CURLOPT_LOCALPORT ] { 139 } + Constant [ integer CURLOPT_LOCALPORTRANGE ] { 140 } + Constant [ integer CURLFTPMETHOD_MULTICWD ] { 1 } + Constant [ integer CURLFTPMETHOD_NOCWD ] { 2 } + Constant [ integer CURLFTPMETHOD_SINGLECWD ] { 3 } + Constant [ integer CURLINFO_FTP_ENTRY_PATH ] { 1048606 } + Constant [ integer CURLOPT_FTP_ALTERNATIVE_TO_USER ] { 10147 } + Constant [ integer CURLOPT_MAX_RECV_SPEED_LARGE ] { 30146 } + Constant [ integer CURLOPT_MAX_SEND_SPEED_LARGE ] { 30145 } + Constant [ integer CURLOPT_SSL_SESSIONID_CACHE ] { 150 } + Constant [ integer CURLE_SSH ] { 79 } + Constant [ integer CURLOPT_FTP_SSL_CCC ] { 154 } + Constant [ integer CURLOPT_SSH_AUTH_TYPES ] { 151 } + Constant [ integer CURLOPT_SSH_PRIVATE_KEYFILE ] { 10153 } + Constant [ integer CURLOPT_SSH_PUBLIC_KEYFILE ] { 10152 } + Constant [ integer CURLFTPSSL_CCC_ACTIVE ] { 2 } + Constant [ integer CURLFTPSSL_CCC_NONE ] { 0 } + Constant [ integer CURLFTPSSL_CCC_PASSIVE ] { 1 } + Constant [ integer CURLOPT_CONNECTTIMEOUT_MS ] { 156 } + Constant [ integer CURLOPT_HTTP_CONTENT_DECODING ] { 158 } + Constant [ integer CURLOPT_HTTP_TRANSFER_DECODING ] { 157 } + Constant [ integer CURLOPT_TIMEOUT_MS ] { 155 } + Constant [ integer CURLOPT_KRBLEVEL ] { 10063 } + Constant [ integer CURLOPT_NEW_DIRECTORY_PERMS ] { 160 } + Constant [ integer CURLOPT_NEW_FILE_PERMS ] { 159 } + Constant [ integer CURLOPT_APPEND ] { 50 } + Constant [ integer CURLOPT_DIRLISTONLY ] { 48 } + Constant [ integer CURLOPT_USE_SSL ] { 119 } + Constant [ integer CURLUSESSL_ALL ] { 3 } + Constant [ integer CURLUSESSL_CONTROL ] { 2 } + Constant [ integer CURLUSESSL_NONE ] { 0 } + Constant [ integer CURLUSESSL_TRY ] { 1 } + Constant [ integer CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 ] { 10162 } + Constant [ integer CURLOPT_PROXY_TRANSFER_MODE ] { 166 } + Constant [ integer CURLINFO_REDIRECT_URL ] { 1048607 } + Constant [ integer CURLINFO_APPCONNECT_TIME ] { 3145761 } + Constant [ integer CURLINFO_PRIMARY_IP ] { 1048608 } + Constant [ integer CURLOPT_ADDRESS_SCOPE ] { 171 } + Constant [ integer CURLOPT_CRLFILE ] { 10169 } + Constant [ integer CURLOPT_ISSUERCERT ] { 10170 } + Constant [ integer CURLOPT_KEYPASSWD ] { 10026 } + Constant [ integer CURLSSH_AUTH_ANY ] { -1 } + Constant [ integer CURLSSH_AUTH_DEFAULT ] { -1 } + Constant [ integer CURLSSH_AUTH_HOST ] { 4 } + Constant [ integer CURLSSH_AUTH_KEYBOARD ] { 8 } + Constant [ integer CURLSSH_AUTH_NONE ] { 0 } + Constant [ integer CURLSSH_AUTH_PASSWORD ] { 2 } + Constant [ integer CURLSSH_AUTH_PUBLICKEY ] { 1 } + Constant [ integer CURLINFO_CERTINFO ] { 4194338 } + Constant [ integer CURLOPT_CERTINFO ] { 172 } + Constant [ integer CURLOPT_PASSWORD ] { 10174 } + Constant [ integer CURLOPT_POSTREDIR ] { 161 } + Constant [ integer CURLOPT_PROXYPASSWORD ] { 10176 } + Constant [ integer CURLOPT_PROXYUSERNAME ] { 10175 } + Constant [ integer CURLOPT_USERNAME ] { 10173 } + Constant [ integer CURLAUTH_DIGEST_IE ] { 16 } + Constant [ integer CURLINFO_CONDITION_UNMET ] { 2097187 } + Constant [ integer CURLOPT_NOPROXY ] { 10177 } + Constant [ integer CURLOPT_PROTOCOLS ] { 181 } + Constant [ integer CURLOPT_REDIR_PROTOCOLS ] { 182 } + Constant [ integer CURLOPT_SOCKS5_GSSAPI_NEC ] { 180 } + Constant [ integer CURLOPT_SOCKS5_GSSAPI_SERVICE ] { 10179 } + Constant [ integer CURLOPT_TFTP_BLKSIZE ] { 178 } + Constant [ integer CURLPROTO_ALL ] { -1 } + Constant [ integer CURLPROTO_DICT ] { 512 } + Constant [ integer CURLPROTO_FILE ] { 1024 } + Constant [ integer CURLPROTO_FTP ] { 4 } + Constant [ integer CURLPROTO_FTPS ] { 8 } + Constant [ integer CURLPROTO_HTTP ] { 1 } + Constant [ integer CURLPROTO_HTTPS ] { 2 } + Constant [ integer CURLPROTO_LDAP ] { 128 } + Constant [ integer CURLPROTO_LDAPS ] { 256 } + Constant [ integer CURLPROTO_SCP ] { 16 } + Constant [ integer CURLPROTO_SFTP ] { 32 } + Constant [ integer CURLPROTO_TELNET ] { 64 } + Constant [ integer CURLPROTO_TFTP ] { 2048 } + Constant [ integer CURLOPT_SSH_KNOWNHOSTS ] { 10183 } + Constant [ integer CURLINFO_RTSP_CLIENT_CSEQ ] { 2097189 } + Constant [ integer CURLINFO_RTSP_CSEQ_RECV ] { 2097191 } + Constant [ integer CURLINFO_RTSP_SERVER_CSEQ ] { 2097190 } + Constant [ integer CURLINFO_RTSP_SESSION_ID ] { 1048612 } + Constant [ integer CURLOPT_FTP_USE_PRET ] { 188 } + Constant [ integer CURLOPT_MAIL_FROM ] { 10186 } + Constant [ integer CURLOPT_MAIL_RCPT ] { 10187 } + Constant [ integer CURLOPT_RTSP_CLIENT_CSEQ ] { 193 } + Constant [ integer CURLOPT_RTSP_REQUEST ] { 189 } + Constant [ integer CURLOPT_RTSP_SERVER_CSEQ ] { 194 } + Constant [ integer CURLOPT_RTSP_SESSION_ID ] { 10190 } + Constant [ integer CURLOPT_RTSP_STREAM_URI ] { 10191 } + Constant [ integer CURLOPT_RTSP_TRANSPORT ] { 10192 } + Constant [ integer CURLPROTO_IMAP ] { 4096 } + Constant [ integer CURLPROTO_IMAPS ] { 8192 } + Constant [ integer CURLPROTO_POP3 ] { 16384 } + Constant [ integer CURLPROTO_POP3S ] { 32768 } + Constant [ integer CURLPROTO_RTSP ] { 262144 } + Constant [ integer CURLPROTO_SMTP ] { 65536 } + Constant [ integer CURLPROTO_SMTPS ] { 131072 } + Constant [ integer CURL_RTSPREQ_ANNOUNCE ] { 3 } + Constant [ integer CURL_RTSPREQ_DESCRIBE ] { 2 } + Constant [ integer CURL_RTSPREQ_GET_PARAMETER ] { 8 } + Constant [ integer CURL_RTSPREQ_OPTIONS ] { 1 } + Constant [ integer CURL_RTSPREQ_PAUSE ] { 6 } + Constant [ integer CURL_RTSPREQ_PLAY ] { 5 } + Constant [ integer CURL_RTSPREQ_RECEIVE ] { 11 } + Constant [ integer CURL_RTSPREQ_RECORD ] { 10 } + Constant [ integer CURL_RTSPREQ_SETUP ] { 4 } + Constant [ integer CURL_RTSPREQ_SET_PARAMETER ] { 9 } + Constant [ integer CURL_RTSPREQ_TEARDOWN ] { 7 } + Constant [ integer CURLINFO_LOCAL_IP ] { 1048617 } + Constant [ integer CURLINFO_LOCAL_PORT ] { 2097194 } + Constant [ integer CURLINFO_PRIMARY_PORT ] { 2097192 } + Constant [ integer CURLOPT_FNMATCH_FUNCTION ] { 20200 } + Constant [ integer CURLOPT_WILDCARDMATCH ] { 197 } + Constant [ integer CURLPROTO_RTMP ] { 524288 } + Constant [ integer CURLPROTO_RTMPE ] { 2097152 } + Constant [ integer CURLPROTO_RTMPS ] { 8388608 } + Constant [ integer CURLPROTO_RTMPT ] { 1048576 } + Constant [ integer CURLPROTO_RTMPTE ] { 4194304 } + Constant [ integer CURLPROTO_RTMPTS ] { 16777216 } + Constant [ integer CURL_FNMATCHFUNC_FAIL ] { 2 } + Constant [ integer CURL_FNMATCHFUNC_MATCH ] { 0 } + Constant [ integer CURL_FNMATCHFUNC_NOMATCH ] { 1 } + Constant [ integer CURLPROTO_GOPHER ] { 33554432 } + Constant [ integer CURLAUTH_ONLY ] { -2147483648 } + Constant [ integer CURLOPT_RESOLVE ] { 10203 } + Constant [ integer CURLOPT_TLSAUTH_PASSWORD ] { 10205 } + Constant [ integer CURLOPT_TLSAUTH_TYPE ] { 10206 } + Constant [ integer CURLOPT_TLSAUTH_USERNAME ] { 10204 } + Constant [ integer CURL_TLSAUTH_SRP ] { 1 } + Constant [ integer CURLOPT_ACCEPT_ENCODING ] { 10102 } + Constant [ integer CURLOPT_TRANSFER_ENCODING ] { 207 } + Constant [ integer CURLOPT_DNS_SERVERS ] { 10211 } + } + + - Functions { + Function [ function curl_init ] { + + - Parameters [1] { + Parameter #0 [ $url ] + } + } + Function [ function curl_copy_handle ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_version ] { + + - Parameters [1] { + Parameter #0 [ $version ] + } + } + Function [ function curl_setopt ] { + + - Parameters [3] { + Parameter #0 [ $ch ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + Function [ function curl_setopt_array ] { + + - Parameters [2] { + Parameter #0 [ $ch ] + Parameter #1 [ array $options ] + } + } + Function [ function curl_exec ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_getinfo ] { + + - Parameters [2] { + Parameter #0 [ $ch ] + Parameter #1 [ $option ] + } + } + Function [ function curl_error ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_errno ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_close ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_reset ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_escape ] { + + - Parameters [2] { + Parameter #0 [ $ch ] + Parameter #1 [ $str ] + } + } + Function [ function curl_unescape ] { + + - Parameters [2] { + Parameter #0 [ $ch ] + Parameter #1 [ $str ] + } + } + Function [ function curl_multi_init ] { + + - Parameters [0] { + } + } + Function [ function curl_multi_add_handle ] { + + - Parameters [2] { + Parameter #0 [ $mh ] + Parameter #1 [ $ch ] + } + } + Function [ function curl_multi_remove_handle ] { + + - Parameters [2] { + Parameter #0 [ $mh ] + Parameter #1 [ $ch ] + } + } + Function [ function curl_multi_select ] { + + - Parameters [2] { + Parameter #0 [ $mh ] + Parameter #1 [ $timeout ] + } + } + Function [ function curl_multi_exec ] { + + - Parameters [2] { + Parameter #0 [ $mh ] + Parameter #1 [ &$still_running ] + } + } + Function [ function curl_multi_getcontent ] { + + - Parameters [1] { + Parameter #0 [ $ch ] + } + } + Function [ function curl_multi_info_read ] { + + - Parameters [2] { + Parameter #0 [ $mh ] + Parameter #1 [ &$msgs_in_queue ] + } + } + Function [ function curl_multi_close ] { + + - Parameters [1] { + Parameter #0 [ $mh ] + } + } + Function [ function curl_share_init ] { + + - Parameters [0] { + } + } + Function [ function curl_share_close ] { + + - Parameters [1] { + Parameter #0 [ $sh ] + } + } + Function [ function curl_share_setopt ] { + + - Parameters [3] { + Parameter #0 [ $sh ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + } +} + diff --git a/reflection/date.txt b/reflection/date.txt new file mode 100644 index 0000000..a2a5e39 --- /dev/null +++ b/reflection/date.txt @@ -0,0 +1,672 @@ +Extension [ extension #2 date version 5.5.0-dev ] { + + - INI { + Entry [ date.timezone ] + Current = 'Europe/Paris' + } + Entry [ date.default_latitude ] + Current = '31.7667' + } + Entry [ date.default_longitude ] + Current = '35.2333' + } + Entry [ date.sunset_zenith ] + Current = '90.583333' + } + Entry [ date.sunrise_zenith ] + Current = '90.583333' + } + } + + - Constants [14] { + Constant [ string DATE_ATOM ] { Y-m-d\TH:i:sP } + Constant [ string DATE_COOKIE ] { l, d-M-y H:i:s T } + Constant [ string DATE_ISO8601 ] { Y-m-d\TH:i:sO } + Constant [ string DATE_RFC822 ] { D, d M y H:i:s O } + Constant [ string DATE_RFC850 ] { l, d-M-y H:i:s T } + Constant [ string DATE_RFC1036 ] { D, d M y H:i:s O } + Constant [ string DATE_RFC1123 ] { D, d M Y H:i:s O } + Constant [ string DATE_RFC2822 ] { D, d M Y H:i:s O } + Constant [ string DATE_RFC3339 ] { Y-m-d\TH:i:sP } + Constant [ string DATE_RSS ] { D, d M Y H:i:s O } + Constant [ string DATE_W3C ] { Y-m-d\TH:i:sP } + Constant [ integer SUNFUNCS_RET_TIMESTAMP ] { 0 } + Constant [ integer SUNFUNCS_RET_STRING ] { 1 } + Constant [ integer SUNFUNCS_RET_DOUBLE ] { 2 } + } + + - Functions { + Function [ function strtotime ] { + + - Parameters [2] { + Parameter #0 [ $time ] + Parameter #1 [ $now ] + } + } + Function [ function date ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $timestamp ] + } + } + Function [ function idate ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $timestamp ] + } + } + Function [ function gmdate ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $timestamp ] + } + } + Function [ function mktime ] { + + - Parameters [6] { + Parameter #0 [ $hour ] + Parameter #1 [ $min ] + Parameter #2 [ $sec ] + Parameter #3 [ $mon ] + Parameter #4 [ $day ] + Parameter #5 [ $year ] + } + } + Function [ function gmmktime ] { + + - Parameters [6] { + Parameter #0 [ $hour ] + Parameter #1 [ $min ] + Parameter #2 [ $sec ] + Parameter #3 [ $mon ] + Parameter #4 [ $day ] + Parameter #5 [ $year ] + } + } + Function [ function checkdate ] { + + - Parameters [3] { + Parameter #0 [ $month ] + Parameter #1 [ $day ] + Parameter #2 [ $year ] + } + } + Function [ function strftime ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $timestamp ] + } + } + Function [ function gmstrftime ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $timestamp ] + } + } + Function [ function time ] { + + - Parameters [0] { + } + } + Function [ function localtime ] { + + - Parameters [2] { + Parameter #0 [ $timestamp ] + Parameter #1 [ $associative_array ] + } + } + Function [ function getdate ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + } + Function [ function date_create ] { + + - Parameters [2] { + Parameter #0 [ $time ] + Parameter #1 [ $object ] + } + } + Function [ function date_create_from_format ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $time ] + Parameter #2 [ $object ] + } + } + Function [ function date_parse ] { + + - Parameters [1] { + Parameter #0 [ $date ] + } + } + Function [ function date_parse_from_format ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $date ] + } + } + Function [ function date_get_last_errors ] { + + - Parameters [0] { + } + } + Function [ function date_format ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $format ] + } + } + Function [ function date_modify ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $modify ] + } + } + Function [ function date_add ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $interval ] + } + } + Function [ function date_sub ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $interval ] + } + } + Function [ function date_timezone_get ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function date_timezone_set ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $timezone ] + } + } + Function [ function date_offset_get ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function date_diff ] { + + - Parameters [3] { + Parameter #0 [ $object ] + Parameter #1 [ $object2 ] + Parameter #2 [ $absolute ] + } + } + Function [ function date_time_set ] { + + - Parameters [4] { + Parameter #0 [ $object ] + Parameter #1 [ $hour ] + Parameter #2 [ $minute ] + Parameter #3 [ $second ] + } + } + Function [ function date_date_set ] { + + - Parameters [4] { + Parameter #0 [ $object ] + Parameter #1 [ $year ] + Parameter #2 [ $month ] + Parameter #3 [ $day ] + } + } + Function [ function date_isodate_set ] { + + - Parameters [4] { + Parameter #0 [ $object ] + Parameter #1 [ $year ] + Parameter #2 [ $week ] + Parameter #3 [ $day ] + } + } + Function [ function date_timestamp_set ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $unixtimestamp ] + } + } + Function [ function date_timestamp_get ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function timezone_open ] { + + - Parameters [1] { + Parameter #0 [ $timezone ] + } + } + Function [ function timezone_name_get ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function timezone_name_from_abbr ] { + + - Parameters [3] { + Parameter #0 [ $abbr ] + Parameter #1 [ $gmtoffset ] + Parameter #2 [ $isdst ] + } + } + Function [ function timezone_offset_get ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $datetime ] + } + } + Function [ function timezone_transitions_get ] { + + - Parameters [3] { + Parameter #0 [ $object ] + Parameter #1 [ $timestamp_begin ] + Parameter #2 [ $timestamp_end ] + } + } + Function [ function timezone_location_get ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + Function [ function timezone_identifiers_list ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $country ] + } + } + Function [ function timezone_abbreviations_list ] { + + - Parameters [0] { + } + } + Function [ function timezone_version_get ] { + + - Parameters [0] { + } + } + Function [ function date_interval_create_from_date_string ] { + + - Parameters [1] { + Parameter #0 [ $time ] + } + } + Function [ function date_interval_format ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $format ] + } + } + Function [ function date_default_timezone_set ] { + + - Parameters [1] { + Parameter #0 [ $timezone_identifier ] + } + } + Function [ function date_default_timezone_get ] { + + - Parameters [0] { + } + } + Function [ function date_sunrise ] { + + - Parameters [6] { + Parameter #0 [ $time ] + Parameter #1 [ $format ] + Parameter #2 [ $latitude ] + Parameter #3 [ $longitude ] + Parameter #4 [ $zenith ] + Parameter #5 [ $gmt_offset ] + } + } + Function [ function date_sunset ] { + + - Parameters [6] { + Parameter #0 [ $time ] + Parameter #1 [ $format ] + Parameter #2 [ $latitude ] + Parameter #3 [ $longitude ] + Parameter #4 [ $zenith ] + Parameter #5 [ $gmt_offset ] + } + } + Function [ function date_sun_info ] { + + - Parameters [3] { + Parameter #0 [ $time ] + Parameter #1 [ $latitude ] + Parameter #2 [ $longitude ] + } + } + } + + - Classes [4] { + Class [ class DateTime ] { + + - Constants [11] { + Constant [ string ATOM ] { Y-m-d\TH:i:sP } + Constant [ string COOKIE ] { l, d-M-y H:i:s T } + Constant [ string ISO8601 ] { Y-m-d\TH:i:sO } + Constant [ string RFC822 ] { D, d M y H:i:s O } + Constant [ string RFC850 ] { l, d-M-y H:i:s T } + Constant [ string RFC1036 ] { D, d M y H:i:s O } + Constant [ string RFC1123 ] { D, d M Y H:i:s O } + Constant [ string RFC2822 ] { D, d M Y H:i:s O } + Constant [ string RFC3339 ] { Y-m-d\TH:i:sP } + Constant [ string RSS ] { D, d M Y H:i:s O } + Constant [ string W3C ] { Y-m-d\TH:i:sP } + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method __set_state ] { + } + + Method [ static public method createFromFormat ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $time ] + Parameter #2 [ $object ] + } + } + + Method [ static public method getLastErrors ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $time ] + Parameter #1 [ $object ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ public method format ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method modify ] { + + - Parameters [1] { + Parameter #0 [ $modify ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ $interval ] + } + } + + Method [ public method sub ] { + + - Parameters [1] { + Parameter #0 [ $interval ] + } + } + + Method [ public method getTimezone ] { + + - Parameters [0] { + } + } + + Method [ public method setTimezone ] { + + - Parameters [1] { + Parameter #0 [ $timezone ] + } + } + + Method [ public method getOffset ] { + + - Parameters [0] { + } + } + + Method [ public method setTime ] { + + - Parameters [3] { + Parameter #0 [ $hour ] + Parameter #1 [ $minute ] + Parameter #2 [ $second ] + } + } + + Method [ public method setDate ] { + + - Parameters [3] { + Parameter #0 [ $year ] + Parameter #1 [ $month ] + Parameter #2 [ $day ] + } + } + + Method [ public method setISODate ] { + + - Parameters [3] { + Parameter #0 [ $year ] + Parameter #1 [ $week ] + Parameter #2 [ $day ] + } + } + + Method [ public method setTimestamp ] { + + - Parameters [1] { + Parameter #0 [ $unixtimestamp ] + } + } + + Method [ public method getTimestamp ] { + + - Parameters [0] { + } + } + + Method [ public method diff ] { + + - Parameters [2] { + Parameter #0 [ $object ] + Parameter #1 [ $absolute ] + } + } + } + } + + Class [ class DateTimeZone ] { + + - Constants [14] { + Constant [ integer AFRICA ] { 1 } + Constant [ integer AMERICA ] { 2 } + Constant [ integer ANTARCTICA ] { 4 } + Constant [ integer ARCTIC ] { 8 } + Constant [ integer ASIA ] { 16 } + Constant [ integer ATLANTIC ] { 32 } + Constant [ integer AUSTRALIA ] { 64 } + Constant [ integer EUROPE ] { 128 } + Constant [ integer INDIAN ] { 256 } + Constant [ integer PACIFIC ] { 512 } + Constant [ integer UTC ] { 1024 } + Constant [ integer ALL ] { 2047 } + Constant [ integer ALL_WITH_BC ] { 4095 } + Constant [ integer PER_COUNTRY ] { 4096 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method listAbbreviations ] { + + - Parameters [0] { + } + } + + Method [ static public method listIdentifiers ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $country ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $timezone ] + } + } + + Method [ public method getName ] { + + - Parameters [0] { + } + } + + Method [ public method getOffset ] { + + - Parameters [1] { + Parameter #0 [ $datetime ] + } + } + + Method [ public method getTransitions ] { + + - Parameters [2] { + Parameter #0 [ $timestamp_begin ] + Parameter #1 [ $timestamp_end ] + } + } + + Method [ public method getLocation ] { + + - Parameters [0] { + } + } + } + } + + Class [ class DateInterval ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method __set_state ] { + } + + Method [ static public method createFromDateString ] { + + - Parameters [1] { + Parameter #0 [ $time ] + } + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $interval_spec ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ public method format ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + } + } + + Class [ class DatePeriod implements Traversable ] { + + - Constants [1] { + Constant [ integer EXCLUDE_START_DATE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $start ] + Parameter #1 [ $interval ] + Parameter #2 [ $end ] + } + } + } + } + } +} + diff --git a/reflection/dba.txt b/reflection/dba.txt new file mode 100644 index 0000000..2e8cc0c --- /dev/null +++ b/reflection/dba.txt @@ -0,0 +1,115 @@ +Extension [ extension #33 dba version ] { + + - INI { + Entry [ dba.default_handler ] + Current = 'flatfile' + } + } + + - Functions { + Function [ function dba_open ] { + + - Parameters [4] { + Parameter #0 [ $path ] + Parameter #1 [ $mode ] + Parameter #2 [ $handlername ] + Parameter #3 [ $... ] + } + } + Function [ function dba_popen ] { + + - Parameters [4] { + Parameter #0 [ $path ] + Parameter #1 [ $mode ] + Parameter #2 [ $handlername ] + Parameter #3 [ $... ] + } + } + Function [ function dba_close ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + Function [ function dba_delete ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $handle ] + } + } + Function [ function dba_exists ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $handle ] + } + } + Function [ function dba_fetch ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $skip ] + Parameter #2 [ $handle ] + } + } + Function [ function dba_insert ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $handle ] + } + } + Function [ function dba_replace ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $handle ] + } + } + Function [ function dba_firstkey ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + Function [ function dba_nextkey ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + Function [ function dba_optimize ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + Function [ function dba_sync ] { + + - Parameters [1] { + Parameter #0 [ $handle ] + } + } + Function [ function dba_handlers ] { + + - Parameters [1] { + Parameter #0 [ $full_info ] + } + } + Function [ function dba_list ] { + + - Parameters [0] { + } + } + Function [ function dba_key_split ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } +} + diff --git a/reflection/dom.txt b/reflection/dom.txt new file mode 100644 index 0000000..9455407 --- /dev/null +++ b/reflection/dom.txt @@ -0,0 +1,3785 @@ +Extension [ extension #34 dom version 20031129 ] { + + - Dependencies { + Dependency [ libxml (Required) ] + Dependency [ domxml (Conflicts) ] + } + + - Constants [45] { + Constant [ integer XML_ELEMENT_NODE ] { 1 } + Constant [ integer XML_ATTRIBUTE_NODE ] { 2 } + Constant [ integer XML_TEXT_NODE ] { 3 } + Constant [ integer XML_CDATA_SECTION_NODE ] { 4 } + Constant [ integer XML_ENTITY_REF_NODE ] { 5 } + Constant [ integer XML_ENTITY_NODE ] { 6 } + Constant [ integer XML_PI_NODE ] { 7 } + Constant [ integer XML_COMMENT_NODE ] { 8 } + Constant [ integer XML_DOCUMENT_NODE ] { 9 } + Constant [ integer XML_DOCUMENT_TYPE_NODE ] { 10 } + Constant [ integer XML_DOCUMENT_FRAG_NODE ] { 11 } + Constant [ integer XML_NOTATION_NODE ] { 12 } + Constant [ integer XML_HTML_DOCUMENT_NODE ] { 13 } + Constant [ integer XML_DTD_NODE ] { 14 } + Constant [ integer XML_ELEMENT_DECL_NODE ] { 15 } + Constant [ integer XML_ATTRIBUTE_DECL_NODE ] { 16 } + Constant [ integer XML_ENTITY_DECL_NODE ] { 17 } + Constant [ integer XML_NAMESPACE_DECL_NODE ] { 18 } + Constant [ integer XML_LOCAL_NAMESPACE ] { 18 } + Constant [ integer XML_ATTRIBUTE_CDATA ] { 1 } + Constant [ integer XML_ATTRIBUTE_ID ] { 2 } + Constant [ integer XML_ATTRIBUTE_IDREF ] { 3 } + Constant [ integer XML_ATTRIBUTE_IDREFS ] { 4 } + Constant [ integer XML_ATTRIBUTE_ENTITY ] { 6 } + Constant [ integer XML_ATTRIBUTE_NMTOKEN ] { 7 } + Constant [ integer XML_ATTRIBUTE_NMTOKENS ] { 8 } + Constant [ integer XML_ATTRIBUTE_ENUMERATION ] { 9 } + Constant [ integer XML_ATTRIBUTE_NOTATION ] { 10 } + Constant [ integer DOM_PHP_ERR ] { 0 } + Constant [ integer DOM_INDEX_SIZE_ERR ] { 1 } + Constant [ integer DOMSTRING_SIZE_ERR ] { 2 } + Constant [ integer DOM_HIERARCHY_REQUEST_ERR ] { 3 } + Constant [ integer DOM_WRONG_DOCUMENT_ERR ] { 4 } + Constant [ integer DOM_INVALID_CHARACTER_ERR ] { 5 } + Constant [ integer DOM_NO_DATA_ALLOWED_ERR ] { 6 } + Constant [ integer DOM_NO_MODIFICATION_ALLOWED_ERR ] { 7 } + Constant [ integer DOM_NOT_FOUND_ERR ] { 8 } + Constant [ integer DOM_NOT_SUPPORTED_ERR ] { 9 } + Constant [ integer DOM_INUSE_ATTRIBUTE_ERR ] { 10 } + Constant [ integer DOM_INVALID_STATE_ERR ] { 11 } + Constant [ integer DOM_SYNTAX_ERR ] { 12 } + Constant [ integer DOM_INVALID_MODIFICATION_ERR ] { 13 } + Constant [ integer DOM_NAMESPACE_ERR ] { 14 } + Constant [ integer DOM_INVALID_ACCESS_ERR ] { 15 } + Constant [ integer DOM_VALIDATION_ERR ] { 16 } + } + + - Functions { + Function [ function dom_import_simplexml ] { + + - Parameters [1] { + Parameter #0 [ $node ] + } + } + } + + - Classes [31] { + Class [ class DOMException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $file ] + Property [ protected $line ] + Property [ public $code ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class DOMStringList ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method item ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + } + } + + Class [ class DOMNameList ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method getName ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getNamespaceURI ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + } + } + + Class [ class DOMImplementationList ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method item ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + } + } + + Class [ class DOMImplementationSource ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method getDomimplementation ] { + + - Parameters [1] { + Parameter #0 [ $features ] + } + } + + Method [ public method getDomimplementations ] { + + - Parameters [1] { + Parameter #0 [ $features ] + } + } + } + } + + Class [ class DOMImplementation ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasFeature ] { + + - Parameters [0] { + } + } + + Method [ public method createDocumentType ] { + + - Parameters [3] { + Parameter #0 [ $qualifiedName ] + Parameter #1 [ $publicId ] + Parameter #2 [ $systemId ] + } + } + + Method [ public method createDocument ] { + + - Parameters [3] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $qualifiedName ] + Parameter #2 [ DOMDocumentType $docType ] + } + } + } + } + + Class [ class DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMNameSpaceNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class DOMDocumentFragment extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method appendXML ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMDocument extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [55] { + Method [ public method createElement ] { + + - Parameters [2] { + Parameter #0 [ $tagName ] + Parameter #1 [ $value ] + } + } + + Method [ public method createDocumentFragment ] { + + - Parameters [0] { + } + } + + Method [ public method createTextNode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method createComment ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method createCDATASection ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method createProcessingInstruction ] { + + - Parameters [2] { + Parameter #0 [ $target ] + Parameter #1 [ $data ] + } + } + + Method [ public method createAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method createEntityReference ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getElementsByTagName ] { + + - Parameters [1] { + Parameter #0 [ $tagName ] + } + } + + Method [ public method importNode ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $importedNode ] + Parameter #1 [ $deep ] + } + } + + Method [ public method createElementNS ] { + + - Parameters [3] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $qualifiedName ] + Parameter #2 [ $value ] + } + } + + Method [ public method createAttributeNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $qualifiedName ] + } + } + + Method [ public method getElementsByTagNameNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method getElementById ] { + + - Parameters [1] { + Parameter #0 [ $elementId ] + } + } + + Method [ public method adoptNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $source ] + } + } + + Method [ public method normalizeDocument ] { + + - Parameters [0] { + } + } + + Method [ public method renameNode ] { + + - Parameters [3] { + Parameter #0 [ DOMNode $node ] + Parameter #1 [ $namespaceURI ] + Parameter #2 [ $qualifiedName ] + } + } + + Method [ public method load ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ $options ] + } + } + + Method [ public method save ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + + Method [ public method loadXML ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ $options ] + } + } + + Method [ public method saveXML ] { + + - Parameters [1] { + Parameter #0 [ DOMNode or NULL $node ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $version ] + Parameter #1 [ $encoding ] + } + } + + Method [ public method validate ] { + + - Parameters [0] { + } + } + + Method [ public method xinclude ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method loadHTML ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ $options ] + } + } + + Method [ public method loadHTMLFile ] { + + - Parameters [2] { + Parameter #0 [ $source ] + Parameter #1 [ $options ] + } + } + + Method [ public method saveHTML ] { + + - Parameters [0] { + } + } + + Method [ public method saveHTMLFile ] { + + - Parameters [1] { + Parameter #0 [ $file ] + } + } + + Method [ public method schemaValidate ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method schemaValidateSource ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + + Method [ public method relaxNGValidate ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method relaxNGValidateSource ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + + Method [ public method registerNodeClass ] { + + - Parameters [2] { + Parameter #0 [ $baseClass ] + Parameter #1 [ $extendedClass ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMNodeList implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method item ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + } + } + + Class [ class DOMNamedNodeMap implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method getNamedItem ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method setNamedItem ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method removeNamedItem ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method item ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getNamedItemNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method setNamedItemNS ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method removeNamedItemNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + } + } + + Class [ class DOMCharacterData extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [27] { + Method [ public method substringData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method appendData ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + + Method [ public method insertData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $arg ] + } + } + + Method [ public method deleteData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method replaceData ] { + + - Parameters [3] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + Parameter #2 [ $arg ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMAttr extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [24] { + Method [ public method isId ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMElement extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [41] { + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method removeAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getAttributeNode ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method setAttributeNode ] { + + - Parameters [1] { + Parameter #0 [ DOMAttr $newAttr ] + } + } + + Method [ public method removeAttributeNode ] { + + - Parameters [1] { + Parameter #0 [ DOMAttr $oldAttr ] + } + } + + Method [ public method getElementsByTagName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getAttributeNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method setAttributeNS ] { + + - Parameters [3] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $qualifiedName ] + Parameter #2 [ $value ] + } + } + + Method [ public method removeAttributeNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method getAttributeNodeNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method setAttributeNodeNS ] { + + - Parameters [1] { + Parameter #0 [ DOMAttr $newAttr ] + } + } + + Method [ public method getElementsByTagNameNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method hasAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method hasAttributeNS ] { + + - Parameters [2] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + } + } + + Method [ public method setIdAttribute ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $isId ] + } + } + + Method [ public method setIdAttributeNS ] { + + - Parameters [3] { + Parameter #0 [ $namespaceURI ] + Parameter #1 [ $localName ] + Parameter #2 [ $isId ] + } + } + + Method [ public method setIdAttributeNode ] { + + - Parameters [2] { + Parameter #0 [ DOMAttr $attr ] + Parameter #1 [ $isId ] + } + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $uri ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMText extends DOMCharacterData ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [32] { + Method [ public method splitText ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method isWhitespaceInElementContent ] { + + - Parameters [0] { + } + } + + Method [ public method isElementContentWhitespace ] { + + - Parameters [0] { + } + } + + Method [ public method replaceWholeText ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method substringData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method appendData ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + + Method [ public method insertData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $arg ] + } + } + + Method [ public method deleteData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method replaceData ] { + + - Parameters [3] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + Parameter #2 [ $arg ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMComment extends DOMCharacterData ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [28] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method substringData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method appendData ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + + Method [ public method insertData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $arg ] + } + } + + Method [ public method deleteData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method replaceData ] { + + - Parameters [3] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + Parameter #2 [ $arg ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMTypeinfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class DOMUserDataHandler ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method handle ] { + } + } + } + + Class [ class DOMDomError ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class DOMErrorHandler ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method handleError ] { + + - Parameters [1] { + Parameter #0 [ DOMDomError $error ] + } + } + } + } + + Class [ class DOMLocator ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class DOMConfiguration ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method setParameter ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method getParameter ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method canSetParameter ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + } + } + + Class [ class DOMCdataSection extends DOMText ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [32] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method splitText ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method isWhitespaceInElementContent ] { + + - Parameters [0] { + } + } + + Method [ public method isElementContentWhitespace ] { + + - Parameters [0] { + } + } + + Method [ public method replaceWholeText ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ public method substringData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method appendData ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + + Method [ public method insertData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $arg ] + } + } + + Method [ public method deleteData ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + } + } + + Method [ public method replaceData ] { + + - Parameters [3] { + Parameter #0 [ $offset ] + Parameter #1 [ $count ] + Parameter #2 [ $arg ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMDocumentType extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMNotation extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMEntity extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMEntityReference extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMProcessingInstruction extends DOMNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method insertBefore ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode or NULL $refChild ] + } + } + + Method [ public method replaceChild ] { + + - Parameters [2] { + Parameter #0 [ DOMNode $newChild ] + Parameter #1 [ DOMNode $oldChild ] + } + } + + Method [ public method removeChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $oldChild ] + } + } + + Method [ public method appendChild ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $newChild ] + } + } + + Method [ public method hasChildNodes ] { + + - Parameters [0] { + } + } + + Method [ public method cloneNode ] { + + - Parameters [1] { + Parameter #0 [ $deep ] + } + } + + Method [ public method normalize ] { + + - Parameters [0] { + } + } + + Method [ public method isSupported ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method hasAttributes ] { + + - Parameters [0] { + } + } + + Method [ public method compareDocumentPosition ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method isSameNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $other ] + } + } + + Method [ public method lookupPrefix ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method isDefaultNamespace ] { + + - Parameters [1] { + Parameter #0 [ $namespaceURI ] + } + } + + Method [ public method lookupNamespaceUri ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method isEqualNode ] { + + - Parameters [1] { + Parameter #0 [ DOMNode $arg ] + } + } + + Method [ public method getFeature ] { + + - Parameters [2] { + Parameter #0 [ $feature ] + Parameter #1 [ $version ] + } + } + + Method [ public method setUserData ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $data ] + Parameter #2 [ $handler ] + } + } + + Method [ public method getUserData ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getNodePath ] { + + - Parameters [0] { + } + } + + Method [ public method getLineNo ] { + + - Parameters [0] { + } + } + + Method [ public method C14N ] { + + - Parameters [4] { + Parameter #0 [ $exclusive ] + Parameter #1 [ $with_comments ] + Parameter #2 [ array or NULL $xpath ] + Parameter #3 [ array or NULL $ns_prefixes ] + } + } + + Method [ public method C14NFile ] { + + - Parameters [5] { + Parameter #0 [ $uri ] + Parameter #1 [ $exclusive ] + Parameter #2 [ $with_comments ] + Parameter #3 [ array or NULL $xpath ] + Parameter #4 [ array or NULL $ns_prefixes ] + } + } + } + } + + Class [ class DOMStringExtend ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ public method findOffset16 ] { + + - Parameters [1] { + Parameter #0 [ $offset32 ] + } + } + + Method [ public method findOffset32 ] { + + - Parameters [1] { + Parameter #0 [ $offset16 ] + } + } + } + } + + Class [ class DOMXPath ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ DOMDocument $doc ] + } + } + + Method [ public method registerNamespace ] { + + - Parameters [2] { + Parameter #0 [ $prefix ] + Parameter #1 [ $uri ] + } + } + + Method [ public method query ] { + + - Parameters [3] { + Parameter #0 [ $expr ] + Parameter #1 [ DOMNode or NULL $context ] + Parameter #2 [ $registerNodeNS ] + } + } + + Method [ public method evaluate ] { + + - Parameters [3] { + Parameter #0 [ $expr ] + Parameter #1 [ DOMNode or NULL $context ] + Parameter #2 [ $registerNodeNS ] + } + } + + Method [ public method registerPhpFunctions ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/enchant.txt b/reflection/enchant.txt new file mode 100644 index 0000000..22422c2 --- /dev/null +++ b/reflection/enchant.txt @@ -0,0 +1,153 @@ +Extension [ extension #35 enchant version 1.1.0 ] { + + - Constants [2] { + Constant [ integer ENCHANT_MYSPELL ] { 1 } + Constant [ integer ENCHANT_ISPELL ] { 2 } + } + + - Functions { + Function [ function enchant_broker_init ] { + + - Parameters [0] { + } + } + Function [ function enchant_broker_free ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_broker_get_error ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_broker_set_dict_path ] { + + - Parameters [3] { + Parameter #0 [ $broker ] + Parameter #1 [ $name ] + Parameter #2 [ $value ] + } + } + Function [ function enchant_broker_get_dict_path ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $name ] + } + } + Function [ function enchant_broker_list_dicts ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_broker_request_dict ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $tag ] + } + } + Function [ function enchant_broker_request_pwl_dict ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $filename ] + } + } + Function [ function enchant_broker_free_dict ] { + + - Parameters [1] { + Parameter #0 [ $dict ] + } + } + Function [ function enchant_broker_dict_exists ] { + + - Parameters [2] { + Parameter #0 [ $broker ] + Parameter #1 [ $tag ] + } + } + Function [ function enchant_broker_set_ordering ] { + + - Parameters [3] { + Parameter #0 [ $broker ] + Parameter #1 [ $tag ] + Parameter #2 [ $ordering ] + } + } + Function [ function enchant_broker_describe ] { + + - Parameters [1] { + Parameter #0 [ $broker ] + } + } + Function [ function enchant_dict_check ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_suggest ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_add_to_personal ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_add_to_session ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_is_in_session ] { + + - Parameters [2] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + } + } + Function [ function enchant_dict_store_replacement ] { + + - Parameters [3] { + Parameter #0 [ $dict ] + Parameter #1 [ $mis ] + Parameter #2 [ $cor ] + } + } + Function [ function enchant_dict_get_error ] { + + - Parameters [1] { + Parameter #0 [ $dict ] + } + } + Function [ function enchant_dict_describe ] { + + - Parameters [1] { + Parameter #0 [ $dict ] + } + } + Function [ function enchant_dict_quick_check ] { + + - Parameters [3] { + Parameter #0 [ $dict ] + Parameter #1 [ $word ] + Parameter #2 [ &$suggestions ] + } + } + } +} + diff --git a/reflection/ereg.txt b/reflection/ereg.txt new file mode 100644 index 0000000..5f0b659 --- /dev/null +++ b/reflection/ereg.txt @@ -0,0 +1,60 @@ +Extension [ extension #3 ereg version ] { + + - Functions { + Function [ function ereg ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ &$registers ] + } + } + Function [ function ereg_replace ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $replacement ] + Parameter #2 [ $string ] + } + } + Function [ function eregi ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ &$registers ] + } + } + Function [ function eregi_replace ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $replacement ] + Parameter #2 [ $string ] + } + } + Function [ function split ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ $limit ] + } + } + Function [ function spliti ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ $limit ] + } + } + Function [ function sql_regcase ] { + + - Parameters [1] { + Parameter #0 [ $string ] + } + } + } +} + diff --git a/reflection/exif.txt b/reflection/exif.txt new file mode 100644 index 0000000..4148363 --- /dev/null +++ b/reflection/exif.txt @@ -0,0 +1,75 @@ +Extension [ extension #11 exif version 1.4 $Id$ ] { + + - Dependencies { + Dependency [ standard (Required) ] + Dependency [ mbstring (Optional) ] + } + + - INI { + Entry [ exif.encode_unicode ] + Current = 'ISO-8859-15' + } + Entry [ exif.decode_unicode_motorola ] + Current = 'UCS-2BE' + } + Entry [ exif.decode_unicode_intel ] + Current = 'UCS-2LE' + } + Entry [ exif.encode_jis ] + Current = '' + } + Entry [ exif.decode_jis_motorola ] + Current = 'JIS' + } + Entry [ exif.decode_jis_intel ] + Current = 'JIS' + } + } + + - Constants [1] { + Constant [ integer EXIF_USE_MBSTRING ] { 1 } + } + + - Functions { + Function [ function exif_read_data ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $sections_needed ] + Parameter #2 [ $sub_arrays ] + Parameter #3 [ $read_thumbnail ] + } + } + Function [ function read_exif_data ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $sections_needed ] + Parameter #2 [ $sub_arrays ] + Parameter #3 [ $read_thumbnail ] + } + } + Function [ function exif_tagname ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + Function [ function exif_thumbnail ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ &$width ] + Parameter #2 [ &$height ] + Parameter #3 [ &$imagetype ] + } + } + Function [ function exif_imagetype ] { + + - Parameters [1] { + Parameter #0 [ $imagefile ] + } + } + } +} + diff --git a/reflection/fileinfo.txt b/reflection/fileinfo.txt new file mode 100644 index 0000000..da97196 --- /dev/null +++ b/reflection/fileinfo.txt @@ -0,0 +1,114 @@ +Extension [ extension #36 fileinfo version 1.0.5-dev ] { + + - Constants [9] { + Constant [ integer FILEINFO_NONE ] { 0 } + Constant [ integer FILEINFO_SYMLINK ] { 2 } + Constant [ integer FILEINFO_MIME ] { 1040 } + Constant [ integer FILEINFO_MIME_TYPE ] { 16 } + Constant [ integer FILEINFO_MIME_ENCODING ] { 1024 } + Constant [ integer FILEINFO_DEVICES ] { 8 } + Constant [ integer FILEINFO_CONTINUE ] { 32 } + Constant [ integer FILEINFO_PRESERVE_ATIME ] { 128 } + Constant [ integer FILEINFO_RAW ] { 256 } + } + + - Functions { + Function [ function finfo_open ] { + + - Parameters [2] { + Parameter #0 [ $options ] + Parameter #1 [ $arg ] + } + } + Function [ function finfo_close ] { + + - Parameters [1] { + Parameter #0 [ $finfo ] + } + } + Function [ function finfo_set_flags ] { + + - Parameters [2] { + Parameter #0 [ $finfo ] + Parameter #1 [ $options ] + } + } + Function [ function finfo_file ] { + + - Parameters [4] { + Parameter #0 [ $finfo ] + Parameter #1 [ $filename ] + Parameter #2 [ $options ] + Parameter #3 [ $context ] + } + } + Function [ function finfo_buffer ] { + + - Parameters [4] { + Parameter #0 [ $finfo ] + Parameter #1 [ $string ] + Parameter #2 [ $options ] + Parameter #3 [ $context ] + } + } + Function [ function mime_content_type ] { + + - Parameters [1] { + Parameter #0 [ $string ] + } + } + } + + - Classes [1] { + Class [ class finfo ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method finfo ] { + + - Parameters [2] { + Parameter #0 [ $options ] + Parameter #1 [ $arg ] + } + } + + Method [ public method set_flags ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + + Method [ public method file ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $options ] + Parameter #2 [ $context ] + } + } + + Method [ public method buffer ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $options ] + Parameter #2 [ $context ] + } + } + } + } + } +} + diff --git a/reflection/filter.txt b/reflection/filter.txt new file mode 100644 index 0000000..b883934 --- /dev/null +++ b/reflection/filter.txt @@ -0,0 +1,122 @@ +Extension [ extension #12 filter version 0.11.0 ] { + + - INI { + Entry [ filter.default ] + Current = 'unsafe_raw' + } + Entry [ filter.default_flags ] + Current = '' + } + } + + - Constants [53] { + Constant [ integer INPUT_POST ] { 0 } + Constant [ integer INPUT_GET ] { 1 } + Constant [ integer INPUT_COOKIE ] { 2 } + Constant [ integer INPUT_ENV ] { 4 } + Constant [ integer INPUT_SERVER ] { 5 } + Constant [ integer INPUT_SESSION ] { 6 } + Constant [ integer INPUT_REQUEST ] { 99 } + Constant [ integer FILTER_FLAG_NONE ] { 0 } + Constant [ integer FILTER_REQUIRE_SCALAR ] { 33554432 } + Constant [ integer FILTER_REQUIRE_ARRAY ] { 16777216 } + Constant [ integer FILTER_FORCE_ARRAY ] { 67108864 } + Constant [ integer FILTER_NULL_ON_FAILURE ] { 134217728 } + Constant [ integer FILTER_VALIDATE_INT ] { 257 } + Constant [ integer FILTER_VALIDATE_BOOLEAN ] { 258 } + Constant [ integer FILTER_VALIDATE_FLOAT ] { 259 } + Constant [ integer FILTER_VALIDATE_REGEXP ] { 272 } + Constant [ integer FILTER_VALIDATE_URL ] { 273 } + Constant [ integer FILTER_VALIDATE_EMAIL ] { 274 } + Constant [ integer FILTER_VALIDATE_IP ] { 275 } + Constant [ integer FILTER_DEFAULT ] { 516 } + Constant [ integer FILTER_UNSAFE_RAW ] { 516 } + Constant [ integer FILTER_SANITIZE_STRING ] { 513 } + Constant [ integer FILTER_SANITIZE_STRIPPED ] { 513 } + Constant [ integer FILTER_SANITIZE_ENCODED ] { 514 } + Constant [ integer FILTER_SANITIZE_SPECIAL_CHARS ] { 515 } + Constant [ integer FILTER_SANITIZE_FULL_SPECIAL_CHARS ] { 515 } + Constant [ integer FILTER_SANITIZE_EMAIL ] { 517 } + Constant [ integer FILTER_SANITIZE_URL ] { 518 } + Constant [ integer FILTER_SANITIZE_NUMBER_INT ] { 519 } + Constant [ integer FILTER_SANITIZE_NUMBER_FLOAT ] { 520 } + Constant [ integer FILTER_SANITIZE_MAGIC_QUOTES ] { 521 } + Constant [ integer FILTER_CALLBACK ] { 1024 } + Constant [ integer FILTER_FLAG_ALLOW_OCTAL ] { 1 } + Constant [ integer FILTER_FLAG_ALLOW_HEX ] { 2 } + Constant [ integer FILTER_FLAG_STRIP_LOW ] { 4 } + Constant [ integer FILTER_FLAG_STRIP_HIGH ] { 8 } + Constant [ integer FILTER_FLAG_STRIP_BACKTICK ] { 512 } + Constant [ integer FILTER_FLAG_ENCODE_LOW ] { 16 } + Constant [ integer FILTER_FLAG_ENCODE_HIGH ] { 32 } + Constant [ integer FILTER_FLAG_ENCODE_AMP ] { 64 } + Constant [ integer FILTER_FLAG_NO_ENCODE_QUOTES ] { 128 } + Constant [ integer FILTER_FLAG_EMPTY_STRING_NULL ] { 256 } + Constant [ integer FILTER_FLAG_ALLOW_FRACTION ] { 4096 } + Constant [ integer FILTER_FLAG_ALLOW_THOUSAND ] { 8192 } + Constant [ integer FILTER_FLAG_ALLOW_SCIENTIFIC ] { 16384 } + Constant [ integer FILTER_FLAG_SCHEME_REQUIRED ] { 65536 } + Constant [ integer FILTER_FLAG_HOST_REQUIRED ] { 131072 } + Constant [ integer FILTER_FLAG_PATH_REQUIRED ] { 262144 } + Constant [ integer FILTER_FLAG_QUERY_REQUIRED ] { 524288 } + Constant [ integer FILTER_FLAG_IPV4 ] { 1048576 } + Constant [ integer FILTER_FLAG_IPV6 ] { 2097152 } + Constant [ integer FILTER_FLAG_NO_RES_RANGE ] { 4194304 } + Constant [ integer FILTER_FLAG_NO_PRIV_RANGE ] { 8388608 } + } + + - Functions { + Function [ function filter_input ] { + + - Parameters [4] { + Parameter #0 [ $type ] + Parameter #1 [ $variable_name ] + Parameter #2 [ $filter ] + Parameter #3 [ $options ] + } + } + Function [ function filter_var ] { + + - Parameters [3] { + Parameter #0 [ $variable ] + Parameter #1 [ $filter ] + Parameter #2 [ $options ] + } + } + Function [ function filter_input_array ] { + + - Parameters [3] { + Parameter #0 [ $type ] + Parameter #1 [ $definition ] + Parameter #2 [ $add_empty ] + } + } + Function [ function filter_var_array ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $definition ] + Parameter #2 [ $add_empty ] + } + } + Function [ function filter_list ] { + + - Parameters [0] { + } + } + Function [ function filter_has_var ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ $variable_name ] + } + } + Function [ function filter_id ] { + + - Parameters [1] { + Parameter #0 [ $filtername ] + } + } + } +} + diff --git a/reflection/ftp.txt b/reflection/ftp.txt new file mode 100644 index 0000000..352bc10 --- /dev/null +++ b/reflection/ftp.txt @@ -0,0 +1,283 @@ +Extension [ extension #13 ftp version ] { + + - Constants [10] { + Constant [ integer FTP_ASCII ] { 1 } + Constant [ integer FTP_TEXT ] { 1 } + Constant [ integer FTP_BINARY ] { 2 } + Constant [ integer FTP_IMAGE ] { 2 } + Constant [ integer FTP_AUTORESUME ] { -1 } + Constant [ integer FTP_TIMEOUT_SEC ] { 0 } + Constant [ integer FTP_AUTOSEEK ] { 1 } + Constant [ integer FTP_FAILED ] { 0 } + Constant [ integer FTP_FINISHED ] { 1 } + Constant [ integer FTP_MOREDATA ] { 2 } + } + + - Functions { + Function [ function ftp_connect ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + } + } + Function [ function ftp_ssl_connect ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + } + } + Function [ function ftp_login ] { + + - Parameters [3] { + Parameter #0 [ $ftp ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + } + } + Function [ function ftp_pwd ] { + + - Parameters [1] { + Parameter #0 [ $ftp ] + } + } + Function [ function ftp_cdup ] { + + - Parameters [1] { + Parameter #0 [ $ftp ] + } + } + Function [ function ftp_chdir ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $directory ] + } + } + Function [ function ftp_exec ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $command ] + } + } + Function [ function ftp_raw ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $command ] + } + } + Function [ function ftp_mkdir ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $directory ] + } + } + Function [ function ftp_rmdir ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $directory ] + } + } + Function [ function ftp_chmod ] { + + - Parameters [3] { + Parameter #0 [ $ftp ] + Parameter #1 [ $mode ] + Parameter #2 [ $filename ] + } + } + Function [ function ftp_alloc ] { + + - Parameters [3] { + Parameter #0 [ $ftp ] + Parameter #1 [ $size ] + Parameter #2 [ &$response ] + } + } + Function [ function ftp_nlist ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $directory ] + } + } + Function [ function ftp_rawlist ] { + + - Parameters [3] { + Parameter #0 [ $ftp ] + Parameter #1 [ $directory ] + Parameter #2 [ $recursive ] + } + } + Function [ function ftp_systype ] { + + - Parameters [1] { + Parameter #0 [ $ftp ] + } + } + Function [ function ftp_pasv ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $pasv ] + } + } + Function [ function ftp_get ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $local_file ] + Parameter #2 [ $remote_file ] + Parameter #3 [ $mode ] + Parameter #4 [ $resume_pos ] + } + } + Function [ function ftp_fget ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $fp ] + Parameter #2 [ $remote_file ] + Parameter #3 [ $mode ] + Parameter #4 [ $resumepos ] + } + } + Function [ function ftp_put ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $remote_file ] + Parameter #2 [ $local_file ] + Parameter #3 [ $mode ] + Parameter #4 [ $startpos ] + } + } + Function [ function ftp_fput ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $remote_file ] + Parameter #2 [ $fp ] + Parameter #3 [ $mode ] + Parameter #4 [ $startpos ] + } + } + Function [ function ftp_size ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $filename ] + } + } + Function [ function ftp_mdtm ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $filename ] + } + } + Function [ function ftp_rename ] { + + - Parameters [3] { + Parameter #0 [ $ftp ] + Parameter #1 [ $src ] + Parameter #2 [ $dest ] + } + } + Function [ function ftp_delete ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $file ] + } + } + Function [ function ftp_site ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $cmd ] + } + } + Function [ function ftp_close ] { + + - Parameters [1] { + Parameter #0 [ $ftp ] + } + } + Function [ function ftp_set_option ] { + + - Parameters [3] { + Parameter #0 [ $ftp ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + Function [ function ftp_get_option ] { + + - Parameters [2] { + Parameter #0 [ $ftp ] + Parameter #1 [ $option ] + } + } + Function [ function ftp_nb_fget ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $fp ] + Parameter #2 [ $remote_file ] + Parameter #3 [ $mode ] + Parameter #4 [ $resumepos ] + } + } + Function [ function ftp_nb_get ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $local_file ] + Parameter #2 [ $remote_file ] + Parameter #3 [ $mode ] + Parameter #4 [ $resume_pos ] + } + } + Function [ function ftp_nb_continue ] { + + - Parameters [1] { + Parameter #0 [ $ftp ] + } + } + Function [ function ftp_nb_put ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $remote_file ] + Parameter #2 [ $local_file ] + Parameter #3 [ $mode ] + Parameter #4 [ $startpos ] + } + } + Function [ function ftp_nb_fput ] { + + - Parameters [5] { + Parameter #0 [ $ftp ] + Parameter #1 [ $remote_file ] + Parameter #2 [ $fp ] + Parameter #3 [ $mode ] + Parameter #4 [ $startpos ] + } + } + Function [ function ftp_quit ] { + + - Parameters [1] { + Parameter #0 [ $ftp ] + } + } + } +} + diff --git a/reflection/gd.txt b/reflection/gd.txt new file mode 100644 index 0000000..583b8bb --- /dev/null +++ b/reflection/gd.txt @@ -0,0 +1,888 @@ +Extension [ extension #37 gd version ] { + + - INI { + Entry [ gd.jpeg_ignore_warning ] + Current = '0' + } + } + + - Constants [47] { + Constant [ integer IMG_GIF ] { 1 } + Constant [ integer IMG_JPG ] { 2 } + Constant [ integer IMG_JPEG ] { 2 } + Constant [ integer IMG_PNG ] { 4 } + Constant [ integer IMG_WBMP ] { 8 } + Constant [ integer IMG_XPM ] { 16 } + Constant [ integer IMG_COLOR_TILED ] { -5 } + Constant [ integer IMG_COLOR_STYLED ] { -2 } + Constant [ integer IMG_COLOR_BRUSHED ] { -3 } + Constant [ integer IMG_COLOR_STYLEDBRUSHED ] { -4 } + Constant [ integer IMG_COLOR_TRANSPARENT ] { -6 } + Constant [ integer IMG_ARC_ROUNDED ] { 0 } + Constant [ integer IMG_ARC_PIE ] { 0 } + Constant [ integer IMG_ARC_CHORD ] { 1 } + Constant [ integer IMG_ARC_NOFILL ] { 2 } + Constant [ integer IMG_ARC_EDGED ] { 4 } + Constant [ integer IMG_GD2_RAW ] { 1 } + Constant [ integer IMG_GD2_COMPRESSED ] { 2 } + Constant [ integer IMG_EFFECT_REPLACE ] { 0 } + Constant [ integer IMG_EFFECT_ALPHABLEND ] { 1 } + Constant [ integer IMG_EFFECT_NORMAL ] { 2 } + Constant [ integer IMG_EFFECT_OVERLAY ] { 3 } + Constant [ integer GD_BUNDLED ] { 1 } + Constant [ integer IMG_FILTER_NEGATE ] { 0 } + Constant [ integer IMG_FILTER_GRAYSCALE ] { 1 } + Constant [ integer IMG_FILTER_BRIGHTNESS ] { 2 } + Constant [ integer IMG_FILTER_CONTRAST ] { 3 } + Constant [ integer IMG_FILTER_COLORIZE ] { 4 } + Constant [ integer IMG_FILTER_EDGEDETECT ] { 5 } + Constant [ integer IMG_FILTER_GAUSSIAN_BLUR ] { 7 } + Constant [ integer IMG_FILTER_SELECTIVE_BLUR ] { 8 } + Constant [ integer IMG_FILTER_EMBOSS ] { 6 } + Constant [ integer IMG_FILTER_MEAN_REMOVAL ] { 9 } + Constant [ integer IMG_FILTER_SMOOTH ] { 10 } + Constant [ integer IMG_FILTER_PIXELATE ] { 11 } + Constant [ string GD_VERSION ] { 2.0.35 } + Constant [ integer GD_MAJOR_VERSION ] { 2 } + Constant [ integer GD_MINOR_VERSION ] { 0 } + Constant [ integer GD_RELEASE_VERSION ] { 35 } + Constant [ string GD_EXTRA_VERSION ] { } + Constant [ integer PNG_NO_FILTER ] { 0 } + Constant [ integer PNG_FILTER_NONE ] { 8 } + Constant [ integer PNG_FILTER_SUB ] { 16 } + Constant [ integer PNG_FILTER_UP ] { 32 } + Constant [ integer PNG_FILTER_AVG ] { 64 } + Constant [ integer PNG_FILTER_PAETH ] { 128 } + Constant [ integer PNG_ALL_FILTERS ] { 248 } + } + + - Functions { + Function [ function gd_info ] { + + - Parameters [0] { + } + } + Function [ function imagearc ] { + + - Parameters [8] { + Parameter #0 [ $im ] + Parameter #1 [ $cx ] + Parameter #2 [ $cy ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $s ] + Parameter #6 [ $e ] + Parameter #7 [ $col ] + } + } + Function [ function imageellipse ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $cx ] + Parameter #2 [ $cy ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $color ] + } + } + Function [ function imagechar ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $font ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + Parameter #4 [ $c ] + Parameter #5 [ $col ] + } + } + Function [ function imagecharup ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $font ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + Parameter #4 [ $c ] + Parameter #5 [ $col ] + } + } + Function [ function imagecolorat ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + } + } + Function [ function imagecolorallocate ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + } + } + Function [ function imagepalettecopy ] { + + - Parameters [2] { + Parameter #0 [ $dst ] + Parameter #1 [ $src ] + } + } + Function [ function imagecreatefromstring ] { + + - Parameters [1] { + Parameter #0 [ $image ] + } + } + Function [ function imagecolorclosest ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + } + } + Function [ function imagecolorclosesthwb ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + } + } + Function [ function imagecolordeallocate ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $index ] + } + } + Function [ function imagecolorresolve ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + } + } + Function [ function imagecolorexact ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + } + } + Function [ function imagecolorset ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $color ] + Parameter #2 [ $red ] + Parameter #3 [ $green ] + Parameter #4 [ $blue ] + Parameter #5 [ $alpha ] + } + } + Function [ function imagecolortransparent ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $col ] + } + } + Function [ function imagecolorstotal ] { + + - Parameters [1] { + Parameter #0 [ $im ] + } + } + Function [ function imagecolorsforindex ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $index ] + } + } + Function [ function imagecopy ] { + + - Parameters [8] { + Parameter #0 [ $dst_im ] + Parameter #1 [ $src_im ] + Parameter #2 [ $dst_x ] + Parameter #3 [ $dst_y ] + Parameter #4 [ $src_x ] + Parameter #5 [ $src_y ] + Parameter #6 [ $src_w ] + Parameter #7 [ $src_h ] + } + } + Function [ function imagecopymerge ] { + + - Parameters [9] { + Parameter #0 [ $src_im ] + Parameter #1 [ $dst_im ] + Parameter #2 [ $dst_x ] + Parameter #3 [ $dst_y ] + Parameter #4 [ $src_x ] + Parameter #5 [ $src_y ] + Parameter #6 [ $src_w ] + Parameter #7 [ $src_h ] + Parameter #8 [ $pct ] + } + } + Function [ function imagecopymergegray ] { + + - Parameters [9] { + Parameter #0 [ $src_im ] + Parameter #1 [ $dst_im ] + Parameter #2 [ $dst_x ] + Parameter #3 [ $dst_y ] + Parameter #4 [ $src_x ] + Parameter #5 [ $src_y ] + Parameter #6 [ $src_w ] + Parameter #7 [ $src_h ] + Parameter #8 [ $pct ] + } + } + Function [ function imagecopyresized ] { + + - Parameters [10] { + Parameter #0 [ $dst_im ] + Parameter #1 [ $src_im ] + Parameter #2 [ $dst_x ] + Parameter #3 [ $dst_y ] + Parameter #4 [ $src_x ] + Parameter #5 [ $src_y ] + Parameter #6 [ $dst_w ] + Parameter #7 [ $dst_h ] + Parameter #8 [ $src_w ] + Parameter #9 [ $src_h ] + } + } + Function [ function imagecreate ] { + + - Parameters [2] { + Parameter #0 [ $x_size ] + Parameter #1 [ $y_size ] + } + } + Function [ function imagecreatetruecolor ] { + + - Parameters [2] { + Parameter #0 [ $x_size ] + Parameter #1 [ $y_size ] + } + } + Function [ function imageistruecolor ] { + + - Parameters [1] { + Parameter #0 [ $im ] + } + } + Function [ function imagetruecolortopalette ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $ditherFlag ] + Parameter #2 [ $colorsWanted ] + } + } + Function [ function imagesetthickness ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $thickness ] + } + } + Function [ function imagefilledarc ] { + + - Parameters [9] { + Parameter #0 [ $im ] + Parameter #1 [ $cx ] + Parameter #2 [ $cy ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $s ] + Parameter #6 [ $e ] + Parameter #7 [ $col ] + Parameter #8 [ $style ] + } + } + Function [ function imagefilledellipse ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $cx ] + Parameter #2 [ $cy ] + Parameter #3 [ $w ] + Parameter #4 [ $h ] + Parameter #5 [ $color ] + } + } + Function [ function imagealphablending ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $blend ] + } + } + Function [ function imagesavealpha ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $save ] + } + } + Function [ function imagecolorallocatealpha ] { + + - Parameters [5] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + Parameter #4 [ $alpha ] + } + } + Function [ function imagecolorresolvealpha ] { + + - Parameters [5] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + Parameter #4 [ $alpha ] + } + } + Function [ function imagecolorclosestalpha ] { + + - Parameters [5] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + Parameter #4 [ $alpha ] + } + } + Function [ function imagecolorexactalpha ] { + + - Parameters [5] { + Parameter #0 [ $im ] + Parameter #1 [ $red ] + Parameter #2 [ $green ] + Parameter #3 [ $blue ] + Parameter #4 [ $alpha ] + } + } + Function [ function imagecopyresampled ] { + + - Parameters [10] { + Parameter #0 [ $dst_im ] + Parameter #1 [ $src_im ] + Parameter #2 [ $dst_x ] + Parameter #3 [ $dst_y ] + Parameter #4 [ $src_x ] + Parameter #5 [ $src_y ] + Parameter #6 [ $dst_w ] + Parameter #7 [ $dst_h ] + Parameter #8 [ $src_w ] + Parameter #9 [ $src_h ] + } + } + Function [ function imagerotate ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $angle ] + Parameter #2 [ $bgdcolor ] + Parameter #3 [ $ignoretransparent ] + } + } + Function [ function imageantialias ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $on ] + } + } + Function [ function imagesettile ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $tile ] + } + } + Function [ function imagesetbrush ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $brush ] + } + } + Function [ function imagesetstyle ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $styles ] + } + } + Function [ function imagecreatefrompng ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromgif ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromjpeg ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromwbmp ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromxbm ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromxpm ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromgd ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromgd2 ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagecreatefromgd2part ] { + + - Parameters [5] { + Parameter #0 [ $filename ] + Parameter #1 [ $srcX ] + Parameter #2 [ $srcY ] + Parameter #3 [ $width ] + Parameter #4 [ $height ] + } + } + Function [ function imagepng ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + } + } + Function [ function imagegif ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + } + } + Function [ function imagejpeg ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + Parameter #2 [ $quality ] + } + } + Function [ function imagewbmp ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + Parameter #2 [ $foreground ] + } + } + Function [ function imagegd ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + } + } + Function [ function imagegd2 ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + Parameter #2 [ $chunk_size ] + Parameter #3 [ $type ] + } + } + Function [ function imagedestroy ] { + + - Parameters [1] { + Parameter #0 [ $im ] + } + } + Function [ function imagegammacorrect ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $inputgamma ] + Parameter #2 [ $outputgamma ] + } + } + Function [ function imagefill ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $col ] + } + } + Function [ function imagefilledpolygon ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $points ] + Parameter #2 [ $num_pos ] + Parameter #3 [ $col ] + } + } + Function [ function imagefilledrectangle ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $x1 ] + Parameter #2 [ $y1 ] + Parameter #3 [ $x2 ] + Parameter #4 [ $y2 ] + Parameter #5 [ $col ] + } + } + Function [ function imagefilltoborder ] { + + - Parameters [5] { + Parameter #0 [ $im ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $border ] + Parameter #4 [ $col ] + } + } + Function [ function imagefontwidth ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + Function [ function imagefontheight ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + Function [ function imageinterlace ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $interlace ] + } + } + Function [ function imageline ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $x1 ] + Parameter #2 [ $y1 ] + Parameter #3 [ $x2 ] + Parameter #4 [ $y2 ] + Parameter #5 [ $col ] + } + } + Function [ function imageloadfont ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function imagepolygon ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $points ] + Parameter #2 [ $num_pos ] + Parameter #3 [ $col ] + } + } + Function [ function imagerectangle ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $x1 ] + Parameter #2 [ $y1 ] + Parameter #3 [ $x2 ] + Parameter #4 [ $y2 ] + Parameter #5 [ $col ] + } + } + Function [ function imagesetpixel ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $col ] + } + } + Function [ function imagestring ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $font ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + Parameter #4 [ $str ] + Parameter #5 [ $col ] + } + } + Function [ function imagestringup ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $font ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + Parameter #4 [ $str ] + Parameter #5 [ $col ] + } + } + Function [ function imagesx ] { + + - Parameters [1] { + Parameter #0 [ $im ] + } + } + Function [ function imagesy ] { + + - Parameters [1] { + Parameter #0 [ $im ] + } + } + Function [ function imagedashedline ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $x1 ] + Parameter #2 [ $y1 ] + Parameter #3 [ $x2 ] + Parameter #4 [ $y2 ] + Parameter #5 [ $col ] + } + } + Function [ function imagettfbbox ] { + + - Parameters [4] { + Parameter #0 [ $size ] + Parameter #1 [ $angle ] + Parameter #2 [ $font_file ] + Parameter #3 [ $text ] + } + } + Function [ function imagettftext ] { + + - Parameters [8] { + Parameter #0 [ $im ] + Parameter #1 [ $size ] + Parameter #2 [ $angle ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] + Parameter #5 [ $col ] + Parameter #6 [ $font_file ] + Parameter #7 [ $text ] + } + } + Function [ function imageftbbox ] { + + - Parameters [5] { + Parameter #0 [ $size ] + Parameter #1 [ $angle ] + Parameter #2 [ $font_file ] + Parameter #3 [ $text ] + Parameter #4 [ $extrainfo ] + } + } + Function [ function imagefttext ] { + + - Parameters [9] { + Parameter #0 [ $im ] + Parameter #1 [ $size ] + Parameter #2 [ $angle ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] + Parameter #5 [ $col ] + Parameter #6 [ $font_file ] + Parameter #7 [ $text ] + Parameter #8 [ $extrainfo ] + } + } + Function [ function imagepsloadfont ] { + + - Parameters [1] { + Parameter #0 [ $pathname ] + } + } + Function [ function imagepsfreefont ] { + + - Parameters [1] { + Parameter #0 [ $font_index ] + } + } + Function [ function imagepsencodefont ] { + + - Parameters [2] { + Parameter #0 [ $font_index ] + Parameter #1 [ $filename ] + } + } + Function [ function imagepsextendfont ] { + + - Parameters [2] { + Parameter #0 [ $font_index ] + Parameter #1 [ $extend ] + } + } + Function [ function imagepsslantfont ] { + + - Parameters [2] { + Parameter #0 [ $font_index ] + Parameter #1 [ $slant ] + } + } + Function [ function imagepstext ] { + + - Parameters [12] { + Parameter #0 [ $im ] + Parameter #1 [ $text ] + Parameter #2 [ $font ] + Parameter #3 [ $size ] + Parameter #4 [ $foreground ] + Parameter #5 [ $background ] + Parameter #6 [ $xcoord ] + Parameter #7 [ $ycoord ] + Parameter #8 [ $space ] + Parameter #9 [ $tightness ] + Parameter #10 [ $angle ] + Parameter #11 [ $antialias ] + } + } + Function [ function imagepsbbox ] { + + - Parameters [6] { + Parameter #0 [ $text ] + Parameter #1 [ $font ] + Parameter #2 [ $size ] + Parameter #3 [ $space ] + Parameter #4 [ $tightness ] + Parameter #5 [ $angle ] + } + } + Function [ function imagetypes ] { + + - Parameters [0] { + } + } + Function [ function jpeg2wbmp ] { + + - Parameters [5] { + Parameter #0 [ $f_org ] + Parameter #1 [ $f_dest ] + Parameter #2 [ $d_height ] + Parameter #3 [ $d_width ] + Parameter #4 [ $d_threshold ] + } + } + Function [ function png2wbmp ] { + + - Parameters [5] { + Parameter #0 [ $f_org ] + Parameter #1 [ $f_dest ] + Parameter #2 [ $d_height ] + Parameter #3 [ $d_width ] + Parameter #4 [ $d_threshold ] + } + } + Function [ function image2wbmp ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + Parameter #2 [ $threshold ] + } + } + Function [ function imagelayereffect ] { + + - Parameters [2] { + Parameter #0 [ $im ] + Parameter #1 [ $effect ] + } + } + Function [ function imagexbm ] { + + - Parameters [3] { + Parameter #0 [ $im ] + Parameter #1 [ $filename ] + Parameter #2 [ $foreground ] + } + } + Function [ function imagecolormatch ] { + + - Parameters [2] { + Parameter #0 [ $im1 ] + Parameter #1 [ $im2 ] + } + } + Function [ function imagefilter ] { + + - Parameters [6] { + Parameter #0 [ $im ] + Parameter #1 [ $filtertype ] + Parameter #2 [ $arg1 ] + Parameter #3 [ $arg2 ] + Parameter #4 [ $arg3 ] + Parameter #5 [ $arg4 ] + } + } + Function [ function imageconvolution ] { + + - Parameters [4] { + Parameter #0 [ $im ] + Parameter #1 [ $matrix3x3 ] + Parameter #2 [ $div ] + Parameter #3 [ $offset ] + } + } + } +} + diff --git a/reflection/gettext.txt b/reflection/gettext.txt new file mode 100644 index 0000000..df27b18 --- /dev/null +++ b/reflection/gettext.txt @@ -0,0 +1,80 @@ +Extension [ extension #14 gettext version ] { + + - Functions { + Function [ function textdomain ] { + + - Parameters [1] { + Parameter #0 [ $domain ] + } + } + Function [ function gettext ] { + + - Parameters [1] { + Parameter #0 [ $msgid ] + } + } + Function [ function _ ] { + + - Parameters [1] { + Parameter #0 [ $msgid ] + } + } + Function [ function dgettext ] { + + - Parameters [2] { + Parameter #0 [ $domain_name ] + Parameter #1 [ $msgid ] + } + } + Function [ function dcgettext ] { + + - Parameters [3] { + Parameter #0 [ $domain_name ] + Parameter #1 [ $msgid ] + Parameter #2 [ $category ] + } + } + Function [ function bindtextdomain ] { + + - Parameters [2] { + Parameter #0 [ $domain_name ] + Parameter #1 [ $dir ] + } + } + Function [ function ngettext ] { + + - Parameters [3] { + Parameter #0 [ $msgid1 ] + Parameter #1 [ $msgid2 ] + Parameter #2 [ $count ] + } + } + Function [ function dngettext ] { + + - Parameters [4] { + Parameter #0 [ $domain ] + Parameter #1 [ $msgid1 ] + Parameter #2 [ $msgid2 ] + Parameter #3 [ $count ] + } + } + Function [ function dcngettext ] { + + - Parameters [5] { + Parameter #0 [ $domain ] + Parameter #1 [ $msgid1 ] + Parameter #2 [ $msgid2 ] + Parameter #3 [ $count ] + Parameter #4 [ $category ] + } + } + Function [ function bind_textdomain_codeset ] { + + - Parameters [2] { + Parameter #0 [ $domain ] + Parameter #1 [ $codeset ] + } + } + } +} + diff --git a/reflection/gmp.txt b/reflection/gmp.txt new file mode 100644 index 0000000..5be1e1a --- /dev/null +++ b/reflection/gmp.txt @@ -0,0 +1,294 @@ +Extension [ extension #15 gmp version ] { + + - Constants [4] { + Constant [ integer GMP_ROUND_ZERO ] { 0 } + Constant [ integer GMP_ROUND_PLUSINF ] { 1 } + Constant [ integer GMP_ROUND_MINUSINF ] { 2 } + Constant [ string GMP_VERSION ] { 5.0.2 } + } + + - Functions { + Function [ function gmp_init ] { + + - Parameters [2] { + Parameter #0 [ $number ] + Parameter #1 [ $base ] + } + } + Function [ function gmp_intval ] { + + - Parameters [1] { + Parameter #0 [ $gmpnumber ] + } + } + Function [ function gmp_strval ] { + + - Parameters [2] { + Parameter #0 [ $gmpnumber ] + Parameter #1 [ $base ] + } + } + Function [ function gmp_add ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_sub ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_mul ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_div_qr ] { + + - Parameters [3] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + Parameter #2 [ $round ] + } + } + Function [ function gmp_div_q ] { + + - Parameters [3] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + Parameter #2 [ $round ] + } + } + Function [ function gmp_div_r ] { + + - Parameters [3] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + Parameter #2 [ $round ] + } + } + Function [ function gmp_div ] { + + - Parameters [3] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + Parameter #2 [ $round ] + } + } + Function [ function gmp_mod ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_divexact ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_neg ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_abs ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_fact ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_sqrt ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_sqrtrem ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_pow ] { + + - Parameters [2] { + Parameter #0 [ $base ] + Parameter #1 [ $exp ] + } + } + Function [ function gmp_powm ] { + + - Parameters [3] { + Parameter #0 [ $base ] + Parameter #1 [ $exp ] + Parameter #2 [ $mod ] + } + } + Function [ function gmp_perfect_square ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_prob_prime ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $reps ] + } + } + Function [ function gmp_gcd ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_gcdext ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_invert ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_jacobi ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_legendre ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_cmp ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_sign ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_random ] { + + - Parameters [1] { + Parameter #0 [ $limiter ] + } + } + Function [ function gmp_and ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_or ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_com ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_xor ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_setbit ] { + + - Parameters [3] { + Parameter #0 [ &$a ] + Parameter #1 [ $index ] + Parameter #2 [ $set_clear ] + } + } + Function [ function gmp_clrbit ] { + + - Parameters [2] { + Parameter #0 [ &$a ] + Parameter #1 [ $index ] + } + } + Function [ function gmp_scan0 ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $start ] + } + } + Function [ function gmp_scan1 ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $start ] + } + } + Function [ function gmp_testbit ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $index ] + } + } + Function [ function gmp_popcount ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + Function [ function gmp_hamdist ] { + + - Parameters [2] { + Parameter #0 [ $a ] + Parameter #1 [ $b ] + } + } + Function [ function gmp_nextprime ] { + + - Parameters [1] { + Parameter #0 [ $a ] + } + } + } +} + diff --git a/reflection/hash.txt b/reflection/hash.txt new file mode 100644 index 0000000..820dd4f --- /dev/null +++ b/reflection/hash.txt @@ -0,0 +1,169 @@ +Extension [ extension #16 hash version 1.0 ] { + + - Constants [32] { + Constant [ integer HASH_HMAC ] { 1 } + Constant [ integer MHASH_CRC32 ] { 0 } + Constant [ integer MHASH_MD5 ] { 1 } + Constant [ integer MHASH_SHA1 ] { 2 } + Constant [ integer MHASH_HAVAL256 ] { 3 } + Constant [ integer MHASH_RIPEMD160 ] { 5 } + Constant [ integer MHASH_TIGER ] { 7 } + Constant [ integer MHASH_GOST ] { 8 } + Constant [ integer MHASH_CRC32B ] { 9 } + Constant [ integer MHASH_HAVAL224 ] { 10 } + Constant [ integer MHASH_HAVAL192 ] { 11 } + Constant [ integer MHASH_HAVAL160 ] { 12 } + Constant [ integer MHASH_HAVAL128 ] { 13 } + Constant [ integer MHASH_TIGER128 ] { 14 } + Constant [ integer MHASH_TIGER160 ] { 15 } + Constant [ integer MHASH_MD4 ] { 16 } + Constant [ integer MHASH_SHA256 ] { 17 } + Constant [ integer MHASH_ADLER32 ] { 18 } + Constant [ integer MHASH_SHA224 ] { 19 } + Constant [ integer MHASH_SHA512 ] { 20 } + Constant [ integer MHASH_SHA384 ] { 21 } + Constant [ integer MHASH_WHIRLPOOL ] { 22 } + Constant [ integer MHASH_RIPEMD128 ] { 23 } + Constant [ integer MHASH_RIPEMD256 ] { 24 } + Constant [ integer MHASH_RIPEMD320 ] { 25 } + Constant [ integer MHASH_SNEFRU256 ] { 27 } + Constant [ integer MHASH_MD2 ] { 28 } + Constant [ integer MHASH_FNV132 ] { 29 } + Constant [ integer MHASH_FNV1A32 ] { 30 } + Constant [ integer MHASH_FNV164 ] { 31 } + Constant [ integer MHASH_FNV1A64 ] { 32 } + Constant [ integer MHASH_JOAAT ] { 33 } + } + + - Functions { + Function [ function hash ] { + + - Parameters [3] { + Parameter #0 [ $algo ] + Parameter #1 [ $data ] + Parameter #2 [ $raw_output ] + } + } + Function [ function hash_file ] { + + - Parameters [3] { + Parameter #0 [ $algo ] + Parameter #1 [ $filename ] + Parameter #2 [ $raw_output ] + } + } + Function [ function hash_hmac ] { + + - Parameters [4] { + Parameter #0 [ $algo ] + Parameter #1 [ $data ] + Parameter #2 [ $key ] + Parameter #3 [ $raw_output ] + } + } + Function [ function hash_hmac_file ] { + + - Parameters [4] { + Parameter #0 [ $algo ] + Parameter #1 [ $filename ] + Parameter #2 [ $key ] + Parameter #3 [ $raw_output ] + } + } + Function [ function hash_init ] { + + - Parameters [3] { + Parameter #0 [ $algo ] + Parameter #1 [ $options ] + Parameter #2 [ $key ] + } + } + Function [ function hash_update ] { + + - Parameters [2] { + Parameter #0 [ $context ] + Parameter #1 [ $data ] + } + } + Function [ function hash_update_stream ] { + + - Parameters [3] { + Parameter #0 [ $context ] + Parameter #1 [ $handle ] + Parameter #2 [ $length ] + } + } + Function [ function hash_update_file ] { + + - Parameters [3] { + Parameter #0 [ $context ] + Parameter #1 [ $filename ] + Parameter #2 [ $context ] + } + } + Function [ function hash_final ] { + + - Parameters [2] { + Parameter #0 [ $context ] + Parameter #1 [ $raw_output ] + } + } + Function [ function hash_copy ] { + + - Parameters [1] { + Parameter #0 [ $context ] + } + } + Function [ function hash_algos ] { + + - Parameters [0] { + } + } + Function [ function hash_pbkdf2 ] { + + - Parameters [6] { + Parameter #0 [ $algo ] + Parameter #1 [ $password ] + Parameter #2 [ $salt ] + Parameter #3 [ $iterations ] + Parameter #4 [ $length ] + Parameter #5 [ $raw_output ] + } + } + Function [ function mhash_keygen_s2k ] { + + - Parameters [4] { + Parameter #0 [ $hash ] + Parameter #1 [ $input_password ] + Parameter #2 [ $salt ] + Parameter #3 [ $bytes ] + } + } + Function [ function mhash_get_block_size ] { + + - Parameters [1] { + Parameter #0 [ $hash ] + } + } + Function [ function mhash_get_hash_name ] { + + - Parameters [1] { + Parameter #0 [ $hash ] + } + } + Function [ function mhash_count ] { + + - Parameters [0] { + } + } + Function [ function mhash ] { + + - Parameters [3] { + Parameter #0 [ $hash ] + Parameter #1 [ $data ] + Parameter #2 [ $key ] + } + } + } +} + diff --git a/reflection/iconv.txt b/reflection/iconv.txt new file mode 100644 index 0000000..21e89b1 --- /dev/null +++ b/reflection/iconv.txt @@ -0,0 +1,103 @@ +Extension [ extension #17 iconv version ] { + + - INI { + Entry [ iconv.input_encoding ] + Current = 'ISO-8859-1' + } + Entry [ iconv.output_encoding ] + Current = 'ISO-8859-1' + } + Entry [ iconv.internal_encoding ] + Current = 'ISO-8859-1' + } + } + + - Constants [4] { + Constant [ string ICONV_IMPL ] { glibc } + Constant [ string ICONV_VERSION ] { 2.15 } + Constant [ integer ICONV_MIME_DECODE_STRICT ] { 1 } + Constant [ integer ICONV_MIME_DECODE_CONTINUE_ON_ERROR ] { 2 } + } + + - Functions { + Function [ function iconv ] { + + - Parameters [3] { + Parameter #0 [ $in_charset ] + Parameter #1 [ $out_charset ] + Parameter #2 [ $str ] + } + } + Function [ function iconv_get_encoding ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + Function [ function iconv_set_encoding ] { + + - Parameters [2] { + Parameter #0 [ $type ] + Parameter #1 [ $charset ] + } + } + Function [ function iconv_strlen ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $charset ] + } + } + Function [ function iconv_substr ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] + Parameter #3 [ $charset ] + } + } + Function [ function iconv_strpos ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + Parameter #3 [ $charset ] + } + } + Function [ function iconv_strrpos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $charset ] + } + } + Function [ function iconv_mime_encode ] { + + - Parameters [3] { + Parameter #0 [ $field_name ] + Parameter #1 [ $field_value ] + Parameter #2 [ $preference ] + } + } + Function [ function iconv_mime_decode ] { + + - Parameters [3] { + Parameter #0 [ $encoded_string ] + Parameter #1 [ $mode ] + Parameter #2 [ $charset ] + } + } + Function [ function iconv_mime_decode_headers ] { + + - Parameters [3] { + Parameter #0 [ $headers ] + Parameter #1 [ $mode ] + Parameter #2 [ $charset ] + } + } + } +} + diff --git a/reflection/imap.txt b/reflection/imap.txt new file mode 100644 index 0000000..a242b3f --- /dev/null +++ b/reflection/imap.txt @@ -0,0 +1,639 @@ +Extension [ extension #43 imap version ] { + + - Dependencies { + Dependency [ standard (Required) ] + } + + - Constants [68] { + Constant [ integer NIL ] { 0 } + Constant [ integer IMAP_OPENTIMEOUT ] { 1 } + Constant [ integer IMAP_READTIMEOUT ] { 2 } + Constant [ integer IMAP_WRITETIMEOUT ] { 3 } + Constant [ integer IMAP_CLOSETIMEOUT ] { 4 } + Constant [ integer OP_DEBUG ] { 1 } + Constant [ integer OP_READONLY ] { 2 } + Constant [ integer OP_ANONYMOUS ] { 4 } + Constant [ integer OP_SHORTCACHE ] { 8 } + Constant [ integer OP_SILENT ] { 16 } + Constant [ integer OP_PROTOTYPE ] { 32 } + Constant [ integer OP_HALFOPEN ] { 64 } + Constant [ integer OP_EXPUNGE ] { 128 } + Constant [ integer OP_SECURE ] { 256 } + Constant [ integer CL_EXPUNGE ] { 32768 } + Constant [ integer FT_UID ] { 1 } + Constant [ integer FT_PEEK ] { 2 } + Constant [ integer FT_NOT ] { 4 } + Constant [ integer FT_INTERNAL ] { 8 } + Constant [ integer FT_PREFETCHTEXT ] { 32 } + Constant [ integer ST_UID ] { 1 } + Constant [ integer ST_SILENT ] { 2 } + Constant [ integer ST_SET ] { 4 } + Constant [ integer CP_UID ] { 1 } + Constant [ integer CP_MOVE ] { 2 } + Constant [ integer SE_UID ] { 1 } + Constant [ integer SE_FREE ] { 2 } + Constant [ integer SE_NOPREFETCH ] { 4 } + Constant [ integer SO_FREE ] { 8 } + Constant [ integer SO_NOSERVER ] { 16 } + Constant [ integer SA_MESSAGES ] { 1 } + Constant [ integer SA_RECENT ] { 2 } + Constant [ integer SA_UNSEEN ] { 4 } + Constant [ integer SA_UIDNEXT ] { 8 } + Constant [ integer SA_UIDVALIDITY ] { 16 } + Constant [ integer SA_ALL ] { 31 } + Constant [ integer LATT_NOINFERIORS ] { 1 } + Constant [ integer LATT_NOSELECT ] { 2 } + Constant [ integer LATT_MARKED ] { 4 } + Constant [ integer LATT_UNMARKED ] { 8 } + Constant [ integer LATT_REFERRAL ] { 16 } + Constant [ integer LATT_HASCHILDREN ] { 32 } + Constant [ integer LATT_HASNOCHILDREN ] { 64 } + Constant [ integer SORTDATE ] { 0 } + Constant [ integer SORTARRIVAL ] { 1 } + Constant [ integer SORTFROM ] { 2 } + Constant [ integer SORTSUBJECT ] { 3 } + Constant [ integer SORTTO ] { 4 } + Constant [ integer SORTCC ] { 5 } + Constant [ integer SORTSIZE ] { 6 } + Constant [ integer TYPETEXT ] { 0 } + Constant [ integer TYPEMULTIPART ] { 1 } + Constant [ integer TYPEMESSAGE ] { 2 } + Constant [ integer TYPEAPPLICATION ] { 3 } + Constant [ integer TYPEAUDIO ] { 4 } + Constant [ integer TYPEIMAGE ] { 5 } + Constant [ integer TYPEVIDEO ] { 6 } + Constant [ integer TYPEMODEL ] { 7 } + Constant [ integer TYPEOTHER ] { 8 } + Constant [ integer ENC7BIT ] { 0 } + Constant [ integer ENC8BIT ] { 1 } + Constant [ integer ENCBINARY ] { 2 } + Constant [ integer ENCBASE64 ] { 3 } + Constant [ integer ENCQUOTEDPRINTABLE ] { 4 } + Constant [ integer ENCOTHER ] { 5 } + Constant [ integer IMAP_GC_ELT ] { 1 } + Constant [ integer IMAP_GC_ENV ] { 2 } + Constant [ integer IMAP_GC_TEXTS ] { 4 } + } + + - Functions { + Function [ function imap_open ] { + + - Parameters [6] { + Parameter #0 [ $mailbox ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $options ] + Parameter #4 [ $n_retries ] + Parameter #5 [ $params ] + } + } + Function [ function imap_reopen ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + Parameter #2 [ $options ] + Parameter #3 [ $n_retries ] + } + } + Function [ function imap_close ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $options ] + } + } + Function [ function imap_num_msg ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_num_recent ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_headers ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_headerinfo ] { + + - Parameters [5] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $from_length ] + Parameter #3 [ $subject_length ] + Parameter #4 [ $default_host ] + } + } + Function [ function imap_rfc822_parse_headers ] { + + - Parameters [2] { + Parameter #0 [ $headers ] + Parameter #1 [ $default_host ] + } + } + Function [ function imap_rfc822_write_address ] { + + - Parameters [3] { + Parameter #0 [ $mailbox ] + Parameter #1 [ $host ] + Parameter #2 [ $personal ] + } + } + Function [ function imap_rfc822_parse_adrlist ] { + + - Parameters [2] { + Parameter #0 [ $address_string ] + Parameter #1 [ $default_host ] + } + } + Function [ function imap_body ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $options ] + } + } + Function [ function imap_bodystruct ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $section ] + } + } + Function [ function imap_fetchbody ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $section ] + Parameter #3 [ $options ] + } + } + Function [ function imap_fetchmime ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $section ] + Parameter #3 [ $options ] + } + } + Function [ function imap_savebody ] { + + - Parameters [5] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $file ] + Parameter #2 [ $msg_no ] + Parameter #3 [ $section ] + Parameter #4 [ $options ] + } + } + Function [ function imap_fetchheader ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $options ] + } + } + Function [ function imap_fetchstructure ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $options ] + } + } + Function [ function imap_gc ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $flags ] + } + } + Function [ function imap_expunge ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_delete ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $options ] + } + } + Function [ function imap_undelete ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $flags ] + } + } + Function [ function imap_check ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_listscan ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + Parameter #3 [ $content ] + } + } + Function [ function imap_mail_copy ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msglist ] + Parameter #2 [ $mailbox ] + Parameter #3 [ $options ] + } + } + Function [ function imap_mail_move ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $sequence ] + Parameter #2 [ $mailbox ] + Parameter #3 [ $options ] + } + } + Function [ function imap_mail_compose ] { + + - Parameters [2] { + Parameter #0 [ $envelope ] + Parameter #1 [ $body ] + } + } + Function [ function imap_createmailbox ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + } + } + Function [ function imap_renamemailbox ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $old_name ] + Parameter #2 [ $new_name ] + } + } + Function [ function imap_deletemailbox ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + } + } + Function [ function imap_subscribe ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + } + } + Function [ function imap_unsubscribe ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + } + } + Function [ function imap_append ] { + + - Parameters [5] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $folder ] + Parameter #2 [ $message ] + Parameter #3 [ $options ] + Parameter #4 [ $date ] + } + } + Function [ function imap_ping ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_base64 ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function imap_qprint ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function imap_8bit ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function imap_binary ] { + + - Parameters [1] { + Parameter #0 [ $text ] + } + } + Function [ function imap_utf8 ] { + + - Parameters [1] { + Parameter #0 [ $mime_encoded_text ] + } + } + Function [ function imap_status ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + Parameter #2 [ $options ] + } + } + Function [ function imap_mailboxmsginfo ] { + + - Parameters [1] { + Parameter #0 [ $stream_id ] + } + } + Function [ function imap_setflag_full ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $sequence ] + Parameter #2 [ $flag ] + Parameter #3 [ $options ] + } + } + Function [ function imap_clearflag_full ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $sequence ] + Parameter #2 [ $flag ] + Parameter #3 [ $options ] + } + } + Function [ function imap_sort ] { + + - Parameters [6] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $criteria ] + Parameter #2 [ $reverse ] + Parameter #3 [ $options ] + Parameter #4 [ $search_criteria ] + Parameter #5 [ $charset ] + } + } + Function [ function imap_uid ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + } + } + Function [ function imap_msgno ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $unique_msg_id ] + } + } + Function [ function imap_list ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + } + } + Function [ function imap_lsub ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + } + } + Function [ function imap_fetch_overview ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $sequence ] + Parameter #2 [ $options ] + } + } + Function [ function imap_alerts ] { + + - Parameters [0] { + } + } + Function [ function imap_errors ] { + + - Parameters [0] { + } + } + Function [ function imap_last_error ] { + + - Parameters [0] { + } + } + Function [ function imap_search ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $criteria ] + Parameter #2 [ $options ] + Parameter #3 [ $charset ] + } + } + Function [ function imap_utf7_decode ] { + + - Parameters [1] { + Parameter #0 [ $buf ] + } + } + Function [ function imap_utf7_encode ] { + + - Parameters [1] { + Parameter #0 [ $buf ] + } + } + Function [ function imap_mime_header_decode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function imap_thread ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $options ] + } + } + Function [ function imap_timeout ] { + + - Parameters [2] { + Parameter #0 [ $timeout_type ] + Parameter #1 [ $timeout ] + } + } + Function [ function imap_get_quota ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $qroot ] + } + } + Function [ function imap_get_quotaroot ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mbox ] + } + } + Function [ function imap_set_quota ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $qroot ] + Parameter #2 [ $mailbox_size ] + } + } + Function [ function imap_setacl ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + Parameter #2 [ $id ] + Parameter #3 [ $rights ] + } + } + Function [ function imap_getacl ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + } + } + Function [ function imap_mail ] { + + - Parameters [7] { + Parameter #0 [ $to ] + Parameter #1 [ $subject ] + Parameter #2 [ $message ] + Parameter #3 [ $additional_headers ] + Parameter #4 [ $cc ] + Parameter #5 [ $bcc ] + Parameter #6 [ $rpath ] + } + } + Function [ function imap_header ] { + + - Parameters [5] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $from_length ] + Parameter #3 [ $subject_length ] + Parameter #4 [ $default_host ] + } + } + Function [ function imap_listmailbox ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + } + } + Function [ function imap_getmailboxes ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + } + } + Function [ function imap_scanmailbox ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + Parameter #3 [ $content ] + } + } + Function [ function imap_listsubscribed ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + } + } + Function [ function imap_getsubscribed ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + } + } + Function [ function imap_fetchtext ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $msg_no ] + Parameter #2 [ $options ] + } + } + Function [ function imap_scan ] { + + - Parameters [4] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $ref ] + Parameter #2 [ $pattern ] + Parameter #3 [ $content ] + } + } + Function [ function imap_create ] { + + - Parameters [2] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $mailbox ] + } + } + Function [ function imap_rename ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $old_name ] + Parameter #2 [ $new_name ] + } + } + } +} + diff --git a/reflection/interbase.txt b/reflection/interbase.txt new file mode 100644 index 0000000..6a7cdb4 --- /dev/null +++ b/reflection/interbase.txt @@ -0,0 +1,826 @@ +Extension [ extension #44 interbase version ] { + + - INI { + Entry [ ibase.allow_persistent ] + Current = '1' + } + Entry [ ibase.max_persistent ] + Current = '-1' + } + Entry [ ibase.max_links ] + Current = '-1' + } + Entry [ ibase.default_db ] + Current = '' + } + Entry [ ibase.default_user ] + Current = '' + } + Entry [ ibase.default_password ] + Current = '' + } + Entry [ ibase.default_charset ] + Current = '' + } + Entry [ ibase.timestampformat ] + Current = '%Y-%m-%d %H:%M:%S' + } + Entry [ ibase.dateformat ] + Current = '%Y-%m-%d' + } + Entry [ ibase.timeformat ] + Current = '%H:%M:%S' + } + } + + - Constants [66] { + Constant [ integer IBASE_DEFAULT ] { 0 } + Constant [ integer IBASE_CREATE ] { 0 } + Constant [ integer IBASE_TEXT ] { 1 } + Constant [ integer IBASE_FETCH_BLOBS ] { 1 } + Constant [ integer IBASE_FETCH_ARRAYS ] { 2 } + Constant [ integer IBASE_UNIXTIME ] { 4 } + Constant [ integer IBASE_WRITE ] { 1 } + Constant [ integer IBASE_READ ] { 2 } + Constant [ integer IBASE_COMMITTED ] { 8 } + Constant [ integer IBASE_CONSISTENCY ] { 16 } + Constant [ integer IBASE_CONCURRENCY ] { 4 } + Constant [ integer IBASE_REC_VERSION ] { 64 } + Constant [ integer IBASE_REC_NO_VERSION ] { 32 } + Constant [ integer IBASE_NOWAIT ] { 256 } + Constant [ integer IBASE_WAIT ] { 128 } + Constant [ integer IBASE_BKP_IGNORE_CHECKSUMS ] { 1 } + Constant [ integer IBASE_BKP_IGNORE_LIMBO ] { 2 } + Constant [ integer IBASE_BKP_METADATA_ONLY ] { 4 } + Constant [ integer IBASE_BKP_NO_GARBAGE_COLLECT ] { 8 } + Constant [ integer IBASE_BKP_OLD_DESCRIPTIONS ] { 16 } + Constant [ integer IBASE_BKP_NON_TRANSPORTABLE ] { 32 } + Constant [ integer IBASE_BKP_CONVERT ] { 64 } + Constant [ integer IBASE_RES_DEACTIVATE_IDX ] { 256 } + Constant [ integer IBASE_RES_NO_SHADOW ] { 512 } + Constant [ integer IBASE_RES_NO_VALIDITY ] { 1024 } + Constant [ integer IBASE_RES_ONE_AT_A_TIME ] { 2048 } + Constant [ integer IBASE_RES_REPLACE ] { 4096 } + Constant [ integer IBASE_RES_CREATE ] { 8192 } + Constant [ integer IBASE_RES_USE_ALL_SPACE ] { 16384 } + Constant [ integer IBASE_PRP_PAGE_BUFFERS ] { 5 } + Constant [ integer IBASE_PRP_SWEEP_INTERVAL ] { 6 } + Constant [ integer IBASE_PRP_SHUTDOWN_DB ] { 7 } + Constant [ integer IBASE_PRP_DENY_NEW_TRANSACTIONS ] { 10 } + Constant [ integer IBASE_PRP_DENY_NEW_ATTACHMENTS ] { 9 } + Constant [ integer IBASE_PRP_RESERVE_SPACE ] { 11 } + Constant [ integer IBASE_PRP_RES_USE_FULL ] { 35 } + Constant [ integer IBASE_PRP_RES ] { 36 } + Constant [ integer IBASE_PRP_WRITE_MODE ] { 12 } + Constant [ integer IBASE_PRP_WM_ASYNC ] { 37 } + Constant [ integer IBASE_PRP_WM_SYNC ] { 38 } + Constant [ integer IBASE_PRP_ACCESS_MODE ] { 13 } + Constant [ integer IBASE_PRP_AM_READONLY ] { 39 } + Constant [ integer IBASE_PRP_AM_READWRITE ] { 40 } + Constant [ integer IBASE_PRP_SET_SQL_DIALECT ] { 14 } + Constant [ integer IBASE_PRP_ACTIVATE ] { 256 } + Constant [ integer IBASE_PRP_DB_ONLINE ] { 512 } + Constant [ integer IBASE_RPR_CHECK_DB ] { 16 } + Constant [ integer IBASE_RPR_IGNORE_CHECKSUM ] { 32 } + Constant [ integer IBASE_RPR_KILL_SHADOWS ] { 64 } + Constant [ integer IBASE_RPR_MEND_DB ] { 4 } + Constant [ integer IBASE_RPR_VALIDATE_DB ] { 1 } + Constant [ integer IBASE_RPR_FULL ] { 128 } + Constant [ integer IBASE_RPR_SWEEP_DB ] { 2 } + Constant [ integer IBASE_STS_DATA_PAGES ] { 1 } + Constant [ integer IBASE_STS_DB_LOG ] { 2 } + Constant [ integer IBASE_STS_HDR_PAGES ] { 4 } + Constant [ integer IBASE_STS_IDX_PAGES ] { 8 } + Constant [ integer IBASE_STS_SYS_RELATIONS ] { 16 } + Constant [ integer IBASE_SVC_SERVER_VERSION ] { 55 } + Constant [ integer IBASE_SVC_IMPLEMENTATION ] { 56 } + Constant [ integer IBASE_SVC_GET_ENV ] { 59 } + Constant [ integer IBASE_SVC_GET_ENV_LOCK ] { 60 } + Constant [ integer IBASE_SVC_GET_ENV_MSG ] { 61 } + Constant [ integer IBASE_SVC_USER_DBPATH ] { 58 } + Constant [ integer IBASE_SVC_SVR_DB_INFO ] { 50 } + Constant [ integer IBASE_SVC_GET_USERS ] { 68 } + } + + - Functions { + Function [ function ibase_connect ] { + + - Parameters [7] { + Parameter #0 [ $database ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $charset ] + Parameter #4 [ $buffers ] + Parameter #5 [ $dialect ] + Parameter #6 [ $role ] + } + } + Function [ function ibase_pconnect ] { + + - Parameters [7] { + Parameter #0 [ $database ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $charset ] + Parameter #4 [ $buffers ] + Parameter #5 [ $dialect ] + Parameter #6 [ $role ] + } + } + Function [ function ibase_close ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_drop_db ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_query ] { + + - Parameters [5] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $link_identifier ] + Parameter #2 [ $query ] + Parameter #3 [ $bind_arg ] + Parameter #4 [ $bind_arg ] + } + } + Function [ function ibase_fetch_row ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fetch_flags ] + } + } + Function [ function ibase_fetch_assoc ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fetch_flags ] + } + } + Function [ function ibase_fetch_object ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fetch_flags ] + } + } + Function [ function ibase_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function ibase_name_result ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $name ] + } + } + Function [ function ibase_prepare ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $query ] + } + } + Function [ function ibase_execute ] { + + - Parameters [3] { + Parameter #0 [ $query ] + Parameter #1 [ $bind_arg ] + Parameter #2 [ $bind_arg ] + } + } + Function [ function ibase_free_query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + Function [ function ibase_gen_id ] { + + - Parameters [3] { + Parameter #0 [ $generator ] + Parameter #1 [ $increment ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function ibase_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $query_result ] + } + } + Function [ function ibase_num_params ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + Function [ function ibase_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_field_info ] { + + - Parameters [2] { + Parameter #0 [ $query_result ] + Parameter #1 [ $field_number ] + } + } + Function [ function ibase_param_info ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $field_number ] + } + } + Function [ function ibase_trans ] { + + - Parameters [4] { + Parameter #0 [ $trans_args ] + Parameter #1 [ $link_identifier ] + Parameter #2 [ $trans_args ] + Parameter #3 [ $link_identifier ] + } + } + Function [ function ibase_commit ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_rollback ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_commit_ret ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_rollback_ret ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_blob_info ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $blob_id ] + } + } + Function [ function ibase_blob_create ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ibase_blob_add ] { + + - Parameters [2] { + Parameter #0 [ $blob_handle ] + Parameter #1 [ $data ] + } + } + Function [ function ibase_blob_cancel ] { + + - Parameters [1] { + Parameter #0 [ $blob_handle ] + } + } + Function [ function ibase_blob_close ] { + + - Parameters [1] { + Parameter #0 [ $blob_handle ] + } + } + Function [ function ibase_blob_open ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $blob_id ] + } + } + Function [ function ibase_blob_get ] { + + - Parameters [2] { + Parameter #0 [ $blob_handle ] + Parameter #1 [ $len ] + } + } + Function [ function ibase_blob_echo ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $blob_id ] + } + } + Function [ function ibase_blob_import ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $file ] + } + } + Function [ function ibase_errmsg ] { + + - Parameters [0] { + } + } + Function [ function ibase_errcode ] { + + - Parameters [0] { + } + } + Function [ function ibase_add_user ] { + + - Parameters [6] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $user_name ] + Parameter #2 [ $password ] + Parameter #3 [ $first_name ] + Parameter #4 [ $middle_name ] + Parameter #5 [ $last_name ] + } + } + Function [ function ibase_modify_user ] { + + - Parameters [6] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $user_name ] + Parameter #2 [ $password ] + Parameter #3 [ $first_name ] + Parameter #4 [ $middle_name ] + Parameter #5 [ $last_name ] + } + } + Function [ function ibase_delete_user ] { + + - Parameters [6] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $user_name ] + Parameter #2 [ $password ] + Parameter #3 [ $first_name ] + Parameter #4 [ $middle_name ] + Parameter #5 [ $last_name ] + } + } + Function [ function ibase_service_attach ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $dba_username ] + Parameter #2 [ $dba_password ] + } + } + Function [ function ibase_service_detach ] { + + - Parameters [1] { + Parameter #0 [ $service_handle ] + } + } + Function [ function ibase_backup ] { + + - Parameters [5] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $source_db ] + Parameter #2 [ $dest_file ] + Parameter #3 [ $options ] + Parameter #4 [ $verbose ] + } + } + Function [ function ibase_restore ] { + + - Parameters [5] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $source_file ] + Parameter #2 [ $dest_db ] + Parameter #3 [ $options ] + Parameter #4 [ $verbose ] + } + } + Function [ function ibase_maintain_db ] { + + - Parameters [4] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $db ] + Parameter #2 [ $action ] + Parameter #3 [ $argument ] + } + } + Function [ function ibase_db_info ] { + + - Parameters [4] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $db ] + Parameter #2 [ $action ] + Parameter #3 [ $argument ] + } + } + Function [ function ibase_server_info ] { + + - Parameters [2] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $action ] + } + } + Function [ function ibase_wait_event ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $event ] + Parameter #2 [ $event2 ] + } + } + Function [ function ibase_set_event_handler ] { + + - Parameters [4] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $handler ] + Parameter #2 [ $event ] + Parameter #3 [ $event2 ] + } + } + Function [ function ibase_free_event_handler ] { + + - Parameters [1] { + Parameter #0 [ $event ] + } + } + Function [ function fbird_connect ] { + + - Parameters [7] { + Parameter #0 [ $database ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $charset ] + Parameter #4 [ $buffers ] + Parameter #5 [ $dialect ] + Parameter #6 [ $role ] + } + } + Function [ function fbird_pconnect ] { + + - Parameters [7] { + Parameter #0 [ $database ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $charset ] + Parameter #4 [ $buffers ] + Parameter #5 [ $dialect ] + Parameter #6 [ $role ] + } + } + Function [ function fbird_close ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_drop_db ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_query ] { + + - Parameters [5] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $link_identifier ] + Parameter #2 [ $query ] + Parameter #3 [ $bind_arg ] + Parameter #4 [ $bind_arg ] + } + } + Function [ function fbird_fetch_row ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fetch_flags ] + } + } + Function [ function fbird_fetch_assoc ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fetch_flags ] + } + } + Function [ function fbird_fetch_object ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fetch_flags ] + } + } + Function [ function fbird_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function fbird_name_result ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $name ] + } + } + Function [ function fbird_prepare ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $query ] + } + } + Function [ function fbird_execute ] { + + - Parameters [3] { + Parameter #0 [ $query ] + Parameter #1 [ $bind_arg ] + Parameter #2 [ $bind_arg ] + } + } + Function [ function fbird_free_query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + Function [ function fbird_gen_id ] { + + - Parameters [3] { + Parameter #0 [ $generator ] + Parameter #1 [ $increment ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function fbird_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $query_result ] + } + } + Function [ function fbird_num_params ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + Function [ function fbird_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_field_info ] { + + - Parameters [2] { + Parameter #0 [ $query_result ] + Parameter #1 [ $field_number ] + } + } + Function [ function fbird_param_info ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $field_number ] + } + } + Function [ function fbird_trans ] { + + - Parameters [4] { + Parameter #0 [ $trans_args ] + Parameter #1 [ $link_identifier ] + Parameter #2 [ $trans_args ] + Parameter #3 [ $link_identifier ] + } + } + Function [ function fbird_commit ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_rollback ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_commit_ret ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_rollback_ret ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_blob_info ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $blob_id ] + } + } + Function [ function fbird_blob_create ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function fbird_blob_add ] { + + - Parameters [2] { + Parameter #0 [ $blob_handle ] + Parameter #1 [ $data ] + } + } + Function [ function fbird_blob_cancel ] { + + - Parameters [1] { + Parameter #0 [ $blob_handle ] + } + } + Function [ function fbird_blob_close ] { + + - Parameters [1] { + Parameter #0 [ $blob_handle ] + } + } + Function [ function fbird_blob_open ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $blob_id ] + } + } + Function [ function fbird_blob_get ] { + + - Parameters [2] { + Parameter #0 [ $blob_handle ] + Parameter #1 [ $len ] + } + } + Function [ function fbird_blob_echo ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $blob_id ] + } + } + Function [ function fbird_blob_import ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $file ] + } + } + Function [ function fbird_errmsg ] { + + - Parameters [0] { + } + } + Function [ function fbird_errcode ] { + + - Parameters [0] { + } + } + Function [ function fbird_add_user ] { + + - Parameters [6] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $user_name ] + Parameter #2 [ $password ] + Parameter #3 [ $first_name ] + Parameter #4 [ $middle_name ] + Parameter #5 [ $last_name ] + } + } + Function [ function fbird_modify_user ] { + + - Parameters [6] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $user_name ] + Parameter #2 [ $password ] + Parameter #3 [ $first_name ] + Parameter #4 [ $middle_name ] + Parameter #5 [ $last_name ] + } + } + Function [ function fbird_delete_user ] { + + - Parameters [6] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $user_name ] + Parameter #2 [ $password ] + Parameter #3 [ $first_name ] + Parameter #4 [ $middle_name ] + Parameter #5 [ $last_name ] + } + } + Function [ function fbird_service_attach ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $dba_username ] + Parameter #2 [ $dba_password ] + } + } + Function [ function fbird_service_detach ] { + + - Parameters [1] { + Parameter #0 [ $service_handle ] + } + } + Function [ function fbird_backup ] { + + - Parameters [5] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $source_db ] + Parameter #2 [ $dest_file ] + Parameter #3 [ $options ] + Parameter #4 [ $verbose ] + } + } + Function [ function fbird_restore ] { + + - Parameters [5] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $source_file ] + Parameter #2 [ $dest_db ] + Parameter #3 [ $options ] + Parameter #4 [ $verbose ] + } + } + Function [ function fbird_maintain_db ] { + + - Parameters [4] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $db ] + Parameter #2 [ $action ] + Parameter #3 [ $argument ] + } + } + Function [ function fbird_db_info ] { + + - Parameters [4] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $db ] + Parameter #2 [ $action ] + Parameter #3 [ $argument ] + } + } + Function [ function fbird_server_info ] { + + - Parameters [2] { + Parameter #0 [ $service_handle ] + Parameter #1 [ $action ] + } + } + Function [ function fbird_wait_event ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $event ] + Parameter #2 [ $event2 ] + } + } + Function [ function fbird_set_event_handler ] { + + - Parameters [4] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $handler ] + Parameter #2 [ $event ] + Parameter #3 [ $event2 ] + } + } + Function [ function fbird_free_event_handler ] { + + - Parameters [1] { + Parameter #0 [ $event ] + } + } + } +} + diff --git a/reflection/intl.txt b/reflection/intl.txt new file mode 100644 index 0000000..6d4b2d1 --- /dev/null +++ b/reflection/intl.txt @@ -0,0 +1,3970 @@ +Extension [ extension #45 intl version 1.1.0 ] { + + - INI { + Entry [ intl.default_locale ] + Current = '' + } + Entry [ intl.error_level ] + Current = '0' + } + Entry [ intl.use_exceptions ] + Current = '0' + } + } + + - Constants [171] { + Constant [ integer INTL_MAX_LOCALE_LEN ] { 80 } + Constant [ string INTL_ICU_VERSION ] { 4.8.1.1 } + Constant [ string INTL_ICU_DATA_VERSION ] { 4.8.1 } + Constant [ integer ULOC_ACTUAL_LOCALE ] { 0 } + Constant [ integer ULOC_VALID_LOCALE ] { 1 } + Constant [ integer GRAPHEME_EXTR_COUNT ] { 0 } + Constant [ integer GRAPHEME_EXTR_MAXBYTES ] { 1 } + Constant [ integer GRAPHEME_EXTR_MAXCHARS ] { 2 } + Constant [ integer U_USING_FALLBACK_WARNING ] { -128 } + Constant [ integer U_ERROR_WARNING_START ] { -128 } + Constant [ integer U_USING_DEFAULT_WARNING ] { -127 } + Constant [ integer U_SAFECLONE_ALLOCATED_WARNING ] { -126 } + Constant [ integer U_STATE_OLD_WARNING ] { -125 } + Constant [ integer U_STRING_NOT_TERMINATED_WARNING ] { -124 } + Constant [ integer U_SORT_KEY_TOO_SHORT_WARNING ] { -123 } + Constant [ integer U_AMBIGUOUS_ALIAS_WARNING ] { -122 } + Constant [ integer U_DIFFERENT_UCA_VERSION ] { -121 } + Constant [ integer U_ERROR_WARNING_LIMIT ] { -119 } + Constant [ integer U_ZERO_ERROR ] { 0 } + Constant [ integer U_ILLEGAL_ARGUMENT_ERROR ] { 1 } + Constant [ integer U_MISSING_RESOURCE_ERROR ] { 2 } + Constant [ integer U_INVALID_FORMAT_ERROR ] { 3 } + Constant [ integer U_FILE_ACCESS_ERROR ] { 4 } + Constant [ integer U_INTERNAL_PROGRAM_ERROR ] { 5 } + Constant [ integer U_MESSAGE_PARSE_ERROR ] { 6 } + Constant [ integer U_MEMORY_ALLOCATION_ERROR ] { 7 } + Constant [ integer U_INDEX_OUTOFBOUNDS_ERROR ] { 8 } + Constant [ integer U_PARSE_ERROR ] { 9 } + Constant [ integer U_INVALID_CHAR_FOUND ] { 10 } + Constant [ integer U_TRUNCATED_CHAR_FOUND ] { 11 } + Constant [ integer U_ILLEGAL_CHAR_FOUND ] { 12 } + Constant [ integer U_INVALID_TABLE_FORMAT ] { 13 } + Constant [ integer U_INVALID_TABLE_FILE ] { 14 } + Constant [ integer U_BUFFER_OVERFLOW_ERROR ] { 15 } + Constant [ integer U_UNSUPPORTED_ERROR ] { 16 } + Constant [ integer U_RESOURCE_TYPE_MISMATCH ] { 17 } + Constant [ integer U_ILLEGAL_ESCAPE_SEQUENCE ] { 18 } + Constant [ integer U_UNSUPPORTED_ESCAPE_SEQUENCE ] { 19 } + Constant [ integer U_NO_SPACE_AVAILABLE ] { 20 } + Constant [ integer U_CE_NOT_FOUND_ERROR ] { 21 } + Constant [ integer U_PRIMARY_TOO_LONG_ERROR ] { 22 } + Constant [ integer U_STATE_TOO_OLD_ERROR ] { 23 } + Constant [ integer U_TOO_MANY_ALIASES_ERROR ] { 24 } + Constant [ integer U_ENUM_OUT_OF_SYNC_ERROR ] { 25 } + Constant [ integer U_INVARIANT_CONVERSION_ERROR ] { 26 } + Constant [ integer U_INVALID_STATE_ERROR ] { 27 } + Constant [ integer U_COLLATOR_VERSION_MISMATCH ] { 28 } + Constant [ integer U_USELESS_COLLATOR_ERROR ] { 29 } + Constant [ integer U_NO_WRITE_PERMISSION ] { 30 } + Constant [ integer U_STANDARD_ERROR_LIMIT ] { 31 } + Constant [ integer U_BAD_VARIABLE_DEFINITION ] { 65536 } + Constant [ integer U_PARSE_ERROR_START ] { 65536 } + Constant [ integer U_MALFORMED_RULE ] { 65537 } + Constant [ integer U_MALFORMED_SET ] { 65538 } + Constant [ integer U_MALFORMED_SYMBOL_REFERENCE ] { 65539 } + Constant [ integer U_MALFORMED_UNICODE_ESCAPE ] { 65540 } + Constant [ integer U_MALFORMED_VARIABLE_DEFINITION ] { 65541 } + Constant [ integer U_MALFORMED_VARIABLE_REFERENCE ] { 65542 } + Constant [ integer U_MISMATCHED_SEGMENT_DELIMITERS ] { 65543 } + Constant [ integer U_MISPLACED_ANCHOR_START ] { 65544 } + Constant [ integer U_MISPLACED_CURSOR_OFFSET ] { 65545 } + Constant [ integer U_MISPLACED_QUANTIFIER ] { 65546 } + Constant [ integer U_MISSING_OPERATOR ] { 65547 } + Constant [ integer U_MISSING_SEGMENT_CLOSE ] { 65548 } + Constant [ integer U_MULTIPLE_ANTE_CONTEXTS ] { 65549 } + Constant [ integer U_MULTIPLE_CURSORS ] { 65550 } + Constant [ integer U_MULTIPLE_POST_CONTEXTS ] { 65551 } + Constant [ integer U_TRAILING_BACKSLASH ] { 65552 } + Constant [ integer U_UNDEFINED_SEGMENT_REFERENCE ] { 65553 } + Constant [ integer U_UNDEFINED_VARIABLE ] { 65554 } + Constant [ integer U_UNQUOTED_SPECIAL ] { 65555 } + Constant [ integer U_UNTERMINATED_QUOTE ] { 65556 } + Constant [ integer U_RULE_MASK_ERROR ] { 65557 } + Constant [ integer U_MISPLACED_COMPOUND_FILTER ] { 65558 } + Constant [ integer U_MULTIPLE_COMPOUND_FILTERS ] { 65559 } + Constant [ integer U_INVALID_RBT_SYNTAX ] { 65560 } + Constant [ integer U_INVALID_PROPERTY_PATTERN ] { 65561 } + Constant [ integer U_MALFORMED_PRAGMA ] { 65562 } + Constant [ integer U_UNCLOSED_SEGMENT ] { 65563 } + Constant [ integer U_ILLEGAL_CHAR_IN_SEGMENT ] { 65564 } + Constant [ integer U_VARIABLE_RANGE_EXHAUSTED ] { 65565 } + Constant [ integer U_VARIABLE_RANGE_OVERLAP ] { 65566 } + Constant [ integer U_ILLEGAL_CHARACTER ] { 65567 } + Constant [ integer U_INTERNAL_TRANSLITERATOR_ERROR ] { 65568 } + Constant [ integer U_INVALID_ID ] { 65569 } + Constant [ integer U_INVALID_FUNCTION ] { 65570 } + Constant [ integer U_PARSE_ERROR_LIMIT ] { 65571 } + Constant [ integer U_UNEXPECTED_TOKEN ] { 65792 } + Constant [ integer U_FMT_PARSE_ERROR_START ] { 65792 } + Constant [ integer U_MULTIPLE_DECIMAL_SEPARATORS ] { 65793 } + Constant [ integer U_MULTIPLE_DECIMAL_SEPERATORS ] { 65793 } + Constant [ integer U_MULTIPLE_EXPONENTIAL_SYMBOLS ] { 65794 } + Constant [ integer U_MALFORMED_EXPONENTIAL_PATTERN ] { 65795 } + Constant [ integer U_MULTIPLE_PERCENT_SYMBOLS ] { 65796 } + Constant [ integer U_MULTIPLE_PERMILL_SYMBOLS ] { 65797 } + Constant [ integer U_MULTIPLE_PAD_SPECIFIERS ] { 65798 } + Constant [ integer U_PATTERN_SYNTAX_ERROR ] { 65799 } + Constant [ integer U_ILLEGAL_PAD_POSITION ] { 65800 } + Constant [ integer U_UNMATCHED_BRACES ] { 65801 } + Constant [ integer U_UNSUPPORTED_PROPERTY ] { 65802 } + Constant [ integer U_UNSUPPORTED_ATTRIBUTE ] { 65803 } + Constant [ integer U_FMT_PARSE_ERROR_LIMIT ] { 65810 } + Constant [ integer U_BRK_INTERNAL_ERROR ] { 66048 } + Constant [ integer U_BRK_ERROR_START ] { 66048 } + Constant [ integer U_BRK_HEX_DIGITS_EXPECTED ] { 66049 } + Constant [ integer U_BRK_SEMICOLON_EXPECTED ] { 66050 } + Constant [ integer U_BRK_RULE_SYNTAX ] { 66051 } + Constant [ integer U_BRK_UNCLOSED_SET ] { 66052 } + Constant [ integer U_BRK_ASSIGN_ERROR ] { 66053 } + Constant [ integer U_BRK_VARIABLE_REDFINITION ] { 66054 } + Constant [ integer U_BRK_MISMATCHED_PAREN ] { 66055 } + Constant [ integer U_BRK_NEW_LINE_IN_QUOTED_STRING ] { 66056 } + Constant [ integer U_BRK_UNDEFINED_VARIABLE ] { 66057 } + Constant [ integer U_BRK_INIT_ERROR ] { 66058 } + Constant [ integer U_BRK_RULE_EMPTY_SET ] { 66059 } + Constant [ integer U_BRK_UNRECOGNIZED_OPTION ] { 66060 } + Constant [ integer U_BRK_MALFORMED_RULE_TAG ] { 66061 } + Constant [ integer U_BRK_ERROR_LIMIT ] { 66062 } + Constant [ integer U_REGEX_INTERNAL_ERROR ] { 66304 } + Constant [ integer U_REGEX_ERROR_START ] { 66304 } + Constant [ integer U_REGEX_RULE_SYNTAX ] { 66305 } + Constant [ integer U_REGEX_INVALID_STATE ] { 66306 } + Constant [ integer U_REGEX_BAD_ESCAPE_SEQUENCE ] { 66307 } + Constant [ integer U_REGEX_PROPERTY_SYNTAX ] { 66308 } + Constant [ integer U_REGEX_UNIMPLEMENTED ] { 66309 } + Constant [ integer U_REGEX_MISMATCHED_PAREN ] { 66310 } + Constant [ integer U_REGEX_NUMBER_TOO_BIG ] { 66311 } + Constant [ integer U_REGEX_BAD_INTERVAL ] { 66312 } + Constant [ integer U_REGEX_MAX_LT_MIN ] { 66313 } + Constant [ integer U_REGEX_INVALID_BACK_REF ] { 66314 } + Constant [ integer U_REGEX_INVALID_FLAG ] { 66315 } + Constant [ integer U_REGEX_LOOK_BEHIND_LIMIT ] { 66316 } + Constant [ integer U_REGEX_SET_CONTAINS_STRING ] { 66317 } + Constant [ integer U_REGEX_ERROR_LIMIT ] { 66324 } + Constant [ integer U_IDNA_PROHIBITED_ERROR ] { 66560 } + Constant [ integer U_IDNA_ERROR_START ] { 66560 } + Constant [ integer U_IDNA_UNASSIGNED_ERROR ] { 66561 } + Constant [ integer U_IDNA_CHECK_BIDI_ERROR ] { 66562 } + Constant [ integer U_IDNA_STD3_ASCII_RULES_ERROR ] { 66563 } + Constant [ integer U_IDNA_ACE_PREFIX_ERROR ] { 66564 } + Constant [ integer U_IDNA_VERIFICATION_ERROR ] { 66565 } + Constant [ integer U_IDNA_LABEL_TOO_LONG_ERROR ] { 66566 } + Constant [ integer U_IDNA_ZERO_LENGTH_LABEL_ERROR ] { 66567 } + Constant [ integer U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR ] { 66568 } + Constant [ integer U_IDNA_ERROR_LIMIT ] { 66569 } + Constant [ integer U_STRINGPREP_PROHIBITED_ERROR ] { 66560 } + Constant [ integer U_STRINGPREP_UNASSIGNED_ERROR ] { 66561 } + Constant [ integer U_STRINGPREP_CHECK_BIDI_ERROR ] { 66562 } + Constant [ integer U_ERROR_LIMIT ] { 66818 } + Constant [ integer IDNA_DEFAULT ] { 0 } + Constant [ integer IDNA_ALLOW_UNASSIGNED ] { 1 } + Constant [ integer IDNA_USE_STD3_RULES ] { 2 } + Constant [ integer IDNA_CHECK_BIDI ] { 4 } + Constant [ integer IDNA_CHECK_CONTEXTJ ] { 8 } + Constant [ integer IDNA_NONTRANSITIONAL_TO_ASCII ] { 16 } + Constant [ integer IDNA_NONTRANSITIONAL_TO_UNICODE ] { 32 } + Constant [ integer INTL_IDNA_VARIANT_2003 ] { 0 } + Constant [ integer INTL_IDNA_VARIANT_UTS46 ] { 1 } + Constant [ integer IDNA_ERROR_EMPTY_LABEL ] { 1 } + Constant [ integer IDNA_ERROR_LABEL_TOO_LONG ] { 2 } + Constant [ integer IDNA_ERROR_DOMAIN_NAME_TOO_LONG ] { 4 } + Constant [ integer IDNA_ERROR_LEADING_HYPHEN ] { 8 } + Constant [ integer IDNA_ERROR_TRAILING_HYPHEN ] { 16 } + Constant [ integer IDNA_ERROR_HYPHEN_3_4 ] { 32 } + Constant [ integer IDNA_ERROR_LEADING_COMBINING_MARK ] { 64 } + Constant [ integer IDNA_ERROR_DISALLOWED ] { 128 } + Constant [ integer IDNA_ERROR_PUNYCODE ] { 256 } + Constant [ integer IDNA_ERROR_LABEL_HAS_DOT ] { 512 } + Constant [ integer IDNA_ERROR_INVALID_ACE_LABEL ] { 1024 } + Constant [ integer IDNA_ERROR_BIDI ] { 2048 } + Constant [ integer IDNA_ERROR_CONTEXTJ ] { 4096 } + } + + - Functions { + Function [ function collator_create ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function collator_compare ] { + + - Parameters [3] { + Parameter #0 [ Collator $object ] + Parameter #1 [ $arg1 ] + Parameter #2 [ $arg2 ] + } + } + Function [ function collator_get_attribute ] { + + - Parameters [2] { + Parameter #0 [ Collator $object ] + Parameter #1 [ $arg1 ] + } + } + Function [ function collator_set_attribute ] { + + - Parameters [3] { + Parameter #0 [ Collator $object ] + Parameter #1 [ $arg1 ] + Parameter #2 [ $arg2 ] + } + } + Function [ function collator_get_strength ] { + + - Parameters [1] { + Parameter #0 [ Collator $object ] + } + } + Function [ function collator_set_strength ] { + + - Parameters [2] { + Parameter #0 [ Collator $object ] + Parameter #1 [ $arg1 ] + } + } + Function [ function collator_sort ] { + + - Parameters [3] { + Parameter #0 [ Collator $object ] + Parameter #1 [ array &$arr ] + Parameter #2 [ $sort_flags ] + } + } + Function [ function collator_sort_with_sort_keys ] { + + - Parameters [3] { + Parameter #0 [ Collator $object ] + Parameter #1 [ array &$arr ] + Parameter #2 [ $sort_flags ] + } + } + Function [ function collator_asort ] { + + - Parameters [3] { + Parameter #0 [ Collator $object ] + Parameter #1 [ array &$arr ] + Parameter #2 [ $sort_flags ] + } + } + Function [ function collator_get_locale ] { + + - Parameters [2] { + Parameter #0 [ Collator $object ] + Parameter #1 [ $arg1 ] + } + } + Function [ function collator_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ Collator $object ] + } + } + Function [ function collator_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ Collator $object ] + } + } + Function [ function collator_get_sort_key ] { + + - Parameters [3] { + Parameter #0 [ Collator $object ] + Parameter #1 [ $arg1 ] + Parameter #2 [ $arg2 ] + } + } + Function [ function numfmt_create ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $style ] + Parameter #2 [ $pattern ] + } + } + Function [ function numfmt_format ] { + + - Parameters [3] { + Parameter #0 [ $nf ] + Parameter #1 [ $num ] + Parameter #2 [ $type ] + } + } + Function [ function numfmt_parse ] { + + - Parameters [4] { + Parameter #0 [ $formatter ] + Parameter #1 [ $string ] + Parameter #2 [ $type ] + Parameter #3 [ &$position ] + } + } + Function [ function numfmt_format_currency ] { + + - Parameters [3] { + Parameter #0 [ $nf ] + Parameter #1 [ $num ] + Parameter #2 [ $currency ] + } + } + Function [ function numfmt_parse_currency ] { + + - Parameters [4] { + Parameter #0 [ $formatter ] + Parameter #1 [ $string ] + Parameter #2 [ &$currency ] + Parameter #3 [ &$position ] + } + } + Function [ function numfmt_set_attribute ] { + + - Parameters [3] { + Parameter #0 [ $nf ] + Parameter #1 [ $attr ] + Parameter #2 [ $value ] + } + } + Function [ function numfmt_get_attribute ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $attr ] + } + } + Function [ function numfmt_set_text_attribute ] { + + - Parameters [3] { + Parameter #0 [ $nf ] + Parameter #1 [ $attr ] + Parameter #2 [ $value ] + } + } + Function [ function numfmt_get_text_attribute ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $attr ] + } + } + Function [ function numfmt_set_symbol ] { + + - Parameters [3] { + Parameter #0 [ $nf ] + Parameter #1 [ $attr ] + Parameter #2 [ $symbol ] + } + } + Function [ function numfmt_get_symbol ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $attr ] + } + } + Function [ function numfmt_set_pattern ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $pattern ] + } + } + Function [ function numfmt_get_pattern ] { + + - Parameters [1] { + Parameter #0 [ $nf ] + } + } + Function [ function numfmt_get_locale ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $type ] + } + } + Function [ function numfmt_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ $nf ] + } + } + Function [ function numfmt_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ $nf ] + } + } + Function [ function normalizer_normalize ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $form ] + } + } + Function [ function normalizer_is_normalized ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $form ] + } + } + Function [ function locale_get_default ] { + + - Parameters [0] { + } + } + Function [ function locale_set_default ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_get_primary_language ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_get_script ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_get_region ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_get_keywords ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_get_display_script ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + Function [ function locale_get_display_region ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + Function [ function locale_get_display_name ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + Function [ function locale_get_display_language ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + Function [ function locale_get_display_variant ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + Function [ function locale_compose ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_parse ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_get_all_variants ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_filter_matches ] { + + - Parameters [3] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + } + } + Function [ function locale_canonicalize ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function locale_lookup ] { + + - Parameters [4] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + Parameter #3 [ $arg4 ] + } + } + Function [ function locale_accept_from_http ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function msgfmt_create ] { + + - Parameters [2] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + } + } + Function [ function msgfmt_format ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $args ] + } + } + Function [ function msgfmt_format_message ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + Parameter #2 [ $args ] + } + } + Function [ function msgfmt_parse ] { + + - Parameters [2] { + Parameter #0 [ $nf ] + Parameter #1 [ $source ] + } + } + Function [ function msgfmt_parse_message ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + Parameter #2 [ $source ] + } + } + Function [ function msgfmt_set_pattern ] { + + - Parameters [2] { + Parameter #0 [ $mf ] + Parameter #1 [ $pattern ] + } + } + Function [ function msgfmt_get_pattern ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function msgfmt_get_locale ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function msgfmt_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ $nf ] + } + } + Function [ function msgfmt_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ $coll ] + } + } + Function [ function datefmt_create ] { + + - Parameters [6] { + Parameter #0 [ $locale ] + Parameter #1 [ $date_type ] + Parameter #2 [ $time_type ] + Parameter #3 [ $timezone_str ] + Parameter #4 [ $calendar ] + Parameter #5 [ $pattern ] + } + } + Function [ function datefmt_get_datetype ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_get_timetype ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_get_calendar ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_get_calendar_object ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_set_calendar ] { + + - Parameters [2] { + Parameter #0 [ $mf ] + Parameter #1 [ $calendar ] + } + } + Function [ function datefmt_get_locale ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_get_timezone_id ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_set_timezone_id ] { + + - Parameters [2] { + Parameter #0 [ $mf ] + Parameter #1 [ $timezone ] + } + } + Function [ function datefmt_get_timezone ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_set_timezone ] { + + - Parameters [2] { + Parameter #0 [ $mf ] + Parameter #1 [ $timezone ] + } + } + Function [ function datefmt_get_pattern ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_set_pattern ] { + + - Parameters [2] { + Parameter #0 [ $mf ] + Parameter #1 [ $pattern ] + } + } + Function [ function datefmt_is_lenient ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_set_lenient ] { + + - Parameters [1] { + Parameter #0 [ $mf ] + } + } + Function [ function datefmt_format ] { + + - Parameters [2] { + Parameter #0 [ $args ] + Parameter #1 [ $array ] + } + } + Function [ function datefmt_format_object ] { + + - Parameters [3] { + Parameter #0 [ $object ] + Parameter #1 [ $format ] + Parameter #2 [ $locale ] + } + } + Function [ function datefmt_parse ] { + + - Parameters [3] { + Parameter #0 [ $formatter ] + Parameter #1 [ $string ] + Parameter #2 [ &$position ] + } + } + Function [ function datefmt_localtime ] { + + - Parameters [3] { + Parameter #0 [ $formatter ] + Parameter #1 [ $string ] + Parameter #2 [ &$position ] + } + } + Function [ function datefmt_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ $nf ] + } + } + Function [ function datefmt_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ $coll ] + } + } + Function [ function grapheme_strlen ] { + + - Parameters [1] { + Parameter #0 [ $string ] + } + } + Function [ function grapheme_strpos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function grapheme_stripos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function grapheme_strrpos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function grapheme_strripos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function grapheme_substr ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + } + } + Function [ function grapheme_strstr ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $before_needle ] + } + } + Function [ function grapheme_stristr ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $before_needle ] + } + } + Function [ function grapheme_extract ] { + + - Parameters [5] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + Parameter #3 [ $arg4 ] + Parameter #4 [ &$arg5 ] + } + } + Function [ function idn_to_ascii ] { + + - Parameters [4] { + Parameter #0 [ $domain ] + Parameter #1 [ $option ] + Parameter #2 [ $variant ] + Parameter #3 [ &$idn_info ] + } + } + Function [ function idn_to_utf8 ] { + + - Parameters [4] { + Parameter #0 [ $domain ] + Parameter #1 [ $option ] + Parameter #2 [ $variant ] + Parameter #3 [ &$idn_info ] + } + } + Function [ function resourcebundle_create ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $bundlename ] + Parameter #2 [ $fallback ] + } + } + Function [ function resourcebundle_get ] { + + - Parameters [3] { + Parameter #0 [ $bundle ] + Parameter #1 [ $index ] + Parameter #2 [ $fallback ] + } + } + Function [ function resourcebundle_count ] { + + - Parameters [1] { + Parameter #0 [ $bundle ] + } + } + Function [ function resourcebundle_locales ] { + + - Parameters [1] { + Parameter #0 [ $bundlename ] + } + } + Function [ function resourcebundle_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ $bundle ] + } + } + Function [ function resourcebundle_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ $bundle ] + } + } + Function [ function transliterator_create ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $direction ] + } + } + Function [ function transliterator_create_from_rules ] { + + - Parameters [2] { + Parameter #0 [ $rules ] + Parameter #1 [ $direction ] + } + } + Function [ function transliterator_list_ids ] { + + - Parameters [0] { + } + } + Function [ function transliterator_create_inverse ] { + + - Parameters [1] { + Parameter #0 [ Transliterator $orig_trans ] + } + } + Function [ function transliterator_transliterate ] { + + - Parameters [4] { + Parameter #0 [ $trans ] + Parameter #1 [ $subject ] + Parameter #2 [ $start ] + Parameter #3 [ $end ] + } + } + Function [ function transliterator_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ Transliterator $trans ] + } + } + Function [ function transliterator_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ Transliterator $trans ] + } + } + Function [ function intltz_create_time_zone ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + Function [ function intltz_from_date_time_zone ] { + + - Parameters [1] { + Parameter #0 [ IntlDateTimeZone $dateTimeZone ] + } + } + Function [ function intltz_create_default ] { + + - Parameters [0] { + } + } + Function [ function intltz_get_id ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intltz_get_gmt ] { + + - Parameters [0] { + } + } + Function [ function intltz_create_enumeration ] { + + - Parameters [1] { + Parameter #0 [ $countryOrRawOffset ] + } + } + Function [ function intltz_count_equivalent_ids ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + Function [ function intltz_create_time_zone_id_enumeration ] { + + - Parameters [3] { + Parameter #0 [ $zoneType ] + Parameter #1 [ $region ] + Parameter #2 [ $rawOffset ] + } + } + Function [ function intltz_get_canonical_id ] { + + - Parameters [2] { + Parameter #0 [ $zoneId ] + Parameter #1 [ &$isSystemID ] + } + } + Function [ function intltz_get_region ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + Function [ function intltz_get_tz_data_version ] { + + - Parameters [0] { + } + } + Function [ function intltz_get_equivalent_id ] { + + - Parameters [2] { + Parameter #0 [ $zoneId ] + Parameter #1 [ $index ] + } + } + Function [ function intltz_use_daylight_time ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intltz_get_offset ] { + + - Parameters [5] { + Parameter #0 [ IntlTimeZone $timeZone ] + Parameter #1 [ $date ] + Parameter #2 [ $local ] + Parameter #3 [ &$rawOffset ] + Parameter #4 [ &$dstOffset ] + } + } + Function [ function intltz_get_raw_offset ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intltz_has_same_rules ] { + + - Parameters [2] { + Parameter #0 [ IntlTimeZone $timeZone ] + Parameter #1 [ IntlTimeZone $otherTimeZone ] + } + } + Function [ function intltz_get_display_name ] { + + - Parameters [4] { + Parameter #0 [ IntlTimeZone $timeZone ] + Parameter #1 [ $isDaylight ] + Parameter #2 [ $style ] + Parameter #3 [ $locale ] + } + } + Function [ function intltz_get_dst_savings ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intltz_to_date_time_zone ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intltz_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intltz_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $timeZone ] + } + } + Function [ function intlcal_create_instance ] { + + - Parameters [2] { + Parameter #0 [ $timeZone ] + Parameter #1 [ $locale ] + } + } + Function [ function intlcal_get_keyword_values_for_locale ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $locale ] + Parameter #2 [ $commonlyUsed ] + } + } + Function [ function intlcal_get_now ] { + + - Parameters [0] { + } + } + Function [ function intlcal_get_available_locales ] { + + - Parameters [0] { + } + } + Function [ function intlcal_get ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_time ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_set_time ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $date ] + } + } + Function [ function intlcal_add ] { + + - Parameters [3] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + Parameter #2 [ $amount ] + } + } + Function [ function intlcal_set_time_zone ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $timeZone ] + } + } + Function [ function intlcal_after ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ IntlCalendar $otherCalendar ] + } + } + Function [ function intlcal_before ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ IntlCalendar $otherCalendar ] + } + } + Function [ function intlcal_set ] { + + - Parameters [7] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $fieldOrYear ] + Parameter #2 [ $valueOrMonth ] + Parameter #3 [ $dayOfMonth ] + Parameter #4 [ $hour ] + Parameter #5 [ $minute ] + Parameter #6 [ $second ] + } + } + Function [ function intlcal_roll ] { + + - Parameters [3] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + Parameter #2 [ $amountOrUpOrDown ] + } + } + Function [ function intlcal_clear ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_field_difference ] { + + - Parameters [3] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $when ] + Parameter #2 [ $field ] + } + } + Function [ function intlcal_get_actual_maximum ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_actual_minimum ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_day_of_week_type ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $dayOfWeek ] + } + } + Function [ function intlcal_get_first_day_of_week ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_get_greatest_minimum ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_least_maximum ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_locale ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $localeType ] + } + } + Function [ function intlcal_get_maximum ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_minimal_days_in_first_week ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_get_minimum ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_get_time_zone ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_get_type ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_get_weekend_transition ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $dayOfWeek ] + } + } + Function [ function intlcal_in_daylight_time ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_is_equivalent_to ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ IntlCalendar $otherCalendar ] + } + } + Function [ function intlcal_is_lenient ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_is_set ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $field ] + } + } + Function [ function intlcal_is_weekend ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $date ] + } + } + Function [ function intlcal_set_first_day_of_week ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $dayOfWeek ] + } + } + Function [ function intlcal_set_lenient ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ $isLenient ] + } + } + Function [ function intlcal_equals ] { + + - Parameters [2] { + Parameter #0 [ IntlCalendar $calendar ] + Parameter #1 [ IntlCalendar $otherCalendar ] + } + } + Function [ function intlcal_from_date_time ] { + + - Parameters [1] { + Parameter #0 [ $dateTime ] + } + } + Function [ function intlcal_to_date_time ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlcal_get_error_message ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + Function [ function intlgregcal_create_instance ] { + + - Parameters [6] { + Parameter #0 [ $timeZoneOrYear ] + Parameter #1 [ $localeOrMonth ] + Parameter #2 [ $dayOfMonth ] + Parameter #3 [ $hour ] + Parameter #4 [ $minute ] + Parameter #5 [ $second ] + } + } + Function [ function intlgregcal_set_gregorian_change ] { + + - Parameters [2] { + Parameter #0 [ IntlGregorianCalendar $calendar ] + Parameter #1 [ $date ] + } + } + Function [ function intlgregcal_get_gregorian_change ] { + + - Parameters [1] { + Parameter #0 [ IntlGregorianCalendar $calendar ] + } + } + Function [ function intlgregcal_is_leap_year ] { + + - Parameters [2] { + Parameter #0 [ IntlGregorianCalendar $calendar ] + Parameter #1 [ $year ] + } + } + Function [ function intl_get_error_code ] { + + - Parameters [0] { + } + } + Function [ function intl_get_error_message ] { + + - Parameters [0] { + } + } + Function [ function intl_is_failure ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + Function [ function intl_error_name ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + } + + - Classes [18] { + Class [ class Collator ] { + + - Constants [24] { + Constant [ integer DEFAULT_VALUE ] { -1 } + Constant [ integer PRIMARY ] { 0 } + Constant [ integer SECONDARY ] { 1 } + Constant [ integer TERTIARY ] { 2 } + Constant [ integer DEFAULT_STRENGTH ] { 2 } + Constant [ integer QUATERNARY ] { 3 } + Constant [ integer IDENTICAL ] { 15 } + Constant [ integer OFF ] { 16 } + Constant [ integer ON ] { 17 } + Constant [ integer SHIFTED ] { 20 } + Constant [ integer NON_IGNORABLE ] { 21 } + Constant [ integer LOWER_FIRST ] { 24 } + Constant [ integer UPPER_FIRST ] { 25 } + Constant [ integer FRENCH_COLLATION ] { 0 } + Constant [ integer ALTERNATE_HANDLING ] { 1 } + Constant [ integer CASE_FIRST ] { 2 } + Constant [ integer CASE_LEVEL ] { 3 } + Constant [ integer NORMALIZATION_MODE ] { 4 } + Constant [ integer STRENGTH ] { 5 } + Constant [ integer HIRAGANA_QUATERNARY_MODE ] { 6 } + Constant [ integer NUMERIC_COLLATION ] { 7 } + Constant [ integer SORT_REGULAR ] { 0 } + Constant [ integer SORT_STRING ] { 1 } + Constant [ integer SORT_NUMERIC ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method create ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method compare ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ public method sort ] { + + - Parameters [2] { + Parameter #0 [ array &$arr ] + Parameter #1 [ $flags ] + } + } + + Method [ public method sortWithSortKeys ] { + + - Parameters [2] { + Parameter #0 [ array &$arr ] + Parameter #1 [ $flags ] + } + } + + Method [ public method asort ] { + + - Parameters [2] { + Parameter #0 [ array &$arr ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ public method getStrength ] { + + - Parameters [0] { + } + } + + Method [ public method setStrength ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method getLocale ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + + Method [ public method getSortKey ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + } + } + + Class [ class NumberFormatter ] { + + - Constants [73] { + Constant [ integer PATTERN_DECIMAL ] { 0 } + Constant [ integer DECIMAL ] { 1 } + Constant [ integer CURRENCY ] { 2 } + Constant [ integer PERCENT ] { 3 } + Constant [ integer SCIENTIFIC ] { 4 } + Constant [ integer SPELLOUT ] { 5 } + Constant [ integer ORDINAL ] { 6 } + Constant [ integer DURATION ] { 7 } + Constant [ integer PATTERN_RULEBASED ] { 9 } + Constant [ integer IGNORE ] { 0 } + Constant [ integer DEFAULT_STYLE ] { 1 } + Constant [ integer ROUND_CEILING ] { 0 } + Constant [ integer ROUND_FLOOR ] { 1 } + Constant [ integer ROUND_DOWN ] { 2 } + Constant [ integer ROUND_UP ] { 3 } + Constant [ integer ROUND_HALFEVEN ] { 4 } + Constant [ integer ROUND_HALFDOWN ] { 5 } + Constant [ integer ROUND_HALFUP ] { 6 } + Constant [ integer PAD_BEFORE_PREFIX ] { 0 } + Constant [ integer PAD_AFTER_PREFIX ] { 1 } + Constant [ integer PAD_BEFORE_SUFFIX ] { 2 } + Constant [ integer PAD_AFTER_SUFFIX ] { 3 } + Constant [ integer PARSE_INT_ONLY ] { 0 } + Constant [ integer GROUPING_USED ] { 1 } + Constant [ integer DECIMAL_ALWAYS_SHOWN ] { 2 } + Constant [ integer MAX_INTEGER_DIGITS ] { 3 } + Constant [ integer MIN_INTEGER_DIGITS ] { 4 } + Constant [ integer INTEGER_DIGITS ] { 5 } + Constant [ integer MAX_FRACTION_DIGITS ] { 6 } + Constant [ integer MIN_FRACTION_DIGITS ] { 7 } + Constant [ integer FRACTION_DIGITS ] { 8 } + Constant [ integer MULTIPLIER ] { 9 } + Constant [ integer GROUPING_SIZE ] { 10 } + Constant [ integer ROUNDING_MODE ] { 11 } + Constant [ integer ROUNDING_INCREMENT ] { 12 } + Constant [ integer FORMAT_WIDTH ] { 13 } + Constant [ integer PADDING_POSITION ] { 14 } + Constant [ integer SECONDARY_GROUPING_SIZE ] { 15 } + Constant [ integer SIGNIFICANT_DIGITS_USED ] { 16 } + Constant [ integer MIN_SIGNIFICANT_DIGITS ] { 17 } + Constant [ integer MAX_SIGNIFICANT_DIGITS ] { 18 } + Constant [ integer LENIENT_PARSE ] { 19 } + Constant [ integer POSITIVE_PREFIX ] { 0 } + Constant [ integer POSITIVE_SUFFIX ] { 1 } + Constant [ integer NEGATIVE_PREFIX ] { 2 } + Constant [ integer NEGATIVE_SUFFIX ] { 3 } + Constant [ integer PADDING_CHARACTER ] { 4 } + Constant [ integer CURRENCY_CODE ] { 5 } + Constant [ integer DEFAULT_RULESET ] { 6 } + Constant [ integer PUBLIC_RULESETS ] { 7 } + Constant [ integer DECIMAL_SEPARATOR_SYMBOL ] { 0 } + Constant [ integer GROUPING_SEPARATOR_SYMBOL ] { 1 } + Constant [ integer PATTERN_SEPARATOR_SYMBOL ] { 2 } + Constant [ integer PERCENT_SYMBOL ] { 3 } + Constant [ integer ZERO_DIGIT_SYMBOL ] { 4 } + Constant [ integer DIGIT_SYMBOL ] { 5 } + Constant [ integer MINUS_SIGN_SYMBOL ] { 6 } + Constant [ integer PLUS_SIGN_SYMBOL ] { 7 } + Constant [ integer CURRENCY_SYMBOL ] { 8 } + Constant [ integer INTL_CURRENCY_SYMBOL ] { 9 } + Constant [ integer MONETARY_SEPARATOR_SYMBOL ] { 10 } + Constant [ integer EXPONENTIAL_SYMBOL ] { 11 } + Constant [ integer PERMILL_SYMBOL ] { 12 } + Constant [ integer PAD_ESCAPE_SYMBOL ] { 13 } + Constant [ integer INFINITY_SYMBOL ] { 14 } + Constant [ integer NAN_SYMBOL ] { 15 } + Constant [ integer SIGNIFICANT_DIGIT_SYMBOL ] { 16 } + Constant [ integer MONETARY_GROUPING_SEPARATOR_SYMBOL ] { 17 } + Constant [ integer TYPE_DEFAULT ] { 0 } + Constant [ integer TYPE_INT32 ] { 1 } + Constant [ integer TYPE_INT64 ] { 2 } + Constant [ integer TYPE_DOUBLE ] { 3 } + Constant [ integer TYPE_CURRENCY ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method create ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $style ] + Parameter #2 [ $pattern ] + } + } + } + + - Properties [0] { + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $style ] + Parameter #2 [ $pattern ] + } + } + + Method [ public method format ] { + + - Parameters [2] { + Parameter #0 [ $num ] + Parameter #1 [ $type ] + } + } + + Method [ public method parse ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $type ] + Parameter #2 [ &$position ] + } + } + + Method [ public method formatCurrency ] { + + - Parameters [2] { + Parameter #0 [ $num ] + Parameter #1 [ $currency ] + } + } + + Method [ public method parseCurrency ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ &$currency ] + Parameter #2 [ &$position ] + } + } + + Method [ public method setAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attr ] + Parameter #1 [ $value ] + } + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attr ] + } + } + + Method [ public method setTextAttribute ] { + + - Parameters [2] { + Parameter #0 [ $attr ] + Parameter #1 [ $value ] + } + } + + Method [ public method getTextAttribute ] { + + - Parameters [1] { + Parameter #0 [ $attr ] + } + } + + Method [ public method setSymbol ] { + + - Parameters [2] { + Parameter #0 [ $attr ] + Parameter #1 [ $symbol ] + } + } + + Method [ public method getSymbol ] { + + - Parameters [1] { + Parameter #0 [ $attr ] + } + } + + Method [ public method setPattern ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method getPattern ] { + + - Parameters [0] { + } + } + + Method [ public method getLocale ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Normalizer ] { + + - Constants [9] { + Constant [ integer NONE ] { 1 } + Constant [ integer FORM_D ] { 2 } + Constant [ integer NFD ] { 2 } + Constant [ integer FORM_KD ] { 3 } + Constant [ integer NFKD ] { 3 } + Constant [ integer FORM_C ] { 4 } + Constant [ integer NFC ] { 4 } + Constant [ integer FORM_KC ] { 5 } + Constant [ integer NFKC ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method normalize ] { + + - Parameters [3] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + } + } + + Method [ static public method isNormalized ] { + + - Parameters [3] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Locale ] { + + - Constants [10] { + Constant [ integer ACTUAL_LOCALE ] { 0 } + Constant [ integer VALID_LOCALE ] { 1 } + Constant [ null DEFAULT_LOCALE ] { } + Constant [ string LANG_TAG ] { language } + Constant [ string EXTLANG_TAG ] { extlang } + Constant [ string SCRIPT_TAG ] { script } + Constant [ string REGION_TAG ] { region } + Constant [ string VARIANT_TAG ] { variant } + Constant [ string GRANDFATHERED_LANG_TAG ] { grandfathered } + Constant [ string PRIVATE_TAG ] { private } + } + + - Static properties [0] { + } + + - Static methods [18] { + Method [ static public method getDefault ] { + + - Parameters [0] { + } + } + + Method [ static public method setDefault ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getPrimaryLanguage ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getScript ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getRegion ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getKeywords ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getDisplayScript ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method getDisplayRegion ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method getDisplayName ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method getDisplayLanguage ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method getDisplayVariant ] { + + - Parameters [2] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + } + } + + Method [ static public method composeLocale ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method parseLocale ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method getAllVariants ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method filterMatches ] { + + - Parameters [3] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + } + } + + Method [ static public method lookup ] { + + - Parameters [4] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $arg3 ] + Parameter #3 [ $arg4 ] + } + } + + Method [ static public method canonicalize ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + + Method [ static public method acceptFromHttp ] { + + - Parameters [1] { + Parameter #0 [ $arg1 ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class MessageFormatter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method create ] { + + - Parameters [2] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + } + } + + Method [ static public method formatMessage ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + Parameter #2 [ $args ] + } + } + + Method [ static public method parseMessage ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + Parameter #2 [ $args ] + } + } + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $locale ] + Parameter #1 [ $pattern ] + } + } + + Method [ public method format ] { + + - Parameters [1] { + Parameter #0 [ $args ] + } + } + + Method [ public method parse ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + + Method [ public method setPattern ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method getPattern ] { + + - Parameters [0] { + } + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlDateFormatter ] { + + - Constants [7] { + Constant [ integer FULL ] { 0 } + Constant [ integer LONG ] { 1 } + Constant [ integer MEDIUM ] { 2 } + Constant [ integer SHORT ] { 3 } + Constant [ integer NONE ] { -1 } + Constant [ integer GREGORIAN ] { 1 } + Constant [ integer TRADITIONAL ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method create ] { + + - Parameters [6] { + Parameter #0 [ $locale ] + Parameter #1 [ $datetype ] + Parameter #2 [ $timetype ] + Parameter #3 [ $timezone ] + Parameter #4 [ $calendar ] + Parameter #5 [ $pattern ] + } + } + + Method [ static public method formatObject ] { + + - Parameters [3] { + Parameter #0 [ $object ] + Parameter #1 [ $format ] + Parameter #2 [ $locale ] + } + } + } + + - Properties [0] { + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $locale ] + Parameter #1 [ $datetype ] + Parameter #2 [ $timetype ] + Parameter #3 [ $timezone ] + Parameter #4 [ $calendar ] + Parameter #5 [ $pattern ] + } + } + + Method [ public method getDateType ] { + + - Parameters [0] { + } + } + + Method [ public method getTimeType ] { + + - Parameters [0] { + } + } + + Method [ public method getCalendar ] { + + - Parameters [0] { + } + } + + Method [ public method getCalendarObject ] { + + - Parameters [0] { + } + } + + Method [ public method setCalendar ] { + + - Parameters [1] { + Parameter #0 [ $which ] + } + } + + Method [ public method getTimeZoneId ] { + + - Parameters [0] { + } + } + + Method [ public method setTimeZoneId ] { + + - Parameters [1] { + Parameter #0 [ $zone ] + } + } + + Method [ public method getTimeZone ] { + + - Parameters [0] { + } + } + + Method [ public method setTimeZone ] { + + - Parameters [1] { + Parameter #0 [ $zone ] + } + } + + Method [ public method setPattern ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method getPattern ] { + + - Parameters [0] { + } + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + } + + Method [ public method setLenient ] { + + - Parameters [1] { + Parameter #0 [ $lenient ] + } + } + + Method [ public method isLenient ] { + + - Parameters [0] { + } + } + + Method [ public method format ] { + + - Parameters [2] { + Parameter #0 [ $args ] + Parameter #1 [ $array ] + } + } + + Method [ public method parse ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ &$position ] + } + } + + Method [ public method localtime ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ &$position ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ResourceBundle implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method create ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $bundlename ] + Parameter #2 [ $fallback ] + } + } + + Method [ static public method getLocales ] { + + - Parameters [1] { + Parameter #0 [ $bundlename ] + } + } + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $locale ] + Parameter #1 [ $bundlename ] + Parameter #2 [ $fallback ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $fallback ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Transliterator ] { + + - Constants [2] { + Constant [ integer FORWARD ] { 0 } + Constant [ integer REVERSE ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method create ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $direction ] + } + } + + Method [ static public method createFromRules ] { + + - Parameters [2] { + Parameter #0 [ $rules ] + Parameter #1 [ $direction ] + } + } + + Method [ static public method listIDs ] { + + - Parameters [0] { + } + } + } + + - Properties [1] { + Property [ public $id ] + } + + - Methods [5] { + Method [ final private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method createInverse ] { + + - Parameters [0] { + } + } + + Method [ public method transliterate ] { + + - Parameters [3] { + Parameter #0 [ $subject ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlTimeZone ] { + + - Constants [11] { + Constant [ integer DISPLAY_SHORT ] { 1 } + Constant [ integer DISPLAY_LONG ] { 2 } + Constant [ integer DISPLAY_SHORT_GENERIC ] { 3 } + Constant [ integer DISPLAY_LONG_GENERIC ] { 4 } + Constant [ integer DISPLAY_SHORT_GMT ] { 5 } + Constant [ integer DISPLAY_LONG_GMT ] { 6 } + Constant [ integer DISPLAY_SHORT_COMMONLY_USED ] { 7 } + Constant [ integer DISPLAY_GENERIC_LOCATION ] { 8 } + Constant [ integer TYPE_ANY ] { 0 } + Constant [ integer TYPE_CANONICAL ] { 1 } + Constant [ integer TYPE_CANONICAL_LOCATION ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [11] { + Method [ static public method createTimeZone ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + + Method [ static public method fromDateTimeZone ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + + Method [ static public method createDefault ] { + + - Parameters [0] { + } + } + + Method [ static public method getGMT ] { + + - Parameters [0] { + } + } + + Method [ static public method createEnumeration ] { + + - Parameters [1] { + Parameter #0 [ $countryOrRawOffset ] + } + } + + Method [ static public method countEquivalentIDs ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + + Method [ static public method createTimeZoneIDEnumeration ] { + + - Parameters [3] { + Parameter #0 [ $zoneType ] + Parameter #1 [ $region ] + Parameter #2 [ $rawOffset ] + } + } + + Method [ static public method getCanonicalID ] { + + - Parameters [2] { + Parameter #0 [ $zoneId ] + Parameter #1 [ &$isSystemID ] + } + } + + Method [ static public method getRegion ] { + + - Parameters [1] { + Parameter #0 [ $zoneId ] + } + } + + Method [ static public method getTZDataVersion ] { + + - Parameters [0] { + } + } + + Method [ static public method getEquivalentID ] { + + - Parameters [2] { + Parameter #0 [ $zoneId ] + Parameter #1 [ $index ] + } + } + } + + - Properties [0] { + } + + - Methods [11] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getID ] { + + - Parameters [0] { + } + } + + Method [ public method useDaylightTime ] { + + - Parameters [0] { + } + } + + Method [ public method getOffset ] { + + - Parameters [4] { + Parameter #0 [ $date ] + Parameter #1 [ $local ] + Parameter #2 [ &$rawOffset ] + Parameter #3 [ &$dstOffset ] + } + } + + Method [ public method getRawOffset ] { + + - Parameters [0] { + } + } + + Method [ public method hasSameRules ] { + + - Parameters [1] { + Parameter #0 [ IntlTimeZone $otherTimeZone ] + } + } + + Method [ public method getDisplayName ] { + + - Parameters [3] { + Parameter #0 [ $isDaylight ] + Parameter #1 [ $style ] + Parameter #2 [ $locale ] + } + } + + Method [ public method getDSTSavings ] { + + - Parameters [0] { + } + } + + Method [ public method toDateTimeZone ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlCalendar ] { + + - Constants [36] { + Constant [ integer FIELD_ERA ] { 0 } + Constant [ integer FIELD_YEAR ] { 1 } + Constant [ integer FIELD_MONTH ] { 2 } + Constant [ integer FIELD_WEEK_OF_YEAR ] { 3 } + Constant [ integer FIELD_WEEK_OF_MONTH ] { 4 } + Constant [ integer FIELD_DATE ] { 5 } + Constant [ integer FIELD_DAY_OF_YEAR ] { 6 } + Constant [ integer FIELD_DAY_OF_WEEK ] { 7 } + Constant [ integer FIELD_DAY_OF_WEEK_IN_MONTH ] { 8 } + Constant [ integer FIELD_AM_PM ] { 9 } + Constant [ integer FIELD_HOUR ] { 10 } + Constant [ integer FIELD_HOUR_OF_DAY ] { 11 } + Constant [ integer FIELD_MINUTE ] { 12 } + Constant [ integer FIELD_SECOND ] { 13 } + Constant [ integer FIELD_MILLISECOND ] { 14 } + Constant [ integer FIELD_ZONE_OFFSET ] { 15 } + Constant [ integer FIELD_DST_OFFSET ] { 16 } + Constant [ integer FIELD_YEAR_WOY ] { 17 } + Constant [ integer FIELD_DOW_LOCAL ] { 18 } + Constant [ integer FIELD_EXTENDED_YEAR ] { 19 } + Constant [ integer FIELD_JULIAN_DAY ] { 20 } + Constant [ integer FIELD_MILLISECONDS_IN_DAY ] { 21 } + Constant [ integer FIELD_IS_LEAP_MONTH ] { 22 } + Constant [ integer FIELD_FIELD_COUNT ] { 23 } + Constant [ integer FIELD_DAY_OF_MONTH ] { 5 } + Constant [ integer DOW_SUNDAY ] { 1 } + Constant [ integer DOW_MONDAY ] { 2 } + Constant [ integer DOW_TUESDAY ] { 3 } + Constant [ integer DOW_WEDNESDAY ] { 4 } + Constant [ integer DOW_THURSDAY ] { 5 } + Constant [ integer DOW_FRIDAY ] { 6 } + Constant [ integer DOW_SATURDAY ] { 7 } + Constant [ integer DOW_TYPE_WEEKDAY ] { 0 } + Constant [ integer DOW_TYPE_WEEKEND ] { 1 } + Constant [ integer DOW_TYPE_WEEKEND_OFFSET ] { 2 } + Constant [ integer DOW_TYPE_WEEKEND_CEASE ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ static public method createInstance ] { + + - Parameters [2] { + Parameter #0 [ $timeZone ] + Parameter #1 [ $locale ] + } + } + + Method [ static public method getKeywordValuesForLocale ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $locale ] + Parameter #2 [ $commonlyUsed ] + } + } + + Method [ static public method getNow ] { + + - Parameters [0] { + } + } + + Method [ static public method getAvailableLocales ] { + + - Parameters [0] { + } + } + + Method [ static public method fromDateTime ] { + + - Parameters [1] { + Parameter #0 [ $dateTime ] + } + } + } + + - Properties [0] { + } + + - Methods [36] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getTime ] { + + - Parameters [0] { + } + } + + Method [ public method setTime ] { + + - Parameters [1] { + Parameter #0 [ $date ] + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $amount ] + } + } + + Method [ public method setTimeZone ] { + + - Parameters [1] { + Parameter #0 [ $timeZone ] + } + } + + Method [ public method after ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method before ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method set ] { + + - Parameters [6] { + Parameter #0 [ $fieldOrYear ] + Parameter #1 [ $valueOrMonth ] + Parameter #2 [ $dayOfMonth ] + Parameter #3 [ $hour ] + Parameter #4 [ $minute ] + Parameter #5 [ $second ] + } + } + + Method [ public method roll ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $amountOrUpOrDown ] + } + } + + Method [ public method clear ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method fieldDifference ] { + + - Parameters [2] { + Parameter #0 [ $when ] + Parameter #1 [ $field ] + } + } + + Method [ public method getActualMaximum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getActualMinimum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getDayOfWeekType ] { + + - Parameters [1] { + Parameter #0 [ $dayOfWeek ] + } + } + + Method [ public method getFirstDayOfWeek ] { + + - Parameters [0] { + } + } + + Method [ public method getGreatestMinimum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getLeastMaximum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getLocale ] { + + - Parameters [1] { + Parameter #0 [ $localeType ] + } + } + + Method [ public method getMaximum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getMinimalDaysInFirstWeek ] { + + - Parameters [0] { + } + } + + Method [ public method getMinimum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getTimeZone ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method getWeekendTransition ] { + + - Parameters [1] { + Parameter #0 [ $dayOfWeek ] + } + } + + Method [ public method inDaylightTime ] { + + - Parameters [0] { + } + } + + Method [ public method isEquivalentTo ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method isLenient ] { + + - Parameters [0] { + } + } + + Method [ public method isSet ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method isWeekend ] { + + - Parameters [1] { + Parameter #0 [ $date ] + } + } + + Method [ public method setFirstDayOfWeek ] { + + - Parameters [1] { + Parameter #0 [ $dayOfWeek ] + } + } + + Method [ public method setLenient ] { + + - Parameters [1] { + Parameter #0 [ $isLenient ] + } + } + + Method [ public method equals ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method toDateTime ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlGregorianCalendar extends IntlCalendar ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [5] { + Method [ static public method createInstance ] { + + - Parameters [2] { + Parameter #0 [ $timeZone ] + Parameter #1 [ $locale ] + } + } + + Method [ static public method getKeywordValuesForLocale ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $locale ] + Parameter #2 [ $commonlyUsed ] + } + } + + Method [ static public method getNow ] { + + - Parameters [0] { + } + } + + Method [ static public method getAvailableLocales ] { + + - Parameters [0] { + } + } + + Method [ static public method fromDateTime ] { + + - Parameters [1] { + Parameter #0 [ $dateTime ] + } + } + } + + - Properties [0] { + } + + - Methods [39] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $timeZoneOrYear ] + Parameter #1 [ $localeOrMonth ] + Parameter #2 [ $dayOfMonth ] + Parameter #3 [ $hour ] + Parameter #4 [ $minute ] + Parameter #5 [ $second ] + } + } + + Method [ public method setGregorianChange ] { + + - Parameters [1] { + Parameter #0 [ $date ] + } + } + + Method [ public method getGregorianChange ] { + + - Parameters [0] { + } + } + + Method [ public method isLeapYear ] { + + - Parameters [1] { + Parameter #0 [ $year ] + } + } + + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getTime ] { + + - Parameters [0] { + } + } + + Method [ public method setTime ] { + + - Parameters [1] { + Parameter #0 [ $date ] + } + } + + Method [ public method add ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $amount ] + } + } + + Method [ public method setTimeZone ] { + + - Parameters [1] { + Parameter #0 [ $timeZone ] + } + } + + Method [ public method after ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method before ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method set ] { + + - Parameters [6] { + Parameter #0 [ $fieldOrYear ] + Parameter #1 [ $valueOrMonth ] + Parameter #2 [ $dayOfMonth ] + Parameter #3 [ $hour ] + Parameter #4 [ $minute ] + Parameter #5 [ $second ] + } + } + + Method [ public method roll ] { + + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $amountOrUpOrDown ] + } + } + + Method [ public method clear ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method fieldDifference ] { + + - Parameters [2] { + Parameter #0 [ $when ] + Parameter #1 [ $field ] + } + } + + Method [ public method getActualMaximum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getActualMinimum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getDayOfWeekType ] { + + - Parameters [1] { + Parameter #0 [ $dayOfWeek ] + } + } + + Method [ public method getFirstDayOfWeek ] { + + - Parameters [0] { + } + } + + Method [ public method getGreatestMinimum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getLeastMaximum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getLocale ] { + + - Parameters [1] { + Parameter #0 [ $localeType ] + } + } + + Method [ public method getMaximum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getMinimalDaysInFirstWeek ] { + + - Parameters [0] { + } + } + + Method [ public method getMinimum ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method getTimeZone ] { + + - Parameters [0] { + } + } + + Method [ public method getType ] { + + - Parameters [0] { + } + } + + Method [ public method getWeekendTransition ] { + + - Parameters [1] { + Parameter #0 [ $dayOfWeek ] + } + } + + Method [ public method inDaylightTime ] { + + - Parameters [0] { + } + } + + Method [ public method isEquivalentTo ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method isLenient ] { + + - Parameters [0] { + } + } + + Method [ public method isSet ] { + + - Parameters [1] { + Parameter #0 [ $field ] + } + } + + Method [ public method isWeekend ] { + + - Parameters [1] { + Parameter #0 [ $date ] + } + } + + Method [ public method setFirstDayOfWeek ] { + + - Parameters [1] { + Parameter #0 [ $dayOfWeek ] + } + } + + Method [ public method setLenient ] { + + - Parameters [1] { + Parameter #0 [ $isLenient ] + } + } + + Method [ public method equals ] { + + - Parameters [1] { + Parameter #0 [ IntlCalendar $calendar ] + } + } + + Method [ public method toDateTime ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Spoofchecker ] { + + - Constants [7] { + Constant [ integer SINGLE_SCRIPT_CONFUSABLE ] { 1 } + Constant [ integer MIXED_SCRIPT_CONFUSABLE ] { 2 } + Constant [ integer WHOLE_SCRIPT_CONFUSABLE ] { 4 } + Constant [ integer ANY_CASE ] { 8 } + Constant [ integer SINGLE_SCRIPT ] { 16 } + Constant [ integer INVISIBLE ] { 32 } + Constant [ integer CHAR_LIMIT ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method isSuspicious ] { + + - Parameters [2] { + Parameter #0 [ $text ] + Parameter #1 [ &$error ] + } + } + + Method [ public method areConfusable ] { + + - Parameters [3] { + Parameter #0 [ $s1 ] + Parameter #1 [ $s2 ] + Parameter #2 [ &$error ] + } + } + + Method [ public method setAllowedLocales ] { + + - Parameters [1] { + Parameter #0 [ $locale_list ] + } + } + + Method [ public method setChecks ] { + + - Parameters [1] { + Parameter #0 [ $checks ] + } + } + } + } + + Class [ class IntlException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class IntlIterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlBreakIterator implements Traversable ] { + + - Constants [19] { + Constant [ integer DONE ] { -1 } + Constant [ integer WORD_NONE ] { 0 } + Constant [ integer WORD_NONE_LIMIT ] { 100 } + Constant [ integer WORD_NUMBER ] { 100 } + Constant [ integer WORD_NUMBER_LIMIT ] { 200 } + Constant [ integer WORD_LETTER ] { 200 } + Constant [ integer WORD_LETTER_LIMIT ] { 300 } + Constant [ integer WORD_KANA ] { 300 } + Constant [ integer WORD_KANA_LIMIT ] { 400 } + Constant [ integer WORD_IDEO ] { 400 } + Constant [ integer WORD_IDEO_LIMIT ] { 500 } + Constant [ integer LINE_SOFT ] { 0 } + Constant [ integer LINE_SOFT_LIMIT ] { 100 } + Constant [ integer LINE_HARD ] { 100 } + Constant [ integer LINE_HARD_LIMIT ] { 200 } + Constant [ integer SENTENCE_TERM ] { 0 } + Constant [ integer SENTENCE_TERM_LIMIT ] { 100 } + Constant [ integer SENTENCE_SEP ] { 100 } + Constant [ integer SENTENCE_SEP_LIMIT ] { 200 } + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ static public method createWordInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createLineInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createCharacterInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createSentenceInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createTitleInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createCodePointInstance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getText ] { + + - Parameters [0] { + } + } + + Method [ public method setText ] { + + - Parameters [1] { + Parameter #0 [ $"text" ] + } + } + + Method [ public method first ] { + + - Parameters [0] { + } + } + + Method [ public method last ] { + + - Parameters [0] { + } + } + + Method [ public method previous ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method following ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method preceding ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method isBoundary ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + } + + Method [ public method getPartsIterator ] { + + - Parameters [1] { + Parameter #0 [ $"key_type" ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlRuleBasedBreakIterator extends IntlBreakIterator implements Traversable ] { + + - Constants [19] { + Constant [ integer DONE ] { -1 } + Constant [ integer WORD_NONE ] { 0 } + Constant [ integer WORD_NONE_LIMIT ] { 100 } + Constant [ integer WORD_NUMBER ] { 100 } + Constant [ integer WORD_NUMBER_LIMIT ] { 200 } + Constant [ integer WORD_LETTER ] { 200 } + Constant [ integer WORD_LETTER_LIMIT ] { 300 } + Constant [ integer WORD_KANA ] { 300 } + Constant [ integer WORD_KANA_LIMIT ] { 400 } + Constant [ integer WORD_IDEO ] { 400 } + Constant [ integer WORD_IDEO_LIMIT ] { 500 } + Constant [ integer LINE_SOFT ] { 0 } + Constant [ integer LINE_SOFT_LIMIT ] { 100 } + Constant [ integer LINE_HARD ] { 100 } + Constant [ integer LINE_HARD_LIMIT ] { 200 } + Constant [ integer SENTENCE_TERM ] { 0 } + Constant [ integer SENTENCE_TERM_LIMIT ] { 100 } + Constant [ integer SENTENCE_SEP ] { 100 } + Constant [ integer SENTENCE_SEP_LIMIT ] { 200 } + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ static public method createWordInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createLineInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createCharacterInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createSentenceInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createTitleInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createCodePointInstance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $"rules" ] + Parameter #1 [ $"areCompiled" ] + } + } + + Method [ public method getRules ] { + + - Parameters [0] { + } + } + + Method [ public method getRuleStatus ] { + + - Parameters [0] { + } + } + + Method [ public method getRuleStatusVec ] { + + - Parameters [0] { + } + } + + Method [ public method getBinaryRules ] { + + - Parameters [0] { + } + } + + Method [ public method getText ] { + + - Parameters [0] { + } + } + + Method [ public method setText ] { + + - Parameters [1] { + Parameter #0 [ $"text" ] + } + } + + Method [ public method first ] { + + - Parameters [0] { + } + } + + Method [ public method last ] { + + - Parameters [0] { + } + } + + Method [ public method previous ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method following ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method preceding ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method isBoundary ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + } + + Method [ public method getPartsIterator ] { + + - Parameters [1] { + Parameter #0 [ $"key_type" ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlCodePointBreakIterator extends IntlBreakIterator implements Traversable ] { + + - Constants [19] { + Constant [ integer DONE ] { -1 } + Constant [ integer WORD_NONE ] { 0 } + Constant [ integer WORD_NONE_LIMIT ] { 100 } + Constant [ integer WORD_NUMBER ] { 100 } + Constant [ integer WORD_NUMBER_LIMIT ] { 200 } + Constant [ integer WORD_LETTER ] { 200 } + Constant [ integer WORD_LETTER_LIMIT ] { 300 } + Constant [ integer WORD_KANA ] { 300 } + Constant [ integer WORD_KANA_LIMIT ] { 400 } + Constant [ integer WORD_IDEO ] { 400 } + Constant [ integer WORD_IDEO_LIMIT ] { 500 } + Constant [ integer LINE_SOFT ] { 0 } + Constant [ integer LINE_SOFT_LIMIT ] { 100 } + Constant [ integer LINE_HARD ] { 100 } + Constant [ integer LINE_HARD_LIMIT ] { 200 } + Constant [ integer SENTENCE_TERM ] { 0 } + Constant [ integer SENTENCE_TERM_LIMIT ] { 100 } + Constant [ integer SENTENCE_SEP ] { 100 } + Constant [ integer SENTENCE_SEP_LIMIT ] { 200 } + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ static public method createWordInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createLineInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createCharacterInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createSentenceInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createTitleInstance ] { + + - Parameters [1] { + Parameter #0 [ $"locale" ] + } + } + + Method [ static public method createCodePointInstance ] { + + - Parameters [0] { + } + } + } + + - Properties [0] { + } + + - Methods [15] { + Method [ public method getLastCodePoint ] { + + - Parameters [0] { + } + } + + Method [ public method getText ] { + + - Parameters [0] { + } + } + + Method [ public method setText ] { + + - Parameters [1] { + Parameter #0 [ $"text" ] + } + } + + Method [ public method first ] { + + - Parameters [0] { + } + } + + Method [ public method last ] { + + - Parameters [0] { + } + } + + Method [ public method previous ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method following ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method preceding ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method isBoundary ] { + + - Parameters [1] { + Parameter #0 [ $"offset" ] + } + } + + Method [ public method getLocale ] { + + - Parameters [0] { + } + } + + Method [ public method getPartsIterator ] { + + - Parameters [1] { + Parameter #0 [ $"key_type" ] + } + } + + Method [ public method getErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method getErrorMessage ] { + + - Parameters [0] { + } + } + } + } + + Class [ class IntlPartsIterator extends IntlIterator implements Traversable, Iterator ] { + + - Constants [3] { + Constant [ integer KEY_SEQUENTIAL ] { 0 } + Constant [ integer KEY_LEFT ] { 1 } + Constant [ integer KEY_RIGHT ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method getBreakIterator ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/json.txt b/reflection/json.txt new file mode 100644 index 0000000..b0eed55 --- /dev/null +++ b/reflection/json.txt @@ -0,0 +1,82 @@ +Extension [ extension #46 json version 1.2.1 ] { + + - Constants [21] { + Constant [ integer JSON_HEX_TAG ] { 1 } + Constant [ integer JSON_HEX_AMP ] { 2 } + Constant [ integer JSON_HEX_APOS ] { 4 } + Constant [ integer JSON_HEX_QUOT ] { 8 } + Constant [ integer JSON_FORCE_OBJECT ] { 16 } + Constant [ integer JSON_NUMERIC_CHECK ] { 32 } + Constant [ integer JSON_UNESCAPED_SLASHES ] { 64 } + Constant [ integer JSON_PRETTY_PRINT ] { 128 } + Constant [ integer JSON_UNESCAPED_UNICODE ] { 256 } + Constant [ integer JSON_PARTIAL_OUTPUT_ON_ERROR ] { 512 } + Constant [ integer JSON_ERROR_NONE ] { 0 } + Constant [ integer JSON_ERROR_DEPTH ] { 1 } + Constant [ integer JSON_ERROR_STATE_MISMATCH ] { 2 } + Constant [ integer JSON_ERROR_CTRL_CHAR ] { 3 } + Constant [ integer JSON_ERROR_SYNTAX ] { 4 } + Constant [ integer JSON_ERROR_UTF8 ] { 5 } + Constant [ integer JSON_ERROR_RECURSION ] { 6 } + Constant [ integer JSON_ERROR_INF_OR_NAN ] { 7 } + Constant [ integer JSON_ERROR_UNSUPPORTED_TYPE ] { 8 } + Constant [ integer JSON_OBJECT_AS_ARRAY ] { 1 } + Constant [ integer JSON_BIGINT_AS_STRING ] { 2 } + } + + - Functions { + Function [ function json_encode ] { + + - Parameters [3] { + Parameter #0 [ $value ] + Parameter #1 [ $options ] + Parameter #2 [ $depth ] + } + } + Function [ function json_decode ] { + + - Parameters [4] { + Parameter #0 [ $json ] + Parameter #1 [ $assoc ] + Parameter #2 [ $depth ] + Parameter #3 [ $options ] + } + } + Function [ function json_last_error ] { + + - Parameters [0] { + } + } + Function [ function json_last_error_msg ] { + + - Parameters [0] { + } + } + } + + - Classes [1] { + Interface [ interface JsonSerializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method jsonSerialize ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/ldap.txt b/reflection/ldap.txt new file mode 100644 index 0000000..d28780f --- /dev/null +++ b/reflection/ldap.txt @@ -0,0 +1,378 @@ +Extension [ extension #47 ldap version ] { + + - INI { + Entry [ ldap.max_links ] + Current = '-1' + } + } + + - Constants [22] { + Constant [ integer LDAP_DEREF_NEVER ] { 0 } + Constant [ integer LDAP_DEREF_SEARCHING ] { 1 } + Constant [ integer LDAP_DEREF_FINDING ] { 2 } + Constant [ integer LDAP_DEREF_ALWAYS ] { 3 } + Constant [ integer LDAP_OPT_DEREF ] { 2 } + Constant [ integer LDAP_OPT_SIZELIMIT ] { 3 } + Constant [ integer LDAP_OPT_TIMELIMIT ] { 4 } + Constant [ integer LDAP_OPT_NETWORK_TIMEOUT ] { 20485 } + Constant [ integer LDAP_OPT_PROTOCOL_VERSION ] { 17 } + Constant [ integer LDAP_OPT_ERROR_NUMBER ] { 49 } + Constant [ integer LDAP_OPT_REFERRALS ] { 8 } + Constant [ integer LDAP_OPT_RESTART ] { 9 } + Constant [ integer LDAP_OPT_HOST_NAME ] { 48 } + Constant [ integer LDAP_OPT_ERROR_STRING ] { 50 } + Constant [ integer LDAP_OPT_MATCHED_DN ] { 51 } + Constant [ integer LDAP_OPT_SERVER_CONTROLS ] { 18 } + Constant [ integer LDAP_OPT_CLIENT_CONTROLS ] { 19 } + Constant [ integer LDAP_OPT_DEBUG_LEVEL ] { 20481 } + Constant [ integer LDAP_OPT_X_SASL_MECH ] { 24832 } + Constant [ integer LDAP_OPT_X_SASL_REALM ] { 24833 } + Constant [ integer LDAP_OPT_X_SASL_AUTHCID ] { 24834 } + Constant [ integer LDAP_OPT_X_SASL_AUTHZID ] { 24835 } + } + + - Functions { + Function [ function ldap_connect ] { + + - Parameters [2] { + Parameter #0 [ $hostname ] + Parameter #1 [ $port ] + } + } + Function [ function ldap_close ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ldap_bind ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $bind_rdn ] + Parameter #2 [ $bind_password ] + } + } + Function [ function ldap_sasl_bind ] { + + - Parameters [7] { + Parameter #0 [ $link ] + Parameter #1 [ $binddn ] + Parameter #2 [ $password ] + Parameter #3 [ $sasl_mech ] + Parameter #4 [ $sasl_realm ] + Parameter #5 [ $sasl_authz_id ] + Parameter #6 [ $props ] + } + } + Function [ function ldap_unbind ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ldap_read ] { + + - Parameters [8] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $base_dn ] + Parameter #2 [ $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ $attrsonly ] + Parameter #5 [ $sizelimit ] + Parameter #6 [ $timelimit ] + Parameter #7 [ $deref ] + } + } + Function [ function ldap_list ] { + + - Parameters [8] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $base_dn ] + Parameter #2 [ $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ $attrsonly ] + Parameter #5 [ $sizelimit ] + Parameter #6 [ $timelimit ] + Parameter #7 [ $deref ] + } + } + Function [ function ldap_search ] { + + - Parameters [8] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $base_dn ] + Parameter #2 [ $filter ] + Parameter #3 [ $attributes ] + Parameter #4 [ $attrsonly ] + Parameter #5 [ $sizelimit ] + Parameter #6 [ $timelimit ] + Parameter #7 [ $deref ] + } + } + Function [ function ldap_free_result ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ldap_count_entries ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_identifier ] + } + } + Function [ function ldap_first_entry ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_identifier ] + } + } + Function [ function ldap_next_entry ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_identifier ] + } + } + Function [ function ldap_get_entries ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_identifier ] + } + } + Function [ function ldap_first_attribute ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_entry_identifier ] + } + } + Function [ function ldap_next_attribute ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_entry_identifier ] + } + } + Function [ function ldap_get_attributes ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_entry_identifier ] + } + } + Function [ function ldap_get_values ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_entry_identifier ] + Parameter #2 [ $attribute ] + } + } + Function [ function ldap_get_values_len ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_entry_identifier ] + Parameter #2 [ $attribute ] + } + } + Function [ function ldap_get_dn ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $result_entry_identifier ] + } + } + Function [ function ldap_explode_dn ] { + + - Parameters [2] { + Parameter #0 [ $dn ] + Parameter #1 [ $with_attrib ] + } + } + Function [ function ldap_dn2ufn ] { + + - Parameters [1] { + Parameter #0 [ $dn ] + } + } + Function [ function ldap_add ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $entry ] + } + } + Function [ function ldap_delete ] { + + - Parameters [2] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + } + } + Function [ function ldap_modify ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $entry ] + } + } + Function [ function ldap_mod_add ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $entry ] + } + } + Function [ function ldap_mod_replace ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $entry ] + } + } + Function [ function ldap_mod_del ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $entry ] + } + } + Function [ function ldap_errno ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ldap_err2str ] { + + - Parameters [1] { + Parameter #0 [ $errno ] + } + } + Function [ function ldap_error ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ldap_compare ] { + + - Parameters [4] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $attribute ] + Parameter #3 [ $value ] + } + } + Function [ function ldap_sort ] { + + - Parameters [3] { + Parameter #0 [ $link ] + Parameter #1 [ $result ] + Parameter #2 [ $sortfilter ] + } + } + Function [ function ldap_rename ] { + + - Parameters [5] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $dn ] + Parameter #2 [ $newrdn ] + Parameter #3 [ $newparent ] + Parameter #4 [ $deleteoldrdn ] + } + } + Function [ function ldap_get_option ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $option ] + Parameter #2 [ &$retval ] + } + } + Function [ function ldap_set_option ] { + + - Parameters [3] { + Parameter #0 [ $link_identifier ] + Parameter #1 [ $option ] + Parameter #2 [ $newval ] + } + } + Function [ function ldap_first_reference ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $result ] + } + } + Function [ function ldap_next_reference ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $entry ] + } + } + Function [ function ldap_parse_reference ] { + + - Parameters [3] { + Parameter #0 [ $link ] + Parameter #1 [ $entry ] + Parameter #2 [ &$referrals ] + } + } + Function [ function ldap_parse_result ] { + + - Parameters [6] { + Parameter #0 [ $link ] + Parameter #1 [ $result ] + Parameter #2 [ &$errcode ] + Parameter #3 [ &$matcheddn ] + Parameter #4 [ &$errmsg ] + Parameter #5 [ &$referrals ] + } + } + Function [ function ldap_start_tls ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function ldap_set_rebind_proc ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $callback ] + } + } + Function [ function ldap_control_paged_result ] { + + - Parameters [4] { + Parameter #0 [ $link ] + Parameter #1 [ $pagesize ] + Parameter #2 [ $iscritical ] + Parameter #3 [ $cookie ] + } + } + Function [ function ldap_control_paged_result_response ] { + + - Parameters [4] { + Parameter #0 [ $link ] + Parameter #1 [ $result ] + Parameter #2 [ &$cookie ] + Parameter #3 [ &$estimated ] + } + } + } +} + diff --git a/reflection/libxml.txt b/reflection/libxml.txt new file mode 100644 index 0000000..24644e0 --- /dev/null +++ b/reflection/libxml.txt @@ -0,0 +1,93 @@ +Extension [ extension #4 libxml version ] { + + - Constants [25] { + Constant [ integer LIBXML_VERSION ] { 20708 } + Constant [ string LIBXML_DOTTED_VERSION ] { 2.7.8 } + Constant [ string LIBXML_LOADED_VERSION ] { 20708 } + Constant [ integer LIBXML_NOENT ] { 2 } + Constant [ integer LIBXML_DTDLOAD ] { 4 } + Constant [ integer LIBXML_DTDATTR ] { 8 } + Constant [ integer LIBXML_DTDVALID ] { 16 } + Constant [ integer LIBXML_NOERROR ] { 32 } + Constant [ integer LIBXML_NOWARNING ] { 64 } + Constant [ integer LIBXML_NOBLANKS ] { 256 } + Constant [ integer LIBXML_XINCLUDE ] { 1024 } + Constant [ integer LIBXML_NSCLEAN ] { 8192 } + Constant [ integer LIBXML_NOCDATA ] { 16384 } + Constant [ integer LIBXML_NONET ] { 2048 } + Constant [ integer LIBXML_PEDANTIC ] { 128 } + Constant [ integer LIBXML_COMPACT ] { 65536 } + Constant [ integer LIBXML_NOXMLDECL ] { 2 } + Constant [ integer LIBXML_PARSEHUGE ] { 524288 } + Constant [ integer LIBXML_NOEMPTYTAG ] { 4 } + Constant [ integer LIBXML_HTML_NOIMPLIED ] { 8192 } + Constant [ integer LIBXML_HTML_NODEFDTD ] { 4 } + Constant [ integer LIBXML_ERR_NONE ] { 0 } + Constant [ integer LIBXML_ERR_WARNING ] { 1 } + Constant [ integer LIBXML_ERR_ERROR ] { 2 } + Constant [ integer LIBXML_ERR_FATAL ] { 3 } + } + + - Functions { + Function [ function libxml_set_streams_context ] { + + - Parameters [1] { + Parameter #0 [ $context ] + } + } + Function [ function libxml_use_internal_errors ] { + + - Parameters [1] { + Parameter #0 [ $use_errors ] + } + } + Function [ function libxml_get_last_error ] { + + - Parameters [0] { + } + } + Function [ function libxml_clear_errors ] { + + - Parameters [0] { + } + } + Function [ function libxml_get_errors ] { + + - Parameters [0] { + } + } + Function [ function libxml_disable_entity_loader ] { + + - Parameters [1] { + Parameter #0 [ $disable ] + } + } + Function [ function libxml_set_external_entity_loader ] { + + - Parameters [1] { + Parameter #0 [ $resolver_function ] + } + } + } + + - Classes [1] { + Class [ class LibXMLError ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + diff --git a/reflection/liste b/reflection/liste new file mode 100644 index 0000000..327df63 --- /dev/null +++ b/reflection/liste @@ -0,0 +1,76 @@ +bcmath +bz2 +calendar +Core +ctype +curl +date +dba +dom +enchant +ereg +exif +fileinfo +filter +ftp +gd +gettext +gmp +hash +iconv +imap +interbase +intl +json +ldap +libxml +mbstring +mcrypt +mhash +mssql +mysql +mysqli +mysqlnd +oci8 +odbc +openssl +pcntl +pcre +PDO +pdo_dblib +PDO_Firebird +pdo_mysql +PDO_OCI +PDO_ODBC +pdo_pgsql +pdo_sqlite +pgsql +Phar +posix +pspell +readline +recode +Reflection +session +shmop +SimpleXML +snmp +soap +sockets +SPL +sqlite3 +standard +sysvmsg +sysvsem +sysvshm +tidy +tokenizer +wddx +xml +xmlreader +xmlrpc +xmlwriter +xsl +zip +zlib + diff --git a/reflection/mbstring.txt b/reflection/mbstring.txt new file mode 100644 index 0000000..e3315d1 --- /dev/null +++ b/reflection/mbstring.txt @@ -0,0 +1,562 @@ +Extension [ extension #49 mbstring version ] { + + - INI { + Entry [ mbstring.language ] + Current = 'neutral' + } + Entry [ mbstring.detect_order ] + Current = '' + } + Entry [ mbstring.http_input ] + Current = 'pass' + } + Entry [ mbstring.http_output ] + Current = 'pass' + } + Entry [ mbstring.internal_encoding ] + Current = '' + } + Entry [ mbstring.substitute_character ] + Current = '' + } + Entry [ mbstring.func_overload ] + Current = '0' + } + Entry [ mbstring.encoding_translation ] + Current = '0' + } + Entry [ mbstring.http_output_conv_mimetypes ] + Current = '^(text/|application/xhtml\+xml)' + } + Entry [ mbstring.strict_detection ] + Current = '0' + } + } + + - Constants [6] { + Constant [ integer MB_OVERLOAD_MAIL ] { 1 } + Constant [ integer MB_OVERLOAD_STRING ] { 2 } + Constant [ integer MB_OVERLOAD_REGEX ] { 4 } + Constant [ integer MB_CASE_UPPER ] { 0 } + Constant [ integer MB_CASE_LOWER ] { 1 } + Constant [ integer MB_CASE_TITLE ] { 2 } + } + + - Functions { + Function [ function mb_convert_case ] { + + - Parameters [3] { + Parameter #0 [ $sourcestring ] + Parameter #1 [ $mode ] + Parameter #2 [ $encoding ] + } + } + Function [ function mb_strtoupper ] { + + - Parameters [2] { + Parameter #0 [ $sourcestring ] + Parameter #1 [ $encoding ] + } + } + Function [ function mb_strtolower ] { + + - Parameters [2] { + Parameter #0 [ $sourcestring ] + Parameter #1 [ $encoding ] + } + } + Function [ function mb_language ] { + + - Parameters [1] { + Parameter #0 [ $language ] + } + } + Function [ function mb_internal_encoding ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mb_http_input ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + Function [ function mb_http_output ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mb_detect_order ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mb_substitute_character ] { + + - Parameters [1] { + Parameter #0 [ $substchar ] + } + } + Function [ function mb_parse_str ] { + + - Parameters [2] { + Parameter #0 [ $encoded_string ] + Parameter #1 [ &$result ] + } + } + Function [ function mb_output_handler ] { + + - Parameters [2] { + Parameter #0 [ $contents ] + Parameter #1 [ $status ] + } + } + Function [ function mb_preferred_mime_name ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mb_strlen ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $encoding ] + } + } + Function [ function mb_strpos ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strrpos ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_stripos ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strripos ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strstr ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strrchr ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_stristr ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strrichr ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_substr_count ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $encoding ] + } + } + Function [ function mb_substr ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strcut ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + Parameter #3 [ $encoding ] + } + } + Function [ function mb_strwidth ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $encoding ] + } + } + Function [ function mb_strimwidth ] { + + - Parameters [5] { + Parameter #0 [ $str ] + Parameter #1 [ $start ] + Parameter #2 [ $width ] + Parameter #3 [ $trimmarker ] + Parameter #4 [ $encoding ] + } + } + Function [ function mb_convert_encoding ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $to ] + Parameter #2 [ $from ] + } + } + Function [ function mb_detect_encoding ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $encoding_list ] + Parameter #2 [ $strict ] + } + } + Function [ function mb_list_encodings ] { + + - Parameters [0] { + } + } + Function [ function mb_encoding_aliases ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mb_convert_kana ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $option ] + Parameter #2 [ $encoding ] + } + } + Function [ function mb_encode_mimeheader ] { + + - Parameters [5] { + Parameter #0 [ $str ] + Parameter #1 [ $charset ] + Parameter #2 [ $transfer ] + Parameter #3 [ $linefeed ] + Parameter #4 [ $indent ] + } + } + Function [ function mb_decode_mimeheader ] { + + - Parameters [1] { + Parameter #0 [ $string ] + } + } + Function [ function mb_convert_variables ] { + + - Parameters [3] { + Parameter #0 [ $to ] + Parameter #1 [ $from ] + Parameter #2 [ &$... ] + } + } + Function [ function mb_encode_numericentity ] { + + - Parameters [4] { + Parameter #0 [ $string ] + Parameter #1 [ $convmap ] + Parameter #2 [ $encoding ] + Parameter #3 [ $is_hex ] + } + } + Function [ function mb_decode_numericentity ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $convmap ] + Parameter #2 [ $encoding ] + } + } + Function [ function mb_send_mail ] { + + - Parameters [5] { + Parameter #0 [ $to ] + Parameter #1 [ $subject ] + Parameter #2 [ $message ] + Parameter #3 [ $additional_headers ] + Parameter #4 [ $additional_parameters ] + } + } + Function [ function mb_get_info ] { + + - Parameters [1] { + Parameter #0 [ $type ] + } + } + Function [ function mb_check_encoding ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $encoding ] + } + } + Function [ function mb_regex_encoding ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mb_regex_set_options ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + Function [ function mb_ereg ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ &$registers ] + } + } + Function [ function mb_eregi ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ &$registers ] + } + } + Function [ function mb_ereg_replace ] { + + - Parameters [4] { + Parameter #0 [ $pattern ] + Parameter #1 [ $replacement ] + Parameter #2 [ $string ] + Parameter #3 [ $option ] + } + } + Function [ function mb_eregi_replace ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $replacement ] + Parameter #2 [ $string ] + } + } + Function [ function mb_ereg_replace_callback ] { + + - Parameters [4] { + Parameter #0 [ $pattern ] + Parameter #1 [ $callback ] + Parameter #2 [ $string ] + Parameter #3 [ $option ] + } + } + Function [ function mb_split ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ $limit ] + } + } + Function [ function mb_ereg_match ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ $option ] + } + } + Function [ function mb_ereg_search ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $option ] + } + } + Function [ function mb_ereg_search_pos ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $option ] + } + } + Function [ function mb_ereg_search_regs ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $option ] + } + } + Function [ function mb_ereg_search_init ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $pattern ] + Parameter #2 [ $option ] + } + } + Function [ function mb_ereg_search_getregs ] { + + - Parameters [0] { + } + } + Function [ function mb_ereg_search_getpos ] { + + - Parameters [0] { + } + } + Function [ function mb_ereg_search_setpos ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + Function [ function mbregex_encoding ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function mbereg ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ &$registers ] + } + } + Function [ function mberegi ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ &$registers ] + } + } + Function [ function mbereg_replace ] { + + - Parameters [4] { + Parameter #0 [ $pattern ] + Parameter #1 [ $replacement ] + Parameter #2 [ $string ] + Parameter #3 [ $option ] + } + } + Function [ function mberegi_replace ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $replacement ] + Parameter #2 [ $string ] + } + } + Function [ function mbsplit ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ $limit ] + } + } + Function [ function mbereg_match ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $string ] + Parameter #2 [ $option ] + } + } + Function [ function mbereg_search ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $option ] + } + } + Function [ function mbereg_search_pos ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $option ] + } + } + Function [ function mbereg_search_regs ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $option ] + } + } + Function [ function mbereg_search_init ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $pattern ] + Parameter #2 [ $option ] + } + } + Function [ function mbereg_search_getregs ] { + + - Parameters [0] { + } + } + Function [ function mbereg_search_getpos ] { + + - Parameters [0] { + } + } + Function [ function mbereg_search_setpos ] { + + - Parameters [1] { + Parameter #0 [ $position ] + } + } + } +} + diff --git a/reflection/mcrypt.txt b/reflection/mcrypt.txt new file mode 100644 index 0000000..7c4bf02 --- /dev/null +++ b/reflection/mcrypt.txt @@ -0,0 +1,323 @@ +Extension [ extension #50 mcrypt version ] { + + - INI { + Entry [ mcrypt.algorithms_dir ] + Current = '' + } + Entry [ mcrypt.modes_dir ] + Current = '' + } + } + + - Constants [41] { + Constant [ integer MCRYPT_ENCRYPT ] { 0 } + Constant [ integer MCRYPT_DECRYPT ] { 1 } + Constant [ integer MCRYPT_DEV_RANDOM ] { 0 } + Constant [ integer MCRYPT_DEV_URANDOM ] { 1 } + Constant [ integer MCRYPT_RAND ] { 2 } + Constant [ string MCRYPT_3DES ] { tripledes } + Constant [ string MCRYPT_ARCFOUR_IV ] { arcfour-iv } + Constant [ string MCRYPT_ARCFOUR ] { arcfour } + Constant [ string MCRYPT_BLOWFISH ] { blowfish } + Constant [ string MCRYPT_BLOWFISH_COMPAT ] { blowfish-compat } + Constant [ string MCRYPT_CAST_128 ] { cast-128 } + Constant [ string MCRYPT_CAST_256 ] { cast-256 } + Constant [ string MCRYPT_CRYPT ] { crypt } + Constant [ string MCRYPT_DES ] { des } + Constant [ string MCRYPT_ENIGNA ] { crypt } + Constant [ string MCRYPT_GOST ] { gost } + Constant [ string MCRYPT_LOKI97 ] { loki97 } + Constant [ string MCRYPT_PANAMA ] { panama } + Constant [ string MCRYPT_RC2 ] { rc2 } + Constant [ string MCRYPT_RIJNDAEL_128 ] { rijndael-128 } + Constant [ string MCRYPT_RIJNDAEL_192 ] { rijndael-192 } + Constant [ string MCRYPT_RIJNDAEL_256 ] { rijndael-256 } + Constant [ string MCRYPT_SAFER64 ] { safer-sk64 } + Constant [ string MCRYPT_SAFER128 ] { safer-sk128 } + Constant [ string MCRYPT_SAFERPLUS ] { saferplus } + Constant [ string MCRYPT_SERPENT ] { serpent } + Constant [ string MCRYPT_THREEWAY ] { threeway } + Constant [ string MCRYPT_TRIPLEDES ] { tripledes } + Constant [ string MCRYPT_TWOFISH ] { twofish } + Constant [ string MCRYPT_WAKE ] { wake } + Constant [ string MCRYPT_XTEA ] { xtea } + Constant [ string MCRYPT_IDEA ] { idea } + Constant [ string MCRYPT_MARS ] { mars } + Constant [ string MCRYPT_RC6 ] { rc6 } + Constant [ string MCRYPT_SKIPJACK ] { skipjack } + Constant [ string MCRYPT_MODE_CBC ] { cbc } + Constant [ string MCRYPT_MODE_CFB ] { cfb } + Constant [ string MCRYPT_MODE_ECB ] { ecb } + Constant [ string MCRYPT_MODE_NOFB ] { nofb } + Constant [ string MCRYPT_MODE_OFB ] { ofb } + Constant [ string MCRYPT_MODE_STREAM ] { stream } + } + + - Functions { + Function [ function mcrypt_ecb ] { + + - Parameters [5] { + Parameter #0 [ $cipher ] + Parameter #1 [ $key ] + Parameter #2 [ $data ] + Parameter #3 [ $mode ] + Parameter #4 [ $iv ] + } + } + Function [ function mcrypt_cbc ] { + + - Parameters [5] { + Parameter #0 [ $cipher ] + Parameter #1 [ $key ] + Parameter #2 [ $data ] + Parameter #3 [ $mode ] + Parameter #4 [ $iv ] + } + } + Function [ function mcrypt_cfb ] { + + - Parameters [5] { + Parameter #0 [ $cipher ] + Parameter #1 [ $key ] + Parameter #2 [ $data ] + Parameter #3 [ $mode ] + Parameter #4 [ $iv ] + } + } + Function [ function mcrypt_ofb ] { + + - Parameters [5] { + Parameter #0 [ $cipher ] + Parameter #1 [ $key ] + Parameter #2 [ $data ] + Parameter #3 [ $mode ] + Parameter #4 [ $iv ] + } + } + Function [ function mcrypt_get_key_size ] { + + - Parameters [2] { + Parameter #0 [ $cipher ] + Parameter #1 [ $module ] + } + } + Function [ function mcrypt_get_block_size ] { + + - Parameters [2] { + Parameter #0 [ $cipher ] + Parameter #1 [ $module ] + } + } + Function [ function mcrypt_get_cipher_name ] { + + - Parameters [1] { + Parameter #0 [ $cipher ] + } + } + Function [ function mcrypt_create_iv ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $source ] + } + } + Function [ function mcrypt_list_algorithms ] { + + - Parameters [1] { + Parameter #0 [ $lib_dir ] + } + } + Function [ function mcrypt_list_modes ] { + + - Parameters [1] { + Parameter #0 [ $lib_dir ] + } + } + Function [ function mcrypt_get_iv_size ] { + + - Parameters [2] { + Parameter #0 [ $cipher ] + Parameter #1 [ $module ] + } + } + Function [ function mcrypt_encrypt ] { + + - Parameters [5] { + Parameter #0 [ $cipher ] + Parameter #1 [ $key ] + Parameter #2 [ $data ] + Parameter #3 [ $mode ] + Parameter #4 [ $iv ] + } + } + Function [ function mcrypt_decrypt ] { + + - Parameters [5] { + Parameter #0 [ $cipher ] + Parameter #1 [ $key ] + Parameter #2 [ $data ] + Parameter #3 [ $mode ] + Parameter #4 [ $iv ] + } + } + Function [ function mcrypt_module_open ] { + + - Parameters [4] { + Parameter #0 [ $cipher ] + Parameter #1 [ $cipher_directory ] + Parameter #2 [ $mode ] + Parameter #3 [ $mode_directory ] + } + } + Function [ function mcrypt_generic_init ] { + + - Parameters [3] { + Parameter #0 [ $td ] + Parameter #1 [ $key ] + Parameter #2 [ $iv ] + } + } + Function [ function mcrypt_generic ] { + + - Parameters [2] { + Parameter #0 [ $td ] + Parameter #1 [ $data ] + } + } + Function [ function mdecrypt_generic ] { + + - Parameters [2] { + Parameter #0 [ $td ] + Parameter #1 [ $data ] + } + } + Function [ function mcrypt_generic_end ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_generic_deinit ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_self_test ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_is_block_algorithm_mode ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_is_block_algorithm ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_is_block_mode ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_get_block_size ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_get_key_size ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_get_supported_key_sizes ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_get_iv_size ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_get_algorithms_name ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_enc_get_modes_name ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + Function [ function mcrypt_module_self_test ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_is_block_algorithm_mode ] { + + - Parameters [2] { + Parameter #0 [ $mode ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_is_block_algorithm ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_is_block_mode ] { + + - Parameters [2] { + Parameter #0 [ $mode ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_get_algo_block_size ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_get_algo_key_size ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_get_supported_key_sizes ] { + + - Parameters [2] { + Parameter #0 [ $algorithm ] + Parameter #1 [ $lib_dir ] + } + } + Function [ function mcrypt_module_close ] { + + - Parameters [1] { + Parameter #0 [ $td ] + } + } + } +} + diff --git a/reflection/mhash.txt b/reflection/mhash.txt new file mode 100644 index 0000000..eddadd7 --- /dev/null +++ b/reflection/mhash.txt @@ -0,0 +1,3 @@ +Extension [ extension #98 mhash version ] { +} + diff --git a/reflection/mssql.txt b/reflection/mssql.txt new file mode 100644 index 0000000..d928afd --- /dev/null +++ b/reflection/mssql.txt @@ -0,0 +1,276 @@ +Extension [ extension #55 mssql version ] { + + - INI { + Entry [ mssql.allow_persistent ] + Current = '1' + } + Entry [ mssql.max_persistent ] + Current = '-1' + } + Entry [ mssql.max_links ] + Current = '-1' + } + Entry [ mssql.min_error_severity ] + Current = '10' + } + Entry [ mssql.min_message_severity ] + Current = '10' + } + Entry [ mssql.compatability_mode ] + Current = '0' + } + Entry [ mssql.connect_timeout ] + Current = '5' + } + Entry [ mssql.timeout ] + Current = '60' + } + Entry [ mssql.textsize ] + Current = '-1' + } + Entry [ mssql.textlimit ] + Current = '-1' + } + Entry [ mssql.batchsize ] + Current = '0' + } + Entry [ mssql.datetimeconvert ] + Current = '1' + } + Entry [ mssql.secure_connection ] + Current = '0' + } + Entry [ mssql.max_procs ] + Current = '-1' + } + Entry [ mssql.charset ] + Current = '' + } + } + + - Constants [13] { + Constant [ integer MSSQL_ASSOC ] { 1 } + Constant [ integer MSSQL_NUM ] { 2 } + Constant [ integer MSSQL_BOTH ] { 3 } + Constant [ integer SQLTEXT ] { 35 } + Constant [ integer SQLVARCHAR ] { 39 } + Constant [ integer SQLCHAR ] { 47 } + Constant [ integer SQLINT1 ] { 48 } + Constant [ integer SQLINT2 ] { 52 } + Constant [ integer SQLINT4 ] { 56 } + Constant [ integer SQLBIT ] { 50 } + Constant [ integer SQLFLT4 ] { 59 } + Constant [ integer SQLFLT8 ] { 62 } + Constant [ integer SQLFLTN ] { 109 } + } + + - Functions { + Function [ function mssql_connect ] { + + - Parameters [4] { + Parameter #0 [ $servername ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $newlink ] + } + } + Function [ function mssql_pconnect ] { + + - Parameters [4] { + Parameter #0 [ $servername ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $newlink ] + } + } + Function [ function mssql_close ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mssql_select_db ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mssql_query ] { + + - Parameters [3] { + Parameter #0 [ $query ] + Parameter #1 [ $link_identifier ] + Parameter #2 [ $batch_size ] + } + } + Function [ function mssql_fetch_batch ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mssql_rows_affected ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mssql_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mssql_get_last_message ] { + + - Parameters [0] { + } + } + Function [ function mssql_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mssql_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mssql_fetch_field ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mssql_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mssql_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function mssql_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function mssql_fetch_object ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mssql_field_length ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function mssql_field_name ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function mssql_field_type ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function mssql_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $result_identifier ] + Parameter #1 [ $row_number ] + } + } + Function [ function mssql_field_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mssql_result ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mssql_next_result ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function mssql_min_error_severity ] { + + - Parameters [1] { + Parameter #0 [ $severity ] + } + } + Function [ function mssql_min_message_severity ] { + + - Parameters [1] { + Parameter #0 [ $severity ] + } + } + Function [ function mssql_init ] { + + - Parameters [2] { + Parameter #0 [ $sp_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mssql_bind ] { + + - Parameters [7] { + Parameter #0 [ $stmt ] + Parameter #1 [ $param_name ] + Parameter #2 [ &$var ] + Parameter #3 [ $type ] + Parameter #4 [ $is_output ] + Parameter #5 [ $is_null ] + Parameter #6 [ $maxlen ] + } + } + Function [ function mssql_execute ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $skip_results ] + } + } + Function [ function mssql_free_statement ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mssql_guid_string ] { + + - Parameters [2] { + Parameter #0 [ $binary ] + Parameter #1 [ $short_format ] + } + } + } +} + diff --git a/reflection/mysql.txt b/reflection/mysql.txt new file mode 100644 index 0000000..87229fb --- /dev/null +++ b/reflection/mysql.txt @@ -0,0 +1,470 @@ +Extension [ extension #57 mysql version 1.0 ] { + + - Dependencies { + Dependency [ mysqlnd (Required) ] + } + + - INI { + Entry [ mysql.allow_persistent ] + Current = '1' + } + Entry [ mysql.max_persistent ] + Current = '-1' + } + Entry [ mysql.max_links ] + Current = '-1' + } + Entry [ mysql.default_host ] + Current = '' + } + Entry [ mysql.default_user ] + Current = '' + } + Entry [ mysql.default_password ] + Current = '' + } + Entry [ mysql.default_port ] + Current = '' + } + Entry [ mysql.default_socket ] + Current = '/var/lib/mysql/mysql.sock' + } + Entry [ mysql.connect_timeout ] + Current = '60' + } + Entry [ mysql.trace_mode ] + Current = '0' + } + Entry [ mysql.allow_local_infile ] + Current = '1' + } + } + + - Constants [7] { + Constant [ integer MYSQL_ASSOC ] { 1 } + Constant [ integer MYSQL_NUM ] { 2 } + Constant [ integer MYSQL_BOTH ] { 3 } + Constant [ integer MYSQL_CLIENT_COMPRESS ] { 32 } + Constant [ integer MYSQL_CLIENT_SSL ] { 2048 } + Constant [ integer MYSQL_CLIENT_INTERACTIVE ] { 1024 } + Constant [ integer MYSQL_CLIENT_IGNORE_SPACE ] { 256 } + } + + - Functions { + Function [ function mysql_connect ] { + + - Parameters [5] { + Parameter #0 [ $hostname ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $new ] + Parameter #4 [ $flags ] + } + } + Function [ function mysql_pconnect ] { + + - Parameters [4] { + Parameter #0 [ $hostname ] + Parameter #1 [ $username ] + Parameter #2 [ $password ] + Parameter #3 [ $flags ] + } + } + Function [ function mysql_close ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_select_db ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_query ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_unbuffered_query ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_db_query ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $query ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_list_dbs ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_list_tables ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_list_fields ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $table_name ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_list_processes ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_error ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_errno ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_insert_id ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_result ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function mysql_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_object ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $class_name ] + Parameter #2 [ $ctor_params ] + } + } + Function [ function mysql_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $row_number ] + } + } + Function [ function mysql_fetch_lengths ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_fetch_field ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_field_name ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_index ] + } + } + Function [ function mysql_field_table ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_len ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_type ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_field_flags ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_escape_string ] { + + - Parameters [1] { + Parameter #0 [ $string ] + } + } + Function [ function mysql_real_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_stat ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_thread_id ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_client_encoding ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_ping ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_get_client_info ] { + + - Parameters [0] { + } + } + Function [ function mysql_get_host_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_get_proto_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_get_server_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_info ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_set_charset ] { + + - Parameters [2] { + Parameter #0 [ $charset_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $query ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_fieldname ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_index ] + } + } + Function [ function mysql_fieldtable ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_fieldlen ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_fieldtype ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_fieldflags ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_offset ] + } + } + Function [ function mysql_selectdb ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_freeresult ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_numfields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_numrows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysql_listdbs ] { + + - Parameters [1] { + Parameter #0 [ $link_identifier ] + } + } + Function [ function mysql_listtables ] { + + - Parameters [2] { + Parameter #0 [ $database_name ] + Parameter #1 [ $link_identifier ] + } + } + Function [ function mysql_listfields ] { + + - Parameters [3] { + Parameter #0 [ $database_name ] + Parameter #1 [ $table_name ] + Parameter #2 [ $link_identifier ] + } + } + Function [ function mysql_db_name ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_dbname ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_tablename ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + Function [ function mysql_table_name ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field ] + } + } + } +} + diff --git a/reflection/mysqli.txt b/reflection/mysqli.txt new file mode 100644 index 0000000..103caeb --- /dev/null +++ b/reflection/mysqli.txt @@ -0,0 +1,1477 @@ +Extension [ extension #58 mysqli version 0.1 ] { + + - Dependencies { + Dependency [ spl (Required) ] + Dependency [ mysqlnd (Required) ] + } + + - INI { + Entry [ mysqli.max_links ] + Current = '-1' + } + Entry [ mysqli.max_persistent ] + Current = '-1' + } + Entry [ mysqli.allow_persistent ] + Current = '1' + } + Entry [ mysqli.default_host ] + Current = '' + } + Entry [ mysqli.default_user ] + Current = '' + } + Entry [ mysqli.default_pw ] + Current = '' + } + Entry [ mysqli.default_port ] + Current = '3306' + } + Entry [ mysqli.default_socket ] + Current = '/var/lib/mysql/mysql.sock' + } + Entry [ mysqli.reconnect ] + Current = '0' + } + Entry [ mysqli.allow_local_infile ] + Current = '1' + } + } + + - Constants [97] { + Constant [ integer MYSQLI_READ_DEFAULT_GROUP ] { 5 } + Constant [ integer MYSQLI_READ_DEFAULT_FILE ] { 4 } + Constant [ integer MYSQLI_OPT_CONNECT_TIMEOUT ] { 0 } + Constant [ integer MYSQLI_OPT_LOCAL_INFILE ] { 8 } + Constant [ integer MYSQLI_INIT_COMMAND ] { 3 } + Constant [ integer MYSQLI_OPT_NET_CMD_BUFFER_SIZE ] { 202 } + Constant [ integer MYSQLI_OPT_NET_READ_BUFFER_SIZE ] { 203 } + Constant [ integer MYSQLI_OPT_INT_AND_FLOAT_NATIVE ] { 201 } + Constant [ integer MYSQLI_OPT_SSL_VERIFY_SERVER_CERT ] { 21 } + Constant [ integer MYSQLI_SERVER_PUBLIC_KEY ] { 24 } + Constant [ integer MYSQLI_CLIENT_SSL ] { 2048 } + Constant [ integer MYSQLI_CLIENT_COMPRESS ] { 32 } + Constant [ integer MYSQLI_CLIENT_INTERACTIVE ] { 1024 } + Constant [ integer MYSQLI_CLIENT_IGNORE_SPACE ] { 256 } + Constant [ integer MYSQLI_CLIENT_NO_SCHEMA ] { 16 } + Constant [ integer MYSQLI_CLIENT_FOUND_ROWS ] { 2 } + Constant [ integer MYSQLI_STORE_RESULT ] { 0 } + Constant [ integer MYSQLI_USE_RESULT ] { 1 } + Constant [ integer MYSQLI_ASYNC ] { 8 } + Constant [ integer MYSQLI_ASSOC ] { 1 } + Constant [ integer MYSQLI_NUM ] { 2 } + Constant [ integer MYSQLI_BOTH ] { 3 } + Constant [ integer MYSQLI_STMT_ATTR_UPDATE_MAX_LENGTH ] { 0 } + Constant [ integer MYSQLI_STMT_ATTR_CURSOR_TYPE ] { 1 } + Constant [ integer MYSQLI_CURSOR_TYPE_NO_CURSOR ] { 0 } + Constant [ integer MYSQLI_CURSOR_TYPE_READ_ONLY ] { 1 } + Constant [ integer MYSQLI_CURSOR_TYPE_FOR_UPDATE ] { 2 } + Constant [ integer MYSQLI_CURSOR_TYPE_SCROLLABLE ] { 4 } + Constant [ integer MYSQLI_STMT_ATTR_PREFETCH_ROWS ] { 2 } + Constant [ integer MYSQLI_NOT_NULL_FLAG ] { 1 } + Constant [ integer MYSQLI_PRI_KEY_FLAG ] { 2 } + Constant [ integer MYSQLI_UNIQUE_KEY_FLAG ] { 4 } + Constant [ integer MYSQLI_MULTIPLE_KEY_FLAG ] { 8 } + Constant [ integer MYSQLI_BLOB_FLAG ] { 16 } + Constant [ integer MYSQLI_UNSIGNED_FLAG ] { 32 } + Constant [ integer MYSQLI_ZEROFILL_FLAG ] { 64 } + Constant [ integer MYSQLI_AUTO_INCREMENT_FLAG ] { 512 } + Constant [ integer MYSQLI_TIMESTAMP_FLAG ] { 1024 } + Constant [ integer MYSQLI_SET_FLAG ] { 2048 } + Constant [ integer MYSQLI_NUM_FLAG ] { 32768 } + Constant [ integer MYSQLI_PART_KEY_FLAG ] { 16384 } + Constant [ integer MYSQLI_GROUP_FLAG ] { 32768 } + Constant [ integer MYSQLI_ENUM_FLAG ] { 256 } + Constant [ integer MYSQLI_BINARY_FLAG ] { 128 } + Constant [ integer MYSQLI_NO_DEFAULT_VALUE_FLAG ] { 4096 } + Constant [ integer MYSQLI_ON_UPDATE_NOW_FLAG ] { 8192 } + Constant [ integer MYSQLI_TYPE_DECIMAL ] { 0 } + Constant [ integer MYSQLI_TYPE_TINY ] { 1 } + Constant [ integer MYSQLI_TYPE_SHORT ] { 2 } + Constant [ integer MYSQLI_TYPE_LONG ] { 3 } + Constant [ integer MYSQLI_TYPE_FLOAT ] { 4 } + Constant [ integer MYSQLI_TYPE_DOUBLE ] { 5 } + Constant [ integer MYSQLI_TYPE_NULL ] { 6 } + Constant [ integer MYSQLI_TYPE_TIMESTAMP ] { 7 } + Constant [ integer MYSQLI_TYPE_LONGLONG ] { 8 } + Constant [ integer MYSQLI_TYPE_INT24 ] { 9 } + Constant [ integer MYSQLI_TYPE_DATE ] { 10 } + Constant [ integer MYSQLI_TYPE_TIME ] { 11 } + Constant [ integer MYSQLI_TYPE_DATETIME ] { 12 } + Constant [ integer MYSQLI_TYPE_YEAR ] { 13 } + Constant [ integer MYSQLI_TYPE_NEWDATE ] { 14 } + Constant [ integer MYSQLI_TYPE_ENUM ] { 247 } + Constant [ integer MYSQLI_TYPE_SET ] { 248 } + Constant [ integer MYSQLI_TYPE_TINY_BLOB ] { 249 } + Constant [ integer MYSQLI_TYPE_MEDIUM_BLOB ] { 250 } + Constant [ integer MYSQLI_TYPE_LONG_BLOB ] { 251 } + Constant [ integer MYSQLI_TYPE_BLOB ] { 252 } + Constant [ integer MYSQLI_TYPE_VAR_STRING ] { 253 } + Constant [ integer MYSQLI_TYPE_STRING ] { 254 } + Constant [ integer MYSQLI_TYPE_CHAR ] { 1 } + Constant [ integer MYSQLI_TYPE_INTERVAL ] { 247 } + Constant [ integer MYSQLI_TYPE_GEOMETRY ] { 255 } + Constant [ integer MYSQLI_TYPE_NEWDECIMAL ] { 246 } + Constant [ integer MYSQLI_TYPE_BIT ] { 16 } + Constant [ integer MYSQLI_SET_CHARSET_NAME ] { 7 } + Constant [ integer MYSQLI_SET_CHARSET_DIR ] { 6 } + Constant [ integer MYSQLI_NO_DATA ] { 100 } + Constant [ integer MYSQLI_DATA_TRUNCATED ] { 101 } + Constant [ integer MYSQLI_REPORT_INDEX ] { 4 } + Constant [ integer MYSQLI_REPORT_ERROR ] { 1 } + Constant [ integer MYSQLI_REPORT_STRICT ] { 2 } + Constant [ integer MYSQLI_REPORT_ALL ] { 255 } + Constant [ integer MYSQLI_REPORT_OFF ] { 0 } + Constant [ integer MYSQLI_DEBUG_TRACE_ENABLED ] { 0 } + Constant [ integer MYSQLI_SERVER_QUERY_NO_GOOD_INDEX_USED ] { 16 } + Constant [ integer MYSQLI_SERVER_QUERY_NO_INDEX_USED ] { 32 } + Constant [ integer MYSQLI_SERVER_QUERY_WAS_SLOW ] { 2048 } + Constant [ integer MYSQLI_SERVER_PS_OUT_PARAMS ] { 4096 } + Constant [ integer MYSQLI_REFRESH_GRANT ] { 1 } + Constant [ integer MYSQLI_REFRESH_LOG ] { 2 } + Constant [ integer MYSQLI_REFRESH_TABLES ] { 4 } + Constant [ integer MYSQLI_REFRESH_HOSTS ] { 8 } + Constant [ integer MYSQLI_REFRESH_STATUS ] { 16 } + Constant [ integer MYSQLI_REFRESH_THREADS ] { 32 } + Constant [ integer MYSQLI_REFRESH_SLAVE ] { 64 } + Constant [ integer MYSQLI_REFRESH_MASTER ] { 128 } + Constant [ integer MYSQLI_REFRESH_BACKUP_LOG ] { 2097152 } + } + + - Functions { + Function [ function mysqli_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_autocommit ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $mode ] + } + } + Function [ function mysqli_change_user ] { + + - Parameters [4] { + Parameter #0 [ $link ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + } + } + Function [ function mysqli_character_set_name ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_close ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_commit ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_connect ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + } + } + Function [ function mysqli_connect_errno ] { + + - Parameters [0] { + } + } + Function [ function mysqli_connect_error ] { + + - Parameters [0] { + } + } + Function [ function mysqli_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function mysqli_dump_debug_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_debug ] { + + - Parameters [1] { + Parameter #0 [ $debug_options ] + } + } + Function [ function mysqli_errno ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_error ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_error_list ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_stmt_execute ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_execute ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_fetch_field ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_field_direct ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_nr ] + } + } + Function [ function mysqli_fetch_lengths ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_all ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function mysqli_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_fetch_object ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $class_name ] + Parameter #2 [ array $params ] + } + } + Function [ function mysqli_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_field_count ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_field_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_nr ] + } + } + Function [ function mysqli_field_tell ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_get_connection_stats ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_client_stats ] { + + - Parameters [0] { + } + } + Function [ function mysqli_get_charset ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_client_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_client_version ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_host_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_proto_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_server_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_server_version ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_get_warnings ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_init ] { + + - Parameters [0] { + } + } + Function [ function mysqli_info ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_insert_id ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_kill ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $connection_id ] + } + } + Function [ function mysqli_more_results ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_multi_query ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_next_result ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function mysqli_options ] { + + - Parameters [3] { + Parameter #0 [ $link ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + Function [ function mysqli_ping ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_poll ] { + + - Parameters [5] { + Parameter #0 [ array or NULL &$read ] + Parameter #1 [ array or NULL &$write ] + Parameter #2 [ array or NULL &$error ] + Parameter #3 [ $sec ] + Parameter #4 [ $usec ] + } + } + Function [ function mysqli_prepare ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_report ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + Function [ function mysqli_query ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_real_connect ] { + + - Parameters [8] { + Parameter #0 [ $link ] + Parameter #1 [ $host ] + Parameter #2 [ $user ] + Parameter #3 [ $password ] + Parameter #4 [ $database ] + Parameter #5 [ $port ] + Parameter #6 [ $socket ] + Parameter #7 [ $flags ] + } + } + Function [ function mysqli_real_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $string_to_escape ] + } + } + Function [ function mysqli_real_query ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_reap_async_query ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_rollback ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_select_db ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $database ] + } + } + Function [ function mysqli_set_charset ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $charset ] + } + } + Function [ function mysqli_stmt_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_attr_get ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $attribute ] + } + } + Function [ function mysqli_stmt_attr_set ] { + + - Parameters [3] { + Parameter #0 [ $stmt ] + Parameter #1 [ $attribute ] + Parameter #2 [ $value ] + } + } + Function [ function mysqli_stmt_bind_param ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $types ] + } + } + Function [ function mysqli_stmt_bind_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_close ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_data_seek ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $offset ] + } + } + Function [ function mysqli_stmt_errno ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_error ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_error_list ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_fetch ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_field_count ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_free_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_get_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_get_warnings ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_init ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_stmt_insert_id ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_more_results ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_next_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_param_count ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_prepare ] { + + - Parameters [2] { + Parameter #0 [ $stmt ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_stmt_reset ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_result_metadata ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_send_long_data ] { + + - Parameters [3] { + Parameter #0 [ $stmt ] + Parameter #1 [ $param_nr ] + Parameter #2 [ $data ] + } + } + Function [ function mysqli_stmt_store_result ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_stmt_sqlstate ] { + + - Parameters [1] { + Parameter #0 [ $stmt ] + } + } + Function [ function mysqli_sqlstate ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_ssl_set ] { + + - Parameters [6] { + Parameter #0 [ $link ] + Parameter #1 [ $key ] + Parameter #2 [ $cert ] + Parameter #3 [ $certificate_authority ] + Parameter #4 [ $certificate_authority_path ] + Parameter #5 [ $cipher ] + } + } + Function [ function mysqli_stat ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_store_result ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_thread_id ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_thread_safe ] { + + - Parameters [0] { + } + } + Function [ function mysqli_use_result ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_warning_count ] { + + - Parameters [1] { + Parameter #0 [ $link ] + } + } + Function [ function mysqli_refresh ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $options ] + } + } + Function [ function mysqli_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $link ] + Parameter #1 [ $query ] + } + } + Function [ function mysqli_set_opt ] { + } + } + + - Classes [6] { + Class [ class mysqli_sql_exception extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ protected $message ] + Property [ protected $file ] + Property [ protected $line ] + Property [ protected $code ] + Property [ protected $sqlstate ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ final class mysqli_driver ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ public $client_info ] + Property [ public $client_version ] + Property [ public $driver_version ] + Property [ public $embedded ] + Property [ public $reconnect ] + Property [ public $report_mode ] + } + + - Methods [0] { + } + } + + Class [ class mysqli ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method poll ] { + + - Parameters [5] { + Parameter #0 [ array or NULL &$read ] + Parameter #1 [ array or NULL &$write ] + Parameter #2 [ array or NULL &$error ] + Parameter #3 [ $sec ] + Parameter #4 [ $usec ] + } + } + } + + - Properties [19] { + Property [ public $affected_rows ] + Property [ public $client_info ] + Property [ public $client_version ] + Property [ public $connect_errno ] + Property [ public $connect_error ] + Property [ public $errno ] + Property [ public $error ] + Property [ public $error_list ] + Property [ public $field_count ] + Property [ public $host_info ] + Property [ public $info ] + Property [ public $insert_id ] + Property [ public $server_info ] + Property [ public $server_version ] + Property [ public $stat ] + Property [ public $sqlstate ] + Property [ public $protocol_version ] + Property [ public $thread_id ] + Property [ public $warning_count ] + } + + - Methods [39] { + Method [ public method autocommit ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method change_user ] { + + - Parameters [3] { + Parameter #0 [ $user ] + Parameter #1 [ $password ] + Parameter #2 [ $database ] + } + } + + Method [ public method character_set_name ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method commit ] { + + - Parameters [0] { + } + } + + Method [ public method connect ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + } + } + + Method [ public method dump_debug_info ] { + + - Parameters [0] { + } + } + + Method [ public method debug ] { + + - Parameters [1] { + Parameter #0 [ $debug_options ] + } + } + + Method [ public method get_charset ] { + + - Parameters [0] { + } + } + + Method [ public method get_client_info ] { + + - Parameters [0] { + } + } + + Method [ public method get_connection_stats ] { + + - Parameters [0] { + } + } + + Method [ public method get_server_info ] { + + - Parameters [0] { + } + } + + Method [ public method get_warnings ] { + + - Parameters [0] { + } + } + + Method [ public method init ] { + + - Parameters [0] { + } + } + + Method [ public method kill ] { + + - Parameters [1] { + Parameter #0 [ $connection_id ] + } + } + + Method [ public method multi_query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method mysqli ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + } + } + + Method [ public method more_results ] { + + - Parameters [0] { + } + } + + Method [ public method next_result ] { + + - Parameters [0] { + } + } + + Method [ public method options ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method ping ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method real_connect ] { + + - Parameters [7] { + Parameter #0 [ $host ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $database ] + Parameter #4 [ $port ] + Parameter #5 [ $socket ] + Parameter #6 [ $flags ] + } + } + + Method [ public method real_escape_string ] { + + - Parameters [1] { + Parameter #0 [ $string_to_escape ] + } + } + + Method [ public method reap_async_query ] { + + - Parameters [0] { + } + } + + Method [ public method escape_string ] { + + - Parameters [1] { + Parameter #0 [ $string_to_escape ] + } + } + + Method [ public method real_query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method rollback ] { + + - Parameters [0] { + } + } + + Method [ public method select_db ] { + + - Parameters [1] { + Parameter #0 [ $database ] + } + } + + Method [ public method set_charset ] { + + - Parameters [1] { + Parameter #0 [ $charset ] + } + } + + Method [ public method set_opt ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method ssl_set ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $cert ] + Parameter #2 [ $certificate_authority ] + Parameter #3 [ $certificate_authority_path ] + Parameter #4 [ $cipher ] + } + } + + Method [ public method stat ] { + + - Parameters [0] { + } + } + + Method [ public method stmt_init ] { + + - Parameters [0] { + } + } + + Method [ public method store_result ] { + + - Parameters [0] { + } + } + + Method [ public method thread_safe ] { + + - Parameters [0] { + } + } + + Method [ public method use_result ] { + + - Parameters [0] { + } + } + + Method [ public method refresh ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + } + } + + Class [ final class mysqli_warning ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $message ] + Property [ public $sqlstate ] + Property [ public $errno ] + } + + - Methods [2] { + Method [ protected method __construct ] { + } + + Method [ public method next ] { + } + } + } + + Class [ class mysqli_result implements Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $current_field ] + Property [ public $field_count ] + Property [ public $lengths ] + Property [ public $num_rows ] + Property [ public $type ] + } + + - Methods [14] { + Method [ public method __construct ] { + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + + Method [ public method data_seek ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method fetch_field ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_fields ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_field_direct ] { + + - Parameters [1] { + Parameter #0 [ $field_nr ] + } + } + + Method [ public method fetch_all ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_array ] { + + - Parameters [1] { + Parameter #0 [ $result_type ] + } + } + + Method [ public method fetch_assoc ] { + + - Parameters [0] { + } + } + + Method [ public method fetch_object ] { + + - Parameters [2] { + Parameter #0 [ $class_name ] + Parameter #1 [ array $params ] + } + } + + Method [ public method fetch_row ] { + + - Parameters [0] { + } + } + + Method [ public method field_seek ] { + + - Parameters [1] { + Parameter #0 [ $field_nr ] + } + } + + Method [ public method free_result ] { + + - Parameters [0] { + } + } + } + } + + Class [ class mysqli_stmt ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ public $affected_rows ] + Property [ public $insert_id ] + Property [ public $num_rows ] + Property [ public $param_count ] + Property [ public $field_count ] + Property [ public $errno ] + Property [ public $error ] + Property [ public $error_list ] + Property [ public $sqlstate ] + Property [ public $id ] + } + + - Methods [20] { + Method [ public method __construct ] { + } + + Method [ public method attr_get ] { + + - Parameters [1] { + Parameter #0 [ $attribute ] + } + } + + Method [ public method attr_set ] { + + - Parameters [2] { + Parameter #0 [ $attribute ] + Parameter #1 [ $value ] + } + } + + Method [ public method bind_param ] { + + - Parameters [1] { + Parameter #0 [ $types ] + } + } + + Method [ public method bind_result ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method data_seek ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + + Method [ public method fetch ] { + + - Parameters [0] { + } + } + + Method [ public method get_warnings ] { + + - Parameters [0] { + } + } + + Method [ public method result_metadata ] { + + - Parameters [0] { + } + } + + Method [ public method more_results ] { + + - Parameters [0] { + } + } + + Method [ public method next_result ] { + + - Parameters [0] { + } + } + + Method [ public method num_rows ] { + + - Parameters [0] { + } + } + + Method [ public method send_long_data ] { + + - Parameters [2] { + Parameter #0 [ $param_nr ] + Parameter #1 [ $data ] + } + } + + Method [ public method free_result ] { + + - Parameters [0] { + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method store_result ] { + + - Parameters [0] { + } + } + + Method [ public method get_result ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/mysqlnd.txt b/reflection/mysqlnd.txt new file mode 100644 index 0000000..08ea191 --- /dev/null +++ b/reflection/mysqlnd.txt @@ -0,0 +1,40 @@ +Extension [ extension #56 mysqlnd version mysqlnd 5.0.11-dev - 20120503 - $Id: b0db48f5f71b45623b2b6aed210dd5b2464d06c4 $ ] { + + - Dependencies { + Dependency [ standard (Required) ] + } + + - INI { + Entry [ mysqlnd.collect_statistics ] + Current = '1' + } + Entry [ mysqlnd.collect_memory_statistics ] + Current = '0' + } + Entry [ mysqlnd.debug ] + Current = '' + } + Entry [ mysqlnd.trace_alloc ] + Current = '' + } + Entry [ mysqlnd.net_cmd_buffer_size ] + Current = '4096' + } + Entry [ mysqlnd.net_read_buffer_size ] + Current = '32768' + } + Entry [ mysqlnd.net_read_timeout ] + Current = '31536000' + } + Entry [ mysqlnd.log_mask ] + Current = '0' + } + Entry [ mysqlnd.mempool_default_size ] + Current = '16000' + } + Entry [ mysqlnd.sha256_server_public_key ] + Current = '' + } + } +} + diff --git a/reflection/oci8.txt b/reflection/oci8.txt new file mode 100644 index 0000000..e4b3d41 --- /dev/null +++ b/reflection/oci8.txt @@ -0,0 +1,1193 @@ +Extension [ extension #61 oci8 version 1.4.9 ] { + + - INI { + Entry [ oci8.max_persistent ] + Current = '-1' + } + Entry [ oci8.persistent_timeout ] + Current = '-1' + } + Entry [ oci8.ping_interval ] + Current = '60' + } + Entry [ oci8.privileged_connect ] + Current = '0' + } + Entry [ oci8.statement_cache_size ] + Current = '20' + } + Entry [ oci8.default_prefetch ] + Current = '100' + } + Entry [ oci8.old_oci_close_semantics ] + Current = '0' + } + Entry [ oci8.connection_class ] + Current = '' + } + Entry [ oci8.events ] + Current = '0' + } + } + + - Constants [61] { + Constant [ integer OCI_DEFAULT ] { 0 } + Constant [ integer OCI_SYSOPER ] { 4 } + Constant [ integer OCI_SYSDBA ] { 2 } + Constant [ integer OCI_CRED_EXT ] { -2147483648 } + Constant [ integer OCI_DESCRIBE_ONLY ] { 16 } + Constant [ integer OCI_COMMIT_ON_SUCCESS ] { 32 } + Constant [ integer OCI_NO_AUTO_COMMIT ] { 0 } + Constant [ integer OCI_EXACT_FETCH ] { 2 } + Constant [ integer OCI_SEEK_SET ] { 0 } + Constant [ integer OCI_SEEK_CUR ] { 1 } + Constant [ integer OCI_SEEK_END ] { 2 } + Constant [ integer OCI_LOB_BUFFER_FREE ] { 1 } + Constant [ integer SQLT_BFILEE ] { 114 } + Constant [ integer SQLT_CFILEE ] { 115 } + Constant [ integer SQLT_CLOB ] { 112 } + Constant [ integer SQLT_BLOB ] { 113 } + Constant [ integer SQLT_RDD ] { 104 } + Constant [ integer SQLT_INT ] { 3 } + Constant [ integer SQLT_NUM ] { 2 } + Constant [ integer SQLT_RSET ] { 116 } + Constant [ integer SQLT_AFC ] { 96 } + Constant [ integer SQLT_CHR ] { 1 } + Constant [ integer SQLT_VCS ] { 9 } + Constant [ integer SQLT_AVC ] { 97 } + Constant [ integer SQLT_STR ] { 5 } + Constant [ integer SQLT_LVC ] { 94 } + Constant [ integer SQLT_FLT ] { 4 } + Constant [ integer SQLT_UIN ] { 68 } + Constant [ integer SQLT_LNG ] { 8 } + Constant [ integer SQLT_LBI ] { 24 } + Constant [ integer SQLT_BIN ] { 23 } + Constant [ integer SQLT_ODT ] { 156 } + Constant [ integer SQLT_BDOUBLE ] { 22 } + Constant [ integer SQLT_BFLOAT ] { 21 } + Constant [ integer OCI_B_NTY ] { 108 } + Constant [ integer SQLT_NTY ] { 108 } + Constant [ string OCI_SYSDATE ] { SYSDATE } + Constant [ integer OCI_B_BFILE ] { 114 } + Constant [ integer OCI_B_CFILEE ] { 115 } + Constant [ integer OCI_B_CLOB ] { 112 } + Constant [ integer OCI_B_BLOB ] { 113 } + Constant [ integer OCI_B_ROWID ] { 104 } + Constant [ integer OCI_B_CURSOR ] { 116 } + Constant [ integer OCI_B_BIN ] { 23 } + Constant [ integer OCI_B_INT ] { 3 } + Constant [ integer OCI_B_NUM ] { 2 } + Constant [ integer OCI_FETCHSTATEMENT_BY_COLUMN ] { 16 } + Constant [ integer OCI_FETCHSTATEMENT_BY_ROW ] { 32 } + Constant [ integer OCI_ASSOC ] { 1 } + Constant [ integer OCI_NUM ] { 2 } + Constant [ integer OCI_BOTH ] { 3 } + Constant [ integer OCI_RETURN_NULLS ] { 4 } + Constant [ integer OCI_RETURN_LOBS ] { 8 } + Constant [ integer OCI_DTYPE_FILE ] { 56 } + Constant [ integer OCI_DTYPE_LOB ] { 50 } + Constant [ integer OCI_DTYPE_ROWID ] { 54 } + Constant [ integer OCI_D_FILE ] { 56 } + Constant [ integer OCI_D_LOB ] { 50 } + Constant [ integer OCI_D_ROWID ] { 54 } + Constant [ integer OCI_TEMP_CLOB ] { 2 } + Constant [ integer OCI_TEMP_BLOB ] { 1 } + } + + - Functions { + Function [ function oci_define_by_name ] { + + - Parameters [4] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $type ] + } + } + Function [ function oci_bind_by_name ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $maximum_length ] + Parameter #4 [ $type ] + } + } + Function [ function oci_bind_array_by_name ] { + + - Parameters [6] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $maximum_array_length ] + Parameter #4 [ $maximum_item_length ] + Parameter #5 [ $type ] + } + } + Function [ function oci_field_is_null ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function oci_field_name ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_size ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function oci_field_scale ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_precision ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_type ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_field_type_raw ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function oci_execute ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $mode ] + } + } + Function [ function oci_cancel ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_object ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_row ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_assoc ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $mode ] + } + } + Function [ function ocifetchinto ] { + + - Parameters [3] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ &$result ] + Parameter #2 [ $mode ] + } + } + Function [ function oci_fetch_all ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ &$output ] + Parameter #2 [ $skip ] + Parameter #3 [ $maximum_rows ] + Parameter #4 [ $flags ] + } + } + Function [ function oci_free_statement ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_internal_debug ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + Function [ function oci_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_parse ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $sql_text ] + } + } + Function [ function oci_new_cursor ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_result ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function oci_client_version ] { + + - Parameters [0] { + } + } + Function [ function oci_server_version ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_statement_type ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function oci_close ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_connect ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function oci_new_connect ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function oci_pconnect ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function oci_error ] { + + - Parameters [1] { + Parameter #0 [ $connection_or_statement_resource ] + } + } + Function [ function oci_free_descriptor ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_save ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $data ] + Parameter #2 [ $offset ] + } + } + Function [ function oci_lob_import ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + } + } + Function [ function oci_lob_size ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_load ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_read ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $length ] + } + } + Function [ function oci_lob_eof ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_tell ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_truncate ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $length ] + } + } + Function [ function oci_lob_erase ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] + } + } + Function [ function oci_lob_flush ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $flag ] + } + } + Function [ function ocisetbufferinglob ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $mode ] + } + } + Function [ function ocigetbufferinglob ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_is_equal ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $lob_descriptor ] + } + } + Function [ function oci_lob_rewind ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function oci_lob_write ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $string ] + Parameter #2 [ $length ] + } + } + Function [ function oci_lob_append ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor_to ] + Parameter #1 [ $lob_descriptor_from ] + } + } + Function [ function oci_lob_copy ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor_to ] + Parameter #1 [ $lob_descriptor_from ] + Parameter #2 [ $length ] + } + } + Function [ function oci_lob_export ] { + + - Parameters [4] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + } + } + Function [ function oci_lob_seek ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function oci_commit ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_rollback ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function oci_new_descriptor ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type ] + } + } + Function [ function oci_set_prefetch ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $number_of_rows ] + } + } + Function [ function oci_set_client_identifier ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $client_identifier ] + } + } + Function [ function oci_set_edition ] { + + - Parameters [1] { + Parameter #0 [ $edition_name ] + } + } + Function [ function oci_set_module_name ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $module_name ] + } + } + Function [ function oci_set_action ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $action ] + } + } + Function [ function oci_set_client_info ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $client_information ] + } + } + Function [ function oci_password_change ] { + + - Parameters [4] { + Parameter #0 [ $connection_resource_or_connection_string ] + Parameter #1 [ $username ] + Parameter #2 [ $old_password ] + Parameter #3 [ $new_password ] + } + } + Function [ function oci_free_collection ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function oci_collection_append ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $value ] + } + } + Function [ function oci_collection_element_get ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + } + } + Function [ function oci_collection_element_assign ] { + + - Parameters [3] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } + } + Function [ function oci_collection_assign ] { + + - Parameters [2] { + Parameter #0 [ $collection_to ] + Parameter #1 [ $collection_from ] + } + } + Function [ function oci_collection_size ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function oci_collection_max ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function oci_collection_trim ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $number ] + } + } + Function [ function oci_new_collection ] { + + - Parameters [3] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type_name ] + Parameter #2 [ $schema_name ] + } + } + Function [ function oci_free_cursor ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocifreecursor ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocibindbyname ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $maximum_length ] + Parameter #4 [ $type ] + } + } + Function [ function ocidefinebyname ] { + + - Parameters [4] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_name ] + Parameter #2 [ &$variable ] + Parameter #3 [ $type ] + } + } + Function [ function ocicolumnisnull ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function ocicolumnname ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumnsize ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function ocicolumnscale ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumnprecision ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumntype ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ocicolumntyperaw ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number ] + } + } + Function [ function ociexecute ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $mode ] + } + } + Function [ function ocicancel ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocifetch ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocifetchstatement ] { + + - Parameters [5] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ &$output ] + Parameter #2 [ $skip ] + Parameter #3 [ $maximum_rows ] + Parameter #4 [ $flags ] + } + } + Function [ function ocifreestatement ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ociinternaldebug ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + Function [ function ocinumcols ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ociparse ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $sql_text ] + } + } + Function [ function ocinewcursor ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ociresult ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $column_number_or_name ] + } + } + Function [ function ociserverversion ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocistatementtype ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocirowcount ] { + + - Parameters [1] { + Parameter #0 [ $statement_resource ] + } + } + Function [ function ocilogoff ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocilogon ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function ocinlogon ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function ociplogon ] { + + - Parameters [5] { + Parameter #0 [ $username ] + Parameter #1 [ $password ] + Parameter #2 [ $connection_string ] + Parameter #3 [ $character_set ] + Parameter #4 [ $session_mode ] + } + } + Function [ function ocierror ] { + + - Parameters [1] { + Parameter #0 [ $connection_or_statement_resource ] + } + } + Function [ function ocifreedesc ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function ocisavelob ] { + + - Parameters [3] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $data ] + Parameter #2 [ $offset ] + } + } + Function [ function ocisavelobfile ] { + + - Parameters [2] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + } + } + Function [ function ociwritelobtofile ] { + + - Parameters [4] { + Parameter #0 [ $lob_descriptor ] + Parameter #1 [ $filename ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + } + } + Function [ function ociloadlob ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor ] + } + } + Function [ function ocicommit ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocirollback ] { + + - Parameters [1] { + Parameter #0 [ $connection_resource ] + } + } + Function [ function ocinewdescriptor ] { + + - Parameters [2] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type ] + } + } + Function [ function ocisetprefetch ] { + + - Parameters [2] { + Parameter #0 [ $statement_resource ] + Parameter #1 [ $number_of_rows ] + } + } + Function [ function ocipasswordchange ] { + + - Parameters [4] { + Parameter #0 [ $connection_resource_or_connection_string ] + Parameter #1 [ $username ] + Parameter #2 [ $old_password ] + Parameter #3 [ $new_password ] + } + } + Function [ function ocifreecollection ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function ocinewcollection ] { + + - Parameters [3] { + Parameter #0 [ $connection_resource ] + Parameter #1 [ $type_name ] + Parameter #2 [ $schema_name ] + } + } + Function [ function ocicollappend ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $value ] + } + } + Function [ function ocicollgetelem ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + } + } + Function [ function ocicollassignelem ] { + + - Parameters [3] { + Parameter #0 [ $collection ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } + } + Function [ function ocicollsize ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function ocicollmax ] { + + - Parameters [1] { + Parameter #0 [ $collection ] + } + } + Function [ function ocicolltrim ] { + + - Parameters [2] { + Parameter #0 [ $collection ] + Parameter #1 [ $number ] + } + } + } + + - Classes [2] { + Class [ class OCI-Lob ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [22] { + Method [ public method load ] { + + - Parameters [0] { + } + } + + Method [ public method tell ] { + + - Parameters [0] { + } + } + + Method [ public method truncate ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + } + + Method [ public method erase ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $length ] + } + } + + Method [ public method flush ] { + + - Parameters [1] { + Parameter #0 [ $flag ] + } + } + + Method [ public method setbuffering ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method getbuffering ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $length ] + } + } + + Method [ public method eof ] { + + - Parameters [0] { + } + } + + Method [ public method seek ] { + + - Parameters [2] { + Parameter #0 [ $offset ] + Parameter #1 [ $whence ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $length ] + } + } + + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $lob_descriptor_from ] + } + } + + Method [ public method size ] { + + - Parameters [0] { + } + } + + Method [ public method writetofile ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + } + } + + Method [ public method export ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + } + } + + Method [ public method import ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method writetemporary ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $type ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method save ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $offset ] + } + } + + Method [ public method savefile ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + } + } + + Class [ class OCI-Collection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + Method [ public method append ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method getelem ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method assignelem ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $value ] + } + } + + Method [ public method assign ] { + + - Parameters [1] { + Parameter #0 [ $collection_from ] + } + } + + Method [ public method size ] { + + - Parameters [0] { + } + } + + Method [ public method max ] { + + - Parameters [0] { + } + } + + Method [ public method trim ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + + Method [ public method free ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/odbc.txt b/reflection/odbc.txt new file mode 100644 index 0000000..8eaa07b --- /dev/null +++ b/reflection/odbc.txt @@ -0,0 +1,426 @@ +Extension [ extension #62 odbc version 1.0 ] { + + - INI { + Entry [ odbc.allow_persistent ] + Current = '1' + } + Entry [ odbc.max_persistent ] + Current = '-1' + } + Entry [ odbc.max_links ] + Current = '-1' + } + Entry [ odbc.default_db ] + Current = '' + } + Entry [ odbc.default_user ] + Current = '' + } + Entry [ odbc.default_pw ] + Current = '' + } + Entry [ odbc.defaultlrl ] + Current = '4096' + } + Entry [ odbc.defaultbinmode ] + Current = '1' + } + Entry [ odbc.check_persistent ] + Current = '1' + } + Entry [ odbc.default_cursortype ] + Current = '3' + } + } + + - Constants [40] { + Constant [ string ODBC_TYPE ] { unixODBC } + Constant [ integer ODBC_BINMODE_PASSTHRU ] { 0 } + Constant [ integer ODBC_BINMODE_RETURN ] { 1 } + Constant [ integer ODBC_BINMODE_CONVERT ] { 2 } + Constant [ integer SQL_ODBC_CURSORS ] { 110 } + Constant [ integer SQL_CUR_USE_DRIVER ] { 2 } + Constant [ integer SQL_CUR_USE_IF_NEEDED ] { 0 } + Constant [ integer SQL_CUR_USE_ODBC ] { 1 } + Constant [ integer SQL_CONCURRENCY ] { 7 } + Constant [ integer SQL_CONCUR_READ_ONLY ] { 1 } + Constant [ integer SQL_CONCUR_LOCK ] { 2 } + Constant [ integer SQL_CONCUR_ROWVER ] { 3 } + Constant [ integer SQL_CONCUR_VALUES ] { 4 } + Constant [ integer SQL_CURSOR_TYPE ] { 6 } + Constant [ integer SQL_CURSOR_FORWARD_ONLY ] { 0 } + Constant [ integer SQL_CURSOR_KEYSET_DRIVEN ] { 1 } + Constant [ integer SQL_CURSOR_DYNAMIC ] { 2 } + Constant [ integer SQL_CURSOR_STATIC ] { 3 } + Constant [ integer SQL_KEYSET_SIZE ] { 8 } + Constant [ integer SQL_FETCH_FIRST ] { 2 } + Constant [ integer SQL_FETCH_NEXT ] { 1 } + Constant [ integer SQL_CHAR ] { 1 } + Constant [ integer SQL_VARCHAR ] { 12 } + Constant [ integer SQL_LONGVARCHAR ] { -1 } + Constant [ integer SQL_DECIMAL ] { 3 } + Constant [ integer SQL_NUMERIC ] { 2 } + Constant [ integer SQL_BIT ] { -7 } + Constant [ integer SQL_TINYINT ] { -6 } + Constant [ integer SQL_SMALLINT ] { 5 } + Constant [ integer SQL_INTEGER ] { 4 } + Constant [ integer SQL_BIGINT ] { -5 } + Constant [ integer SQL_REAL ] { 7 } + Constant [ integer SQL_FLOAT ] { 6 } + Constant [ integer SQL_DOUBLE ] { 8 } + Constant [ integer SQL_BINARY ] { -2 } + Constant [ integer SQL_VARBINARY ] { -3 } + Constant [ integer SQL_LONGVARBINARY ] { -4 } + Constant [ integer SQL_DATE ] { 9 } + Constant [ integer SQL_TIME ] { 10 } + Constant [ integer SQL_TIMESTAMP ] { 11 } + } + + - Functions { + Function [ function odbc_autocommit ] { + + - Parameters [2] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $onoff ] + } + } + Function [ function odbc_binmode ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $mode ] + } + } + Function [ function odbc_close ] { + + - Parameters [1] { + Parameter #0 [ $connection_id ] + } + } + Function [ function odbc_close_all ] { + + - Parameters [0] { + } + } + Function [ function odbc_columns ] { + + - Parameters [5] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $table_name ] + Parameter #4 [ $column_name ] + } + } + Function [ function odbc_commit ] { + + - Parameters [1] { + Parameter #0 [ $connection_id ] + } + } + Function [ function odbc_connect ] { + + - Parameters [4] { + Parameter #0 [ $dsn ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $cursor_option ] + } + } + Function [ function odbc_cursor ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function odbc_data_source ] { + + - Parameters [2] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $fetch_type ] + } + } + Function [ function odbc_execute ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $parameters_array ] + } + } + Function [ function odbc_error ] { + + - Parameters [1] { + Parameter #0 [ $connection_id ] + } + } + Function [ function odbc_errormsg ] { + + - Parameters [1] { + Parameter #0 [ $connection_id ] + } + } + Function [ function odbc_exec ] { + + - Parameters [3] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $query ] + Parameter #2 [ $flags ] + } + } + Function [ function odbc_fetch_array ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $rownumber ] + } + } + Function [ function odbc_fetch_object ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $rownumber ] + } + } + Function [ function odbc_fetch_row ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $row_number ] + } + } + Function [ function odbc_fetch_into ] { + + - Parameters [3] { + Parameter #0 [ $result_id ] + Parameter #1 [ &$result_array ] + Parameter #2 [ $rownumber ] + } + } + Function [ function odbc_field_len ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field_number ] + } + } + Function [ function odbc_field_scale ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field_number ] + } + } + Function [ function odbc_field_name ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field_number ] + } + } + Function [ function odbc_field_type ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field_number ] + } + } + Function [ function odbc_field_num ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field_name ] + } + } + Function [ function odbc_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function odbc_gettypeinfo ] { + + - Parameters [2] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $data_type ] + } + } + Function [ function odbc_longreadlen ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $length ] + } + } + Function [ function odbc_next_result ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function odbc_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function odbc_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result_id ] + } + } + Function [ function odbc_pconnect ] { + + - Parameters [4] { + Parameter #0 [ $dsn ] + Parameter #1 [ $user ] + Parameter #2 [ $password ] + Parameter #3 [ $cursor_option ] + } + } + Function [ function odbc_prepare ] { + + - Parameters [2] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $query ] + } + } + Function [ function odbc_result ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field ] + } + } + Function [ function odbc_result_all ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $format ] + } + } + Function [ function odbc_rollback ] { + + - Parameters [1] { + Parameter #0 [ $connection_id ] + } + } + Function [ function odbc_setoption ] { + + - Parameters [4] { + Parameter #0 [ $conn_id ] + Parameter #1 [ $which ] + Parameter #2 [ $option ] + Parameter #3 [ $value ] + } + } + Function [ function odbc_specialcolumns ] { + + - Parameters [7] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $type ] + Parameter #2 [ $qualifier ] + Parameter #3 [ $owner ] + Parameter #4 [ $table ] + Parameter #5 [ $scope ] + Parameter #6 [ $nullable ] + } + } + Function [ function odbc_statistics ] { + + - Parameters [6] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $name ] + Parameter #4 [ $unique ] + Parameter #5 [ $accuracy ] + } + } + Function [ function odbc_tables ] { + + - Parameters [5] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $name ] + Parameter #4 [ $table_types ] + } + } + Function [ function odbc_primarykeys ] { + + - Parameters [4] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $table ] + } + } + Function [ function odbc_columnprivileges ] { + + - Parameters [5] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $catalog ] + Parameter #2 [ $schema ] + Parameter #3 [ $table ] + Parameter #4 [ $column ] + } + } + Function [ function odbc_tableprivileges ] { + + - Parameters [4] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $name ] + } + } + Function [ function odbc_foreignkeys ] { + + - Parameters [7] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $pk_qualifier ] + Parameter #2 [ $pk_owner ] + Parameter #3 [ $pk_table ] + Parameter #4 [ $fk_qualifier ] + Parameter #5 [ $fk_owner ] + Parameter #6 [ $fk_table ] + } + } + Function [ function odbc_procedures ] { + + - Parameters [4] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $name ] + } + } + Function [ function odbc_procedurecolumns ] { + + - Parameters [5] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $qualifier ] + Parameter #2 [ $owner ] + Parameter #3 [ $proc ] + Parameter #4 [ $column ] + } + } + Function [ function odbc_do ] { + + - Parameters [3] { + Parameter #0 [ $connection_id ] + Parameter #1 [ $query ] + Parameter #2 [ $flags ] + } + } + Function [ function odbc_field_precision ] { + + - Parameters [2] { + Parameter #0 [ $result_id ] + Parameter #1 [ $field_number ] + } + } + } +} + diff --git a/reflection/openssl.txt b/reflection/openssl.txt new file mode 100644 index 0000000..e916db9 --- /dev/null +++ b/reflection/openssl.txt @@ -0,0 +1,440 @@ +Extension [ extension #5 openssl version ] { + + - Constants [46] { + Constant [ string OPENSSL_VERSION_TEXT ] { OpenSSL 1.0.0j-fips 10 May 2012 } + Constant [ integer OPENSSL_VERSION_NUMBER ] { 268435459 } + Constant [ integer X509_PURPOSE_SSL_CLIENT ] { 1 } + Constant [ integer X509_PURPOSE_SSL_SERVER ] { 2 } + Constant [ integer X509_PURPOSE_NS_SSL_SERVER ] { 3 } + Constant [ integer X509_PURPOSE_SMIME_SIGN ] { 4 } + Constant [ integer X509_PURPOSE_SMIME_ENCRYPT ] { 5 } + Constant [ integer X509_PURPOSE_CRL_SIGN ] { 6 } + Constant [ integer X509_PURPOSE_ANY ] { 7 } + Constant [ integer OPENSSL_ALGO_SHA1 ] { 1 } + Constant [ integer OPENSSL_ALGO_MD5 ] { 2 } + Constant [ integer OPENSSL_ALGO_MD4 ] { 3 } + Constant [ integer OPENSSL_ALGO_DSS1 ] { 5 } + Constant [ integer OPENSSL_ALGO_SHA224 ] { 6 } + Constant [ integer OPENSSL_ALGO_SHA256 ] { 7 } + Constant [ integer OPENSSL_ALGO_SHA384 ] { 8 } + Constant [ integer OPENSSL_ALGO_SHA512 ] { 9 } + Constant [ integer OPENSSL_ALGO_RMD160 ] { 10 } + Constant [ integer PKCS7_DETACHED ] { 64 } + Constant [ integer PKCS7_TEXT ] { 1 } + Constant [ integer PKCS7_NOINTERN ] { 16 } + Constant [ integer PKCS7_NOVERIFY ] { 32 } + Constant [ integer PKCS7_NOCHAIN ] { 8 } + Constant [ integer PKCS7_NOCERTS ] { 2 } + Constant [ integer PKCS7_NOATTR ] { 256 } + Constant [ integer PKCS7_BINARY ] { 128 } + Constant [ integer PKCS7_NOSIGS ] { 4 } + Constant [ integer OPENSSL_PKCS1_PADDING ] { 1 } + Constant [ integer OPENSSL_SSLV23_PADDING ] { 2 } + Constant [ integer OPENSSL_NO_PADDING ] { 3 } + Constant [ integer OPENSSL_PKCS1_OAEP_PADDING ] { 4 } + Constant [ integer OPENSSL_CIPHER_RC2_40 ] { 0 } + Constant [ integer OPENSSL_CIPHER_RC2_128 ] { 1 } + Constant [ integer OPENSSL_CIPHER_RC2_64 ] { 2 } + Constant [ integer OPENSSL_CIPHER_DES ] { 3 } + Constant [ integer OPENSSL_CIPHER_3DES ] { 4 } + Constant [ integer OPENSSL_CIPHER_AES_128_CBC ] { 5 } + Constant [ integer OPENSSL_CIPHER_AES_192_CBC ] { 6 } + Constant [ integer OPENSSL_CIPHER_AES_256_CBC ] { 7 } + Constant [ integer OPENSSL_KEYTYPE_RSA ] { 0 } + Constant [ integer OPENSSL_KEYTYPE_DSA ] { 1 } + Constant [ integer OPENSSL_KEYTYPE_DH ] { 2 } + Constant [ integer OPENSSL_KEYTYPE_EC ] { 3 } + Constant [ integer OPENSSL_RAW_DATA ] { 1 } + Constant [ integer OPENSSL_ZERO_PADDING ] { 2 } + Constant [ integer OPENSSL_TLSEXT_SERVER_NAME ] { 1 } + } + + - Functions { + Function [ function openssl_pkey_free ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Function [ function openssl_pkey_new ] { + + - Parameters [1] { + Parameter #0 [ $configargs ] + } + } + Function [ function openssl_pkey_export ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ &$out ] + Parameter #2 [ $passphrase ] + Parameter #3 [ $config_args ] + } + } + Function [ function openssl_pkey_export_to_file ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $outfilename ] + Parameter #2 [ $passphrase ] + Parameter #3 [ $config_args ] + } + } + Function [ function openssl_pkey_get_private ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $passphrase ] + } + } + Function [ function openssl_pkey_get_public ] { + + - Parameters [1] { + Parameter #0 [ $cert ] + } + } + Function [ function openssl_pkey_get_details ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Function [ function openssl_free_key ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + Function [ function openssl_get_privatekey ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $passphrase ] + } + } + Function [ function openssl_get_publickey ] { + + - Parameters [1] { + Parameter #0 [ $cert ] + } + } + Function [ function openssl_x509_read ] { + + - Parameters [1] { + Parameter #0 [ $cert ] + } + } + Function [ function openssl_x509_free ] { + + - Parameters [1] { + Parameter #0 [ $x509 ] + } + } + Function [ function openssl_x509_parse ] { + + - Parameters [2] { + Parameter #0 [ $x509 ] + Parameter #1 [ $shortname ] + } + } + Function [ function openssl_x509_checkpurpose ] { + + - Parameters [4] { + Parameter #0 [ $x509cert ] + Parameter #1 [ $purpose ] + Parameter #2 [ $cainfo ] + Parameter #3 [ $untrustedfile ] + } + } + Function [ function openssl_x509_check_private_key ] { + + - Parameters [2] { + Parameter #0 [ $cert ] + Parameter #1 [ $key ] + } + } + Function [ function openssl_x509_export ] { + + - Parameters [3] { + Parameter #0 [ $x509 ] + Parameter #1 [ &$out ] + Parameter #2 [ $notext ] + } + } + Function [ function openssl_x509_export_to_file ] { + + - Parameters [3] { + Parameter #0 [ $x509 ] + Parameter #1 [ $outfilename ] + Parameter #2 [ $notext ] + } + } + Function [ function openssl_pkcs12_export ] { + + - Parameters [5] { + Parameter #0 [ $x509 ] + Parameter #1 [ &$out ] + Parameter #2 [ $priv_key ] + Parameter #3 [ $pass ] + Parameter #4 [ $args ] + } + } + Function [ function openssl_pkcs12_export_to_file ] { + + - Parameters [5] { + Parameter #0 [ $x509 ] + Parameter #1 [ $filename ] + Parameter #2 [ $priv_key ] + Parameter #3 [ $pass ] + Parameter #4 [ $args ] + } + } + Function [ function openssl_pkcs12_read ] { + + - Parameters [3] { + Parameter #0 [ $PKCS12 ] + Parameter #1 [ &$certs ] + Parameter #2 [ $pass ] + } + } + Function [ function openssl_csr_new ] { + + - Parameters [4] { + Parameter #0 [ $dn ] + Parameter #1 [ &$privkey ] + Parameter #2 [ $configargs ] + Parameter #3 [ $extraattribs ] + } + } + Function [ function openssl_csr_export ] { + + - Parameters [3] { + Parameter #0 [ $csr ] + Parameter #1 [ &$out ] + Parameter #2 [ $notext ] + } + } + Function [ function openssl_csr_export_to_file ] { + + - Parameters [3] { + Parameter #0 [ $csr ] + Parameter #1 [ $outfilename ] + Parameter #2 [ $notext ] + } + } + Function [ function openssl_csr_sign ] { + + - Parameters [6] { + Parameter #0 [ $csr ] + Parameter #1 [ $x509 ] + Parameter #2 [ $priv_key ] + Parameter #3 [ $days ] + Parameter #4 [ $config_args ] + Parameter #5 [ $serial ] + } + } + Function [ function openssl_csr_get_subject ] { + + - Parameters [1] { + Parameter #0 [ $csr ] + } + } + Function [ function openssl_csr_get_public_key ] { + + - Parameters [1] { + Parameter #0 [ $csr ] + } + } + Function [ function openssl_digest ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $method ] + Parameter #2 [ $raw_output ] + } + } + Function [ function openssl_encrypt ] { + + - Parameters [5] { + Parameter #0 [ $data ] + Parameter #1 [ $method ] + Parameter #2 [ $password ] + Parameter #3 [ $options ] + Parameter #4 [ $iv ] + } + } + Function [ function openssl_decrypt ] { + + - Parameters [5] { + Parameter #0 [ $data ] + Parameter #1 [ $method ] + Parameter #2 [ $password ] + Parameter #3 [ $options ] + Parameter #4 [ $iv ] + } + } + Function [ function openssl_cipher_iv_length ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + Function [ function openssl_sign ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$signature ] + Parameter #2 [ $key ] + Parameter #3 [ $method ] + } + } + Function [ function openssl_verify ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ $signature ] + Parameter #2 [ $key ] + Parameter #3 [ $method ] + } + } + Function [ function openssl_seal ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$sealdata ] + Parameter #2 [ &$ekeys ] + Parameter #3 [ $pubkeys ] + } + } + Function [ function openssl_open ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$opendata ] + Parameter #2 [ $ekey ] + Parameter #3 [ $privkey ] + } + } + Function [ function openssl_pbkdf2 ] { + + - Parameters [5] { + Parameter #0 [ $password ] + Parameter #1 [ $salt ] + Parameter #2 [ $key_length ] + Parameter #3 [ $iterations ] + Parameter #4 [ $digest_algorithm ] + } + } + Function [ function openssl_pkcs7_verify ] { + + - Parameters [6] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $signerscerts ] + Parameter #3 [ $cainfo ] + Parameter #4 [ $extracerts ] + Parameter #5 [ $content ] + } + } + Function [ function openssl_pkcs7_decrypt ] { + + - Parameters [4] { + Parameter #0 [ $infilename ] + Parameter #1 [ $outfilename ] + Parameter #2 [ $recipcert ] + Parameter #3 [ $recipkey ] + } + } + Function [ function openssl_pkcs7_sign ] { + + - Parameters [7] { + Parameter #0 [ $infile ] + Parameter #1 [ $outfile ] + Parameter #2 [ $signcert ] + Parameter #3 [ $signkey ] + Parameter #4 [ $headers ] + Parameter #5 [ $flags ] + Parameter #6 [ $extracertsfilename ] + } + } + Function [ function openssl_pkcs7_encrypt ] { + + - Parameters [6] { + Parameter #0 [ $infile ] + Parameter #1 [ $outfile ] + Parameter #2 [ $recipcerts ] + Parameter #3 [ $headers ] + Parameter #4 [ $flags ] + Parameter #5 [ $cipher ] + } + } + Function [ function openssl_private_encrypt ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$crypted ] + Parameter #2 [ $key ] + Parameter #3 [ $padding ] + } + } + Function [ function openssl_private_decrypt ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$crypted ] + Parameter #2 [ $key ] + Parameter #3 [ $padding ] + } + } + Function [ function openssl_public_encrypt ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$crypted ] + Parameter #2 [ $key ] + Parameter #3 [ $padding ] + } + } + Function [ function openssl_public_decrypt ] { + + - Parameters [4] { + Parameter #0 [ $data ] + Parameter #1 [ &$crypted ] + Parameter #2 [ $key ] + Parameter #3 [ $padding ] + } + } + Function [ function openssl_get_md_methods ] { + + - Parameters [1] { + Parameter #0 [ $aliases ] + } + } + Function [ function openssl_get_cipher_methods ] { + + - Parameters [1] { + Parameter #0 [ $aliases ] + } + } + Function [ function openssl_dh_compute_key ] { + + - Parameters [2] { + Parameter #0 [ $pub_key ] + Parameter #1 [ $dh_key ] + } + } + Function [ function openssl_random_pseudo_bytes ] { + + - Parameters [2] { + Parameter #0 [ $length ] + Parameter #1 [ &$result_is_strong ] + } + } + Function [ function openssl_error_string ] { + + - Parameters [0] { + } + } + } +} + diff --git a/reflection/pcntl.txt b/reflection/pcntl.txt new file mode 100644 index 0000000..f57d2ef --- /dev/null +++ b/reflection/pcntl.txt @@ -0,0 +1,254 @@ +Extension [ extension #18 pcntl version ] { + + - Constants [110] { + Constant [ integer WNOHANG ] { 1 } + Constant [ integer WUNTRACED ] { 2 } + Constant [ integer SIG_IGN ] { 1 } + Constant [ integer SIG_DFL ] { 0 } + Constant [ integer SIG_ERR ] { -1 } + Constant [ integer SIGHUP ] { 1 } + Constant [ integer SIGINT ] { 2 } + Constant [ integer SIGQUIT ] { 3 } + Constant [ integer SIGILL ] { 4 } + Constant [ integer SIGTRAP ] { 5 } + Constant [ integer SIGABRT ] { 6 } + Constant [ integer SIGIOT ] { 6 } + Constant [ integer SIGBUS ] { 7 } + Constant [ integer SIGFPE ] { 8 } + Constant [ integer SIGKILL ] { 9 } + Constant [ integer SIGUSR1 ] { 10 } + Constant [ integer SIGSEGV ] { 11 } + Constant [ integer SIGUSR2 ] { 12 } + Constant [ integer SIGPIPE ] { 13 } + Constant [ integer SIGALRM ] { 14 } + Constant [ integer SIGTERM ] { 15 } + Constant [ integer SIGSTKFLT ] { 16 } + Constant [ integer SIGCLD ] { 17 } + Constant [ integer SIGCHLD ] { 17 } + Constant [ integer SIGCONT ] { 18 } + Constant [ integer SIGSTOP ] { 19 } + Constant [ integer SIGTSTP ] { 20 } + Constant [ integer SIGTTIN ] { 21 } + Constant [ integer SIGTTOU ] { 22 } + Constant [ integer SIGURG ] { 23 } + Constant [ integer SIGXCPU ] { 24 } + Constant [ integer SIGXFSZ ] { 25 } + Constant [ integer SIGVTALRM ] { 26 } + Constant [ integer SIGPROF ] { 27 } + Constant [ integer SIGWINCH ] { 28 } + Constant [ integer SIGPOLL ] { 29 } + Constant [ integer SIGIO ] { 29 } + Constant [ integer SIGPWR ] { 30 } + Constant [ integer SIGSYS ] { 31 } + Constant [ integer SIGBABY ] { 31 } + Constant [ integer PRIO_PGRP ] { 1 } + Constant [ integer PRIO_USER ] { 2 } + Constant [ integer PRIO_PROCESS ] { 0 } + Constant [ integer SIG_BLOCK ] { 0 } + Constant [ integer SIG_UNBLOCK ] { 1 } + Constant [ integer SIG_SETMASK ] { 2 } + Constant [ integer SI_USER ] { 0 } + Constant [ integer SI_KERNEL ] { 128 } + Constant [ integer SI_QUEUE ] { -1 } + Constant [ integer SI_TIMER ] { -2 } + Constant [ integer SI_MESGQ ] { -3 } + Constant [ integer SI_ASYNCIO ] { -4 } + Constant [ integer SI_SIGIO ] { -5 } + Constant [ integer SI_TKILL ] { -6 } + Constant [ integer CLD_EXITED ] { 1 } + Constant [ integer CLD_KILLED ] { 2 } + Constant [ integer CLD_DUMPED ] { 3 } + Constant [ integer CLD_TRAPPED ] { 4 } + Constant [ integer CLD_STOPPED ] { 5 } + Constant [ integer CLD_CONTINUED ] { 6 } + Constant [ integer TRAP_BRKPT ] { 1 } + Constant [ integer TRAP_TRACE ] { 2 } + Constant [ integer POLL_IN ] { 1 } + Constant [ integer POLL_OUT ] { 2 } + Constant [ integer POLL_MSG ] { 3 } + Constant [ integer POLL_ERR ] { 4 } + Constant [ integer POLL_PRI ] { 5 } + Constant [ integer POLL_HUP ] { 6 } + Constant [ integer ILL_ILLOPC ] { 1 } + Constant [ integer ILL_ILLOPN ] { 2 } + Constant [ integer ILL_ILLADR ] { 3 } + Constant [ integer ILL_ILLTRP ] { 4 } + Constant [ integer ILL_PRVOPC ] { 5 } + Constant [ integer ILL_PRVREG ] { 6 } + Constant [ integer ILL_COPROC ] { 7 } + Constant [ integer ILL_BADSTK ] { 8 } + Constant [ integer FPE_INTDIV ] { 1 } + Constant [ integer FPE_INTOVF ] { 2 } + Constant [ integer FPE_FLTDIV ] { 3 } + Constant [ integer FPE_FLTOVF ] { 4 } + Constant [ integer FPE_FLTUND ] { 7 } + Constant [ integer FPE_FLTRES ] { 6 } + Constant [ integer FPE_FLTINV ] { 7 } + Constant [ integer FPE_FLTSUB ] { 8 } + Constant [ integer SEGV_MAPERR ] { 1 } + Constant [ integer SEGV_ACCERR ] { 2 } + Constant [ integer BUS_ADRALN ] { 1 } + Constant [ integer BUS_ADRERR ] { 2 } + Constant [ integer BUS_OBJERR ] { 3 } + Constant [ integer PCNTL_EINTR ] { 4 } + Constant [ integer PCNTL_ECHILD ] { 10 } + Constant [ integer PCNTL_EINVAL ] { 22 } + Constant [ integer PCNTL_EAGAIN ] { 11 } + Constant [ integer PCNTL_ESRCH ] { 3 } + Constant [ integer PCNTL_EACCES ] { 13 } + Constant [ integer PCNTL_EPERM ] { 1 } + Constant [ integer PCNTL_ENOMEM ] { 12 } + Constant [ integer PCNTL_E2BIG ] { 7 } + Constant [ integer PCNTL_EFAULT ] { 14 } + Constant [ integer PCNTL_EIO ] { 5 } + Constant [ integer PCNTL_EISDIR ] { 21 } + Constant [ integer PCNTL_ELIBBAD ] { 80 } + Constant [ integer PCNTL_ELOOP ] { 40 } + Constant [ integer PCNTL_EMFILE ] { 24 } + Constant [ integer PCNTL_ENAMETOOLONG ] { 36 } + Constant [ integer PCNTL_ENFILE ] { 23 } + Constant [ integer PCNTL_ENOENT ] { 2 } + Constant [ integer PCNTL_ENOEXEC ] { 8 } + Constant [ integer PCNTL_ENOTDIR ] { 20 } + Constant [ integer PCNTL_ETXTBSY ] { 26 } + } + + - Functions { + Function [ function pcntl_fork ] { + + - Parameters [0] { + } + } + Function [ function pcntl_waitpid ] { + + - Parameters [3] { + Parameter #0 [ $pid ] + Parameter #1 [ &$status ] + Parameter #2 [ $options ] + } + } + Function [ function pcntl_wait ] { + + - Parameters [2] { + Parameter #0 [ &$status ] + Parameter #1 [ $options ] + } + } + Function [ function pcntl_signal ] { + + - Parameters [3] { + Parameter #0 [ $signo ] + Parameter #1 [ $handler ] + Parameter #2 [ $restart_syscalls ] + } + } + Function [ function pcntl_signal_dispatch ] { + + - Parameters [0] { + } + } + Function [ function pcntl_wifexited ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + } + Function [ function pcntl_wifstopped ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + } + Function [ function pcntl_wifsignaled ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + } + Function [ function pcntl_wexitstatus ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + } + Function [ function pcntl_wtermsig ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + } + Function [ function pcntl_wstopsig ] { + + - Parameters [1] { + Parameter #0 [ $status ] + } + } + Function [ function pcntl_exec ] { + + - Parameters [3] { + Parameter #0 [ $path ] + Parameter #1 [ $args ] + Parameter #2 [ $envs ] + } + } + Function [ function pcntl_alarm ] { + + - Parameters [1] { + Parameter #0 [ $seconds ] + } + } + Function [ function pcntl_get_last_error ] { + + - Parameters [0] { + } + } + Function [ function pcntl_errno ] { + } + Function [ function pcntl_strerror ] { + + - Parameters [1] { + Parameter #0 [ $errno ] + } + } + Function [ function pcntl_getpriority ] { + + - Parameters [2] { + Parameter #0 [ $pid ] + Parameter #1 [ $process_identifier ] + } + } + Function [ function pcntl_setpriority ] { + + - Parameters [3] { + Parameter #0 [ $priority ] + Parameter #1 [ $pid ] + Parameter #2 [ $process_identifier ] + } + } + Function [ function pcntl_sigprocmask ] { + + - Parameters [3] { + Parameter #0 [ $how ] + Parameter #1 [ $set ] + Parameter #2 [ &$oldset ] + } + } + Function [ function pcntl_sigwaitinfo ] { + + - Parameters [2] { + Parameter #0 [ $set ] + Parameter #1 [ &$info ] + } + } + Function [ function pcntl_sigtimedwait ] { + + - Parameters [4] { + Parameter #0 [ $set ] + Parameter #1 [ &$info ] + Parameter #2 [ $seconds ] + Parameter #3 [ $nanoseconds ] + } + } + } +} + diff --git a/reflection/pcre.txt b/reflection/pcre.txt new file mode 100644 index 0000000..67723f8 --- /dev/null +++ b/reflection/pcre.txt @@ -0,0 +1,111 @@ +Extension [ extension #6 pcre version ] { + + - INI { + Entry [ pcre.backtrack_limit ] + Current = '1000000' + } + Entry [ pcre.recursion_limit ] + Current = '100000' + } + } + + - Constants [14] { + Constant [ integer PREG_PATTERN_ORDER ] { 1 } + Constant [ integer PREG_SET_ORDER ] { 2 } + Constant [ integer PREG_OFFSET_CAPTURE ] { 256 } + Constant [ integer PREG_SPLIT_NO_EMPTY ] { 1 } + Constant [ integer PREG_SPLIT_DELIM_CAPTURE ] { 2 } + Constant [ integer PREG_SPLIT_OFFSET_CAPTURE ] { 4 } + Constant [ integer PREG_GREP_INVERT ] { 1 } + Constant [ integer PREG_NO_ERROR ] { 0 } + Constant [ integer PREG_INTERNAL_ERROR ] { 1 } + Constant [ integer PREG_BACKTRACK_LIMIT_ERROR ] { 2 } + Constant [ integer PREG_RECURSION_LIMIT_ERROR ] { 3 } + Constant [ integer PREG_BAD_UTF8_ERROR ] { 4 } + Constant [ integer PREG_BAD_UTF8_OFFSET_ERROR ] { 5 } + Constant [ string PCRE_VERSION ] { 8.21 2011-12-12 } + } + + - Functions { + Function [ function preg_match ] { + + - Parameters [5] { + Parameter #0 [ $pattern ] + Parameter #1 [ $subject ] + Parameter #2 [ &$subpatterns ] + Parameter #3 [ $flags ] + Parameter #4 [ $offset ] + } + } + Function [ function preg_match_all ] { + + - Parameters [5] { + Parameter #0 [ $pattern ] + Parameter #1 [ $subject ] + Parameter #2 [ &$subpatterns ] + Parameter #3 [ $flags ] + Parameter #4 [ $offset ] + } + } + Function [ function preg_replace ] { + + - Parameters [5] { + Parameter #0 [ $regex ] + Parameter #1 [ $replace ] + Parameter #2 [ $subject ] + Parameter #3 [ $limit ] + Parameter #4 [ &$count ] + } + } + Function [ function preg_replace_callback ] { + + - Parameters [5] { + Parameter #0 [ $regex ] + Parameter #1 [ $callback ] + Parameter #2 [ $subject ] + Parameter #3 [ $limit ] + Parameter #4 [ &$count ] + } + } + Function [ function preg_filter ] { + + - Parameters [5] { + Parameter #0 [ $regex ] + Parameter #1 [ $replace ] + Parameter #2 [ $subject ] + Parameter #3 [ $limit ] + Parameter #4 [ &$count ] + } + } + Function [ function preg_split ] { + + - Parameters [4] { + Parameter #0 [ $pattern ] + Parameter #1 [ $subject ] + Parameter #2 [ $limit ] + Parameter #3 [ $flags ] + } + } + Function [ function preg_quote ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $delim_char ] + } + } + Function [ function preg_grep ] { + + - Parameters [3] { + Parameter #0 [ $regex ] + Parameter #1 [ $input ] + Parameter #2 [ $flags ] + } + } + Function [ function preg_last_error ] { + + - Parameters [0] { + } + } + } +} + diff --git a/reflection/pdo_dblib.txt b/reflection/pdo_dblib.txt new file mode 100644 index 0000000..753766c --- /dev/null +++ b/reflection/pdo_dblib.txt @@ -0,0 +1,7 @@ +Extension [ extension #64 pdo_dblib version 1.0.1 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + } +} + diff --git a/reflection/pdo_mysql.txt b/reflection/pdo_mysql.txt new file mode 100644 index 0000000..fae46cf --- /dev/null +++ b/reflection/pdo_mysql.txt @@ -0,0 +1,14 @@ +Extension [ extension #66 pdo_mysql version 1.0.2 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + Dependency [ mysqlnd (Required) ] + } + + - INI { + Entry [ pdo_mysql.default_socket ] + Current = '/var/lib/mysql/mysql.sock' + } + } +} + diff --git a/reflection/pdo_pgsql.txt b/reflection/pdo_pgsql.txt new file mode 100644 index 0000000..e183af1 --- /dev/null +++ b/reflection/pdo_pgsql.txt @@ -0,0 +1,7 @@ +Extension [ extension #69 pdo_pgsql version 1.0.2 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + } +} + diff --git a/reflection/pdo_sqlite.txt b/reflection/pdo_sqlite.txt new file mode 100644 index 0000000..487d8e5 --- /dev/null +++ b/reflection/pdo_sqlite.txt @@ -0,0 +1,7 @@ +Extension [ extension #70 pdo_sqlite version 1.0.1 ] { + + - Dependencies { + Dependency [ pdo (Required) ] + } +} + diff --git a/reflection/pgsql.txt b/reflection/pgsql.txt new file mode 100644 index 0000000..f40241a --- /dev/null +++ b/reflection/pgsql.txt @@ -0,0 +1,852 @@ +Extension [ extension #71 pgsql version ] { + + - INI { + Entry [ pgsql.allow_persistent ] + Current = '1' + } + Entry [ pgsql.max_persistent ] + Current = '-1' + } + Entry [ pgsql.max_links ] + Current = '-1' + } + Entry [ pgsql.auto_reset_persistent ] + Current = '0' + } + Entry [ pgsql.ignore_notice ] + Current = '0' + } + Entry [ pgsql.log_notice ] + Current = '0' + } + } + + - Constants [48] { + Constant [ string PGSQL_LIBPQ_VERSION ] { 9.1.6 } + Constant [ string PGSQL_LIBPQ_VERSION_STR ] { PostgreSQL 9.1.6 on x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.7.2 20120921 (Red Hat 4.7.2-2), 64-bit } + Constant [ integer PGSQL_CONNECT_FORCE_NEW ] { 2 } + Constant [ integer PGSQL_ASSOC ] { 1 } + Constant [ integer PGSQL_NUM ] { 2 } + Constant [ integer PGSQL_BOTH ] { 3 } + Constant [ integer PGSQL_CONNECTION_BAD ] { 1 } + Constant [ integer PGSQL_CONNECTION_OK ] { 0 } + Constant [ integer PGSQL_TRANSACTION_IDLE ] { 0 } + Constant [ integer PGSQL_TRANSACTION_ACTIVE ] { 1 } + Constant [ integer PGSQL_TRANSACTION_INTRANS ] { 2 } + Constant [ integer PGSQL_TRANSACTION_INERROR ] { 3 } + Constant [ integer PGSQL_TRANSACTION_UNKNOWN ] { 4 } + Constant [ integer PGSQL_ERRORS_TERSE ] { 0 } + Constant [ integer PGSQL_ERRORS_DEFAULT ] { 1 } + Constant [ integer PGSQL_ERRORS_VERBOSE ] { 2 } + Constant [ integer PGSQL_SEEK_SET ] { 0 } + Constant [ integer PGSQL_SEEK_CUR ] { 1 } + Constant [ integer PGSQL_SEEK_END ] { 2 } + Constant [ integer PGSQL_STATUS_LONG ] { 1 } + Constant [ integer PGSQL_STATUS_STRING ] { 2 } + Constant [ integer PGSQL_EMPTY_QUERY ] { 0 } + Constant [ integer PGSQL_COMMAND_OK ] { 1 } + Constant [ integer PGSQL_TUPLES_OK ] { 2 } + Constant [ integer PGSQL_COPY_OUT ] { 3 } + Constant [ integer PGSQL_COPY_IN ] { 4 } + Constant [ integer PGSQL_BAD_RESPONSE ] { 5 } + Constant [ integer PGSQL_NONFATAL_ERROR ] { 6 } + Constant [ integer PGSQL_FATAL_ERROR ] { 7 } + Constant [ integer PGSQL_DIAG_SEVERITY ] { 83 } + Constant [ integer PGSQL_DIAG_SQLSTATE ] { 67 } + Constant [ integer PGSQL_DIAG_MESSAGE_PRIMARY ] { 77 } + Constant [ integer PGSQL_DIAG_MESSAGE_DETAIL ] { 68 } + Constant [ integer PGSQL_DIAG_MESSAGE_HINT ] { 72 } + Constant [ integer PGSQL_DIAG_STATEMENT_POSITION ] { 80 } + Constant [ integer PGSQL_DIAG_INTERNAL_POSITION ] { 112 } + Constant [ integer PGSQL_DIAG_INTERNAL_QUERY ] { 113 } + Constant [ integer PGSQL_DIAG_CONTEXT ] { 87 } + Constant [ integer PGSQL_DIAG_SOURCE_FILE ] { 70 } + Constant [ integer PGSQL_DIAG_SOURCE_LINE ] { 76 } + Constant [ integer PGSQL_DIAG_SOURCE_FUNCTION ] { 82 } + Constant [ integer PGSQL_CONV_IGNORE_DEFAULT ] { 2 } + Constant [ integer PGSQL_CONV_FORCE_NULL ] { 4 } + Constant [ integer PGSQL_CONV_IGNORE_NOT_NULL ] { 8 } + Constant [ integer PGSQL_DML_NO_CONV ] { 256 } + Constant [ integer PGSQL_DML_EXEC ] { 512 } + Constant [ integer PGSQL_DML_ASYNC ] { 1024 } + Constant [ integer PGSQL_DML_STRING ] { 2048 } + } + + - Functions { + Function [ function pg_connect ] { + + - Parameters [7] { + Parameter #0 [ $connection_string ] + Parameter #1 [ $connect_type ] + Parameter #2 [ $host ] + Parameter #3 [ $port ] + Parameter #4 [ $options ] + Parameter #5 [ $tty ] + Parameter #6 [ $database ] + } + } + Function [ function pg_pconnect ] { + + - Parameters [6] { + Parameter #0 [ $connection_string ] + Parameter #1 [ $host ] + Parameter #2 [ $port ] + Parameter #3 [ $options ] + Parameter #4 [ $tty ] + Parameter #5 [ $database ] + } + } + Function [ function pg_close ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_connection_status ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_connection_busy ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_connection_reset ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_host ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_dbname ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_port ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_tty ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_options ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_version ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_ping ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_parameter_status ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $param_name ] + } + } + Function [ function pg_transaction_status ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_query ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_query_params ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + Parameter #2 [ $params ] + } + } + Function [ function pg_prepare ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $query ] + } + } + Function [ function pg_execute ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $params ] + } + } + Function [ function pg_send_query ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_send_query_params ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + Parameter #2 [ $params ] + } + } + Function [ function pg_send_prepare ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $query ] + } + } + Function [ function pg_send_execute ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $stmtname ] + Parameter #2 [ $params ] + } + } + Function [ function pg_cancel_query ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_fetch_result ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row_number ] + Parameter #2 [ $field_name ] + } + } + Function [ function pg_fetch_row ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $result_type ] + } + } + Function [ function pg_fetch_assoc ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + } + } + Function [ function pg_fetch_array ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $result_type ] + } + } + Function [ function pg_fetch_object ] { + + - Parameters [5] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $class_name ] + Parameter #3 [ $l ] + Parameter #4 [ $ctor_params ] + } + } + Function [ function pg_fetch_all ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_fetch_all_columns ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $column_number ] + } + } + Function [ function pg_affected_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_get_result ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_result_seek ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $offset ] + } + } + Function [ function pg_result_status ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $result_type ] + } + } + Function [ function pg_free_result ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_last_oid ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_num_rows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_num_fields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_field_name ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_num ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_name ] + } + } + Function [ function pg_field_size ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_type ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_type_oid ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_field_prtlen ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_field_is_null ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_field_table ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + Parameter #2 [ $oid_only ] + } + } + Function [ function pg_get_notify ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $e ] + } + } + Function [ function pg_get_pid ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_result_error ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_result_error_field ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $fieldcode ] + } + } + Function [ function pg_last_error ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_last_notice ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_put_line ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_end_copy ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_copy_to ] { + + - Parameters [4] { + Parameter #0 [ $connection ] + Parameter #1 [ $table_name ] + Parameter #2 [ $delimiter ] + Parameter #3 [ $null_as ] + } + } + Function [ function pg_copy_from ] { + + - Parameters [5] { + Parameter #0 [ $connection ] + Parameter #1 [ $table_name ] + Parameter #2 [ $rows ] + Parameter #3 [ $delimiter ] + Parameter #4 [ $null_as ] + } + } + Function [ function pg_trace ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $mode ] + Parameter #2 [ $connection ] + } + } + Function [ function pg_untrace ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_lo_create ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_id ] + } + } + Function [ function pg_lo_unlink ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + } + } + Function [ function pg_lo_open ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + Parameter #2 [ $mode ] + } + } + Function [ function pg_lo_close ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_lo_read ] { + + - Parameters [2] { + Parameter #0 [ $large_object ] + Parameter #1 [ $len ] + } + } + Function [ function pg_lo_write ] { + + - Parameters [3] { + Parameter #0 [ $large_object ] + Parameter #1 [ $buf ] + Parameter #2 [ $len ] + } + } + Function [ function pg_lo_read_all ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_lo_import ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $filename ] + Parameter #2 [ $large_object_oid ] + } + } + Function [ function pg_lo_export ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $objoid ] + Parameter #2 [ $filename ] + } + } + Function [ function pg_lo_seek ] { + + - Parameters [3] { + Parameter #0 [ $large_object ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function pg_lo_tell ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_escape_string ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_escape_bytea ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_unescape_bytea ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function pg_escape_literal ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_escape_identifier ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $data ] + } + } + Function [ function pg_set_error_verbosity ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $verbosity ] + } + } + Function [ function pg_client_encoding ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_set_client_encoding ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $encoding ] + } + } + Function [ function pg_meta_data ] { + + - Parameters [2] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + } + } + Function [ function pg_convert ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $values ] + Parameter #3 [ $options ] + } + } + Function [ function pg_insert ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $values ] + Parameter #3 [ $options ] + } + } + Function [ function pg_update ] { + + - Parameters [5] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $fields ] + Parameter #3 [ $ids ] + Parameter #4 [ $options ] + } + } + Function [ function pg_delete ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $ids ] + Parameter #3 [ $options ] + } + } + Function [ function pg_select ] { + + - Parameters [4] { + Parameter #0 [ $db ] + Parameter #1 [ $table ] + Parameter #2 [ $ids ] + Parameter #3 [ $options ] + } + } + Function [ function pg_exec ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $query ] + } + } + Function [ function pg_getlastoid ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_cmdtuples ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_errormessage ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_numrows ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_numfields ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_fieldname ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_fieldsize ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_fieldtype ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_number ] + } + } + Function [ function pg_fieldnum ] { + + - Parameters [2] { + Parameter #0 [ $result ] + Parameter #1 [ $field_name ] + } + } + Function [ function pg_fieldprtlen ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_fieldisnull ] { + + - Parameters [3] { + Parameter #0 [ $result ] + Parameter #1 [ $row ] + Parameter #2 [ $field_name_or_number ] + } + } + Function [ function pg_freeresult ] { + + - Parameters [1] { + Parameter #0 [ $result ] + } + } + Function [ function pg_result ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_loreadall ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_locreate ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_id ] + } + } + Function [ function pg_lounlink ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + } + } + Function [ function pg_loopen ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $large_object_oid ] + Parameter #2 [ $mode ] + } + } + Function [ function pg_loclose ] { + + - Parameters [1] { + Parameter #0 [ $large_object ] + } + } + Function [ function pg_loread ] { + + - Parameters [2] { + Parameter #0 [ $large_object ] + Parameter #1 [ $len ] + } + } + Function [ function pg_lowrite ] { + + - Parameters [3] { + Parameter #0 [ $large_object ] + Parameter #1 [ $buf ] + Parameter #2 [ $len ] + } + } + Function [ function pg_loimport ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $filename ] + Parameter #2 [ $large_object_oid ] + } + } + Function [ function pg_loexport ] { + + - Parameters [3] { + Parameter #0 [ $connection ] + Parameter #1 [ $objoid ] + Parameter #2 [ $filename ] + } + } + Function [ function pg_clientencoding ] { + + - Parameters [1] { + Parameter #0 [ $connection ] + } + } + Function [ function pg_setclientencoding ] { + + - Parameters [2] { + Parameter #0 [ $connection ] + Parameter #1 [ $encoding ] + } + } + } +} + diff --git a/reflection/posix.txt b/reflection/posix.txt new file mode 100644 index 0000000..407ce9d --- /dev/null +++ b/reflection/posix.txt @@ -0,0 +1,225 @@ +Extension [ extension #73 posix version ] { + + - Constants [9] { + Constant [ integer POSIX_F_OK ] { 0 } + Constant [ integer POSIX_X_OK ] { 1 } + Constant [ integer POSIX_W_OK ] { 2 } + Constant [ integer POSIX_R_OK ] { 4 } + Constant [ integer POSIX_S_IFREG ] { 32768 } + Constant [ integer POSIX_S_IFCHR ] { 8192 } + Constant [ integer POSIX_S_IFBLK ] { 24576 } + Constant [ integer POSIX_S_IFIFO ] { 4096 } + Constant [ integer POSIX_S_IFSOCK ] { 49152 } + } + + - Functions { + Function [ function posix_kill ] { + + - Parameters [2] { + Parameter #0 [ $pid ] + Parameter #1 [ $sig ] + } + } + Function [ function posix_getpid ] { + + - Parameters [0] { + } + } + Function [ function posix_getppid ] { + + - Parameters [0] { + } + } + Function [ function posix_getuid ] { + + - Parameters [0] { + } + } + Function [ function posix_setuid ] { + + - Parameters [1] { + Parameter #0 [ $uid ] + } + } + Function [ function posix_geteuid ] { + + - Parameters [0] { + } + } + Function [ function posix_seteuid ] { + + - Parameters [1] { + Parameter #0 [ $uid ] + } + } + Function [ function posix_getgid ] { + + - Parameters [0] { + } + } + Function [ function posix_setgid ] { + + - Parameters [1] { + Parameter #0 [ $gid ] + } + } + Function [ function posix_getegid ] { + + - Parameters [0] { + } + } + Function [ function posix_setegid ] { + + - Parameters [1] { + Parameter #0 [ $gid ] + } + } + Function [ function posix_getgroups ] { + + - Parameters [0] { + } + } + Function [ function posix_getlogin ] { + + - Parameters [0] { + } + } + Function [ function posix_getpgrp ] { + + - Parameters [0] { + } + } + Function [ function posix_setsid ] { + + - Parameters [0] { + } + } + Function [ function posix_setpgid ] { + + - Parameters [2] { + Parameter #0 [ $pid ] + Parameter #1 [ $pgid ] + } + } + Function [ function posix_getpgid ] { + + - Parameters [1] { + Parameter #0 [ $pid ] + } + } + Function [ function posix_getsid ] { + + - Parameters [1] { + Parameter #0 [ $pid ] + } + } + Function [ function posix_uname ] { + + - Parameters [0] { + } + } + Function [ function posix_times ] { + + - Parameters [0] { + } + } + Function [ function posix_ctermid ] { + + - Parameters [0] { + } + } + Function [ function posix_ttyname ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Function [ function posix_isatty ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Function [ function posix_getcwd ] { + + - Parameters [0] { + } + } + Function [ function posix_mkfifo ] { + + - Parameters [2] { + Parameter #0 [ $pathname ] + Parameter #1 [ $mode ] + } + } + Function [ function posix_mknod ] { + + - Parameters [4] { + Parameter #0 [ $pathname ] + Parameter #1 [ $mode ] + Parameter #2 [ $major ] + Parameter #3 [ $minor ] + } + } + Function [ function posix_access ] { + + - Parameters [2] { + Parameter #0 [ $file ] + Parameter #1 [ $mode ] + } + } + Function [ function posix_getgrnam ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Function [ function posix_getgrgid ] { + + - Parameters [1] { + Parameter #0 [ $gid ] + } + } + Function [ function posix_getpwnam ] { + + - Parameters [1] { + Parameter #0 [ $username ] + } + } + Function [ function posix_getpwuid ] { + + - Parameters [1] { + Parameter #0 [ $uid ] + } + } + Function [ function posix_getrlimit ] { + + - Parameters [0] { + } + } + Function [ function posix_get_last_error ] { + + - Parameters [0] { + } + } + Function [ function posix_errno ] { + + - Parameters [0] { + } + } + Function [ function posix_strerror ] { + + - Parameters [1] { + Parameter #0 [ $errno ] + } + } + Function [ function posix_initgroups ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $base_group_id ] + } + } + } +} + diff --git a/reflection/pspell.txt b/reflection/pspell.txt new file mode 100644 index 0000000..32a279a --- /dev/null +++ b/reflection/pspell.txt @@ -0,0 +1,153 @@ +Extension [ extension #74 pspell version ] { + + - Constants [4] { + Constant [ integer PSPELL_FAST ] { 1 } + Constant [ integer PSPELL_NORMAL ] { 2 } + Constant [ integer PSPELL_BAD_SPELLERS ] { 3 } + Constant [ integer PSPELL_RUN_TOGETHER ] { 8 } + } + + - Functions { + Function [ function pspell_new ] { + + - Parameters [5] { + Parameter #0 [ $language ] + Parameter #1 [ $spelling ] + Parameter #2 [ $jargon ] + Parameter #3 [ $encoding ] + Parameter #4 [ $mode ] + } + } + Function [ function pspell_new_personal ] { + + - Parameters [6] { + Parameter #0 [ $personal ] + Parameter #1 [ $language ] + Parameter #2 [ $spelling ] + Parameter #3 [ $jargon ] + Parameter #4 [ $encoding ] + Parameter #5 [ $mode ] + } + } + Function [ function pspell_new_config ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } + } + Function [ function pspell_check ] { + + - Parameters [2] { + Parameter #0 [ $pspell ] + Parameter #1 [ $word ] + } + } + Function [ function pspell_suggest ] { + + - Parameters [2] { + Parameter #0 [ $pspell ] + Parameter #1 [ $word ] + } + } + Function [ function pspell_store_replacement ] { + + - Parameters [3] { + Parameter #0 [ $pspell ] + Parameter #1 [ $misspell ] + Parameter #2 [ $correct ] + } + } + Function [ function pspell_add_to_personal ] { + + - Parameters [2] { + Parameter #0 [ $pspell ] + Parameter #1 [ $word ] + } + } + Function [ function pspell_add_to_session ] { + + - Parameters [2] { + Parameter #0 [ $pspell ] + Parameter #1 [ $word ] + } + } + Function [ function pspell_clear_session ] { + + - Parameters [1] { + Parameter #0 [ $pspell ] + } + } + Function [ function pspell_save_wordlist ] { + + - Parameters [1] { + Parameter #0 [ $pspell ] + } + } + Function [ function pspell_config_create ] { + + - Parameters [4] { + Parameter #0 [ $language ] + Parameter #1 [ $spelling ] + Parameter #2 [ $jargon ] + Parameter #3 [ $encoding ] + } + } + Function [ function pspell_config_runtogether ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $runtogether ] + } + } + Function [ function pspell_config_mode ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $mode ] + } + } + Function [ function pspell_config_ignore ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $ignore ] + } + } + Function [ function pspell_config_personal ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $personal ] + } + } + Function [ function pspell_config_dict_dir ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $directory ] + } + } + Function [ function pspell_config_data_dir ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $directory ] + } + } + Function [ function pspell_config_repl ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $repl ] + } + } + Function [ function pspell_config_save_repl ] { + + - Parameters [2] { + Parameter #0 [ $conf ] + Parameter #1 [ $save ] + } + } + } +} + diff --git a/reflection/readline.txt b/reflection/readline.txt new file mode 100644 index 0000000..2631c8b --- /dev/null +++ b/reflection/readline.txt @@ -0,0 +1,88 @@ +Extension [ extension #19 readline version 5.5.0-dev ] { + + - INI { + Entry [ cli.pager ] + Current = '' + } + Entry [ cli.prompt ] + Current = '\b \> ' + } + } + + - Constants [1] { + Constant [ string READLINE_LIB ] { libedit } + } + + - Functions { + Function [ function readline ] { + + - Parameters [1] { + Parameter #0 [ $prompt ] + } + } + Function [ function readline_info ] { + + - Parameters [2] { + Parameter #0 [ $varname ] + Parameter #1 [ $newvalue ] + } + } + Function [ function readline_add_history ] { + + - Parameters [1] { + Parameter #0 [ $prompt ] + } + } + Function [ function readline_clear_history ] { + + - Parameters [0] { + } + } + Function [ function readline_read_history ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function readline_write_history ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function readline_completion_function ] { + + - Parameters [1] { + Parameter #0 [ $funcname ] + } + } + Function [ function readline_callback_handler_install ] { + + - Parameters [2] { + Parameter #0 [ $prompt ] + Parameter #1 [ $callback ] + } + } + Function [ function readline_callback_read_char ] { + + - Parameters [0] { + } + } + Function [ function readline_callback_handler_remove ] { + + - Parameters [0] { + } + } + Function [ function readline_redisplay ] { + + - Parameters [0] { + } + } + Function [ function readline_on_new_line ] { + + - Parameters [0] { + } + } + } +} + diff --git a/reflection/recode.txt b/reflection/recode.txt new file mode 100644 index 0000000..3c40104 --- /dev/null +++ b/reflection/recode.txt @@ -0,0 +1,28 @@ +Extension [ extension #76 recode version ] { + + - Functions { + Function [ function recode_string ] { + + - Parameters [2] { + Parameter #0 [ $request ] + Parameter #1 [ $str ] + } + } + Function [ function recode_file ] { + + - Parameters [3] { + Parameter #0 [ $request ] + Parameter #1 [ $input ] + Parameter #2 [ $output ] + } + } + Function [ function recode ] { + + - Parameters [2] { + Parameter #0 [ $request ] + Parameter #1 [ $str ] + } + } + } +} + diff --git a/reflection/session.txt b/reflection/session.txt new file mode 100644 index 0000000..f543c63 --- /dev/null +++ b/reflection/session.txt @@ -0,0 +1,343 @@ +Extension [ extension #22 session version ] { + + - Dependencies { + Dependency [ hash (Optional) ] + Dependency [ spl (Required) ] + } + + - INI { + Entry [ session.save_path ] + Current = '' + } + Entry [ session.name ] + Current = 'PHPSESSID' + } + Entry [ session.save_handler ] + Current = 'files' + } + Entry [ session.auto_start ] + Current = '0' + } + Entry [ session.gc_probability ] + Current = '1' + } + Entry [ session.gc_divisor ] + Current = '100' + } + Entry [ session.gc_maxlifetime ] + Current = '1440' + } + Entry [ session.serialize_handler ] + Current = 'php' + } + Entry [ session.cookie_lifetime ] + Current = '0' + } + Entry [ session.cookie_path ] + Current = '/' + } + Entry [ session.cookie_domain ] + Current = '' + } + Entry [ session.cookie_secure ] + Current = '' + } + Entry [ session.cookie_httponly ] + Current = '' + } + Entry [ session.use_cookies ] + Current = '1' + } + Entry [ session.use_only_cookies ] + Current = '1' + } + Entry [ session.referer_check ] + Current = '' + } + Entry [ session.entropy_file ] + Current = '/dev/urandom' + } + Entry [ session.entropy_length ] + Current = '32' + } + Entry [ session.cache_limiter ] + Current = 'nocache' + } + Entry [ session.cache_expire ] + Current = '180' + } + Entry [ session.use_trans_sid ] + Current = '0' + } + Entry [ session.hash_function ] + Current = '0' + } + Entry [ session.hash_bits_per_character ] + Current = '4' + } + Entry [ session.upload_progress.enabled ] + Current = '1' + } + Entry [ session.upload_progress.cleanup ] + Current = '1' + } + Entry [ session.upload_progress.prefix ] + Current = 'upload_progress_' + } + Entry [ session.upload_progress.name ] + Current = 'PHP_SESSION_UPLOAD_PROGRESS' + } + Entry [ session.upload_progress.freq ] + Current = '1%' + } + Entry [ session.upload_progress.min_freq ] + Current = '1' + } + } + + - Constants [3] { + Constant [ integer PHP_SESSION_DISABLED ] { 0 } + Constant [ integer PHP_SESSION_NONE ] { 1 } + Constant [ integer PHP_SESSION_ACTIVE ] { 2 } + } + + - Functions { + Function [ function session_name ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Function [ function session_module_name ] { + + - Parameters [1] { + Parameter #0 [ $module ] + } + } + Function [ function session_save_path ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function session_id ] { + + - Parameters [1] { + Parameter #0 [ $id ] + } + } + Function [ function session_regenerate_id ] { + + - Parameters [1] { + Parameter #0 [ $delete_old_session ] + } + } + Function [ function session_decode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function session_encode ] { + + - Parameters [0] { + } + } + Function [ function session_start ] { + + - Parameters [0] { + } + } + Function [ function session_destroy ] { + + - Parameters [0] { + } + } + Function [ function session_unset ] { + + - Parameters [0] { + } + } + Function [ function session_set_save_handler ] { + + - Parameters [6] { + Parameter #0 [ $open ] + Parameter #1 [ $close ] + Parameter #2 [ $read ] + Parameter #3 [ $write ] + Parameter #4 [ $destroy ] + Parameter #5 [ $gc ] + } + } + Function [ function session_cache_limiter ] { + + - Parameters [1] { + Parameter #0 [ $cache_limiter ] + } + } + Function [ function session_cache_expire ] { + + - Parameters [1] { + Parameter #0 [ $new_cache_expire ] + } + } + Function [ function session_set_cookie_params ] { + + - Parameters [5] { + Parameter #0 [ $lifetime ] + Parameter #1 [ $path ] + Parameter #2 [ $domain ] + Parameter #3 [ $secure ] + Parameter #4 [ $httponly ] + } + } + Function [ function session_get_cookie_params ] { + + - Parameters [0] { + } + } + Function [ function session_write_close ] { + + - Parameters [0] { + } + } + Function [ function session_status ] { + + - Parameters [0] { + } + } + Function [ function session_register_shutdown ] { + + - Parameters [0] { + } + } + Function [ function session_commit ] { + + - Parameters [0] { + } + } + } + + - Classes [2] { + Interface [ interface SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ abstract public method open ] { + + - Parameters [2] { + Parameter #0 [ $save_path ] + Parameter #1 [ $session_name ] + } + } + + Method [ abstract public method close ] { + + - Parameters [0] { + } + } + + Method [ abstract public method read ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ abstract public method write ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $val ] + } + } + + Method [ abstract public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ abstract public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + } + } + } + + Class [ class SessionHandler implements SessionHandlerInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $save_path ] + Parameter #1 [ $session_name ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $val ] + } + } + + Method [ public method destroy ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method gc ] { + + - Parameters [1] { + Parameter #0 [ $maxlifetime ] + } + } + } + } + } +} + diff --git a/reflection/shmop.txt b/reflection/shmop.txt new file mode 100644 index 0000000..0e336e9 --- /dev/null +++ b/reflection/shmop.txt @@ -0,0 +1,49 @@ +Extension [ extension #23 shmop version ] { + + - Functions { + Function [ function shmop_open ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $flags ] + Parameter #2 [ $mode ] + Parameter #3 [ $size ] + } + } + Function [ function shmop_read ] { + + - Parameters [3] { + Parameter #0 [ $shmid ] + Parameter #1 [ $start ] + Parameter #2 [ $count ] + } + } + Function [ function shmop_close ] { + + - Parameters [1] { + Parameter #0 [ $shmid ] + } + } + Function [ function shmop_size ] { + + - Parameters [1] { + Parameter #0 [ $shmid ] + } + } + Function [ function shmop_write ] { + + - Parameters [3] { + Parameter #0 [ $shmid ] + Parameter #1 [ $data ] + Parameter #2 [ $offset ] + } + } + Function [ function shmop_delete ] { + + - Parameters [1] { + Parameter #0 [ $shmid ] + } + } + } +} + diff --git a/reflection/snmp.txt b/reflection/snmp.txt new file mode 100644 index 0000000..f9398c7 --- /dev/null +++ b/reflection/snmp.txt @@ -0,0 +1,436 @@ +Extension [ extension #77 snmp version 0.1 ] { + + - Dependencies { + Dependency [ spl (Required) ] + } + + - Constants [21] { + Constant [ integer SNMP_OID_OUTPUT_SUFFIX ] { 1 } + Constant [ integer SNMP_OID_OUTPUT_MODULE ] { 2 } + Constant [ integer SNMP_OID_OUTPUT_FULL ] { 3 } + Constant [ integer SNMP_OID_OUTPUT_NUMERIC ] { 4 } + Constant [ integer SNMP_OID_OUTPUT_UCD ] { 5 } + Constant [ integer SNMP_OID_OUTPUT_NONE ] { 6 } + Constant [ integer SNMP_VALUE_LIBRARY ] { 0 } + Constant [ integer SNMP_VALUE_PLAIN ] { 1 } + Constant [ integer SNMP_VALUE_OBJECT ] { 2 } + Constant [ integer SNMP_BIT_STR ] { 3 } + Constant [ integer SNMP_OCTET_STR ] { 4 } + Constant [ integer SNMP_OPAQUE ] { 68 } + Constant [ integer SNMP_NULL ] { 5 } + Constant [ integer SNMP_OBJECT_ID ] { 6 } + Constant [ integer SNMP_IPADDRESS ] { 64 } + Constant [ integer SNMP_COUNTER ] { 66 } + Constant [ integer SNMP_UNSIGNED ] { 66 } + Constant [ integer SNMP_TIMETICKS ] { 67 } + Constant [ integer SNMP_UINTEGER ] { 71 } + Constant [ integer SNMP_INTEGER ] { 2 } + Constant [ integer SNMP_COUNTER64 ] { 70 } + } + + - Functions { + Function [ function snmpget ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmpgetnext ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmpwalk ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmprealwalk ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmpwalkoid ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmpset ] { + + - Parameters [7] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $type ] + Parameter #4 [ $value ] + Parameter #5 [ $timeout ] + Parameter #6 [ $retries ] + } + } + Function [ function snmp_get_quick_print ] { + + - Parameters [1] { + Parameter #0 [ $d ] + } + } + Function [ function snmp_set_quick_print ] { + + - Parameters [1] { + Parameter #0 [ $quick_print ] + } + } + Function [ function snmp_set_enum_print ] { + + - Parameters [1] { + Parameter #0 [ $enum_print ] + } + } + Function [ function snmp_set_oid_output_format ] { + + - Parameters [1] { + Parameter #0 [ $oid_format ] + } + } + Function [ function snmp_set_oid_numeric_print ] { + + - Parameters [1] { + Parameter #0 [ $oid_format ] + } + } + Function [ function snmp2_get ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmp2_getnext ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmp2_walk ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmp2_real_walk ] { + + - Parameters [5] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + Function [ function snmp2_set ] { + + - Parameters [7] { + Parameter #0 [ $host ] + Parameter #1 [ $community ] + Parameter #2 [ $object_id ] + Parameter #3 [ $type ] + Parameter #4 [ $value ] + Parameter #5 [ $timeout ] + Parameter #6 [ $retries ] + } + } + Function [ function snmp3_get ] { + + - Parameters [10] { + Parameter #0 [ $host ] + Parameter #1 [ $sec_name ] + Parameter #2 [ $sec_level ] + Parameter #3 [ $auth_protocol ] + Parameter #4 [ $auth_passphrase ] + Parameter #5 [ $priv_protocol ] + Parameter #6 [ $priv_passphrase ] + Parameter #7 [ $object_id ] + Parameter #8 [ $timeout ] + Parameter #9 [ $retries ] + } + } + Function [ function snmp3_getnext ] { + + - Parameters [10] { + Parameter #0 [ $host ] + Parameter #1 [ $sec_name ] + Parameter #2 [ $sec_level ] + Parameter #3 [ $auth_protocol ] + Parameter #4 [ $auth_passphrase ] + Parameter #5 [ $priv_protocol ] + Parameter #6 [ $priv_passphrase ] + Parameter #7 [ $object_id ] + Parameter #8 [ $timeout ] + Parameter #9 [ $retries ] + } + } + Function [ function snmp3_walk ] { + + - Parameters [10] { + Parameter #0 [ $host ] + Parameter #1 [ $sec_name ] + Parameter #2 [ $sec_level ] + Parameter #3 [ $auth_protocol ] + Parameter #4 [ $auth_passphrase ] + Parameter #5 [ $priv_protocol ] + Parameter #6 [ $priv_passphrase ] + Parameter #7 [ $object_id ] + Parameter #8 [ $timeout ] + Parameter #9 [ $retries ] + } + } + Function [ function snmp3_real_walk ] { + + - Parameters [10] { + Parameter #0 [ $host ] + Parameter #1 [ $sec_name ] + Parameter #2 [ $sec_level ] + Parameter #3 [ $auth_protocol ] + Parameter #4 [ $auth_passphrase ] + Parameter #5 [ $priv_protocol ] + Parameter #6 [ $priv_passphrase ] + Parameter #7 [ $object_id ] + Parameter #8 [ $timeout ] + Parameter #9 [ $retries ] + } + } + Function [ function snmp3_set ] { + + - Parameters [12] { + Parameter #0 [ $host ] + Parameter #1 [ $sec_name ] + Parameter #2 [ $sec_level ] + Parameter #3 [ $auth_protocol ] + Parameter #4 [ $auth_passphrase ] + Parameter #5 [ $priv_protocol ] + Parameter #6 [ $priv_passphrase ] + Parameter #7 [ $object_id ] + Parameter #8 [ $type ] + Parameter #9 [ $value ] + Parameter #10 [ $timeout ] + Parameter #11 [ $retries ] + } + } + Function [ function snmp_set_valueretrieval ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } + } + Function [ function snmp_get_valueretrieval ] { + + - Parameters [0] { + } + } + Function [ function snmp_read_mib ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + } + + - Classes [2] { + Class [ class SNMP ] { + + - Constants [12] { + Constant [ integer VERSION_1 ] { 0 } + Constant [ integer VERSION_2c ] { 1 } + Constant [ integer VERSION_2C ] { 1 } + Constant [ integer VERSION_3 ] { 3 } + Constant [ integer ERRNO_NOERROR ] { 0 } + Constant [ integer ERRNO_ANY ] { 126 } + Constant [ integer ERRNO_GENERIC ] { 2 } + Constant [ integer ERRNO_TIMEOUT ] { 4 } + Constant [ integer ERRNO_ERROR_IN_REPLY ] { 8 } + Constant [ integer ERRNO_OID_NOT_INCREASING ] { 16 } + Constant [ integer ERRNO_OID_PARSING_ERROR ] { 32 } + Constant [ integer ERRNO_MULTIPLE_SET_QUERIES ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $version ] + Parameter #1 [ $host ] + Parameter #2 [ $community ] + Parameter #3 [ $timeout ] + Parameter #4 [ $retries ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method setSecurity ] { + + - Parameters [9] { + Parameter #0 [ $session ] + Parameter #1 [ $sec_level ] + Parameter #2 [ $auth_protocol ] + Parameter #3 [ $auth_passphrase ] + Parameter #4 [ $priv_protocol ] + Parameter #5 [ $priv_passphrase ] + Parameter #6 [ $contextName ] + Parameter #7 [ $contextEngineID ] + Parameter #8 [ $ ] + } + } + + Method [ public method get ] { + + - Parameters [2] { + Parameter #0 [ $object_id ] + Parameter #1 [ $use_orignames ] + } + } + + Method [ public method getnext ] { + + - Parameters [2] { + Parameter #0 [ $object_id ] + Parameter #1 [ $use_orignames ] + } + } + + Method [ public method walk ] { + + - Parameters [4] { + Parameter #0 [ $object_id ] + Parameter #1 [ $suffix_keys ] + Parameter #2 [ $max_repetitions ] + Parameter #3 [ $non_repeaters ] + } + } + + Method [ public method set ] { + + - Parameters [3] { + Parameter #0 [ $object_id ] + Parameter #1 [ $type ] + Parameter #2 [ $value ] + } + } + + Method [ public method getErrno ] { + + - Parameters [0] { + } + } + + Method [ public method getError ] { + + - Parameters [0] { + } + } + } + } + + Class [ class SNMPException extends RuntimeException ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + } +} + diff --git a/reflection/soap.txt b/reflection/soap.txt new file mode 100644 index 0000000..1ba2ec4 --- /dev/null +++ b/reflection/soap.txt @@ -0,0 +1,467 @@ +Extension [ extension #78 soap version ] { + + - INI { + Entry [ soap.wsdl_cache_enabled ] + Current = '1' + } + Entry [ soap.wsdl_cache_dir ] + Current = '/tmp' + } + Entry [ soap.wsdl_cache_ttl ] + Current = '86400' + } + Entry [ soap.wsdl_cache ] + Current = '1' + } + Entry [ soap.wsdl_cache_limit ] + Current = '5' + } + } + + - Constants [77] { + Constant [ integer SOAP_1_1 ] { 1 } + Constant [ integer SOAP_1_2 ] { 2 } + Constant [ integer SOAP_PERSISTENCE_SESSION ] { 1 } + Constant [ integer SOAP_PERSISTENCE_REQUEST ] { 2 } + Constant [ integer SOAP_FUNCTIONS_ALL ] { 999 } + Constant [ integer SOAP_ENCODED ] { 1 } + Constant [ integer SOAP_LITERAL ] { 2 } + Constant [ integer SOAP_RPC ] { 1 } + Constant [ integer SOAP_DOCUMENT ] { 2 } + Constant [ integer SOAP_ACTOR_NEXT ] { 1 } + Constant [ integer SOAP_ACTOR_NONE ] { 2 } + Constant [ integer SOAP_ACTOR_UNLIMATERECEIVER ] { 3 } + Constant [ integer SOAP_COMPRESSION_ACCEPT ] { 32 } + Constant [ integer SOAP_COMPRESSION_GZIP ] { 0 } + Constant [ integer SOAP_COMPRESSION_DEFLATE ] { 16 } + Constant [ integer SOAP_AUTHENTICATION_BASIC ] { 0 } + Constant [ integer SOAP_AUTHENTICATION_DIGEST ] { 1 } + Constant [ integer UNKNOWN_TYPE ] { 999998 } + Constant [ integer XSD_STRING ] { 101 } + Constant [ integer XSD_BOOLEAN ] { 102 } + Constant [ integer XSD_DECIMAL ] { 103 } + Constant [ integer XSD_FLOAT ] { 104 } + Constant [ integer XSD_DOUBLE ] { 105 } + Constant [ integer XSD_DURATION ] { 106 } + Constant [ integer XSD_DATETIME ] { 107 } + Constant [ integer XSD_TIME ] { 108 } + Constant [ integer XSD_DATE ] { 109 } + Constant [ integer XSD_GYEARMONTH ] { 110 } + Constant [ integer XSD_GYEAR ] { 111 } + Constant [ integer XSD_GMONTHDAY ] { 112 } + Constant [ integer XSD_GDAY ] { 113 } + Constant [ integer XSD_GMONTH ] { 114 } + Constant [ integer XSD_HEXBINARY ] { 115 } + Constant [ integer XSD_BASE64BINARY ] { 116 } + Constant [ integer XSD_ANYURI ] { 117 } + Constant [ integer XSD_QNAME ] { 118 } + Constant [ integer XSD_NOTATION ] { 119 } + Constant [ integer XSD_NORMALIZEDSTRING ] { 120 } + Constant [ integer XSD_TOKEN ] { 121 } + Constant [ integer XSD_LANGUAGE ] { 122 } + Constant [ integer XSD_NMTOKEN ] { 123 } + Constant [ integer XSD_NAME ] { 124 } + Constant [ integer XSD_NCNAME ] { 125 } + Constant [ integer XSD_ID ] { 126 } + Constant [ integer XSD_IDREF ] { 127 } + Constant [ integer XSD_IDREFS ] { 128 } + Constant [ integer XSD_ENTITY ] { 129 } + Constant [ integer XSD_ENTITIES ] { 130 } + Constant [ integer XSD_INTEGER ] { 131 } + Constant [ integer XSD_NONPOSITIVEINTEGER ] { 132 } + Constant [ integer XSD_NEGATIVEINTEGER ] { 133 } + Constant [ integer XSD_LONG ] { 134 } + Constant [ integer XSD_INT ] { 135 } + Constant [ integer XSD_SHORT ] { 136 } + Constant [ integer XSD_BYTE ] { 137 } + Constant [ integer XSD_NONNEGATIVEINTEGER ] { 138 } + Constant [ integer XSD_UNSIGNEDLONG ] { 139 } + Constant [ integer XSD_UNSIGNEDINT ] { 140 } + Constant [ integer XSD_UNSIGNEDSHORT ] { 141 } + Constant [ integer XSD_UNSIGNEDBYTE ] { 142 } + Constant [ integer XSD_POSITIVEINTEGER ] { 143 } + Constant [ integer XSD_NMTOKENS ] { 144 } + Constant [ integer XSD_ANYTYPE ] { 145 } + Constant [ integer XSD_ANYXML ] { 147 } + Constant [ integer APACHE_MAP ] { 200 } + Constant [ integer SOAP_ENC_OBJECT ] { 301 } + Constant [ integer SOAP_ENC_ARRAY ] { 300 } + Constant [ integer XSD_1999_TIMEINSTANT ] { 401 } + Constant [ string XSD_NAMESPACE ] { http://www.w3.org/2001/XMLSchema } + Constant [ string XSD_1999_NAMESPACE ] { http://www.w3.org/1999/XMLSchema } + Constant [ integer SOAP_SINGLE_ELEMENT_ARRAYS ] { 1 } + Constant [ integer SOAP_WAIT_ONE_WAY_CALLS ] { 2 } + Constant [ integer SOAP_USE_XSI_ARRAY_TYPE ] { 4 } + Constant [ integer WSDL_CACHE_NONE ] { 0 } + Constant [ integer WSDL_CACHE_DISK ] { 1 } + Constant [ integer WSDL_CACHE_MEMORY ] { 2 } + Constant [ integer WSDL_CACHE_BOTH ] { 3 } + } + + - Functions { + Function [ function use_soap_error_handler ] { + + - Parameters [1] { + Parameter #0 [ $handler ] + } + } + Function [ function is_soap_fault ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + } + + - Classes [6] { + Class [ class SoapClient ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ public method SoapClient ] { + + - Parameters [2] { + Parameter #0 [ $wsdl ] + Parameter #1 [ $options ] + } + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $arguments ] + } + } + + Method [ public method __soapCall ] { + + - Parameters [5] { + Parameter #0 [ $function_name ] + Parameter #1 [ $arguments ] + Parameter #2 [ $options ] + Parameter #3 [ $input_headers ] + Parameter #4 [ &$output_headers ] + } + } + + Method [ public method __getLastRequest ] { + + - Parameters [0] { + } + } + + Method [ public method __getLastResponse ] { + + - Parameters [0] { + } + } + + Method [ public method __getLastRequestHeaders ] { + + - Parameters [0] { + } + } + + Method [ public method __getLastResponseHeaders ] { + + - Parameters [0] { + } + } + + Method [ public method __getFunctions ] { + + - Parameters [0] { + } + } + + Method [ public method __getTypes ] { + + - Parameters [0] { + } + } + + Method [ public method __doRequest ] { + + - Parameters [5] { + Parameter #0 [ $request ] + Parameter #1 [ $location ] + Parameter #2 [ $action ] + Parameter #3 [ $version ] + Parameter #4 [ $one_way ] + } + } + + Method [ public method __setCookie ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method __setLocation ] { + + - Parameters [1] { + Parameter #0 [ $new_location ] + } + } + + Method [ public method __setSoapHeaders ] { + + - Parameters [1] { + Parameter #0 [ $soapheaders ] + } + } + } + } + + Class [ class SoapVar ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method SoapVar ] { + + - Parameters [6] { + Parameter #0 [ $data ] + Parameter #1 [ $encoding ] + Parameter #2 [ $type_name ] + Parameter #3 [ $type_namespace ] + Parameter #4 [ $node_name ] + Parameter #5 [ $node_namespace ] + } + } + } + } + + Class [ class SoapServer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method SoapServer ] { + + - Parameters [2] { + Parameter #0 [ $wsdl ] + Parameter #1 [ $options ] + } + } + + Method [ public method setPersistence ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method setClass ] { + + - Parameters [2] { + Parameter #0 [ $class_name ] + Parameter #1 [ $args ] + } + } + + Method [ public method setObject ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + + Method [ public method addFunction ] { + + - Parameters [1] { + Parameter #0 [ $functions ] + } + } + + Method [ public method getFunctions ] { + + - Parameters [0] { + } + } + + Method [ public method handle ] { + + - Parameters [1] { + Parameter #0 [ $soap_request ] + } + } + + Method [ public method fault ] { + + - Parameters [5] { + Parameter #0 [ $code ] + Parameter #1 [ $string ] + Parameter #2 [ $actor ] + Parameter #3 [ $details ] + Parameter #4 [ $name ] + } + } + + Method [ public method addSoapHeader ] { + + - Parameters [1] { + Parameter #0 [ $object ] + } + } + } + } + + Class [ class SoapFault extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method SoapFault ] { + + - Parameters [6] { + Parameter #0 [ $faultcode ] + Parameter #1 [ $faultstring ] + Parameter #2 [ $faultactor ] + Parameter #3 [ $detail ] + Parameter #4 [ $faultname ] + Parameter #5 [ $headerfault ] + } + } + + Method [ public method __toString ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + } + } + + Class [ class SoapParam ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method SoapParam ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $name ] + } + } + } + } + + Class [ class SoapHeader ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method SoapHeader ] { + + - Parameters [5] { + Parameter #0 [ $namespace ] + Parameter #1 [ $name ] + Parameter #2 [ $data ] + Parameter #3 [ $mustunderstand ] + Parameter #4 [ $actor ] + } + } + } + } + } +} + diff --git a/reflection/sockets.txt b/reflection/sockets.txt new file mode 100644 index 0000000..decfffc --- /dev/null +++ b/reflection/sockets.txt @@ -0,0 +1,379 @@ +Extension [ extension #25 sockets version ] { + + - Constants [152] { + Constant [ integer AF_UNIX ] { 1 } + Constant [ integer AF_INET ] { 2 } + Constant [ integer AF_INET6 ] { 10 } + Constant [ integer SOCK_STREAM ] { 1 } + Constant [ integer SOCK_DGRAM ] { 2 } + Constant [ integer SOCK_RAW ] { 3 } + Constant [ integer SOCK_SEQPACKET ] { 5 } + Constant [ integer SOCK_RDM ] { 4 } + Constant [ integer MSG_OOB ] { 1 } + Constant [ integer MSG_WAITALL ] { 256 } + Constant [ integer MSG_DONTWAIT ] { 64 } + Constant [ integer MSG_PEEK ] { 2 } + Constant [ integer MSG_DONTROUTE ] { 4 } + Constant [ integer MSG_EOR ] { 128 } + Constant [ integer MSG_EOF ] { 512 } + Constant [ integer SO_DEBUG ] { 1 } + Constant [ integer SO_REUSEADDR ] { 2 } + Constant [ integer SO_KEEPALIVE ] { 9 } + Constant [ integer SO_DONTROUTE ] { 5 } + Constant [ integer SO_LINGER ] { 13 } + Constant [ integer SO_BROADCAST ] { 6 } + Constant [ integer SO_OOBINLINE ] { 10 } + Constant [ integer SO_SNDBUF ] { 7 } + Constant [ integer SO_RCVBUF ] { 8 } + Constant [ integer SO_SNDLOWAT ] { 19 } + Constant [ integer SO_RCVLOWAT ] { 18 } + Constant [ integer SO_SNDTIMEO ] { 21 } + Constant [ integer SO_RCVTIMEO ] { 20 } + Constant [ integer SO_TYPE ] { 3 } + Constant [ integer SO_ERROR ] { 4 } + Constant [ integer SOL_SOCKET ] { 1 } + Constant [ integer SOMAXCONN ] { 128 } + Constant [ integer TCP_NODELAY ] { 1 } + Constant [ integer PHP_NORMAL_READ ] { 1 } + Constant [ integer PHP_BINARY_READ ] { 2 } + Constant [ integer MCAST_JOIN_GROUP ] { 42 } + Constant [ integer MCAST_LEAVE_GROUP ] { 45 } + Constant [ integer MCAST_BLOCK_SOURCE ] { 43 } + Constant [ integer MCAST_UNBLOCK_SOURCE ] { 44 } + Constant [ integer MCAST_JOIN_SOURCE_GROUP ] { 46 } + Constant [ integer MCAST_LEAVE_SOURCE_GROUP ] { 47 } + Constant [ integer IP_MULTICAST_IF ] { 32 } + Constant [ integer IP_MULTICAST_TTL ] { 33 } + Constant [ integer IP_MULTICAST_LOOP ] { 34 } + Constant [ integer IPV6_MULTICAST_IF ] { 17 } + Constant [ integer IPV6_MULTICAST_HOPS ] { 18 } + Constant [ integer IPV6_MULTICAST_LOOP ] { 19 } + Constant [ integer SOCKET_EPERM ] { 1 } + Constant [ integer SOCKET_ENOENT ] { 2 } + Constant [ integer SOCKET_EINTR ] { 4 } + Constant [ integer SOCKET_EIO ] { 5 } + Constant [ integer SOCKET_ENXIO ] { 6 } + Constant [ integer SOCKET_E2BIG ] { 7 } + Constant [ integer SOCKET_EBADF ] { 9 } + Constant [ integer SOCKET_EAGAIN ] { 11 } + Constant [ integer SOCKET_ENOMEM ] { 12 } + Constant [ integer SOCKET_EACCES ] { 13 } + Constant [ integer SOCKET_EFAULT ] { 14 } + Constant [ integer SOCKET_ENOTBLK ] { 15 } + Constant [ integer SOCKET_EBUSY ] { 16 } + Constant [ integer SOCKET_EEXIST ] { 17 } + Constant [ integer SOCKET_EXDEV ] { 18 } + Constant [ integer SOCKET_ENODEV ] { 19 } + Constant [ integer SOCKET_ENOTDIR ] { 20 } + Constant [ integer SOCKET_EISDIR ] { 21 } + Constant [ integer SOCKET_EINVAL ] { 22 } + Constant [ integer SOCKET_ENFILE ] { 23 } + Constant [ integer SOCKET_EMFILE ] { 24 } + Constant [ integer SOCKET_ENOTTY ] { 25 } + Constant [ integer SOCKET_ENOSPC ] { 28 } + Constant [ integer SOCKET_ESPIPE ] { 29 } + Constant [ integer SOCKET_EROFS ] { 30 } + Constant [ integer SOCKET_EMLINK ] { 31 } + Constant [ integer SOCKET_EPIPE ] { 32 } + Constant [ integer SOCKET_ENAMETOOLONG ] { 36 } + Constant [ integer SOCKET_ENOLCK ] { 37 } + Constant [ integer SOCKET_ENOSYS ] { 38 } + Constant [ integer SOCKET_ENOTEMPTY ] { 39 } + Constant [ integer SOCKET_ELOOP ] { 40 } + Constant [ integer SOCKET_EWOULDBLOCK ] { 11 } + Constant [ integer SOCKET_ENOMSG ] { 42 } + Constant [ integer SOCKET_EIDRM ] { 43 } + Constant [ integer SOCKET_ECHRNG ] { 44 } + Constant [ integer SOCKET_EL2NSYNC ] { 45 } + Constant [ integer SOCKET_EL3HLT ] { 46 } + Constant [ integer SOCKET_EL3RST ] { 47 } + Constant [ integer SOCKET_ELNRNG ] { 48 } + Constant [ integer SOCKET_EUNATCH ] { 49 } + Constant [ integer SOCKET_ENOCSI ] { 50 } + Constant [ integer SOCKET_EL2HLT ] { 51 } + Constant [ integer SOCKET_EBADE ] { 52 } + Constant [ integer SOCKET_EBADR ] { 53 } + Constant [ integer SOCKET_EXFULL ] { 54 } + Constant [ integer SOCKET_ENOANO ] { 55 } + Constant [ integer SOCKET_EBADRQC ] { 56 } + Constant [ integer SOCKET_EBADSLT ] { 57 } + Constant [ integer SOCKET_ENOSTR ] { 60 } + Constant [ integer SOCKET_ENODATA ] { 61 } + Constant [ integer SOCKET_ETIME ] { 62 } + Constant [ integer SOCKET_ENOSR ] { 63 } + Constant [ integer SOCKET_ENONET ] { 64 } + Constant [ integer SOCKET_EREMOTE ] { 66 } + Constant [ integer SOCKET_ENOLINK ] { 67 } + Constant [ integer SOCKET_EADV ] { 68 } + Constant [ integer SOCKET_ESRMNT ] { 69 } + Constant [ integer SOCKET_ECOMM ] { 70 } + Constant [ integer SOCKET_EPROTO ] { 71 } + Constant [ integer SOCKET_EMULTIHOP ] { 72 } + Constant [ integer SOCKET_EBADMSG ] { 74 } + Constant [ integer SOCKET_ENOTUNIQ ] { 76 } + Constant [ integer SOCKET_EBADFD ] { 77 } + Constant [ integer SOCKET_EREMCHG ] { 78 } + Constant [ integer SOCKET_ERESTART ] { 85 } + Constant [ integer SOCKET_ESTRPIPE ] { 86 } + Constant [ integer SOCKET_EUSERS ] { 87 } + Constant [ integer SOCKET_ENOTSOCK ] { 88 } + Constant [ integer SOCKET_EDESTADDRREQ ] { 89 } + Constant [ integer SOCKET_EMSGSIZE ] { 90 } + Constant [ integer SOCKET_EPROTOTYPE ] { 91 } + Constant [ integer SOCKET_ENOPROTOOPT ] { 92 } + Constant [ integer SOCKET_EPROTONOSUPPORT ] { 93 } + Constant [ integer SOCKET_ESOCKTNOSUPPORT ] { 94 } + Constant [ integer SOCKET_EOPNOTSUPP ] { 95 } + Constant [ integer SOCKET_EPFNOSUPPORT ] { 96 } + Constant [ integer SOCKET_EAFNOSUPPORT ] { 97 } + Constant [ integer SOCKET_EADDRINUSE ] { 98 } + Constant [ integer SOCKET_EADDRNOTAVAIL ] { 99 } + Constant [ integer SOCKET_ENETDOWN ] { 100 } + Constant [ integer SOCKET_ENETUNREACH ] { 101 } + Constant [ integer SOCKET_ENETRESET ] { 102 } + Constant [ integer SOCKET_ECONNABORTED ] { 103 } + Constant [ integer SOCKET_ECONNRESET ] { 104 } + Constant [ integer SOCKET_ENOBUFS ] { 105 } + Constant [ integer SOCKET_EISCONN ] { 106 } + Constant [ integer SOCKET_ENOTCONN ] { 107 } + Constant [ integer SOCKET_ESHUTDOWN ] { 108 } + Constant [ integer SOCKET_ETOOMANYREFS ] { 109 } + Constant [ integer SOCKET_ETIMEDOUT ] { 110 } + Constant [ integer SOCKET_ECONNREFUSED ] { 111 } + Constant [ integer SOCKET_EHOSTDOWN ] { 112 } + Constant [ integer SOCKET_EHOSTUNREACH ] { 113 } + Constant [ integer SOCKET_EALREADY ] { 114 } + Constant [ integer SOCKET_EINPROGRESS ] { 115 } + Constant [ integer SOCKET_EISNAM ] { 120 } + Constant [ integer SOCKET_EREMOTEIO ] { 121 } + Constant [ integer SOCKET_EDQUOT ] { 122 } + Constant [ integer SOCKET_ENOMEDIUM ] { 123 } + Constant [ integer SOCKET_EMEDIUMTYPE ] { 124 } + Constant [ integer IPPROTO_IP ] { 0 } + Constant [ integer IPPROTO_IPV6 ] { 41 } + Constant [ integer SOL_TCP ] { 6 } + Constant [ integer SOL_UDP ] { 17 } + } + + - Functions { + Function [ function socket_select ] { + + - Parameters [5] { + Parameter #0 [ &$read_fds ] + Parameter #1 [ &$write_fds ] + Parameter #2 [ &$except_fds ] + Parameter #3 [ $tv_sec ] + Parameter #4 [ $tv_usec ] + } + } + Function [ function socket_create ] { + + - Parameters [3] { + Parameter #0 [ $domain ] + Parameter #1 [ $type ] + Parameter #2 [ $protocol ] + } + } + Function [ function socket_create_listen ] { + + - Parameters [2] { + Parameter #0 [ $port ] + Parameter #1 [ $backlog ] + } + } + Function [ function socket_create_pair ] { + + - Parameters [4] { + Parameter #0 [ $domain ] + Parameter #1 [ $type ] + Parameter #2 [ $protocol ] + Parameter #3 [ &$fd ] + } + } + Function [ function socket_accept ] { + + - Parameters [1] { + Parameter #0 [ $socket ] + } + } + Function [ function socket_set_nonblock ] { + + - Parameters [1] { + Parameter #0 [ $socket ] + } + } + Function [ function socket_set_block ] { + + - Parameters [1] { + Parameter #0 [ $socket ] + } + } + Function [ function socket_listen ] { + + - Parameters [2] { + Parameter #0 [ $socket ] + Parameter #1 [ $backlog ] + } + } + Function [ function socket_close ] { + + - Parameters [1] { + Parameter #0 [ $socket ] + } + } + Function [ function socket_write ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ $buf ] + Parameter #2 [ $length ] + } + } + Function [ function socket_read ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ $length ] + Parameter #2 [ $type ] + } + } + Function [ function socket_getsockname ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ &$addr ] + Parameter #2 [ &$port ] + } + } + Function [ function socket_getpeername ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ &$addr ] + Parameter #2 [ &$port ] + } + } + Function [ function socket_connect ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ $addr ] + Parameter #2 [ $port ] + } + } + Function [ function socket_strerror ] { + + - Parameters [1] { + Parameter #0 [ $errno ] + } + } + Function [ function socket_bind ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ $addr ] + Parameter #2 [ $port ] + } + } + Function [ function socket_recv ] { + + - Parameters [4] { + Parameter #0 [ $socket ] + Parameter #1 [ &$buf ] + Parameter #2 [ $len ] + Parameter #3 [ $flags ] + } + } + Function [ function socket_send ] { + + - Parameters [4] { + Parameter #0 [ $socket ] + Parameter #1 [ $buf ] + Parameter #2 [ $len ] + Parameter #3 [ $flags ] + } + } + Function [ function socket_recvfrom ] { + + - Parameters [6] { + Parameter #0 [ $socket ] + Parameter #1 [ &$buf ] + Parameter #2 [ $len ] + Parameter #3 [ $flags ] + Parameter #4 [ &$name ] + Parameter #5 [ &$port ] + } + } + Function [ function socket_sendto ] { + + - Parameters [6] { + Parameter #0 [ $socket ] + Parameter #1 [ $buf ] + Parameter #2 [ $len ] + Parameter #3 [ $flags ] + Parameter #4 [ $addr ] + Parameter #5 [ $port ] + } + } + Function [ function socket_get_option ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ $level ] + Parameter #2 [ $optname ] + } + } + Function [ function socket_set_option ] { + + - Parameters [4] { + Parameter #0 [ $socket ] + Parameter #1 [ $level ] + Parameter #2 [ $optname ] + Parameter #3 [ $optval ] + } + } + Function [ function socket_shutdown ] { + + - Parameters [2] { + Parameter #0 [ $socket ] + Parameter #1 [ $how ] + } + } + Function [ function socket_last_error ] { + + - Parameters [1] { + Parameter #0 [ $socket ] + } + } + Function [ function socket_clear_error ] { + + - Parameters [1] { + Parameter #0 [ $socket ] + } + } + Function [ function socket_import_stream ] { + + - Parameters [1] { + Parameter #0 [ $stream ] + } + } + Function [ function socket_getopt ] { + + - Parameters [3] { + Parameter #0 [ $socket ] + Parameter #1 [ $level ] + Parameter #2 [ $optname ] + } + } + Function [ function socket_setopt ] { + + - Parameters [4] { + Parameter #0 [ $socket ] + Parameter #1 [ $level ] + Parameter #2 [ $optname ] + Parameter #3 [ $optval ] + } + } + } +} + diff --git a/reflection/sqlite3.txt b/reflection/sqlite3.txt new file mode 100644 index 0000000..3411323 --- /dev/null +++ b/reflection/sqlite3.txt @@ -0,0 +1,329 @@ +Extension [ extension #82 sqlite3 version 0.7-dev ] { + + - INI { + Entry [ sqlite3.extension_dir ] + Current = '' + } + } + + - Constants [11] { + Constant [ integer SQLITE3_ASSOC ] { 1 } + Constant [ integer SQLITE3_NUM ] { 2 } + Constant [ integer SQLITE3_BOTH ] { 3 } + Constant [ integer SQLITE3_INTEGER ] { 1 } + Constant [ integer SQLITE3_FLOAT ] { 2 } + Constant [ integer SQLITE3_TEXT ] { 3 } + Constant [ integer SQLITE3_BLOB ] { 4 } + Constant [ integer SQLITE3_NULL ] { 5 } + Constant [ integer SQLITE3_OPEN_READONLY ] { 1 } + Constant [ integer SQLITE3_OPEN_READWRITE ] { 2 } + Constant [ integer SQLITE3_OPEN_CREATE ] { 4 } + } + + - Classes [3] { + Class [ class SQLite3 ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method version ] { + + - Parameters [0] { + } + } + + Method [ static public method escapeString ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + + - Properties [0] { + } + + - Methods [18] { + Method [ public method open ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $encryption_key ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method exec ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method lastInsertRowID ] { + + - Parameters [0] { + } + } + + Method [ public method lastErrorCode ] { + + - Parameters [0] { + } + } + + Method [ public method lastErrorMsg ] { + + - Parameters [0] { + } + } + + Method [ public method busyTimeout ] { + + - Parameters [1] { + Parameter #0 [ $ms ] + } + } + + Method [ public method loadExtension ] { + + - Parameters [1] { + Parameter #0 [ $shared_library ] + } + } + + Method [ public method changes ] { + + - Parameters [0] { + } + } + + Method [ public method prepare ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method query ] { + + - Parameters [1] { + Parameter #0 [ $query ] + } + } + + Method [ public method querySingle ] { + + - Parameters [2] { + Parameter #0 [ $query ] + Parameter #1 [ $entire_row ] + } + } + + Method [ public method createFunction ] { + + - Parameters [3] { + Parameter #0 [ $name ] + Parameter #1 [ $callback ] + Parameter #2 [ $argument_count ] + } + } + + Method [ public method createAggregate ] { + + - Parameters [4] { + Parameter #0 [ $name ] + Parameter #1 [ $step_callback ] + Parameter #2 [ $final_callback ] + Parameter #3 [ $argument_count ] + } + } + + Method [ public method createCollation ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $callback ] + } + } + + Method [ public method openBlob ] { + + - Parameters [4] { + Parameter #0 [ $table ] + Parameter #1 [ $column ] + Parameter #2 [ $rowid ] + Parameter #3 [ $dbname ] + } + } + + Method [ public method enableExceptions ] { + + - Parameters [1] { + Parameter #0 [ $enableExceptions ] + } + } + + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $encryption_key ] + } + } + } + } + + Class [ class SQLite3Stmt ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method paramCount ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method execute ] { + + - Parameters [0] { + } + } + + Method [ public method bindParam ] { + + - Parameters [3] { + Parameter #0 [ $param_number ] + Parameter #1 [ &$param ] + Parameter #2 [ $type ] + } + } + + Method [ public method bindValue ] { + + - Parameters [3] { + Parameter #0 [ $param_number ] + Parameter #1 [ $param ] + Parameter #2 [ $type ] + } + } + + Method [ public method readOnly ] { + + - Parameters [0] { + } + } + + Method [ private method __construct ] { + + - Parameters [1] { + Parameter #0 [ $sqlite3 ] + } + } + } + } + + Class [ class SQLite3Result ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method numColumns ] { + + - Parameters [0] { + } + } + + Method [ public method columnName ] { + + - Parameters [1] { + Parameter #0 [ $column_number ] + } + } + + Method [ public method columnType ] { + + - Parameters [1] { + Parameter #0 [ $column_number ] + } + } + + Method [ public method fetchArray ] { + + - Parameters [1] { + Parameter #0 [ $mode ] + } + } + + Method [ public method reset ] { + + - Parameters [0] { + } + } + + Method [ public method finalize ] { + + - Parameters [0] { + } + } + + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/standard.txt b/reflection/standard.txt new file mode 100644 index 0000000..e9220ba --- /dev/null +++ b/reflection/standard.txt @@ -0,0 +1,4086 @@ +Extension [ extension #26 standard version 5.5.0-dev ] { + + - Dependencies { + Dependency [ session (Optional) ] + } + + - INI { + Entry [ user_agent ] + Current = '' + } + Entry [ from ] + Current = '' + } + Entry [ default_socket_timeout ] + Current = '60' + } + Entry [ auto_detect_line_endings ] + Current = '0' + } + Entry [ assert.active ] + Current = '1' + } + Entry [ assert.bail ] + Current = '0' + } + Entry [ assert.warning ] + Current = '1' + } + Entry [ assert.callback ] + Current = '' + } + Entry [ assert.quiet_eval ] + Current = '0' + } + Entry [ url_rewriter.tags ] + Current = 'a=href,area=href,frame=src,form=,fieldset=' + } + } + + - Constants [349] { + Constant [ integer CONNECTION_ABORTED ] { 1 } + Constant [ integer CONNECTION_NORMAL ] { 0 } + Constant [ integer CONNECTION_TIMEOUT ] { 2 } + Constant [ integer INI_USER ] { 1 } + Constant [ integer INI_PERDIR ] { 2 } + Constant [ integer INI_SYSTEM ] { 4 } + Constant [ integer INI_ALL ] { 7 } + Constant [ integer INI_SCANNER_NORMAL ] { 0 } + Constant [ integer INI_SCANNER_RAW ] { 1 } + Constant [ integer PHP_URL_SCHEME ] { 0 } + Constant [ integer PHP_URL_HOST ] { 1 } + Constant [ integer PHP_URL_PORT ] { 2 } + Constant [ integer PHP_URL_USER ] { 3 } + Constant [ integer PHP_URL_PASS ] { 4 } + Constant [ integer PHP_URL_PATH ] { 5 } + Constant [ integer PHP_URL_QUERY ] { 6 } + Constant [ integer PHP_URL_FRAGMENT ] { 7 } + Constant [ integer PHP_QUERY_RFC1738 ] { 1 } + Constant [ integer PHP_QUERY_RFC3986 ] { 2 } + Constant [ double M_E ] { 2.718281828459 } + Constant [ double M_LOG2E ] { 1.442695040889 } + Constant [ double M_LOG10E ] { 0.43429448190325 } + Constant [ double M_LN2 ] { 0.69314718055995 } + Constant [ double M_LN10 ] { 2.302585092994 } + Constant [ double M_PI ] { 3.1415926535898 } + Constant [ double M_PI_2 ] { 1.5707963267949 } + Constant [ double M_PI_4 ] { 0.78539816339745 } + Constant [ double M_1_PI ] { 0.31830988618379 } + Constant [ double M_2_PI ] { 0.63661977236758 } + Constant [ double M_SQRTPI ] { 1.7724538509055 } + Constant [ double M_2_SQRTPI ] { 1.1283791670955 } + Constant [ double M_LNPI ] { 1.1447298858494 } + Constant [ double M_EULER ] { 0.57721566490153 } + Constant [ double M_SQRT2 ] { 1.4142135623731 } + Constant [ double M_SQRT1_2 ] { 0.70710678118655 } + Constant [ double M_SQRT3 ] { 1.7320508075689 } + Constant [ double INF ] { INF } + Constant [ double NAN ] { NAN } + Constant [ integer PHP_ROUND_HALF_UP ] { 1 } + Constant [ integer PHP_ROUND_HALF_DOWN ] { 2 } + Constant [ integer PHP_ROUND_HALF_EVEN ] { 3 } + Constant [ integer PHP_ROUND_HALF_ODD ] { 4 } + Constant [ integer INFO_GENERAL ] { 1 } + Constant [ integer INFO_CREDITS ] { 2 } + Constant [ integer INFO_CONFIGURATION ] { 4 } + Constant [ integer INFO_MODULES ] { 8 } + Constant [ integer INFO_ENVIRONMENT ] { 16 } + Constant [ integer INFO_VARIABLES ] { 32 } + Constant [ integer INFO_LICENSE ] { 64 } + Constant [ integer INFO_ALL ] { 4294967295 } + Constant [ integer CREDITS_GROUP ] { 1 } + Constant [ integer CREDITS_GENERAL ] { 2 } + Constant [ integer CREDITS_SAPI ] { 4 } + Constant [ integer CREDITS_MODULES ] { 8 } + Constant [ integer CREDITS_DOCS ] { 16 } + Constant [ integer CREDITS_FULLPAGE ] { 32 } + Constant [ integer CREDITS_QA ] { 64 } + Constant [ integer CREDITS_ALL ] { 4294967295 } + Constant [ integer HTML_SPECIALCHARS ] { 0 } + Constant [ integer HTML_ENTITIES ] { 1 } + Constant [ integer ENT_COMPAT ] { 2 } + Constant [ integer ENT_QUOTES ] { 3 } + Constant [ integer ENT_NOQUOTES ] { 0 } + Constant [ integer ENT_IGNORE ] { 4 } + Constant [ integer ENT_SUBSTITUTE ] { 8 } + Constant [ integer ENT_DISALLOWED ] { 128 } + Constant [ integer ENT_HTML401 ] { 0 } + Constant [ integer ENT_XML1 ] { 16 } + Constant [ integer ENT_XHTML ] { 32 } + Constant [ integer ENT_HTML5 ] { 48 } + Constant [ integer STR_PAD_LEFT ] { 0 } + Constant [ integer STR_PAD_RIGHT ] { 1 } + Constant [ integer STR_PAD_BOTH ] { 2 } + Constant [ integer PATHINFO_DIRNAME ] { 1 } + Constant [ integer PATHINFO_BASENAME ] { 2 } + Constant [ integer PATHINFO_EXTENSION ] { 4 } + Constant [ integer PATHINFO_FILENAME ] { 8 } + Constant [ integer CHAR_MAX ] { 127 } + Constant [ integer LC_CTYPE ] { 0 } + Constant [ integer LC_NUMERIC ] { 1 } + Constant [ integer LC_TIME ] { 2 } + Constant [ integer LC_COLLATE ] { 3 } + Constant [ integer LC_MONETARY ] { 4 } + Constant [ integer LC_ALL ] { 6 } + Constant [ integer LC_MESSAGES ] { 5 } + Constant [ integer SEEK_SET ] { 0 } + Constant [ integer SEEK_CUR ] { 1 } + Constant [ integer SEEK_END ] { 2 } + Constant [ integer LOCK_SH ] { 1 } + Constant [ integer LOCK_EX ] { 2 } + Constant [ integer LOCK_UN ] { 3 } + Constant [ integer LOCK_NB ] { 4 } + Constant [ integer STREAM_NOTIFY_CONNECT ] { 2 } + Constant [ integer STREAM_NOTIFY_AUTH_REQUIRED ] { 3 } + Constant [ integer STREAM_NOTIFY_AUTH_RESULT ] { 10 } + Constant [ integer STREAM_NOTIFY_MIME_TYPE_IS ] { 4 } + Constant [ integer STREAM_NOTIFY_FILE_SIZE_IS ] { 5 } + Constant [ integer STREAM_NOTIFY_REDIRECTED ] { 6 } + Constant [ integer STREAM_NOTIFY_PROGRESS ] { 7 } + Constant [ integer STREAM_NOTIFY_FAILURE ] { 9 } + Constant [ integer STREAM_NOTIFY_COMPLETED ] { 8 } + Constant [ integer STREAM_NOTIFY_RESOLVE ] { 1 } + Constant [ integer STREAM_NOTIFY_SEVERITY_INFO ] { 0 } + Constant [ integer STREAM_NOTIFY_SEVERITY_WARN ] { 1 } + Constant [ integer STREAM_NOTIFY_SEVERITY_ERR ] { 2 } + Constant [ integer STREAM_FILTER_READ ] { 1 } + Constant [ integer STREAM_FILTER_WRITE ] { 2 } + Constant [ integer STREAM_FILTER_ALL ] { 3 } + Constant [ integer STREAM_CLIENT_PERSISTENT ] { 1 } + Constant [ integer STREAM_CLIENT_ASYNC_CONNECT ] { 2 } + Constant [ integer STREAM_CLIENT_CONNECT ] { 4 } + Constant [ integer STREAM_CRYPTO_METHOD_SSLv2_CLIENT ] { 0 } + Constant [ integer STREAM_CRYPTO_METHOD_SSLv3_CLIENT ] { 1 } + Constant [ integer STREAM_CRYPTO_METHOD_SSLv23_CLIENT ] { 2 } + Constant [ integer STREAM_CRYPTO_METHOD_TLS_CLIENT ] { 3 } + Constant [ integer STREAM_CRYPTO_METHOD_SSLv2_SERVER ] { 4 } + Constant [ integer STREAM_CRYPTO_METHOD_SSLv3_SERVER ] { 5 } + Constant [ integer STREAM_CRYPTO_METHOD_SSLv23_SERVER ] { 6 } + Constant [ integer STREAM_CRYPTO_METHOD_TLS_SERVER ] { 7 } + Constant [ integer STREAM_SHUT_RD ] { 0 } + Constant [ integer STREAM_SHUT_WR ] { 1 } + Constant [ integer STREAM_SHUT_RDWR ] { 2 } + Constant [ integer STREAM_PF_INET ] { 2 } + Constant [ integer STREAM_PF_INET6 ] { 10 } + Constant [ integer STREAM_PF_UNIX ] { 1 } + Constant [ integer STREAM_IPPROTO_IP ] { 0 } + Constant [ integer STREAM_IPPROTO_TCP ] { 6 } + Constant [ integer STREAM_IPPROTO_UDP ] { 17 } + Constant [ integer STREAM_IPPROTO_ICMP ] { 1 } + Constant [ integer STREAM_IPPROTO_RAW ] { 255 } + Constant [ integer STREAM_SOCK_STREAM ] { 1 } + Constant [ integer STREAM_SOCK_DGRAM ] { 2 } + Constant [ integer STREAM_SOCK_RAW ] { 3 } + Constant [ integer STREAM_SOCK_SEQPACKET ] { 5 } + Constant [ integer STREAM_SOCK_RDM ] { 4 } + Constant [ integer STREAM_PEEK ] { 2 } + Constant [ integer STREAM_OOB ] { 1 } + Constant [ integer STREAM_SERVER_BIND ] { 4 } + Constant [ integer STREAM_SERVER_LISTEN ] { 8 } + Constant [ integer FILE_USE_INCLUDE_PATH ] { 1 } + Constant [ integer FILE_IGNORE_NEW_LINES ] { 2 } + Constant [ integer FILE_SKIP_EMPTY_LINES ] { 4 } + Constant [ integer FILE_APPEND ] { 8 } + Constant [ integer FILE_NO_DEFAULT_CONTEXT ] { 16 } + Constant [ integer FILE_TEXT ] { 0 } + Constant [ integer FILE_BINARY ] { 0 } + Constant [ integer FNM_NOESCAPE ] { 2 } + Constant [ integer FNM_PATHNAME ] { 1 } + Constant [ integer FNM_PERIOD ] { 4 } + Constant [ integer FNM_CASEFOLD ] { 16 } + Constant [ integer PSFS_PASS_ON ] { 2 } + Constant [ integer PSFS_FEED_ME ] { 1 } + Constant [ integer PSFS_ERR_FATAL ] { 0 } + Constant [ integer PSFS_FLAG_NORMAL ] { 0 } + Constant [ integer PSFS_FLAG_FLUSH_INC ] { 1 } + Constant [ integer PSFS_FLAG_FLUSH_CLOSE ] { 2 } + Constant [ integer PASSWORD_DEFAULT ] { 1 } + Constant [ integer PASSWORD_BCRYPT ] { 1 } + Constant [ integer PASSWORD_BCRYPT_DEFAULT_COST ] { 10 } + Constant [ integer ABDAY_1 ] { 131072 } + Constant [ integer ABDAY_2 ] { 131073 } + Constant [ integer ABDAY_3 ] { 131074 } + Constant [ integer ABDAY_4 ] { 131075 } + Constant [ integer ABDAY_5 ] { 131076 } + Constant [ integer ABDAY_6 ] { 131077 } + Constant [ integer ABDAY_7 ] { 131078 } + Constant [ integer DAY_1 ] { 131079 } + Constant [ integer DAY_2 ] { 131080 } + Constant [ integer DAY_3 ] { 131081 } + Constant [ integer DAY_4 ] { 131082 } + Constant [ integer DAY_5 ] { 131083 } + Constant [ integer DAY_6 ] { 131084 } + Constant [ integer DAY_7 ] { 131085 } + Constant [ integer ABMON_1 ] { 131086 } + Constant [ integer ABMON_2 ] { 131087 } + Constant [ integer ABMON_3 ] { 131088 } + Constant [ integer ABMON_4 ] { 131089 } + Constant [ integer ABMON_5 ] { 131090 } + Constant [ integer ABMON_6 ] { 131091 } + Constant [ integer ABMON_7 ] { 131092 } + Constant [ integer ABMON_8 ] { 131093 } + Constant [ integer ABMON_9 ] { 131094 } + Constant [ integer ABMON_10 ] { 131095 } + Constant [ integer ABMON_11 ] { 131096 } + Constant [ integer ABMON_12 ] { 131097 } + Constant [ integer MON_1 ] { 131098 } + Constant [ integer MON_2 ] { 131099 } + Constant [ integer MON_3 ] { 131100 } + Constant [ integer MON_4 ] { 131101 } + Constant [ integer MON_5 ] { 131102 } + Constant [ integer MON_6 ] { 131103 } + Constant [ integer MON_7 ] { 131104 } + Constant [ integer MON_8 ] { 131105 } + Constant [ integer MON_9 ] { 131106 } + Constant [ integer MON_10 ] { 131107 } + Constant [ integer MON_11 ] { 131108 } + Constant [ integer MON_12 ] { 131109 } + Constant [ integer AM_STR ] { 131110 } + Constant [ integer PM_STR ] { 131111 } + Constant [ integer D_T_FMT ] { 131112 } + Constant [ integer D_FMT ] { 131113 } + Constant [ integer T_FMT ] { 131114 } + Constant [ integer T_FMT_AMPM ] { 131115 } + Constant [ integer ERA ] { 131116 } + Constant [ integer ERA_D_T_FMT ] { 131120 } + Constant [ integer ERA_D_FMT ] { 131118 } + Constant [ integer ERA_T_FMT ] { 131121 } + Constant [ integer ALT_DIGITS ] { 131119 } + Constant [ integer CRNCYSTR ] { 262159 } + Constant [ integer RADIXCHAR ] { 65536 } + Constant [ integer THOUSEP ] { 65537 } + Constant [ integer YESEXPR ] { 327680 } + Constant [ integer NOEXPR ] { 327681 } + Constant [ integer CODESET ] { 14 } + Constant [ integer CRYPT_SALT_LENGTH ] { 123 } + Constant [ integer CRYPT_STD_DES ] { 1 } + Constant [ integer CRYPT_EXT_DES ] { 1 } + Constant [ integer CRYPT_MD5 ] { 1 } + Constant [ integer CRYPT_BLOWFISH ] { 1 } + Constant [ integer CRYPT_SHA256 ] { 1 } + Constant [ integer CRYPT_SHA512 ] { 1 } + Constant [ string DIRECTORY_SEPARATOR ] { / } + Constant [ string PATH_SEPARATOR ] { : } + Constant [ integer SCANDIR_SORT_ASCENDING ] { 0 } + Constant [ integer SCANDIR_SORT_DESCENDING ] { 1 } + Constant [ integer SCANDIR_SORT_NONE ] { 2 } + Constant [ integer GLOB_BRACE ] { 1024 } + Constant [ integer GLOB_MARK ] { 2 } + Constant [ integer GLOB_NOSORT ] { 4 } + Constant [ integer GLOB_NOCHECK ] { 16 } + Constant [ integer GLOB_NOESCAPE ] { 64 } + Constant [ integer GLOB_ERR ] { 1 } + Constant [ integer GLOB_ONLYDIR ] { 8192 } + Constant [ integer GLOB_AVAILABLE_FLAGS ] { 9303 } + Constant [ integer LOG_EMERG ] { 0 } + Constant [ integer LOG_ALERT ] { 1 } + Constant [ integer LOG_CRIT ] { 2 } + Constant [ integer LOG_ERR ] { 3 } + Constant [ integer LOG_WARNING ] { 4 } + Constant [ integer LOG_NOTICE ] { 5 } + Constant [ integer LOG_INFO ] { 6 } + Constant [ integer LOG_DEBUG ] { 7 } + Constant [ integer LOG_KERN ] { 0 } + Constant [ integer LOG_USER ] { 8 } + Constant [ integer LOG_MAIL ] { 16 } + Constant [ integer LOG_DAEMON ] { 24 } + Constant [ integer LOG_AUTH ] { 32 } + Constant [ integer LOG_SYSLOG ] { 40 } + Constant [ integer LOG_LPR ] { 48 } + Constant [ integer LOG_NEWS ] { 56 } + Constant [ integer LOG_UUCP ] { 64 } + Constant [ integer LOG_CRON ] { 72 } + Constant [ integer LOG_AUTHPRIV ] { 80 } + Constant [ integer LOG_LOCAL0 ] { 128 } + Constant [ integer LOG_LOCAL1 ] { 136 } + Constant [ integer LOG_LOCAL2 ] { 144 } + Constant [ integer LOG_LOCAL3 ] { 152 } + Constant [ integer LOG_LOCAL4 ] { 160 } + Constant [ integer LOG_LOCAL5 ] { 168 } + Constant [ integer LOG_LOCAL6 ] { 176 } + Constant [ integer LOG_LOCAL7 ] { 184 } + Constant [ integer LOG_PID ] { 1 } + Constant [ integer LOG_CONS ] { 2 } + Constant [ integer LOG_ODELAY ] { 4 } + Constant [ integer LOG_NDELAY ] { 8 } + Constant [ integer LOG_NOWAIT ] { 16 } + Constant [ integer LOG_PERROR ] { 32 } + Constant [ integer EXTR_OVERWRITE ] { 0 } + Constant [ integer EXTR_SKIP ] { 1 } + Constant [ integer EXTR_PREFIX_SAME ] { 2 } + Constant [ integer EXTR_PREFIX_ALL ] { 3 } + Constant [ integer EXTR_PREFIX_INVALID ] { 4 } + Constant [ integer EXTR_PREFIX_IF_EXISTS ] { 5 } + Constant [ integer EXTR_IF_EXISTS ] { 6 } + Constant [ integer EXTR_REFS ] { 256 } + Constant [ integer SORT_ASC ] { 4 } + Constant [ integer SORT_DESC ] { 3 } + Constant [ integer SORT_REGULAR ] { 0 } + Constant [ integer SORT_NUMERIC ] { 1 } + Constant [ integer SORT_STRING ] { 2 } + Constant [ integer SORT_LOCALE_STRING ] { 5 } + Constant [ integer SORT_NATURAL ] { 6 } + Constant [ integer SORT_FLAG_CASE ] { 8 } + Constant [ integer CASE_LOWER ] { 0 } + Constant [ integer CASE_UPPER ] { 1 } + Constant [ integer COUNT_NORMAL ] { 0 } + Constant [ integer COUNT_RECURSIVE ] { 1 } + Constant [ integer ASSERT_ACTIVE ] { 1 } + Constant [ integer ASSERT_CALLBACK ] { 2 } + Constant [ integer ASSERT_BAIL ] { 3 } + Constant [ integer ASSERT_WARNING ] { 4 } + Constant [ integer ASSERT_QUIET_EVAL ] { 5 } + Constant [ integer STREAM_USE_PATH ] { 1 } + Constant [ integer STREAM_IGNORE_URL ] { 2 } + Constant [ integer STREAM_REPORT_ERRORS ] { 8 } + Constant [ integer STREAM_MUST_SEEK ] { 16 } + Constant [ integer STREAM_URL_STAT_LINK ] { 1 } + Constant [ integer STREAM_URL_STAT_QUIET ] { 2 } + Constant [ integer STREAM_MKDIR_RECURSIVE ] { 1 } + Constant [ integer STREAM_IS_URL ] { 1 } + Constant [ integer STREAM_OPTION_BLOCKING ] { 1 } + Constant [ integer STREAM_OPTION_READ_TIMEOUT ] { 4 } + Constant [ integer STREAM_OPTION_READ_BUFFER ] { 2 } + Constant [ integer STREAM_OPTION_WRITE_BUFFER ] { 3 } + Constant [ integer STREAM_BUFFER_NONE ] { 0 } + Constant [ integer STREAM_BUFFER_LINE ] { 1 } + Constant [ integer STREAM_BUFFER_FULL ] { 2 } + Constant [ integer STREAM_CAST_AS_STREAM ] { 0 } + Constant [ integer STREAM_CAST_FOR_SELECT ] { 3 } + Constant [ integer STREAM_META_TOUCH ] { 1 } + Constant [ integer STREAM_META_OWNER ] { 3 } + Constant [ integer STREAM_META_OWNER_NAME ] { 2 } + Constant [ integer STREAM_META_GROUP ] { 5 } + Constant [ integer STREAM_META_GROUP_NAME ] { 4 } + Constant [ integer STREAM_META_ACCESS ] { 6 } + Constant [ integer IMAGETYPE_GIF ] { 1 } + Constant [ integer IMAGETYPE_JPEG ] { 2 } + Constant [ integer IMAGETYPE_PNG ] { 3 } + Constant [ integer IMAGETYPE_SWF ] { 4 } + Constant [ integer IMAGETYPE_PSD ] { 5 } + Constant [ integer IMAGETYPE_BMP ] { 6 } + Constant [ integer IMAGETYPE_TIFF_II ] { 7 } + Constant [ integer IMAGETYPE_TIFF_MM ] { 8 } + Constant [ integer IMAGETYPE_JPC ] { 9 } + Constant [ integer IMAGETYPE_JP2 ] { 10 } + Constant [ integer IMAGETYPE_JPX ] { 11 } + Constant [ integer IMAGETYPE_JB2 ] { 12 } + Constant [ integer IMAGETYPE_SWC ] { 13 } + Constant [ integer IMAGETYPE_IFF ] { 14 } + Constant [ integer IMAGETYPE_WBMP ] { 15 } + Constant [ integer IMAGETYPE_JPEG2000 ] { 9 } + Constant [ integer IMAGETYPE_XBM ] { 16 } + Constant [ integer IMAGETYPE_ICO ] { 17 } + Constant [ integer IMAGETYPE_UNKNOWN ] { 0 } + Constant [ integer IMAGETYPE_COUNT ] { 18 } + Constant [ integer DNS_A ] { 1 } + Constant [ integer DNS_NS ] { 2 } + Constant [ integer DNS_CNAME ] { 16 } + Constant [ integer DNS_SOA ] { 32 } + Constant [ integer DNS_PTR ] { 2048 } + Constant [ integer DNS_HINFO ] { 4096 } + Constant [ integer DNS_MX ] { 16384 } + Constant [ integer DNS_TXT ] { 32768 } + Constant [ integer DNS_SRV ] { 33554432 } + Constant [ integer DNS_NAPTR ] { 67108864 } + Constant [ integer DNS_AAAA ] { 134217728 } + Constant [ integer DNS_A6 ] { 16777216 } + Constant [ integer DNS_ANY ] { 268435456 } + Constant [ integer DNS_ALL ] { 251713587 } + } + + - Functions { + Function [ function constant ] { + + - Parameters [1] { + Parameter #0 [ $const_name ] + } + } + Function [ function bin2hex ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function hex2bin ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function sleep ] { + + - Parameters [1] { + Parameter #0 [ $seconds ] + } + } + Function [ function usleep ] { + + - Parameters [1] { + Parameter #0 [ $micro_seconds ] + } + } + Function [ function time_nanosleep ] { + + - Parameters [2] { + Parameter #0 [ $seconds ] + Parameter #1 [ $nanoseconds ] + } + } + Function [ function time_sleep_until ] { + + - Parameters [1] { + Parameter #0 [ $timestamp ] + } + } + Function [ function strptime ] { + + - Parameters [2] { + Parameter #0 [ $timestamp ] + Parameter #1 [ $format ] + } + } + Function [ function flush ] { + + - Parameters [0] { + } + } + Function [ function wordwrap ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $width ] + Parameter #2 [ $break ] + Parameter #3 [ $cut ] + } + } + Function [ function htmlspecialchars ] { + + - Parameters [4] { + Parameter #0 [ $string ] + Parameter #1 [ $quote_style ] + Parameter #2 [ $charset ] + Parameter #3 [ $double_encode ] + } + } + Function [ function htmlentities ] { + + - Parameters [4] { + Parameter #0 [ $string ] + Parameter #1 [ $quote_style ] + Parameter #2 [ $charset ] + Parameter #3 [ $double_encode ] + } + } + Function [ function html_entity_decode ] { + + - Parameters [3] { + Parameter #0 [ $string ] + Parameter #1 [ $quote_style ] + Parameter #2 [ $charset ] + } + } + Function [ function htmlspecialchars_decode ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $quote_style ] + } + } + Function [ function get_html_translation_table ] { + + - Parameters [2] { + Parameter #0 [ $table ] + Parameter #1 [ $quote_style ] + } + } + Function [ function sha1 ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $raw_output ] + } + } + Function [ function sha1_file ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $raw_output ] + } + } + Function [ function md5 ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $raw_output ] + } + } + Function [ function md5_file ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $raw_output ] + } + } + Function [ function crc32 ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function iptcparse ] { + + - Parameters [1] { + Parameter #0 [ $iptcdata ] + } + } + Function [ function iptcembed ] { + + - Parameters [3] { + Parameter #0 [ $iptcdata ] + Parameter #1 [ $jpeg_file_name ] + Parameter #2 [ $spool ] + } + } + Function [ function getimagesize ] { + + - Parameters [2] { + Parameter #0 [ $imagefile ] + Parameter #1 [ &$info ] + } + } + Function [ function getimagesizefromstring ] { + + - Parameters [2] { + Parameter #0 [ $imagefile ] + Parameter #1 [ &$info ] + } + } + Function [ function image_type_to_mime_type ] { + + - Parameters [1] { + Parameter #0 [ $imagetype ] + } + } + Function [ function image_type_to_extension ] { + + - Parameters [2] { + Parameter #0 [ $imagetype ] + Parameter #1 [ $include_dot ] + } + } + Function [ function phpinfo ] { + + - Parameters [1] { + Parameter #0 [ $what ] + } + } + Function [ function phpversion ] { + + - Parameters [1] { + Parameter #0 [ $extension ] + } + } + Function [ function phpcredits ] { + + - Parameters [1] { + Parameter #0 [ $flag ] + } + } + Function [ function php_sapi_name ] { + + - Parameters [0] { + } + } + Function [ function php_uname ] { + + - Parameters [0] { + } + } + Function [ function php_ini_scanned_files ] { + + - Parameters [0] { + } + } + Function [ function php_ini_loaded_file ] { + + - Parameters [0] { + } + } + Function [ function strnatcmp ] { + + - Parameters [2] { + Parameter #0 [ $s1 ] + Parameter #1 [ $s2 ] + } + } + Function [ function strnatcasecmp ] { + + - Parameters [2] { + Parameter #0 [ $s1 ] + Parameter #1 [ $s2 ] + } + } + Function [ function substr_count ] { + + - Parameters [4] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] + } + } + Function [ function strspn ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $mask ] + Parameter #2 [ $start ] + Parameter #3 [ $len ] + } + } + Function [ function strcspn ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $mask ] + Parameter #2 [ $start ] + Parameter #3 [ $len ] + } + } + Function [ function strtok ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $token ] + } + } + Function [ function strtoupper ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function strtolower ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function strpos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function stripos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function strrpos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function strripos ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $offset ] + } + } + Function [ function strrev ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function hebrev ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $max_chars_per_line ] + } + } + Function [ function hebrevc ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $max_chars_per_line ] + } + } + Function [ function nl2br ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $is_xhtml ] + } + } + Function [ function basename ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $suffix ] + } + } + Function [ function dirname ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function pathinfo ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $options ] + } + } + Function [ function stripslashes ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function stripcslashes ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function strstr ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + } + } + Function [ function stristr ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + } + } + Function [ function strrchr ] { + + - Parameters [2] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + } + } + Function [ function str_shuffle ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function str_word_count ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $format ] + Parameter #2 [ $charlist ] + } + } + Function [ function str_split ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $split_length ] + } + } + Function [ function strpbrk ] { + + - Parameters [2] { + Parameter #0 [ $haystack ] + Parameter #1 [ $char_list ] + } + } + Function [ function substr_compare ] { + + - Parameters [5] { + Parameter #0 [ $main_str ] + Parameter #1 [ $str ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] + Parameter #4 [ $case_sensitivity ] + } + } + Function [ function strcoll ] { + + - Parameters [2] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + } + } + Function [ function money_format ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $value ] + } + } + Function [ function substr ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $start ] + Parameter #2 [ $length ] + } + } + Function [ function substr_replace ] { + + - Parameters [4] { + Parameter #0 [ $str ] + Parameter #1 [ $replace ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + } + } + Function [ function quotemeta ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function ucfirst ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function lcfirst ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function ucwords ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function strtr ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $from ] + Parameter #2 [ $to ] + } + } + Function [ function addslashes ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function addcslashes ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $charlist ] + } + } + Function [ function rtrim ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $character_mask ] + } + } + Function [ function str_replace ] { + + - Parameters [4] { + Parameter #0 [ $search ] + Parameter #1 [ $replace ] + Parameter #2 [ $subject ] + Parameter #3 [ &$replace_count ] + } + } + Function [ function str_ireplace ] { + + - Parameters [4] { + Parameter #0 [ $search ] + Parameter #1 [ $replace ] + Parameter #2 [ $subject ] + Parameter #3 [ &$replace_count ] + } + } + Function [ function str_repeat ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $mult ] + } + } + Function [ function count_chars ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $mode ] + } + } + Function [ function chunk_split ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $chunklen ] + Parameter #2 [ $ending ] + } + } + Function [ function trim ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $character_mask ] + } + } + Function [ function ltrim ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $character_mask ] + } + } + Function [ function strip_tags ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $allowable_tags ] + } + } + Function [ function similar_text ] { + + - Parameters [3] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + Parameter #2 [ &$percent ] + } + } + Function [ function explode ] { + + - Parameters [3] { + Parameter #0 [ $separator ] + Parameter #1 [ $str ] + Parameter #2 [ $limit ] + } + } + Function [ function implode ] { + + - Parameters [2] { + Parameter #0 [ $glue ] + Parameter #1 [ $pieces ] + } + } + Function [ function join ] { + + - Parameters [2] { + Parameter #0 [ $glue ] + Parameter #1 [ $pieces ] + } + } + Function [ function setlocale ] { + + - Parameters [3] { + Parameter #0 [ $category ] + Parameter #1 [ $locale ] + Parameter #2 [ $... ] + } + } + Function [ function localeconv ] { + + - Parameters [0] { + } + } + Function [ function nl_langinfo ] { + + - Parameters [1] { + Parameter #0 [ $item ] + } + } + Function [ function soundex ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function levenshtein ] { + + - Parameters [5] { + Parameter #0 [ $str1 ] + Parameter #1 [ $str2 ] + Parameter #2 [ $cost_ins ] + Parameter #3 [ $cost_rep ] + Parameter #4 [ $cost_del ] + } + } + Function [ function chr ] { + + - Parameters [1] { + Parameter #0 [ $codepoint ] + } + } + Function [ function ord ] { + + - Parameters [1] { + Parameter #0 [ $character ] + } + } + Function [ function parse_str ] { + + - Parameters [2] { + Parameter #0 [ $encoded_string ] + Parameter #1 [ &$result ] + } + } + Function [ function str_getcsv ] { + + - Parameters [4] { + Parameter #0 [ $string ] + Parameter #1 [ $delimiter ] + Parameter #2 [ $enclosure ] + Parameter #3 [ $escape ] + } + } + Function [ function str_pad ] { + + - Parameters [4] { + Parameter #0 [ $input ] + Parameter #1 [ $pad_length ] + Parameter #2 [ $pad_string ] + Parameter #3 [ $pad_type ] + } + } + Function [ function chop ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $character_mask ] + } + } + Function [ function strchr ] { + + - Parameters [3] { + Parameter #0 [ $haystack ] + Parameter #1 [ $needle ] + Parameter #2 [ $part ] + } + } + Function [ function sprintf ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $arg1 ] + Parameter #2 [ $... ] + } + } + Function [ function printf ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $arg1 ] + Parameter #2 [ $... ] + } + } + Function [ function vprintf ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $args ] + } + } + Function [ function vsprintf ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $args ] + } + } + Function [ function fprintf ] { + + - Parameters [4] { + Parameter #0 [ $stream ] + Parameter #1 [ $format ] + Parameter #2 [ $arg1 ] + Parameter #3 [ $... ] + } + } + Function [ function vfprintf ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $format ] + Parameter #2 [ $args ] + } + } + Function [ function sscanf ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $format ] + Parameter #2 [ &$... ] + } + } + Function [ function fscanf ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $format ] + Parameter #2 [ &$... ] + } + } + Function [ function parse_url ] { + + - Parameters [2] { + Parameter #0 [ $url ] + Parameter #1 [ $component ] + } + } + Function [ function urlencode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function urldecode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function rawurlencode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function rawurldecode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function http_build_query ] { + + - Parameters [4] { + Parameter #0 [ $formdata ] + Parameter #1 [ $prefix ] + Parameter #2 [ $arg_separator ] + Parameter #3 [ $enc_type ] + } + } + Function [ function readlink ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function linkinfo ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function symlink ] { + + - Parameters [2] { + Parameter #0 [ $target ] + Parameter #1 [ $link ] + } + } + Function [ function link ] { + + - Parameters [2] { + Parameter #0 [ $target ] + Parameter #1 [ $link ] + } + } + Function [ function unlink ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $context ] + } + } + Function [ function exec ] { + + - Parameters [3] { + Parameter #0 [ $command ] + Parameter #1 [ &$output ] + Parameter #2 [ &$return_value ] + } + } + Function [ function system ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ &$return_value ] + } + } + Function [ function escapeshellcmd ] { + + - Parameters [1] { + Parameter #0 [ $command ] + } + } + Function [ function escapeshellarg ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function passthru ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ &$return_value ] + } + } + Function [ function shell_exec ] { + + - Parameters [1] { + Parameter #0 [ $cmd ] + } + } + Function [ function proc_open ] { + + - Parameters [6] { + Parameter #0 [ $command ] + Parameter #1 [ $descriptorspec ] + Parameter #2 [ &$pipes ] + Parameter #3 [ $cwd ] + Parameter #4 [ $env ] + Parameter #5 [ $other_options ] + } + } + Function [ function proc_close ] { + + - Parameters [1] { + Parameter #0 [ $process ] + } + } + Function [ function proc_terminate ] { + + - Parameters [2] { + Parameter #0 [ $process ] + Parameter #1 [ $signal ] + } + } + Function [ function proc_get_status ] { + + - Parameters [1] { + Parameter #0 [ $process ] + } + } + Function [ function proc_nice ] { + + - Parameters [1] { + Parameter #0 [ $priority ] + } + } + Function [ function rand ] { + + - Parameters [2] { + Parameter #0 [ $min ] + Parameter #1 [ $max ] + } + } + Function [ function srand ] { + + - Parameters [1] { + Parameter #0 [ $seed ] + } + } + Function [ function getrandmax ] { + + - Parameters [0] { + } + } + Function [ function mt_rand ] { + + - Parameters [2] { + Parameter #0 [ $min ] + Parameter #1 [ $max ] + } + } + Function [ function mt_srand ] { + + - Parameters [1] { + Parameter #0 [ $seed ] + } + } + Function [ function mt_getrandmax ] { + + - Parameters [0] { + } + } + Function [ function getservbyname ] { + + - Parameters [2] { + Parameter #0 [ $service ] + Parameter #1 [ $protocol ] + } + } + Function [ function getservbyport ] { + + - Parameters [2] { + Parameter #0 [ $port ] + Parameter #1 [ $protocol ] + } + } + Function [ function getprotobyname ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Function [ function getprotobynumber ] { + + - Parameters [1] { + Parameter #0 [ $proto ] + } + } + Function [ function getmyuid ] { + + - Parameters [0] { + } + } + Function [ function getmygid ] { + + - Parameters [0] { + } + } + Function [ function getmypid ] { + + - Parameters [0] { + } + } + Function [ function getmyinode ] { + + - Parameters [0] { + } + } + Function [ function getlastmod ] { + + - Parameters [0] { + } + } + Function [ function base64_decode ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $strict ] + } + } + Function [ function base64_encode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function password_hash ] { + + - Parameters [3] { + Parameter #0 [ $password ] + Parameter #1 [ $algo ] + Parameter #2 [ $options ] + } + } + Function [ function password_get_info ] { + + - Parameters [1] { + Parameter #0 [ $hash ] + } + } + Function [ function password_needs_rehash ] { + + - Parameters [3] { + Parameter #0 [ $hash ] + Parameter #1 [ $algo ] + Parameter #2 [ $options ] + } + } + Function [ function password_verify ] { + + - Parameters [2] { + Parameter #0 [ $password ] + Parameter #1 [ $hash ] + } + } + Function [ function convert_uuencode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function convert_uudecode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function abs ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function ceil ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function floor ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function round ] { + + - Parameters [3] { + Parameter #0 [ $number ] + Parameter #1 [ $precision ] + Parameter #2 [ $mode ] + } + } + Function [ function sin ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function cos ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function tan ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function asin ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function acos ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function atan ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function atanh ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function atan2 ] { + + - Parameters [2] { + Parameter #0 [ $y ] + Parameter #1 [ $x ] + } + } + Function [ function sinh ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function cosh ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function tanh ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function asinh ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function acosh ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function expm1 ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function log1p ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function pi ] { + + - Parameters [0] { + } + } + Function [ function is_finite ] { + + - Parameters [1] { + Parameter #0 [ $val ] + } + } + Function [ function is_nan ] { + + - Parameters [1] { + Parameter #0 [ $val ] + } + } + Function [ function is_infinite ] { + + - Parameters [1] { + Parameter #0 [ $val ] + } + } + Function [ function pow ] { + + - Parameters [2] { + Parameter #0 [ $base ] + Parameter #1 [ $exponent ] + } + } + Function [ function exp ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function log ] { + + - Parameters [2] { + Parameter #0 [ $number ] + Parameter #1 [ $base ] + } + } + Function [ function log10 ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function sqrt ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function hypot ] { + + - Parameters [2] { + Parameter #0 [ $num1 ] + Parameter #1 [ $num2 ] + } + } + Function [ function deg2rad ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function rad2deg ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + Function [ function bindec ] { + + - Parameters [1] { + Parameter #0 [ $binary_number ] + } + } + Function [ function hexdec ] { + + - Parameters [1] { + Parameter #0 [ $hexadecimal_number ] + } + } + Function [ function octdec ] { + + - Parameters [1] { + Parameter #0 [ $octal_number ] + } + } + Function [ function decbin ] { + + - Parameters [1] { + Parameter #0 [ $decimal_number ] + } + } + Function [ function decoct ] { + + - Parameters [1] { + Parameter #0 [ $decimal_number ] + } + } + Function [ function dechex ] { + + - Parameters [1] { + Parameter #0 [ $decimal_number ] + } + } + Function [ function base_convert ] { + + - Parameters [3] { + Parameter #0 [ $number ] + Parameter #1 [ $frombase ] + Parameter #2 [ $tobase ] + } + } + Function [ function number_format ] { + + - Parameters [4] { + Parameter #0 [ $number ] + Parameter #1 [ $num_decimal_places ] + Parameter #2 [ $dec_seperator ] + Parameter #3 [ $thousands_seperator ] + } + } + Function [ function fmod ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + Function [ function inet_ntop ] { + + - Parameters [1] { + Parameter #0 [ $in_addr ] + } + } + Function [ function inet_pton ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function ip2long ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function long2ip ] { + + - Parameters [1] { + Parameter #0 [ $proper_address ] + } + } + Function [ function getenv ] { + + - Parameters [1] { + Parameter #0 [ $varname ] + } + } + Function [ function putenv ] { + + - Parameters [1] { + Parameter #0 [ $setting ] + } + } + Function [ function getopt ] { + + - Parameters [2] { + Parameter #0 [ $options ] + Parameter #1 [ $opts ] + } + } + Function [ function sys_getloadavg ] { + + - Parameters [0] { + } + } + Function [ function microtime ] { + + - Parameters [1] { + Parameter #0 [ $get_as_float ] + } + } + Function [ function gettimeofday ] { + + - Parameters [1] { + Parameter #0 [ $get_as_float ] + } + } + Function [ function getrusage ] { + + - Parameters [1] { + Parameter #0 [ $who ] + } + } + Function [ function uniqid ] { + + - Parameters [2] { + Parameter #0 [ $prefix ] + Parameter #1 [ $more_entropy ] + } + } + Function [ function quoted_printable_decode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function quoted_printable_encode ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function convert_cyr_string ] { + + - Parameters [3] { + Parameter #0 [ $str ] + Parameter #1 [ $from ] + Parameter #2 [ $to ] + } + } + Function [ function get_current_user ] { + + - Parameters [0] { + } + } + Function [ function set_time_limit ] { + + - Parameters [1] { + Parameter #0 [ $seconds ] + } + } + Function [ function header_register_callback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + Function [ function get_cfg_var ] { + + - Parameters [1] { + Parameter #0 [ $option_name ] + } + } + Function [ function magic_quotes_runtime ] { + + - Parameters [1] { + Parameter #0 [ $new_setting ] + } + } + Function [ function set_magic_quotes_runtime ] { + + - Parameters [1] { + Parameter #0 [ $new_setting ] + } + } + Function [ function get_magic_quotes_gpc ] { + + - Parameters [0] { + } + } + Function [ function get_magic_quotes_runtime ] { + + - Parameters [0] { + } + } + Function [ function error_log ] { + + - Parameters [4] { + Parameter #0 [ $message ] + Parameter #1 [ $message_type ] + Parameter #2 [ $destination ] + Parameter #3 [ $extra_headers ] + } + } + Function [ function error_get_last ] { + + - Parameters [0] { + } + } + Function [ function call_user_func ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $parmeter ] + Parameter #2 [ $... ] + } + } + Function [ function call_user_func_array ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $parameters ] + } + } + Function [ function call_user_method ] { + + - Parameters [4] { + Parameter #0 [ $method_name ] + Parameter #1 [ &$object ] + Parameter #2 [ $parameter ] + Parameter #3 [ $... ] + } + } + Function [ function call_user_method_array ] { + + - Parameters [3] { + Parameter #0 [ $method_name ] + Parameter #1 [ &$object ] + Parameter #2 [ $params ] + } + } + Function [ function forward_static_call ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $parameter ] + Parameter #2 [ $... ] + } + } + Function [ function forward_static_call_array ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $parameters ] + } + } + Function [ function serialize ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function unserialize ] { + + - Parameters [1] { + Parameter #0 [ $variable_representation ] + } + } + Function [ function var_dump ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $... ] + } + } + Function [ function var_export ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $return ] + } + } + Function [ function debug_zval_dump ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $... ] + } + } + Function [ function print_r ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $return ] + } + } + Function [ function memory_get_usage ] { + + - Parameters [1] { + Parameter #0 [ $real_usage ] + } + } + Function [ function memory_get_peak_usage ] { + + - Parameters [1] { + Parameter #0 [ $real_usage ] + } + } + Function [ function register_shutdown_function ] { + + - Parameters [1] { + Parameter #0 [ $function_name ] + } + } + Function [ function register_tick_function ] { + + - Parameters [3] { + Parameter #0 [ $function_name ] + Parameter #1 [ $arg ] + Parameter #2 [ $... ] + } + } + Function [ function unregister_tick_function ] { + + - Parameters [1] { + Parameter #0 [ $function_name ] + } + } + Function [ function highlight_file ] { + + - Parameters [2] { + Parameter #0 [ $file_name ] + Parameter #1 [ $return ] + } + } + Function [ function show_source ] { + + - Parameters [2] { + Parameter #0 [ $file_name ] + Parameter #1 [ $return ] + } + } + Function [ function highlight_string ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $return ] + } + } + Function [ function php_strip_whitespace ] { + + - Parameters [1] { + Parameter #0 [ $file_name ] + } + } + Function [ function ini_get ] { + + - Parameters [1] { + Parameter #0 [ $varname ] + } + } + Function [ function ini_get_all ] { + + - Parameters [1] { + Parameter #0 [ $extension ] + } + } + Function [ function ini_set ] { + + - Parameters [2] { + Parameter #0 [ $varname ] + Parameter #1 [ $newvalue ] + } + } + Function [ function ini_alter ] { + + - Parameters [2] { + Parameter #0 [ $varname ] + Parameter #1 [ $newvalue ] + } + } + Function [ function ini_restore ] { + + - Parameters [1] { + Parameter #0 [ $varname ] + } + } + Function [ function get_include_path ] { + + - Parameters [0] { + } + } + Function [ function set_include_path ] { + + - Parameters [1] { + Parameter #0 [ $new_include_path ] + } + } + Function [ function restore_include_path ] { + + - Parameters [0] { + } + } + Function [ function setcookie ] { + + - Parameters [6] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $expires ] + Parameter #3 [ $path ] + Parameter #4 [ $domain ] + Parameter #5 [ $secure ] + } + } + Function [ function setrawcookie ] { + + - Parameters [6] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + Parameter #2 [ $expires ] + Parameter #3 [ $path ] + Parameter #4 [ $domain ] + Parameter #5 [ $secure ] + } + } + Function [ function header ] { + + - Parameters [3] { + Parameter #0 [ $header ] + Parameter #1 [ $replace ] + Parameter #2 [ $http_response_code ] + } + } + Function [ function header_remove ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + Function [ function headers_sent ] { + + - Parameters [2] { + Parameter #0 [ &$file ] + Parameter #1 [ &$line ] + } + } + Function [ function headers_list ] { + + - Parameters [0] { + } + } + Function [ function http_response_code ] { + + - Parameters [1] { + Parameter #0 [ $response_code ] + } + } + Function [ function connection_aborted ] { + + - Parameters [0] { + } + } + Function [ function connection_status ] { + + - Parameters [0] { + } + } + Function [ function ignore_user_abort ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function parse_ini_file ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $process_sections ] + Parameter #2 [ $scanner_mode ] + } + } + Function [ function parse_ini_string ] { + + - Parameters [3] { + Parameter #0 [ $ini_string ] + Parameter #1 [ $process_sections ] + Parameter #2 [ $scanner_mode ] + } + } + Function [ function is_uploaded_file ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function move_uploaded_file ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $new_path ] + } + } + Function [ function gethostbyaddr ] { + + - Parameters [1] { + Parameter #0 [ $ip_address ] + } + } + Function [ function gethostbyname ] { + + - Parameters [1] { + Parameter #0 [ $hostname ] + } + } + Function [ function gethostbynamel ] { + + - Parameters [1] { + Parameter #0 [ $hostname ] + } + } + Function [ function gethostname ] { + + - Parameters [0] { + } + } + Function [ function dns_check_record ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $type ] + } + } + Function [ function checkdnsrr ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $type ] + } + } + Function [ function dns_get_mx ] { + + - Parameters [3] { + Parameter #0 [ $hostname ] + Parameter #1 [ &$mxhosts ] + Parameter #2 [ &$weight ] + } + } + Function [ function getmxrr ] { + + - Parameters [3] { + Parameter #0 [ $hostname ] + Parameter #1 [ &$mxhosts ] + Parameter #2 [ &$weight ] + } + } + Function [ function dns_get_record ] { + + - Parameters [5] { + Parameter #0 [ $hostname ] + Parameter #1 [ $type ] + Parameter #2 [ array or NULL &$authns ] + Parameter #3 [ array or NULL &$addtl ] + Parameter #4 [ $raw ] + } + } + Function [ function intval ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $base ] + } + } + Function [ function floatval ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function doubleval ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function strval ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function boolval ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function gettype ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function settype ] { + + - Parameters [2] { + Parameter #0 [ &$var ] + Parameter #1 [ $type ] + } + } + Function [ function is_null ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_resource ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_bool ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_long ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_float ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_int ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_integer ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_double ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_real ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_numeric ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function is_string ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_array ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_object ] { + + - Parameters [1] { + Parameter #0 [ $var ] + } + } + Function [ function is_scalar ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function is_callable ] { + + - Parameters [3] { + Parameter #0 [ $var ] + Parameter #1 [ $syntax_only ] + Parameter #2 [ &$callable_name ] + } + } + Function [ function pclose ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function popen ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ $mode ] + } + } + Function [ function readfile ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $context ] + } + } + Function [ function rewind ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function rmdir ] { + + - Parameters [2] { + Parameter #0 [ $dirname ] + Parameter #1 [ $context ] + } + } + Function [ function umask ] { + + - Parameters [1] { + Parameter #0 [ $mask ] + } + } + Function [ function fclose ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function feof ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function fgetc ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function fgets ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + } + } + Function [ function fgetss ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + Parameter #2 [ $allowable_tags ] + } + } + Function [ function fread ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + } + } + Function [ function fopen ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $mode ] + Parameter #2 [ $use_include_path ] + Parameter #3 [ $context ] + } + } + Function [ function fpassthru ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function ftruncate ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $size ] + } + } + Function [ function fstat ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function fseek ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function ftell ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function fflush ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function fwrite ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $str ] + Parameter #2 [ $length ] + } + } + Function [ function fputs ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $str ] + Parameter #2 [ $length ] + } + } + Function [ function mkdir ] { + + - Parameters [4] { + Parameter #0 [ $pathname ] + Parameter #1 [ $mode ] + Parameter #2 [ $recursive ] + Parameter #3 [ $context ] + } + } + Function [ function rename ] { + + - Parameters [3] { + Parameter #0 [ $old_name ] + Parameter #1 [ $new_name ] + Parameter #2 [ $context ] + } + } + Function [ function copy ] { + + - Parameters [3] { + Parameter #0 [ $source_file ] + Parameter #1 [ $destination_file ] + Parameter #2 [ $context ] + } + } + Function [ function tempnam ] { + + - Parameters [2] { + Parameter #0 [ $dir ] + Parameter #1 [ $prefix ] + } + } + Function [ function tmpfile ] { + + - Parameters [0] { + } + } + Function [ function file ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $context ] + } + } + Function [ function file_get_contents ] { + + - Parameters [5] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + Parameter #2 [ $context ] + Parameter #3 [ $offset ] + Parameter #4 [ $maxlen ] + } + } + Function [ function file_put_contents ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $data ] + Parameter #2 [ $flags ] + Parameter #3 [ $context ] + } + } + Function [ function stream_select ] { + + - Parameters [5] { + Parameter #0 [ &$read_streams ] + Parameter #1 [ &$write_streams ] + Parameter #2 [ &$except_streams ] + Parameter #3 [ $tv_sec ] + Parameter #4 [ $tv_usec ] + } + } + Function [ function stream_context_create ] { + + - Parameters [2] { + Parameter #0 [ $options ] + Parameter #1 [ $params ] + } + } + Function [ function stream_context_set_params ] { + + - Parameters [2] { + Parameter #0 [ $stream_or_context ] + Parameter #1 [ $options ] + } + } + Function [ function stream_context_get_params ] { + + - Parameters [1] { + Parameter #0 [ $stream_or_context ] + } + } + Function [ function stream_context_set_option ] { + + - Parameters [4] { + Parameter #0 [ $stream_or_context ] + Parameter #1 [ $wrappername ] + Parameter #2 [ $optionname ] + Parameter #3 [ $value ] + } + } + Function [ function stream_context_get_options ] { + + - Parameters [1] { + Parameter #0 [ $stream_or_context ] + } + } + Function [ function stream_context_get_default ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + Function [ function stream_context_set_default ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + Function [ function stream_filter_prepend ] { + + - Parameters [4] { + Parameter #0 [ $stream ] + Parameter #1 [ $filtername ] + Parameter #2 [ $read_write ] + Parameter #3 [ $filterparams ] + } + } + Function [ function stream_filter_append ] { + + - Parameters [4] { + Parameter #0 [ $stream ] + Parameter #1 [ $filtername ] + Parameter #2 [ $read_write ] + Parameter #3 [ $filterparams ] + } + } + Function [ function stream_filter_remove ] { + + - Parameters [1] { + Parameter #0 [ $stream_filter ] + } + } + Function [ function stream_socket_client ] { + + - Parameters [6] { + Parameter #0 [ $remoteaddress ] + Parameter #1 [ &$errcode ] + Parameter #2 [ &$errstring ] + Parameter #3 [ $timeout ] + Parameter #4 [ $flags ] + Parameter #5 [ $context ] + } + } + Function [ function stream_socket_server ] { + + - Parameters [5] { + Parameter #0 [ $localaddress ] + Parameter #1 [ &$errcode ] + Parameter #2 [ &$errstring ] + Parameter #3 [ $flags ] + Parameter #4 [ $context ] + } + } + Function [ function stream_socket_accept ] { + + - Parameters [3] { + Parameter #0 [ $serverstream ] + Parameter #1 [ $timeout ] + Parameter #2 [ &$peername ] + } + } + Function [ function stream_socket_get_name ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ $want_peer ] + } + } + Function [ function stream_socket_recvfrom ] { + + - Parameters [4] { + Parameter #0 [ $stream ] + Parameter #1 [ $amount ] + Parameter #2 [ $flags ] + Parameter #3 [ &$remote_addr ] + } + } + Function [ function stream_socket_sendto ] { + + - Parameters [4] { + Parameter #0 [ $stream ] + Parameter #1 [ $data ] + Parameter #2 [ $flags ] + Parameter #3 [ $target_addr ] + } + } + Function [ function stream_socket_enable_crypto ] { + + - Parameters [4] { + Parameter #0 [ $stream ] + Parameter #1 [ $enable ] + Parameter #2 [ $cryptokind ] + Parameter #3 [ $sessionstream ] + } + } + Function [ function stream_socket_shutdown ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ $how ] + } + } + Function [ function stream_socket_pair ] { + + - Parameters [3] { + Parameter #0 [ $domain ] + Parameter #1 [ $type ] + Parameter #2 [ $protocol ] + } + } + Function [ function stream_copy_to_stream ] { + + - Parameters [4] { + Parameter #0 [ $source ] + Parameter #1 [ $dest ] + Parameter #2 [ $maxlen ] + Parameter #3 [ $pos ] + } + } + Function [ function stream_get_contents ] { + + - Parameters [3] { + Parameter #0 [ $source ] + Parameter #1 [ $maxlen ] + Parameter #2 [ $offset ] + } + } + Function [ function stream_supports_lock ] { + + - Parameters [1] { + Parameter #0 [ $stream ] + } + } + Function [ function fgetcsv ] { + + - Parameters [5] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + Parameter #2 [ $delimiter ] + Parameter #3 [ $enclosure ] + Parameter #4 [ $escape ] + } + } + Function [ function fputcsv ] { + + - Parameters [4] { + Parameter #0 [ $fp ] + Parameter #1 [ $fields ] + Parameter #2 [ $delimiter ] + Parameter #3 [ $enclosure ] + } + } + Function [ function flock ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $operation ] + Parameter #2 [ &$wouldblock ] + } + } + Function [ function get_meta_tags ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $use_include_path ] + } + } + Function [ function stream_set_read_buffer ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $buffer ] + } + } + Function [ function stream_set_write_buffer ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $buffer ] + } + } + Function [ function set_file_buffer ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $buffer ] + } + } + Function [ function stream_set_chunk_size ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $chunk_size ] + } + } + Function [ function set_socket_blocking ] { + + - Parameters [2] { + Parameter #0 [ $socket ] + Parameter #1 [ $mode ] + } + } + Function [ function stream_set_blocking ] { + + - Parameters [2] { + Parameter #0 [ $socket ] + Parameter #1 [ $mode ] + } + } + Function [ function socket_set_blocking ] { + + - Parameters [2] { + Parameter #0 [ $socket ] + Parameter #1 [ $mode ] + } + } + Function [ function stream_get_meta_data ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function stream_get_line ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $maxlen ] + Parameter #2 [ $ending ] + } + } + Function [ function stream_wrapper_register ] { + + - Parameters [3] { + Parameter #0 [ $protocol ] + Parameter #1 [ $classname ] + Parameter #2 [ $flags ] + } + } + Function [ function stream_register_wrapper ] { + + - Parameters [3] { + Parameter #0 [ $protocol ] + Parameter #1 [ $classname ] + Parameter #2 [ $flags ] + } + } + Function [ function stream_wrapper_unregister ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + } + Function [ function stream_wrapper_restore ] { + + - Parameters [1] { + Parameter #0 [ $protocol ] + } + } + Function [ function stream_get_wrappers ] { + + - Parameters [0] { + } + } + Function [ function stream_get_transports ] { + + - Parameters [0] { + } + } + Function [ function stream_resolve_include_path ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function stream_is_local ] { + + - Parameters [1] { + Parameter #0 [ $stream ] + } + } + Function [ function get_headers ] { + + - Parameters [2] { + Parameter #0 [ $url ] + Parameter #1 [ $format ] + } + } + Function [ function stream_set_timeout ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $seconds ] + Parameter #2 [ $microseconds ] + } + } + Function [ function socket_set_timeout ] { + + - Parameters [3] { + Parameter #0 [ $stream ] + Parameter #1 [ $seconds ] + Parameter #2 [ $microseconds ] + } + } + Function [ function socket_get_status ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function realpath ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function fnmatch ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $filename ] + Parameter #2 [ $flags ] + } + } + Function [ function fsockopen ] { + + - Parameters [5] { + Parameter #0 [ $hostname ] + Parameter #1 [ $port ] + Parameter #2 [ &$errno ] + Parameter #3 [ &$errstr ] + Parameter #4 [ $timeout ] + } + } + Function [ function pfsockopen ] { + + - Parameters [5] { + Parameter #0 [ $hostname ] + Parameter #1 [ $port ] + Parameter #2 [ &$errno ] + Parameter #3 [ &$errstr ] + Parameter #4 [ $timeout ] + } + } + Function [ function pack ] { + + - Parameters [3] { + Parameter #0 [ $format ] + Parameter #1 [ $arg1 ] + Parameter #2 [ $... ] + } + } + Function [ function unpack ] { + + - Parameters [2] { + Parameter #0 [ $format ] + Parameter #1 [ $input ] + } + } + Function [ function get_browser ] { + + - Parameters [2] { + Parameter #0 [ $browser_name ] + Parameter #1 [ $return_array ] + } + } + Function [ function crypt ] { + + - Parameters [2] { + Parameter #0 [ $str ] + Parameter #1 [ $salt ] + } + } + Function [ function opendir ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $context ] + } + } + Function [ function closedir ] { + + - Parameters [1] { + Parameter #0 [ $dir_handle ] + } + } + Function [ function chdir ] { + + - Parameters [1] { + Parameter #0 [ $directory ] + } + } + Function [ function getcwd ] { + + - Parameters [0] { + } + } + Function [ function rewinddir ] { + + - Parameters [1] { + Parameter #0 [ $dir_handle ] + } + } + Function [ function readdir ] { + + - Parameters [1] { + Parameter #0 [ $dir_handle ] + } + } + Function [ function dir ] { + + - Parameters [2] { + Parameter #0 [ $directory ] + Parameter #1 [ $context ] + } + } + Function [ function scandir ] { + + - Parameters [3] { + Parameter #0 [ $dir ] + Parameter #1 [ $sorting_order ] + Parameter #2 [ $context ] + } + } + Function [ function glob ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $flags ] + } + } + Function [ function fileatime ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function filectime ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function filegroup ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function fileinode ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function filemtime ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function fileowner ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function fileperms ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function filesize ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function filetype ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function file_exists ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_writable ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_writeable ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_readable ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_executable ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_file ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_dir ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function is_link ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function stat ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function lstat ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function chown ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $user ] + } + } + Function [ function chgrp ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $group ] + } + } + Function [ function lchown ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $user ] + } + } + Function [ function lchgrp ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $group ] + } + } + Function [ function chmod ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $mode ] + } + } + Function [ function touch ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $time ] + Parameter #2 [ $atime ] + } + } + Function [ function clearstatcache ] { + + - Parameters [2] { + Parameter #0 [ $clear_realpath_cache ] + Parameter #1 [ $filename ] + } + } + Function [ function disk_total_space ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function disk_free_space ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function diskfreespace ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } + } + Function [ function realpath_cache_size ] { + + - Parameters [0] { + } + } + Function [ function realpath_cache_get ] { + + - Parameters [0] { + } + } + Function [ function mail ] { + + - Parameters [5] { + Parameter #0 [ $to ] + Parameter #1 [ $subject ] + Parameter #2 [ $message ] + Parameter #3 [ $additional_headers ] + Parameter #4 [ $additional_parameters ] + } + } + Function [ function ezmlm_hash ] { + + - Parameters [1] { + Parameter #0 [ $addr ] + } + } + Function [ function openlog ] { + + - Parameters [3] { + Parameter #0 [ $ident ] + Parameter #1 [ $option ] + Parameter #2 [ $facility ] + } + } + Function [ function syslog ] { + + - Parameters [2] { + Parameter #0 [ $priority ] + Parameter #1 [ $message ] + } + } + Function [ function closelog ] { + + - Parameters [0] { + } + } + Function [ function lcg_value ] { + + - Parameters [0] { + } + } + Function [ function metaphone ] { + + - Parameters [2] { + Parameter #0 [ $text ] + Parameter #1 [ $phones ] + } + } + Function [ function ob_start ] { + + - Parameters [3] { + Parameter #0 [ $user_function ] + Parameter #1 [ $chunk_size ] + Parameter #2 [ $flags ] + } + } + Function [ function ob_flush ] { + + - Parameters [0] { + } + } + Function [ function ob_clean ] { + + - Parameters [0] { + } + } + Function [ function ob_end_flush ] { + + - Parameters [0] { + } + } + Function [ function ob_end_clean ] { + + - Parameters [0] { + } + } + Function [ function ob_get_flush ] { + + - Parameters [0] { + } + } + Function [ function ob_get_clean ] { + + - Parameters [0] { + } + } + Function [ function ob_get_length ] { + + - Parameters [0] { + } + } + Function [ function ob_get_level ] { + + - Parameters [0] { + } + } + Function [ function ob_get_status ] { + + - Parameters [1] { + Parameter #0 [ $full_status ] + } + } + Function [ function ob_get_contents ] { + + - Parameters [0] { + } + } + Function [ function ob_implicit_flush ] { + + - Parameters [1] { + Parameter #0 [ $flag ] + } + } + Function [ function ob_list_handlers ] { + + - Parameters [0] { + } + } + Function [ function ksort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $sort_flags ] + } + } + Function [ function krsort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $sort_flags ] + } + } + Function [ function natsort ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function natcasesort ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function asort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $sort_flags ] + } + } + Function [ function arsort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $sort_flags ] + } + } + Function [ function sort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $sort_flags ] + } + } + Function [ function rsort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $sort_flags ] + } + } + Function [ function usort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $cmp_function ] + } + } + Function [ function uasort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $cmp_function ] + } + } + Function [ function uksort ] { + + - Parameters [2] { + Parameter #0 [ &$arg ] + Parameter #1 [ $cmp_function ] + } + } + Function [ function shuffle ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function array_walk ] { + + - Parameters [3] { + Parameter #0 [ &$input ] + Parameter #1 [ $funcname ] + Parameter #2 [ $userdata ] + } + } + Function [ function array_walk_recursive ] { + + - Parameters [3] { + Parameter #0 [ &$input ] + Parameter #1 [ $funcname ] + Parameter #2 [ $userdata ] + } + } + Function [ function count ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $mode ] + } + } + Function [ function end ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function prev ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function next ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function reset ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function current ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function key ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function min ] { + + - Parameters [3] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $... ] + } + } + Function [ function max ] { + + - Parameters [3] { + Parameter #0 [ $arg1 ] + Parameter #1 [ $arg2 ] + Parameter #2 [ $... ] + } + } + Function [ function in_array ] { + + - Parameters [3] { + Parameter #0 [ $needle ] + Parameter #1 [ $haystack ] + Parameter #2 [ $strict ] + } + } + Function [ function array_search ] { + + - Parameters [3] { + Parameter #0 [ $needle ] + Parameter #1 [ $haystack ] + Parameter #2 [ $strict ] + } + } + Function [ function extract ] { + + - Parameters [3] { + Parameter #0 [ &$arg ] + Parameter #1 [ $extract_type ] + Parameter #2 [ $prefix ] + } + } + Function [ function compact ] { + + - Parameters [2] { + Parameter #0 [ $var_names ] + Parameter #1 [ $... ] + } + } + Function [ function array_fill ] { + + - Parameters [3] { + Parameter #0 [ $start_key ] + Parameter #1 [ $num ] + Parameter #2 [ $val ] + } + } + Function [ function array_fill_keys ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $val ] + } + } + Function [ function range ] { + + - Parameters [3] { + Parameter #0 [ $low ] + Parameter #1 [ $high ] + Parameter #2 [ $step ] + } + } + Function [ function array_multisort ] { + + - Parameters [6] { + Parameter #0 [ &$arr1 ] + Parameter #1 [ &$SORT_ASC_or_SORT_DESC ] + Parameter #2 [ &$SORT_REGULAR_or_SORT_NUMERIC_or_SORT_STRING ] + Parameter #3 [ &$arr2 ] + Parameter #4 [ &$SORT_ASC_or_SORT_DESC ] + Parameter #5 [ &$SORT_REGULAR_or_SORT_NUMERIC_or_SORT_STRING ] + } + } + Function [ function array_push ] { + + - Parameters [3] { + Parameter #0 [ &$stack ] + Parameter #1 [ $var ] + Parameter #2 [ $... ] + } + } + Function [ function array_pop ] { + + - Parameters [1] { + Parameter #0 [ &$stack ] + } + } + Function [ function array_shift ] { + + - Parameters [1] { + Parameter #0 [ &$stack ] + } + } + Function [ function array_unshift ] { + + - Parameters [3] { + Parameter #0 [ &$stack ] + Parameter #1 [ $var ] + Parameter #2 [ $... ] + } + } + Function [ function array_splice ] { + + - Parameters [4] { + Parameter #0 [ &$arg ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] + Parameter #3 [ $replacement ] + } + } + Function [ function array_slice ] { + + - Parameters [4] { + Parameter #0 [ $arg ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] + Parameter #3 [ $preserve_keys ] + } + } + Function [ function array_merge ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_merge_recursive ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_replace ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_replace_recursive ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_keys ] { + + - Parameters [3] { + Parameter #0 [ $arg ] + Parameter #1 [ $search_value ] + Parameter #2 [ $strict ] + } + } + Function [ function array_values ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function array_count_values ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function array_reverse ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $preserve_keys ] + } + } + Function [ function array_reduce ] { + + - Parameters [3] { + Parameter #0 [ $arg ] + Parameter #1 [ $callback ] + Parameter #2 [ $initial ] + } + } + Function [ function array_pad ] { + + - Parameters [3] { + Parameter #0 [ $arg ] + Parameter #1 [ $pad_size ] + Parameter #2 [ $pad_value ] + } + } + Function [ function array_flip ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function array_change_key_case ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ $case ] + } + } + Function [ function array_rand ] { + + - Parameters [2] { + Parameter #0 [ $arg ] + Parameter #1 [ $num_req ] + } + } + Function [ function array_unique ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function array_intersect ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_intersect_key ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_intersect_ukey ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_key_compare_func ] + } + } + Function [ function array_uintersect ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_data_compare_func ] + } + } + Function [ function array_intersect_assoc ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_uintersect_assoc ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_data_compare_func ] + } + } + Function [ function array_intersect_uassoc ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_key_compare_func ] + } + } + Function [ function array_uintersect_uassoc ] { + + - Parameters [4] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_data_compare_func ] + Parameter #3 [ $callback_key_compare_func ] + } + } + Function [ function array_diff ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_diff_key ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_diff_ukey ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_key_comp_func ] + } + } + Function [ function array_udiff ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_data_comp_func ] + } + } + Function [ function array_diff_assoc ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $... ] + } + } + Function [ function array_udiff_assoc ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_key_comp_func ] + } + } + Function [ function array_diff_uassoc ] { + + - Parameters [3] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_data_comp_func ] + } + } + Function [ function array_udiff_uassoc ] { + + - Parameters [4] { + Parameter #0 [ $arr1 ] + Parameter #1 [ $arr2 ] + Parameter #2 [ $callback_data_comp_func ] + Parameter #3 [ $callback_key_comp_func ] + } + } + Function [ function array_sum ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function array_product ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function array_filter ] { + + - Parameters [2] { + Parameter #0 [ $arg ] + Parameter #1 [ $callback ] + } + } + Function [ function array_map ] { + + - Parameters [3] { + Parameter #0 [ $callback ] + Parameter #1 [ $arg ] + Parameter #2 [ $... ] + } + } + Function [ function array_chunk ] { + + - Parameters [3] { + Parameter #0 [ $arg ] + Parameter #1 [ $size ] + Parameter #2 [ $preserve_keys ] + } + } + Function [ function array_combine ] { + + - Parameters [2] { + Parameter #0 [ $keys ] + Parameter #1 [ $values ] + } + } + Function [ function array_key_exists ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $search ] + } + } + Function [ function pos ] { + + - Parameters [1] { + Parameter #0 [ &$arg ] + } + } + Function [ function sizeof ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $mode ] + } + } + Function [ function key_exists ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $search ] + } + } + Function [ function assert ] { + + - Parameters [1] { + Parameter #0 [ $assertion ] + } + } + Function [ function assert_options ] { + + - Parameters [2] { + Parameter #0 [ $what ] + Parameter #1 [ $value ] + } + } + Function [ function version_compare ] { + + - Parameters [3] { + Parameter #0 [ $ver1 ] + Parameter #1 [ $ver2 ] + Parameter #2 [ $oper ] + } + } + Function [ function ftok ] { + + - Parameters [2] { + Parameter #0 [ $pathname ] + Parameter #1 [ $proj ] + } + } + Function [ function str_rot13 ] { + + - Parameters [1] { + Parameter #0 [ $str ] + } + } + Function [ function stream_get_filters ] { + + - Parameters [0] { + } + } + Function [ function stream_filter_register ] { + + - Parameters [2] { + Parameter #0 [ $filtername ] + Parameter #1 [ $classname ] + } + } + Function [ function stream_bucket_make_writeable ] { + + - Parameters [1] { + Parameter #0 [ $brigade ] + } + } + Function [ function stream_bucket_prepend ] { + + - Parameters [2] { + Parameter #0 [ $brigade ] + Parameter #1 [ $bucket ] + } + } + Function [ function stream_bucket_append ] { + + - Parameters [2] { + Parameter #0 [ $brigade ] + Parameter #1 [ $bucket ] + } + } + Function [ function stream_bucket_new ] { + + - Parameters [2] { + Parameter #0 [ $stream ] + Parameter #1 [ $buffer ] + } + } + Function [ function output_add_rewrite_var ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + Function [ function output_reset_rewrite_vars ] { + + - Parameters [0] { + } + } + Function [ function sys_get_temp_dir ] { + + - Parameters [0] { + } + } + } + + - Classes [3] { + Class [ class __PHP_Incomplete_Class ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class php_user_filter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $filtername ] + Property [ public $params ] + } + + - Methods [3] { + Method [ public method filter ] { + + - Parameters [4] { + Parameter #0 [ $in ] + Parameter #1 [ $out ] + Parameter #2 [ &$consumed ] + Parameter #3 [ $closing ] + } + } + + Method [ public method onCreate ] { + + - Parameters [0] { + } + } + + Method [ public method onClose ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Directory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method close ] { + + - Parameters [1] { + Parameter #0 [ $dir_handle ] + } + } + + Method [ public method rewind ] { + + - Parameters [1] { + Parameter #0 [ $dir_handle ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $dir_handle ] + } + } + } + } + } +} + diff --git a/reflection/sysvmsg.txt b/reflection/sysvmsg.txt new file mode 100644 index 0000000..c15a263 --- /dev/null +++ b/reflection/sysvmsg.txt @@ -0,0 +1,70 @@ +Extension [ extension #84 sysvmsg version ] { + + - Constants [5] { + Constant [ integer MSG_IPC_NOWAIT ] { 1 } + Constant [ integer MSG_EAGAIN ] { 11 } + Constant [ integer MSG_ENOMSG ] { 42 } + Constant [ integer MSG_NOERROR ] { 2 } + Constant [ integer MSG_EXCEPT ] { 4 } + } + + - Functions { + Function [ function msg_get_queue ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $perms ] + } + } + Function [ function msg_send ] { + + - Parameters [6] { + Parameter #0 [ $queue ] + Parameter #1 [ $msgtype ] + Parameter #2 [ $message ] + Parameter #3 [ $serialize ] + Parameter #4 [ $blocking ] + Parameter #5 [ &$errorcode ] + } + } + Function [ function msg_receive ] { + + - Parameters [8] { + Parameter #0 [ $queue ] + Parameter #1 [ $desiredmsgtype ] + Parameter #2 [ &$msgtype ] + Parameter #3 [ $maxsize ] + Parameter #4 [ &$message ] + Parameter #5 [ $unserialize ] + Parameter #6 [ $flags ] + Parameter #7 [ &$errorcode ] + } + } + Function [ function msg_remove_queue ] { + + - Parameters [1] { + Parameter #0 [ $queue ] + } + } + Function [ function msg_stat_queue ] { + + - Parameters [1] { + Parameter #0 [ $queue ] + } + } + Function [ function msg_set_queue ] { + + - Parameters [2] { + Parameter #0 [ $queue ] + Parameter #1 [ $data ] + } + } + Function [ function msg_queue_exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + } +} + diff --git a/reflection/sysvsem.txt b/reflection/sysvsem.txt new file mode 100644 index 0000000..de19677 --- /dev/null +++ b/reflection/sysvsem.txt @@ -0,0 +1,33 @@ +Extension [ extension #85 sysvsem version ] { + + - Functions { + Function [ function sem_get ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $max_acquire ] + Parameter #2 [ $perm ] + Parameter #3 [ $auto_release ] + } + } + Function [ function sem_acquire ] { + + - Parameters [1] { + Parameter #0 [ $sem_identifier ] + } + } + Function [ function sem_release ] { + + - Parameters [1] { + Parameter #0 [ $sem_identifier ] + } + } + Function [ function sem_remove ] { + + - Parameters [1] { + Parameter #0 [ $sem_identifier ] + } + } + } +} + diff --git a/reflection/sysvshm.txt b/reflection/sysvshm.txt new file mode 100644 index 0000000..a77db43 --- /dev/null +++ b/reflection/sysvshm.txt @@ -0,0 +1,55 @@ +Extension [ extension #86 sysvshm version ] { + + - Functions { + Function [ function shm_attach ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $memsize ] + Parameter #2 [ $perm ] + } + } + Function [ function shm_remove ] { + + - Parameters [1] { + Parameter #0 [ $shm_identifier ] + } + } + Function [ function shm_detach ] { + + - Parameters [1] { + Parameter #0 [ $shm_identifier ] + } + } + Function [ function shm_put_var ] { + + - Parameters [3] { + Parameter #0 [ $shm_identifier ] + Parameter #1 [ $variable_key ] + Parameter #2 [ $variable ] + } + } + Function [ function shm_has_var ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $variable_key ] + } + } + Function [ function shm_get_var ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $variable_key ] + } + } + Function [ function shm_remove_var ] { + + - Parameters [2] { + Parameter #0 [ $id ] + Parameter #1 [ $variable_key ] + } + } + } +} + diff --git a/reflection/tidy.txt b/reflection/tidy.txt new file mode 100644 index 0000000..02909fd --- /dev/null +++ b/reflection/tidy.txt @@ -0,0 +1,412 @@ +Extension [ extension #87 tidy version 2.0 ] { + + - INI { + Entry [ tidy.default_config ] + Current = '' + } + Entry [ tidy.clean_output ] + Current = '0' + } + } + + - Constants [133] { + Constant [ integer TIDY_TAG_UNKNOWN ] { 0 } + Constant [ integer TIDY_TAG_A ] { 1 } + Constant [ integer TIDY_TAG_ABBR ] { 2 } + Constant [ integer TIDY_TAG_ACRONYM ] { 3 } + Constant [ integer TIDY_TAG_ADDRESS ] { 4 } + Constant [ integer TIDY_TAG_ALIGN ] { 5 } + Constant [ integer TIDY_TAG_APPLET ] { 6 } + Constant [ integer TIDY_TAG_AREA ] { 7 } + Constant [ integer TIDY_TAG_B ] { 8 } + Constant [ integer TIDY_TAG_BASE ] { 9 } + Constant [ integer TIDY_TAG_BASEFONT ] { 10 } + Constant [ integer TIDY_TAG_BDO ] { 11 } + Constant [ integer TIDY_TAG_BGSOUND ] { 12 } + Constant [ integer TIDY_TAG_BIG ] { 13 } + Constant [ integer TIDY_TAG_BLINK ] { 14 } + Constant [ integer TIDY_TAG_BLOCKQUOTE ] { 15 } + Constant [ integer TIDY_TAG_BODY ] { 16 } + Constant [ integer TIDY_TAG_BR ] { 17 } + Constant [ integer TIDY_TAG_BUTTON ] { 18 } + Constant [ integer TIDY_TAG_CAPTION ] { 19 } + Constant [ integer TIDY_TAG_CENTER ] { 20 } + Constant [ integer TIDY_TAG_CITE ] { 21 } + Constant [ integer TIDY_TAG_CODE ] { 22 } + Constant [ integer TIDY_TAG_COL ] { 23 } + Constant [ integer TIDY_TAG_COLGROUP ] { 24 } + Constant [ integer TIDY_TAG_COMMENT ] { 25 } + Constant [ integer TIDY_TAG_DD ] { 26 } + Constant [ integer TIDY_TAG_DEL ] { 27 } + Constant [ integer TIDY_TAG_DFN ] { 28 } + Constant [ integer TIDY_TAG_DIR ] { 29 } + Constant [ integer TIDY_TAG_DIV ] { 30 } + Constant [ integer TIDY_TAG_DL ] { 31 } + Constant [ integer TIDY_TAG_DT ] { 32 } + Constant [ integer TIDY_TAG_EM ] { 33 } + Constant [ integer TIDY_TAG_EMBED ] { 34 } + Constant [ integer TIDY_TAG_FIELDSET ] { 35 } + Constant [ integer TIDY_TAG_FONT ] { 36 } + Constant [ integer TIDY_TAG_FORM ] { 37 } + Constant [ integer TIDY_TAG_FRAME ] { 38 } + Constant [ integer TIDY_TAG_FRAMESET ] { 39 } + Constant [ integer TIDY_TAG_H1 ] { 40 } + Constant [ integer TIDY_TAG_H2 ] { 41 } + Constant [ integer TIDY_TAG_H3 ] { 42 } + Constant [ integer TIDY_TAG_H4 ] { 43 } + Constant [ integer TIDY_TAG_H5 ] { 44 } + Constant [ integer TIDY_TAG_H6 ] { 45 } + Constant [ integer TIDY_TAG_HEAD ] { 46 } + Constant [ integer TIDY_TAG_HR ] { 47 } + Constant [ integer TIDY_TAG_HTML ] { 48 } + Constant [ integer TIDY_TAG_I ] { 49 } + Constant [ integer TIDY_TAG_IFRAME ] { 50 } + Constant [ integer TIDY_TAG_ILAYER ] { 51 } + Constant [ integer TIDY_TAG_IMG ] { 52 } + Constant [ integer TIDY_TAG_INPUT ] { 53 } + Constant [ integer TIDY_TAG_INS ] { 54 } + Constant [ integer TIDY_TAG_ISINDEX ] { 55 } + Constant [ integer TIDY_TAG_KBD ] { 56 } + Constant [ integer TIDY_TAG_KEYGEN ] { 57 } + Constant [ integer TIDY_TAG_LABEL ] { 58 } + Constant [ integer TIDY_TAG_LAYER ] { 59 } + Constant [ integer TIDY_TAG_LEGEND ] { 60 } + Constant [ integer TIDY_TAG_LI ] { 61 } + Constant [ integer TIDY_TAG_LINK ] { 62 } + Constant [ integer TIDY_TAG_LISTING ] { 63 } + Constant [ integer TIDY_TAG_MAP ] { 64 } + Constant [ integer TIDY_TAG_MARQUEE ] { 65 } + Constant [ integer TIDY_TAG_MENU ] { 66 } + Constant [ integer TIDY_TAG_META ] { 67 } + Constant [ integer TIDY_TAG_MULTICOL ] { 68 } + Constant [ integer TIDY_TAG_NOBR ] { 69 } + Constant [ integer TIDY_TAG_NOEMBED ] { 70 } + Constant [ integer TIDY_TAG_NOFRAMES ] { 71 } + Constant [ integer TIDY_TAG_NOLAYER ] { 72 } + Constant [ integer TIDY_TAG_NOSAVE ] { 73 } + Constant [ integer TIDY_TAG_NOSCRIPT ] { 74 } + Constant [ integer TIDY_TAG_OBJECT ] { 75 } + Constant [ integer TIDY_TAG_OL ] { 76 } + Constant [ integer TIDY_TAG_OPTGROUP ] { 77 } + Constant [ integer TIDY_TAG_OPTION ] { 78 } + Constant [ integer TIDY_TAG_P ] { 79 } + Constant [ integer TIDY_TAG_PARAM ] { 80 } + Constant [ integer TIDY_TAG_PLAINTEXT ] { 81 } + Constant [ integer TIDY_TAG_PRE ] { 82 } + Constant [ integer TIDY_TAG_Q ] { 83 } + Constant [ integer TIDY_TAG_RB ] { 84 } + Constant [ integer TIDY_TAG_RBC ] { 85 } + Constant [ integer TIDY_TAG_RP ] { 86 } + Constant [ integer TIDY_TAG_RT ] { 87 } + Constant [ integer TIDY_TAG_RTC ] { 88 } + Constant [ integer TIDY_TAG_RUBY ] { 89 } + Constant [ integer TIDY_TAG_S ] { 90 } + Constant [ integer TIDY_TAG_SAMP ] { 91 } + Constant [ integer TIDY_TAG_SCRIPT ] { 92 } + Constant [ integer TIDY_TAG_SELECT ] { 93 } + Constant [ integer TIDY_TAG_SERVER ] { 94 } + Constant [ integer TIDY_TAG_SERVLET ] { 95 } + Constant [ integer TIDY_TAG_SMALL ] { 96 } + Constant [ integer TIDY_TAG_SPACER ] { 97 } + Constant [ integer TIDY_TAG_SPAN ] { 98 } + Constant [ integer TIDY_TAG_STRIKE ] { 99 } + Constant [ integer TIDY_TAG_STRONG ] { 100 } + Constant [ integer TIDY_TAG_STYLE ] { 101 } + Constant [ integer TIDY_TAG_SUB ] { 102 } + Constant [ integer TIDY_TAG_SUP ] { 103 } + Constant [ integer TIDY_TAG_TABLE ] { 104 } + Constant [ integer TIDY_TAG_TBODY ] { 105 } + Constant [ integer TIDY_TAG_TD ] { 106 } + Constant [ integer TIDY_TAG_TEXTAREA ] { 107 } + Constant [ integer TIDY_TAG_TFOOT ] { 108 } + Constant [ integer TIDY_TAG_TH ] { 109 } + Constant [ integer TIDY_TAG_THEAD ] { 110 } + Constant [ integer TIDY_TAG_TITLE ] { 111 } + Constant [ integer TIDY_TAG_TR ] { 112 } + Constant [ integer TIDY_TAG_TT ] { 113 } + Constant [ integer TIDY_TAG_U ] { 114 } + Constant [ integer TIDY_TAG_UL ] { 115 } + Constant [ integer TIDY_TAG_VAR ] { 116 } + Constant [ integer TIDY_TAG_WBR ] { 117 } + Constant [ integer TIDY_TAG_XMP ] { 118 } + Constant [ integer TIDY_NODETYPE_ROOT ] { 0 } + Constant [ integer TIDY_NODETYPE_DOCTYPE ] { 1 } + Constant [ integer TIDY_NODETYPE_COMMENT ] { 2 } + Constant [ integer TIDY_NODETYPE_PROCINS ] { 3 } + Constant [ integer TIDY_NODETYPE_TEXT ] { 4 } + Constant [ integer TIDY_NODETYPE_START ] { 5 } + Constant [ integer TIDY_NODETYPE_END ] { 6 } + Constant [ integer TIDY_NODETYPE_STARTEND ] { 7 } + Constant [ integer TIDY_NODETYPE_CDATA ] { 8 } + Constant [ integer TIDY_NODETYPE_SECTION ] { 9 } + Constant [ integer TIDY_NODETYPE_ASP ] { 10 } + Constant [ integer TIDY_NODETYPE_JSTE ] { 11 } + Constant [ integer TIDY_NODETYPE_PHP ] { 12 } + Constant [ integer TIDY_NODETYPE_XMLDECL ] { 13 } + } + + - Functions { + Function [ function tidy_getopt ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + Function [ function tidy_parse_string ] { + + - Parameters [3] { + Parameter #0 [ $input ] + Parameter #1 [ $config_options ] + Parameter #2 [ $encoding ] + } + } + Function [ function tidy_parse_file ] { + + - Parameters [4] { + Parameter #0 [ $file ] + Parameter #1 [ $config_options ] + Parameter #2 [ $encoding ] + Parameter #3 [ $use_include_path ] + } + } + Function [ function tidy_get_output ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_error_buffer ] { + + - Parameters [0] { + } + } + Function [ function tidy_clean_repair ] { + + - Parameters [0] { + } + } + Function [ function tidy_repair_string ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $config_file ] + Parameter #2 [ $encoding ] + } + } + Function [ function tidy_repair_file ] { + + - Parameters [4] { + Parameter #0 [ $filename ] + Parameter #1 [ $config_file ] + Parameter #2 [ $encoding ] + Parameter #3 [ $use_include_path ] + } + } + Function [ function tidy_diagnose ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_release ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_config ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_status ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_html_ver ] { + + - Parameters [0] { + } + } + Function [ function tidy_is_xhtml ] { + + - Parameters [0] { + } + } + Function [ function tidy_is_xml ] { + + - Parameters [0] { + } + } + Function [ function tidy_error_count ] { + + - Parameters [0] { + } + } + Function [ function tidy_warning_count ] { + + - Parameters [0] { + } + } + Function [ function tidy_access_count ] { + + - Parameters [0] { + } + } + Function [ function tidy_config_count ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_opt_doc ] { + + - Parameters [2] { + Parameter #0 [ $resource ] + Parameter #1 [ $optname ] + } + } + Function [ function tidy_get_root ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_head ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_html ] { + + - Parameters [0] { + } + } + Function [ function tidy_get_body ] { + + - Parameters [1] { + Parameter #0 [ $tidy ] + } + } + } + + - Classes [2] { + Class [ class tidy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method getOpt ] { + } + + Method [ public method cleanRepair ] { + } + + Method [ public method parseFile ] { + } + + Method [ public method parseString ] { + } + + Method [ public method repairString ] { + } + + Method [ public method repairFile ] { + } + + Method [ public method diagnose ] { + } + + Method [ public method getRelease ] { + } + + Method [ public method getConfig ] { + } + + Method [ public method getStatus ] { + } + + Method [ public method getHtmlVer ] { + } + + Method [ public method getOptDoc ] { + } + + Method [ public method isXhtml ] { + } + + Method [ public method isXml ] { + } + + Method [ public method root ] { + } + + Method [ public method head ] { + } + + Method [ public method html ] { + } + + Method [ public method body ] { + } + + Method [ public method __construct ] { + } + } + } + + Class [ final class tidyNode ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ public method hasChildren ] { + } + + Method [ public method hasSiblings ] { + } + + Method [ public method isComment ] { + } + + Method [ public method isHtml ] { + } + + Method [ public method isText ] { + } + + Method [ public method isJste ] { + } + + Method [ public method isAsp ] { + } + + Method [ public method isPhp ] { + } + + Method [ public method getParent ] { + } + + Method [ private method __construct ] { + } + } + } + } +} + diff --git a/reflection/tokenizer.txt b/reflection/tokenizer.txt new file mode 100644 index 0000000..ea734e3 --- /dev/null +++ b/reflection/tokenizer.txt @@ -0,0 +1,151 @@ +Extension [ extension #27 tokenizer version 0.1 ] { + + - Constants [130] { + Constant [ integer T_REQUIRE_ONCE ] { 258 } + Constant [ integer T_REQUIRE ] { 259 } + Constant [ integer T_EVAL ] { 260 } + Constant [ integer T_INCLUDE_ONCE ] { 261 } + Constant [ integer T_INCLUDE ] { 262 } + Constant [ integer T_LOGICAL_OR ] { 263 } + Constant [ integer T_LOGICAL_XOR ] { 264 } + Constant [ integer T_LOGICAL_AND ] { 265 } + Constant [ integer T_PRINT ] { 266 } + Constant [ integer T_SR_EQUAL ] { 268 } + Constant [ integer T_SL_EQUAL ] { 269 } + Constant [ integer T_XOR_EQUAL ] { 270 } + Constant [ integer T_OR_EQUAL ] { 271 } + Constant [ integer T_AND_EQUAL ] { 272 } + Constant [ integer T_MOD_EQUAL ] { 273 } + Constant [ integer T_CONCAT_EQUAL ] { 274 } + Constant [ integer T_DIV_EQUAL ] { 275 } + Constant [ integer T_MUL_EQUAL ] { 276 } + Constant [ integer T_MINUS_EQUAL ] { 277 } + Constant [ integer T_PLUS_EQUAL ] { 278 } + Constant [ integer T_BOOLEAN_OR ] { 279 } + Constant [ integer T_BOOLEAN_AND ] { 280 } + Constant [ integer T_IS_NOT_IDENTICAL ] { 281 } + Constant [ integer T_IS_IDENTICAL ] { 282 } + Constant [ integer T_IS_NOT_EQUAL ] { 283 } + Constant [ integer T_IS_EQUAL ] { 284 } + Constant [ integer T_IS_GREATER_OR_EQUAL ] { 285 } + Constant [ integer T_IS_SMALLER_OR_EQUAL ] { 286 } + Constant [ integer T_SR ] { 287 } + Constant [ integer T_SL ] { 288 } + Constant [ integer T_INSTANCEOF ] { 289 } + Constant [ integer T_UNSET_CAST ] { 290 } + Constant [ integer T_BOOL_CAST ] { 291 } + Constant [ integer T_OBJECT_CAST ] { 292 } + Constant [ integer T_ARRAY_CAST ] { 293 } + Constant [ integer T_STRING_CAST ] { 294 } + Constant [ integer T_DOUBLE_CAST ] { 295 } + Constant [ integer T_INT_CAST ] { 296 } + Constant [ integer T_DEC ] { 297 } + Constant [ integer T_INC ] { 298 } + Constant [ integer T_CLONE ] { 299 } + Constant [ integer T_NEW ] { 300 } + Constant [ integer T_EXIT ] { 301 } + Constant [ integer T_IF ] { 302 } + Constant [ integer T_ELSEIF ] { 303 } + Constant [ integer T_ELSE ] { 304 } + Constant [ integer T_ENDIF ] { 305 } + Constant [ integer T_LNUMBER ] { 306 } + Constant [ integer T_DNUMBER ] { 307 } + Constant [ integer T_STRING ] { 308 } + Constant [ integer T_STRING_VARNAME ] { 309 } + Constant [ integer T_VARIABLE ] { 310 } + Constant [ integer T_NUM_STRING ] { 311 } + Constant [ integer T_INLINE_HTML ] { 312 } + Constant [ integer T_CHARACTER ] { 313 } + Constant [ integer T_BAD_CHARACTER ] { 314 } + Constant [ integer T_ENCAPSED_AND_WHITESPACE ] { 315 } + Constant [ integer T_CONSTANT_ENCAPSED_STRING ] { 316 } + Constant [ integer T_ECHO ] { 317 } + Constant [ integer T_DO ] { 318 } + Constant [ integer T_WHILE ] { 319 } + Constant [ integer T_ENDWHILE ] { 320 } + Constant [ integer T_FOR ] { 321 } + Constant [ integer T_ENDFOR ] { 322 } + Constant [ integer T_FOREACH ] { 323 } + Constant [ integer T_ENDFOREACH ] { 324 } + Constant [ integer T_DECLARE ] { 325 } + Constant [ integer T_ENDDECLARE ] { 326 } + Constant [ integer T_AS ] { 327 } + Constant [ integer T_SWITCH ] { 328 } + Constant [ integer T_ENDSWITCH ] { 329 } + Constant [ integer T_CASE ] { 330 } + Constant [ integer T_DEFAULT ] { 331 } + Constant [ integer T_BREAK ] { 332 } + Constant [ integer T_CONTINUE ] { 333 } + Constant [ integer T_GOTO ] { 334 } + Constant [ integer T_FUNCTION ] { 335 } + Constant [ integer T_CONST ] { 336 } + Constant [ integer T_RETURN ] { 337 } + Constant [ integer T_YIELD ] { 267 } + Constant [ integer T_TRY ] { 338 } + Constant [ integer T_CATCH ] { 339 } + Constant [ integer T_FINALLY ] { 340 } + Constant [ integer T_THROW ] { 341 } + Constant [ integer T_USE ] { 342 } + Constant [ integer T_INSTEADOF ] { 343 } + Constant [ integer T_GLOBAL ] { 344 } + Constant [ integer T_PUBLIC ] { 345 } + Constant [ integer T_PROTECTED ] { 346 } + Constant [ integer T_PRIVATE ] { 347 } + Constant [ integer T_FINAL ] { 348 } + Constant [ integer T_ABSTRACT ] { 349 } + Constant [ integer T_STATIC ] { 350 } + Constant [ integer T_VAR ] { 351 } + Constant [ integer T_UNSET ] { 352 } + Constant [ integer T_ISSET ] { 353 } + Constant [ integer T_EMPTY ] { 354 } + Constant [ integer T_HALT_COMPILER ] { 355 } + Constant [ integer T_CLASS ] { 356 } + Constant [ integer T_TRAIT ] { 357 } + Constant [ integer T_INTERFACE ] { 358 } + Constant [ integer T_EXTENDS ] { 359 } + Constant [ integer T_IMPLEMENTS ] { 360 } + Constant [ integer T_OBJECT_OPERATOR ] { 361 } + Constant [ integer T_DOUBLE_ARROW ] { 362 } + Constant [ integer T_LIST ] { 363 } + Constant [ integer T_ARRAY ] { 364 } + Constant [ integer T_CALLABLE ] { 365 } + Constant [ integer T_CLASS_C ] { 366 } + Constant [ integer T_TRAIT_C ] { 367 } + Constant [ integer T_METHOD_C ] { 368 } + Constant [ integer T_FUNC_C ] { 369 } + Constant [ integer T_LINE ] { 370 } + Constant [ integer T_FILE ] { 371 } + Constant [ integer T_COMMENT ] { 372 } + Constant [ integer T_DOC_COMMENT ] { 373 } + Constant [ integer T_OPEN_TAG ] { 374 } + Constant [ integer T_OPEN_TAG_WITH_ECHO ] { 375 } + Constant [ integer T_CLOSE_TAG ] { 376 } + Constant [ integer T_WHITESPACE ] { 377 } + Constant [ integer T_START_HEREDOC ] { 378 } + Constant [ integer T_END_HEREDOC ] { 379 } + Constant [ integer T_DOLLAR_OPEN_CURLY_BRACES ] { 380 } + Constant [ integer T_CURLY_OPEN ] { 381 } + Constant [ integer T_PAAMAYIM_NEKUDOTAYIM ] { 382 } + Constant [ integer T_NAMESPACE ] { 383 } + Constant [ integer T_NS_C ] { 384 } + Constant [ integer T_DIR ] { 385 } + Constant [ integer T_NS_SEPARATOR ] { 386 } + Constant [ integer T_DOUBLE_COLON ] { 382 } + } + + - Functions { + Function [ function token_get_all ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + Function [ function token_name ] { + + - Parameters [1] { + Parameter #0 [ $token ] + } + } + } +} + diff --git a/reflection/wddx.txt b/reflection/wddx.txt new file mode 100644 index 0000000..8bcde58 --- /dev/null +++ b/reflection/wddx.txt @@ -0,0 +1,46 @@ +Extension [ extension #89 wddx version ] { + + - Functions { + Function [ function wddx_serialize_value ] { + + - Parameters [2] { + Parameter #0 [ $var ] + Parameter #1 [ $comment ] + } + } + Function [ function wddx_serialize_vars ] { + + - Parameters [2] { + Parameter #0 [ $var_name ] + Parameter #1 [ $... ] + } + } + Function [ function wddx_packet_start ] { + + - Parameters [1] { + Parameter #0 [ $comment ] + } + } + Function [ function wddx_packet_end ] { + + - Parameters [1] { + Parameter #0 [ $packet_id ] + } + } + Function [ function wddx_add_vars ] { + + - Parameters [3] { + Parameter #0 [ $packet_id ] + Parameter #1 [ $var_name ] + Parameter #2 [ $... ] + } + } + Function [ function wddx_deserialize ] { + + - Parameters [1] { + Parameter #0 [ $packet ] + } + } + } +} + diff --git a/reflection/xml.txt b/reflection/xml.txt new file mode 100644 index 0000000..153f0ec --- /dev/null +++ b/reflection/xml.txt @@ -0,0 +1,204 @@ +Extension [ extension #28 xml version ] { + + - Dependencies { + Dependency [ libxml (Required) ] + } + + - Constants [27] { + Constant [ integer XML_ERROR_NONE ] { 0 } + Constant [ integer XML_ERROR_NO_MEMORY ] { 1 } + Constant [ integer XML_ERROR_SYNTAX ] { 2 } + Constant [ integer XML_ERROR_NO_ELEMENTS ] { 3 } + Constant [ integer XML_ERROR_INVALID_TOKEN ] { 4 } + Constant [ integer XML_ERROR_UNCLOSED_TOKEN ] { 5 } + Constant [ integer XML_ERROR_PARTIAL_CHAR ] { 6 } + Constant [ integer XML_ERROR_TAG_MISMATCH ] { 7 } + Constant [ integer XML_ERROR_DUPLICATE_ATTRIBUTE ] { 8 } + Constant [ integer XML_ERROR_JUNK_AFTER_DOC_ELEMENT ] { 9 } + Constant [ integer XML_ERROR_PARAM_ENTITY_REF ] { 10 } + Constant [ integer XML_ERROR_UNDEFINED_ENTITY ] { 11 } + Constant [ integer XML_ERROR_RECURSIVE_ENTITY_REF ] { 12 } + Constant [ integer XML_ERROR_ASYNC_ENTITY ] { 13 } + Constant [ integer XML_ERROR_BAD_CHAR_REF ] { 14 } + Constant [ integer XML_ERROR_BINARY_ENTITY_REF ] { 15 } + Constant [ integer XML_ERROR_ATTRIBUTE_EXTERNAL_ENTITY_REF ] { 16 } + Constant [ integer XML_ERROR_MISPLACED_XML_PI ] { 17 } + Constant [ integer XML_ERROR_UNKNOWN_ENCODING ] { 18 } + Constant [ integer XML_ERROR_INCORRECT_ENCODING ] { 19 } + Constant [ integer XML_ERROR_UNCLOSED_CDATA_SECTION ] { 20 } + Constant [ integer XML_ERROR_EXTERNAL_ENTITY_HANDLING ] { 21 } + Constant [ integer XML_OPTION_CASE_FOLDING ] { 1 } + Constant [ integer XML_OPTION_TARGET_ENCODING ] { 2 } + Constant [ integer XML_OPTION_SKIP_TAGSTART ] { 3 } + Constant [ integer XML_OPTION_SKIP_WHITE ] { 4 } + Constant [ string XML_SAX_IMPL ] { libxml } + } + + - Functions { + Function [ function xml_parser_create ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + Function [ function xml_parser_create_ns ] { + + - Parameters [2] { + Parameter #0 [ $encoding ] + Parameter #1 [ $sep ] + } + } + Function [ function xml_set_object ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ &$obj ] + } + } + Function [ function xml_set_element_handler ] { + + - Parameters [3] { + Parameter #0 [ $parser ] + Parameter #1 [ $shdl ] + Parameter #2 [ $ehdl ] + } + } + Function [ function xml_set_character_data_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_processing_instruction_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_default_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_unparsed_entity_decl_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_notation_decl_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_external_entity_ref_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_start_namespace_decl_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_set_end_namespace_decl_handler ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $hdl ] + } + } + Function [ function xml_parse ] { + + - Parameters [3] { + Parameter #0 [ $parser ] + Parameter #1 [ $data ] + Parameter #2 [ $isfinal ] + } + } + Function [ function xml_parse_into_struct ] { + + - Parameters [4] { + Parameter #0 [ $parser ] + Parameter #1 [ $data ] + Parameter #2 [ &$values ] + Parameter #3 [ &$index ] + } + } + Function [ function xml_get_error_code ] { + + - Parameters [1] { + Parameter #0 [ $parser ] + } + } + Function [ function xml_error_string ] { + + - Parameters [1] { + Parameter #0 [ $code ] + } + } + Function [ function xml_get_current_line_number ] { + + - Parameters [1] { + Parameter #0 [ $parser ] + } + } + Function [ function xml_get_current_column_number ] { + + - Parameters [1] { + Parameter #0 [ $parser ] + } + } + Function [ function xml_get_current_byte_index ] { + + - Parameters [1] { + Parameter #0 [ $parser ] + } + } + Function [ function xml_parser_free ] { + + - Parameters [1] { + Parameter #0 [ $parser ] + } + } + Function [ function xml_parser_set_option ] { + + - Parameters [3] { + Parameter #0 [ $parser ] + Parameter #1 [ $option ] + Parameter #2 [ $value ] + } + } + Function [ function xml_parser_get_option ] { + + - Parameters [2] { + Parameter #0 [ $parser ] + Parameter #1 [ $option ] + } + } + Function [ function utf8_encode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + Function [ function utf8_decode ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + } +} + diff --git a/reflection/xmlreader.txt b/reflection/xmlreader.txt new file mode 100644 index 0000000..102ff5a --- /dev/null +++ b/reflection/xmlreader.txt @@ -0,0 +1,220 @@ +Extension [ extension #90 xmlreader version 0.1 ] { + + - Dependencies { + Dependency [ libxml (Required) ] + } + + - Classes [1] { + Class [ class XMLReader ] { + + - Constants [22] { + Constant [ integer NONE ] { 0 } + Constant [ integer ELEMENT ] { 1 } + Constant [ integer ATTRIBUTE ] { 2 } + Constant [ integer TEXT ] { 3 } + Constant [ integer CDATA ] { 4 } + Constant [ integer ENTITY_REF ] { 5 } + Constant [ integer ENTITY ] { 6 } + Constant [ integer PI ] { 7 } + Constant [ integer COMMENT ] { 8 } + Constant [ integer DOC ] { 9 } + Constant [ integer DOC_TYPE ] { 10 } + Constant [ integer DOC_FRAGMENT ] { 11 } + Constant [ integer NOTATION ] { 12 } + Constant [ integer WHITESPACE ] { 13 } + Constant [ integer SIGNIFICANT_WHITESPACE ] { 14 } + Constant [ integer END_ELEMENT ] { 15 } + Constant [ integer END_ENTITY ] { 16 } + Constant [ integer XML_DECLARATION ] { 17 } + Constant [ integer LOADDTD ] { 1 } + Constant [ integer DEFAULTATTRS ] { 2 } + Constant [ integer VALIDATE ] { 3 } + Constant [ integer SUBST_ENTITIES ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [25] { + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method getAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method getAttributeNo ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getAttributeNs ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $namespaceURI ] + } + } + + Method [ public method getParserProperty ] { + + - Parameters [1] { + Parameter #0 [ $property ] + } + } + + Method [ public method isValid ] { + + - Parameters [0] { + } + } + + Method [ public method lookupNamespace ] { + + - Parameters [1] { + Parameter #0 [ $prefix ] + } + } + + Method [ public method moveToAttributeNo ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method moveToAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method moveToAttributeNs ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $namespaceURI ] + } + } + + Method [ public method moveToElement ] { + + - Parameters [0] { + } + } + + Method [ public method moveToFirstAttribute ] { + + - Parameters [0] { + } + } + + Method [ public method moveToNextAttribute ] { + + - Parameters [0] { + } + } + + Method [ public method open ] { + + - Parameters [3] { + Parameter #0 [ $URI ] + Parameter #1 [ $encoding ] + Parameter #2 [ $options ] + } + } + + Method [ public method read ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [1] { + Parameter #0 [ $localname ] + } + } + + Method [ public method readInnerXml ] { + + - Parameters [0] { + } + } + + Method [ public method readOuterXml ] { + + - Parameters [0] { + } + } + + Method [ public method readString ] { + + - Parameters [0] { + } + } + + Method [ public method setSchema ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method setParserProperty ] { + + - Parameters [2] { + Parameter #0 [ $property ] + Parameter #1 [ $value ] + } + } + + Method [ public method setRelaxNGSchema ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method setRelaxNGSchemaSource ] { + + - Parameters [1] { + Parameter #0 [ $source ] + } + } + + Method [ public method XML ] { + + - Parameters [3] { + Parameter #0 [ $source ] + Parameter #1 [ $encoding ] + Parameter #2 [ $options ] + } + } + + Method [ public method expand ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/xmlrpc.txt b/reflection/xmlrpc.txt new file mode 100644 index 0000000..70c4052 --- /dev/null +++ b/reflection/xmlrpc.txt @@ -0,0 +1,102 @@ +Extension [ extension #91 xmlrpc version 0.51 ] { + + - Functions { + Function [ function xmlrpc_encode ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function xmlrpc_decode ] { + + - Parameters [2] { + Parameter #0 [ $value ] + Parameter #1 [ $encoding ] + } + } + Function [ function xmlrpc_decode_request ] { + + - Parameters [3] { + Parameter #0 [ $xml ] + Parameter #1 [ &$method ] + Parameter #2 [ $encoding ] + } + } + Function [ function xmlrpc_encode_request ] { + + - Parameters [3] { + Parameter #0 [ $method ] + Parameter #1 [ $params ] + Parameter #2 [ $output_options ] + } + } + Function [ function xmlrpc_get_type ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Function [ function xmlrpc_set_type ] { + + - Parameters [2] { + Parameter #0 [ &$value ] + Parameter #1 [ $type ] + } + } + Function [ function xmlrpc_is_fault ] { + + - Parameters [1] { + Parameter #0 [ $arg ] + } + } + Function [ function xmlrpc_server_create ] { + + - Parameters [0] { + } + } + Function [ function xmlrpc_server_destroy ] { + + - Parameters [1] { + Parameter #0 [ $server ] + } + } + Function [ function xmlrpc_server_register_method ] { + + - Parameters [3] { + Parameter #0 [ $server ] + Parameter #1 [ $method_name ] + Parameter #2 [ $function ] + } + } + Function [ function xmlrpc_server_call_method ] { + + - Parameters [4] { + Parameter #0 [ $server ] + Parameter #1 [ $xml ] + Parameter #2 [ $user_data ] + Parameter #3 [ $output_options ] + } + } + Function [ function xmlrpc_parse_method_descriptions ] { + + - Parameters [1] { + Parameter #0 [ $xml ] + } + } + Function [ function xmlrpc_server_add_introspection_data ] { + + - Parameters [2] { + Parameter #0 [ $server ] + Parameter #1 [ $desc ] + } + } + Function [ function xmlrpc_server_register_introspection_callback ] { + + - Parameters [2] { + Parameter #0 [ $server ] + Parameter #1 [ $function ] + } + } + } +} + diff --git a/reflection/xmlwriter.txt b/reflection/xmlwriter.txt new file mode 100644 index 0000000..30993c9 --- /dev/null +++ b/reflection/xmlwriter.txt @@ -0,0 +1,631 @@ +Extension [ extension #92 xmlwriter version 0.1 ] { + + - Functions { + Function [ function xmlwriter_open_uri ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + } + Function [ function xmlwriter_open_memory ] { + + - Parameters [0] { + } + } + Function [ function xmlwriter_set_indent ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $indent ] + } + } + Function [ function xmlwriter_set_indent_string ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $indentString ] + } + } + Function [ function xmlwriter_start_comment ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_end_comment ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_start_attribute ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + } + } + Function [ function xmlwriter_end_attribute ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_attribute ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $value ] + } + } + Function [ function xmlwriter_start_attribute_ns ] { + + - Parameters [4] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $prefix ] + Parameter #2 [ $name ] + Parameter #3 [ $uri ] + } + } + Function [ function xmlwriter_write_attribute_ns ] { + + - Parameters [5] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $prefix ] + Parameter #2 [ $name ] + Parameter #3 [ $uri ] + Parameter #4 [ $content ] + } + } + Function [ function xmlwriter_start_element ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + } + } + Function [ function xmlwriter_end_element ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_full_end_element ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_start_element_ns ] { + + - Parameters [4] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $prefix ] + Parameter #2 [ $name ] + Parameter #3 [ $uri ] + } + } + Function [ function xmlwriter_write_element ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $content ] + } + } + Function [ function xmlwriter_write_element_ns ] { + + - Parameters [5] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $prefix ] + Parameter #2 [ $name ] + Parameter #3 [ $uri ] + Parameter #4 [ $content ] + } + } + Function [ function xmlwriter_start_pi ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $target ] + } + } + Function [ function xmlwriter_end_pi ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_pi ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $target ] + Parameter #2 [ $content ] + } + } + Function [ function xmlwriter_start_cdata ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_end_cdata ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_cdata ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $content ] + } + } + Function [ function xmlwriter_text ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $content ] + } + } + Function [ function xmlwriter_write_raw ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $content ] + } + } + Function [ function xmlwriter_start_document ] { + + - Parameters [4] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $version ] + Parameter #2 [ $encoding ] + Parameter #3 [ $standalone ] + } + } + Function [ function xmlwriter_end_document ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_comment ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $content ] + } + } + Function [ function xmlwriter_start_dtd ] { + + - Parameters [4] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $qualifiedName ] + Parameter #2 [ $publicId ] + Parameter #3 [ $systemId ] + } + } + Function [ function xmlwriter_end_dtd ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_dtd ] { + + - Parameters [5] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $publicId ] + Parameter #3 [ $systemId ] + Parameter #4 [ $subset ] + } + } + Function [ function xmlwriter_start_dtd_element ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $qualifiedName ] + } + } + Function [ function xmlwriter_end_dtd_element ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_dtd_element ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $content ] + } + } + Function [ function xmlwriter_start_dtd_attlist ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + } + } + Function [ function xmlwriter_end_dtd_attlist ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_dtd_attlist ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $content ] + } + } + Function [ function xmlwriter_start_dtd_entity ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $isparam ] + } + } + Function [ function xmlwriter_end_dtd_entity ] { + + - Parameters [1] { + Parameter #0 [ $xmlwriter ] + } + } + Function [ function xmlwriter_write_dtd_entity ] { + + - Parameters [3] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $name ] + Parameter #2 [ $content ] + } + } + Function [ function xmlwriter_output_memory ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $flush ] + } + } + Function [ function xmlwriter_flush ] { + + - Parameters [2] { + Parameter #0 [ $xmlwriter ] + Parameter #1 [ $empty ] + } + } + } + + - Classes [1] { + Class [ class XMLWriter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [42] { + Method [ public method openUri ] { + + - Parameters [1] { + Parameter #0 [ $uri ] + } + } + + Method [ public method openMemory ] { + + - Parameters [0] { + } + } + + Method [ public method setIndent ] { + + - Parameters [1] { + Parameter #0 [ $indent ] + } + } + + Method [ public method setIndentString ] { + + - Parameters [1] { + Parameter #0 [ $indentString ] + } + } + + Method [ public method startComment ] { + + - Parameters [0] { + } + } + + Method [ public method endComment ] { + + - Parameters [0] { + } + } + + Method [ public method startAttribute ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method endAttribute ] { + + - Parameters [0] { + } + } + + Method [ public method writeAttribute ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method startAttributeNs ] { + + - Parameters [3] { + Parameter #0 [ $prefix ] + Parameter #1 [ $name ] + Parameter #2 [ $uri ] + } + } + + Method [ public method writeAttributeNs ] { + + - Parameters [4] { + Parameter #0 [ $prefix ] + Parameter #1 [ $name ] + Parameter #2 [ $uri ] + Parameter #3 [ $content ] + } + } + + Method [ public method startElement ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method endElement ] { + + - Parameters [0] { + } + } + + Method [ public method fullEndElement ] { + + - Parameters [0] { + } + } + + Method [ public method startElementNs ] { + + - Parameters [3] { + Parameter #0 [ $prefix ] + Parameter #1 [ $name ] + Parameter #2 [ $uri ] + } + } + + Method [ public method writeElement ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $content ] + } + } + + Method [ public method writeElementNs ] { + + - Parameters [4] { + Parameter #0 [ $prefix ] + Parameter #1 [ $name ] + Parameter #2 [ $uri ] + Parameter #3 [ $content ] + } + } + + Method [ public method startPi ] { + + - Parameters [1] { + Parameter #0 [ $target ] + } + } + + Method [ public method endPi ] { + + - Parameters [0] { + } + } + + Method [ public method writePi ] { + + - Parameters [2] { + Parameter #0 [ $target ] + Parameter #1 [ $content ] + } + } + + Method [ public method startCdata ] { + + - Parameters [0] { + } + } + + Method [ public method endCdata ] { + + - Parameters [0] { + } + } + + Method [ public method writeCdata ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ public method text ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ public method writeRaw ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ public method startDocument ] { + + - Parameters [3] { + Parameter #0 [ $version ] + Parameter #1 [ $encoding ] + Parameter #2 [ $standalone ] + } + } + + Method [ public method endDocument ] { + + - Parameters [0] { + } + } + + Method [ public method writeComment ] { + + - Parameters [1] { + Parameter #0 [ $content ] + } + } + + Method [ public method startDtd ] { + + - Parameters [3] { + Parameter #0 [ $qualifiedName ] + Parameter #1 [ $publicId ] + Parameter #2 [ $systemId ] + } + } + + Method [ public method endDtd ] { + + - Parameters [0] { + } + } + + Method [ public method writeDtd ] { + + - Parameters [4] { + Parameter #0 [ $name ] + Parameter #1 [ $publicId ] + Parameter #2 [ $systemId ] + Parameter #3 [ $subset ] + } + } + + Method [ public method startDtdElement ] { + + - Parameters [1] { + Parameter #0 [ $qualifiedName ] + } + } + + Method [ public method endDtdElement ] { + + - Parameters [0] { + } + } + + Method [ public method writeDtdElement ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $content ] + } + } + + Method [ public method startDtdAttlist ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method endDtdAttlist ] { + + - Parameters [0] { + } + } + + Method [ public method writeDtdAttlist ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $content ] + } + } + + Method [ public method startDtdEntity ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $isparam ] + } + } + + Method [ public method endDtdEntity ] { + + - Parameters [0] { + } + } + + Method [ public method writeDtdEntity ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $content ] + } + } + + Method [ public method outputMemory ] { + + - Parameters [1] { + Parameter #0 [ $flush ] + } + } + + Method [ public method flush ] { + + - Parameters [1] { + Parameter #0 [ $empty ] + } + } + } + } + } +} + diff --git a/reflection/xsl.txt b/reflection/xsl.txt new file mode 100644 index 0000000..cbfed76 --- /dev/null +++ b/reflection/xsl.txt @@ -0,0 +1,136 @@ +Extension [ extension #93 xsl version 0.1 ] { + + - Dependencies { + Dependency [ libxml (Required) ] + } + + - INI { + Entry [ xsl.security_prefs ] + Current = '44' + } + } + + - Constants [14] { + Constant [ integer XSL_CLONE_AUTO ] { 0 } + Constant [ integer XSL_CLONE_NEVER ] { -1 } + Constant [ integer XSL_CLONE_ALWAYS ] { 1 } + Constant [ integer XSL_SECPREF_NONE ] { 0 } + Constant [ integer XSL_SECPREF_READ_FILE ] { 2 } + Constant [ integer XSL_SECPREF_WRITE_FILE ] { 4 } + Constant [ integer XSL_SECPREF_CREATE_DIRECTORY ] { 8 } + Constant [ integer XSL_SECPREF_READ_NETWORK ] { 16 } + Constant [ integer XSL_SECPREF_WRITE_NETWORK ] { 32 } + Constant [ integer XSL_SECPREF_DEFAULT ] { 44 } + Constant [ integer LIBXSLT_VERSION ] { 10126 } + Constant [ string LIBXSLT_DOTTED_VERSION ] { 1.1.26 } + Constant [ integer LIBEXSLT_VERSION ] { 815 } + Constant [ string LIBEXSLT_DOTTED_VERSION ] { 1.1.26 } + } + + - Classes [1] { + Class [ class XSLTProcessor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method importStylesheet ] { + + - Parameters [1] { + Parameter #0 [ $doc ] + } + } + + Method [ public method transformToDoc ] { + + - Parameters [1] { + Parameter #0 [ $doc ] + } + } + + Method [ public method transformToUri ] { + + - Parameters [2] { + Parameter #0 [ $doc ] + Parameter #1 [ $uri ] + } + } + + Method [ public method transformToXml ] { + + - Parameters [1] { + Parameter #0 [ $doc ] + } + } + + Method [ public method setParameter ] { + + - Parameters [3] { + Parameter #0 [ $namespace ] + Parameter #1 [ $name ] + Parameter #2 [ $value ] + } + } + + Method [ public method getParameter ] { + + - Parameters [2] { + Parameter #0 [ $namespace ] + Parameter #1 [ $name ] + } + } + + Method [ public method removeParameter ] { + + - Parameters [2] { + Parameter #0 [ $namespace ] + Parameter #1 [ $name ] + } + } + + Method [ public method hasExsltSupport ] { + + - Parameters [0] { + } + } + + Method [ public method registerPHPFunctions ] { + + - Parameters [1] { + Parameter #0 [ $restrict ] + } + } + + Method [ public method setProfiling ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method setSecurityPrefs ] { + + - Parameters [1] { + Parameter #0 [ $securityPrefs ] + } + } + + Method [ public method getSecurityPrefs ] { + + - Parameters [0] { + } + } + } + } + } +} + diff --git a/reflection/zip.txt b/reflection/zip.txt new file mode 100644 index 0000000..ecbd02a --- /dev/null +++ b/reflection/zip.txt @@ -0,0 +1,367 @@ +Extension [ extension #97 zip version 1.11.0 ] { + + - Functions { + Function [ function zip_open ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + Function [ function zip_close ] { + + - Parameters [1] { + Parameter #0 [ $zip ] + } + } + Function [ function zip_read ] { + + - Parameters [1] { + Parameter #0 [ $zip ] + } + } + Function [ function zip_entry_open ] { + + - Parameters [3] { + Parameter #0 [ $zip_dp ] + Parameter #1 [ $zip_entry ] + Parameter #2 [ $mode ] + } + } + Function [ function zip_entry_close ] { + + - Parameters [1] { + Parameter #0 [ $zip_ent ] + } + } + Function [ function zip_entry_read ] { + + - Parameters [2] { + Parameter #0 [ $zip_entry ] + Parameter #1 [ $len ] + } + } + Function [ function zip_entry_filesize ] { + + - Parameters [1] { + Parameter #0 [ $zip_entry ] + } + } + Function [ function zip_entry_name ] { + + - Parameters [1] { + Parameter #0 [ $zip_entry ] + } + } + Function [ function zip_entry_compressedsize ] { + + - Parameters [1] { + Parameter #0 [ $zip_entry ] + } + } + Function [ function zip_entry_compressionmethod ] { + + - Parameters [1] { + Parameter #0 [ $zip_entry ] + } + } + } + + - Classes [1] { + Class [ class ZipArchive ] { + + - Constants [49] { + Constant [ integer CREATE ] { 1 } + Constant [ integer EXCL ] { 2 } + Constant [ integer CHECKCONS ] { 4 } + Constant [ integer OVERWRITE ] { 8 } + Constant [ integer FL_NOCASE ] { 1 } + Constant [ integer FL_NODIR ] { 2 } + Constant [ integer FL_COMPRESSED ] { 4 } + Constant [ integer FL_UNCHANGED ] { 8 } + Constant [ integer CM_DEFAULT ] { -1 } + Constant [ integer CM_STORE ] { 0 } + Constant [ integer CM_SHRINK ] { 1 } + Constant [ integer CM_REDUCE_1 ] { 2 } + Constant [ integer CM_REDUCE_2 ] { 3 } + Constant [ integer CM_REDUCE_3 ] { 4 } + Constant [ integer CM_REDUCE_4 ] { 5 } + Constant [ integer CM_IMPLODE ] { 6 } + Constant [ integer CM_DEFLATE ] { 8 } + Constant [ integer CM_DEFLATE64 ] { 9 } + Constant [ integer CM_PKWARE_IMPLODE ] { 10 } + Constant [ integer CM_BZIP2 ] { 12 } + Constant [ integer CM_LZMA ] { 14 } + Constant [ integer CM_TERSE ] { 18 } + Constant [ integer CM_LZ77 ] { 19 } + Constant [ integer CM_WAVPACK ] { 97 } + Constant [ integer CM_PPMD ] { 98 } + Constant [ integer ER_OK ] { 0 } + Constant [ integer ER_MULTIDISK ] { 1 } + Constant [ integer ER_RENAME ] { 2 } + Constant [ integer ER_CLOSE ] { 3 } + Constant [ integer ER_SEEK ] { 4 } + Constant [ integer ER_READ ] { 5 } + Constant [ integer ER_WRITE ] { 6 } + Constant [ integer ER_CRC ] { 7 } + Constant [ integer ER_ZIPCLOSED ] { 8 } + Constant [ integer ER_NOENT ] { 9 } + Constant [ integer ER_EXISTS ] { 10 } + Constant [ integer ER_OPEN ] { 11 } + Constant [ integer ER_TMPOPEN ] { 12 } + Constant [ integer ER_ZLIB ] { 13 } + Constant [ integer ER_MEMORY ] { 14 } + Constant [ integer ER_CHANGED ] { 15 } + Constant [ integer ER_COMPNOTSUPP ] { 16 } + Constant [ integer ER_EOF ] { 17 } + Constant [ integer ER_INVAL ] { 18 } + Constant [ integer ER_NOZIP ] { 19 } + Constant [ integer ER_INTERNAL ] { 20 } + Constant [ integer ER_INCONS ] { 21 } + Constant [ integer ER_REMOVE ] { 22 } + Constant [ integer ER_DELETED ] { 23 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [30] { + Method [ public method open ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method getStatusString ] { + + - Parameters [0] { + } + } + + Method [ public method addEmptyDir ] { + + - Parameters [1] { + Parameter #0 [ $dirname ] + } + } + + Method [ public method addFromString ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $content ] + } + } + + Method [ public method addFile ] { + + - Parameters [4] { + Parameter #0 [ $filepath ] + Parameter #1 [ $entryname ] + Parameter #2 [ $start ] + Parameter #3 [ $length ] + } + } + + Method [ public method addGlob ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $flags ] + Parameter #2 [ $options ] + } + } + + Method [ public method addPattern ] { + + - Parameters [3] { + Parameter #0 [ $pattern ] + Parameter #1 [ $path ] + Parameter #2 [ $options ] + } + } + + Method [ public method renameIndex ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $new_name ] + } + } + + Method [ public method renameName ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $new_name ] + } + } + + Method [ public method setArchiveComment ] { + + - Parameters [1] { + Parameter #0 [ $comment ] + } + } + + Method [ public method getArchiveComment ] { + + - Parameters [1] { + Parameter #0 [ $flags ] + } + } + + Method [ public method setCommentIndex ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $comment ] + } + } + + Method [ public method setCommentName ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $comment ] + } + } + + Method [ public method getCommentIndex ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getCommentName ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $flags ] + } + } + + Method [ public method deleteIndex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method deleteName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method statName ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ public method statIndex ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $flags ] + } + } + + Method [ public method locateName ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $flags ] + } + } + + Method [ public method getNameIndex ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $flags ] + } + } + + Method [ public method unchangeArchive ] { + + - Parameters [0] { + } + } + + Method [ public method unchangeAll ] { + + - Parameters [0] { + } + } + + Method [ public method unchangeIndex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method unchangeName ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method extractTo ] { + + - Parameters [2] { + Parameter #0 [ $pathto ] + Parameter #1 [ $files ] + } + } + + Method [ public method getFromName ] { + + - Parameters [3] { + Parameter #0 [ $entryname ] + Parameter #1 [ $len ] + Parameter #2 [ $flags ] + } + } + + Method [ public method getFromIndex ] { + + - Parameters [3] { + Parameter #0 [ $index ] + Parameter #1 [ $len ] + Parameter #2 [ $flags ] + } + } + + Method [ public method getStream ] { + + - Parameters [1] { + Parameter #0 [ $entryname ] + } + } + } + } + } +} + diff --git a/reflection/zlib.txt b/reflection/zlib.txt new file mode 100644 index 0000000..a64c8b6 --- /dev/null +++ b/reflection/zlib.txt @@ -0,0 +1,202 @@ +Extension [ extension #7 zlib version 2.0 ] { + + - INI { + Entry [ zlib.output_compression ] + Current = '0' + } + Entry [ zlib.output_compression_level ] + Current = '-1' + } + Entry [ zlib.output_handler ] + Current = '' + } + } + + - Constants [5] { + Constant [ integer FORCE_GZIP ] { 31 } + Constant [ integer FORCE_DEFLATE ] { 15 } + Constant [ integer ZLIB_ENCODING_RAW ] { -15 } + Constant [ integer ZLIB_ENCODING_GZIP ] { 31 } + Constant [ integer ZLIB_ENCODING_DEFLATE ] { 15 } + } + + - Functions { + Function [ function readgzfile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $use_include_path ] + } + } + Function [ function gzrewind ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function gzclose ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function gzeof ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function gzgetc ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function gzgets ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + } + } + Function [ function gzgetss ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + Parameter #2 [ $allowable_tags ] + } + } + Function [ function gzread ] { + + - Parameters [2] { + Parameter #0 [ $fp ] + Parameter #1 [ $length ] + } + } + Function [ function gzopen ] { + + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $mode ] + Parameter #2 [ $use_include_path ] + } + } + Function [ function gzpassthru ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function gzseek ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $offset ] + Parameter #2 [ $whence ] + } + } + Function [ function gztell ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + Function [ function gzwrite ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $str ] + Parameter #2 [ $length ] + } + } + Function [ function gzputs ] { + + - Parameters [3] { + Parameter #0 [ $fp ] + Parameter #1 [ $str ] + Parameter #2 [ $length ] + } + } + Function [ function gzfile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $use_include_path ] + } + } + Function [ function gzcompress ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $level ] + Parameter #2 [ $encoding ] + } + } + Function [ function gzuncompress ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $max_decoded_len ] + } + } + Function [ function gzdeflate ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $level ] + Parameter #2 [ $encoding ] + } + } + Function [ function gzinflate ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $max_decoded_len ] + } + } + Function [ function gzencode ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $level ] + Parameter #2 [ $encoding ] + } + } + Function [ function gzdecode ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $max_decoded_len ] + } + } + Function [ function zlib_encode ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $encoding ] + Parameter #2 [ $level ] + } + } + Function [ function zlib_decode ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $max_decoded_len ] + } + } + Function [ function zlib_get_coding_type ] { + + - Parameters [0] { + } + } + Function [ function ob_gzhandler ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $flags ] + } + } + } +} + -- cgit