summaryrefslogtreecommitdiffstats
path: root/reflection
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-12-04 09:10:46 +0100
committerRemi Collet <fedora@famillecollet.com>2012-12-04 09:10:46 +0100
commit6fe89e3c14ec53db7c21b3717d1e9a98c0db855d (patch)
tree09bac323896ecabda6fabac9d40f947357c310d9 /reflection
parent21df0b3eaf7f5f16c0ea04890c42976e21a0e6af (diff)
PHP 5.5: save extension reflection
Diffstat (limited to 'reflection')
-rw-r--r--reflection/.txt41
-rw-r--r--reflection/Core.txt1040
-rw-r--r--reflection/PDO.txt488
-rw-r--r--reflection/PDO_Firebird.txt7
-rw-r--r--reflection/PDO_OCI.txt7
-rw-r--r--reflection/PDO_ODBC.txt7
-rw-r--r--reflection/Phar.txt1733
-rw-r--r--reflection/Reflection.txt1871
-rw-r--r--reflection/SPL.txt6480
-rw-r--r--reflection/SimpleXML.txt330
-rw-r--r--reflection/bcmath.txt89
-rw-r--r--reflection/bz2.txt73
-rw-r--r--reflection/calendar.txt157
-rw-r--r--reflection/ctype.txt72
-rw-r--r--reflection/curl.txt567
-rw-r--r--reflection/date.txt672
-rw-r--r--reflection/dba.txt115
-rw-r--r--reflection/dom.txt3785
-rw-r--r--reflection/enchant.txt153
-rw-r--r--reflection/ereg.txt60
-rw-r--r--reflection/exif.txt75
-rw-r--r--reflection/fileinfo.txt114
-rw-r--r--reflection/filter.txt122
-rw-r--r--reflection/ftp.txt283
-rw-r--r--reflection/gd.txt888
-rw-r--r--reflection/gettext.txt80
-rw-r--r--reflection/gmp.txt294
-rw-r--r--reflection/hash.txt169
-rw-r--r--reflection/iconv.txt103
-rw-r--r--reflection/imap.txt639
-rw-r--r--reflection/interbase.txt826
-rw-r--r--reflection/intl.txt3970
-rw-r--r--reflection/json.txt82
-rw-r--r--reflection/ldap.txt378
-rw-r--r--reflection/libxml.txt93
-rw-r--r--reflection/liste76
-rw-r--r--reflection/mbstring.txt562
-rw-r--r--reflection/mcrypt.txt323
-rw-r--r--reflection/mhash.txt3
-rw-r--r--reflection/mssql.txt276
-rw-r--r--reflection/mysql.txt470
-rw-r--r--reflection/mysqli.txt1477
-rw-r--r--reflection/mysqlnd.txt40
-rw-r--r--reflection/oci8.txt1193
-rw-r--r--reflection/odbc.txt426
-rw-r--r--reflection/openssl.txt440
-rw-r--r--reflection/pcntl.txt254
-rw-r--r--reflection/pcre.txt111
-rw-r--r--reflection/pdo_dblib.txt7
-rw-r--r--reflection/pdo_mysql.txt14
-rw-r--r--reflection/pdo_pgsql.txt7
-rw-r--r--reflection/pdo_sqlite.txt7
-rw-r--r--reflection/pgsql.txt852
-rw-r--r--reflection/posix.txt225
-rw-r--r--reflection/pspell.txt153
-rw-r--r--reflection/readline.txt88
-rw-r--r--reflection/recode.txt28
-rw-r--r--reflection/session.txt343
-rw-r--r--reflection/shmop.txt49
-rw-r--r--reflection/snmp.txt436
-rw-r--r--reflection/soap.txt467
-rw-r--r--reflection/sockets.txt379
-rw-r--r--reflection/sqlite3.txt329
-rw-r--r--reflection/standard.txt4086
-rw-r--r--reflection/sysvmsg.txt70
-rw-r--r--reflection/sysvsem.txt33
-rw-r--r--reflection/sysvshm.txt55
-rw-r--r--reflection/tidy.txt412
-rw-r--r--reflection/tokenizer.txt151
-rw-r--r--reflection/wddx.txt46
-rw-r--r--reflection/xml.txt204
-rw-r--r--reflection/xmlreader.txt220
-rw-r--r--reflection/xmlrpc.txt102
-rw-r--r--reflection/xmlwriter.txt631
-rw-r--r--reflection/xsl.txt136
-rw-r--r--reflection/zip.txt367
-rw-r--r--reflection/zlib.txt202
77 files changed, 41613 insertions, 0 deletions
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] <file> [--] [args...]
+ php [options] -r <code> [--] [args...]
+ php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]
+ php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]
+ php [options] -- [args...]
+ php [options] -a
+
+ -a Run as interactive shell
+ -c <path>|<file> 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 <file> Parse and execute <file>.
+ -h This help
+ -i PHP information
+ -l Syntax check only (lint)
+ -m Show compiled in modules
+ -r <code> Run PHP <code> without using script tags <?..?>
+ -B <begin_code> Run PHP <begin_code> before processing input lines
+ -R <code> Run PHP <code> for every input line
+ -F <file> Parse and execute <file> for every input line
+ -E <end_code> Run PHP <end_code> after processing all input lines
+ -H Hide any passed arguments from external tools.
+ -S <addr>:<port> Run with built-in web server.
+ -t <docroot> Specify document root <docroot> for built-in web server.
+ -s Output HTML syntax highlighted source.
+ -v Version number
+ -w Output source with stripped comments and whitespace.
+ -z <file> Load Zend extension <file>.
+
+ args... Arguments passed to script. Use -- args when first argument
+ starts with - or script is read from stdin
+
+ --ini Show configuration file names
+
+ --rf <name> Show information about function <name>.
+ --rc <name> Show information about class <name>.
+ --re <name> Show information about extension <name>.
+ --rz <name> Show information about Zend extension <name>.
+ --ri <name> Show configuration for extension <name>.
+
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 [ <persistent> extension #0 Core version 5.5.0-dev ] {
+
+ - INI {
+ Entry [ highlight.comment <ALL> ]
+ Current = '#FF8000'
+ }
+ Entry [ highlight.default <ALL> ]
+ Current = '#0000BB'
+ }
+ Entry [ highlight.html <ALL> ]
+ Current = '#000000'
+ }
+ Entry [ highlight.keyword <ALL> ]
+ Current = '#007700'
+ }
+ Entry [ highlight.string <ALL> ]
+ Current = '#DD0000'
+ }
+ Entry [ asp_tags <PERDIR,SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ display_errors <ALL> ]
+ Current = '1'
+ }
+ Entry [ display_startup_errors <ALL> ]
+ Current = '0'
+ }
+ Entry [ enable_dl <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ expose_php <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ docref_root <ALL> ]
+ Current = ''
+ }
+ Entry [ docref_ext <ALL> ]
+ Current = ''
+ }
+ Entry [ html_errors <ALL> ]
+ Current = '0'
+ }
+ Entry [ xmlrpc_errors <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ xmlrpc_error_number <ALL> ]
+ Current = '0'
+ }
+ Entry [ max_input_time <PERDIR,SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ ignore_user_abort <ALL> ]
+ Current = '0'
+ }
+ Entry [ implicit_flush <ALL> ]
+ Current = '1'
+ }
+ Entry [ log_errors <ALL> ]
+ Current = '0'
+ }
+ Entry [ log_errors_max_len <ALL> ]
+ Current = '1024'
+ }
+ Entry [ ignore_repeated_errors <ALL> ]
+ Current = '0'
+ }
+ Entry [ ignore_repeated_source <ALL> ]
+ Current = '0'
+ }
+ Entry [ report_memleaks <ALL> ]
+ Current = '1'
+ }
+ Entry [ report_zend_debug <ALL> ]
+ Current = '0'
+ }
+ Entry [ output_buffering <PERDIR,SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ output_handler <PERDIR,SYSTEM> ]
+ Current = ''
+ }
+ Entry [ register_argc_argv <PERDIR,SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ auto_globals_jit <PERDIR,SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ short_open_tag <PERDIR,SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ sql.safe_mode <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ track_errors <ALL> ]
+ Current = '0'
+ }
+ Entry [ unserialize_callback_func <ALL> ]
+ Current = ''
+ }
+ Entry [ serialize_precision <ALL> ]
+ Current = '17'
+ }
+ Entry [ arg_separator.output <ALL> ]
+ Current = '&'
+ }
+ Entry [ arg_separator.input <PERDIR,SYSTEM> ]
+ Current = '&'
+ }
+ Entry [ auto_append_file <PERDIR,SYSTEM> ]
+ Current = ''
+ }
+ Entry [ auto_prepend_file <PERDIR,SYSTEM> ]
+ Current = ''
+ }
+ Entry [ doc_root <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ default_charset <ALL> ]
+ Current = ''
+ }
+ Entry [ default_mimetype <ALL> ]
+ Current = 'text/html'
+ }
+ Entry [ error_log <ALL> ]
+ Current = ''
+ }
+ Entry [ extension_dir <SYSTEM> ]
+ Current = '/usr/lib64/php/modules'
+ }
+ Entry [ include_path <ALL> ]
+ Current = '.:/usr/share/pear:/usr/share/php'
+ }
+ Entry [ max_execution_time <ALL> ]
+ Current = '0'
+ }
+ Entry [ open_basedir <ALL> ]
+ Current = ''
+ }
+ Entry [ file_uploads <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ upload_max_filesize <PERDIR,SYSTEM> ]
+ Current = '2M'
+ }
+ Entry [ post_max_size <PERDIR,SYSTEM> ]
+ Current = '8M'
+ }
+ Entry [ upload_tmp_dir <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ max_input_nesting_level <PERDIR,SYSTEM> ]
+ Current = '64'
+ }
+ Entry [ max_input_vars <PERDIR,SYSTEM> ]
+ Current = '1000'
+ }
+ Entry [ user_dir <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ variables_order <PERDIR,SYSTEM> ]
+ Current = 'EGPCS'
+ }
+ Entry [ request_order <PERDIR,SYSTEM> ]
+ Current = ''
+ }
+ Entry [ error_append_string <ALL> ]
+ Current = ''
+ }
+ Entry [ error_prepend_string <ALL> ]
+ Current = ''
+ }
+ Entry [ SMTP <ALL> ]
+ Current = 'localhost'
+ }
+ Entry [ smtp_port <ALL> ]
+ Current = '25'
+ }
+ Entry [ mail.add_x_header <PERDIR,SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mail.log <PERDIR,SYSTEM> ]
+ Current = ''
+ }
+ Entry [ browscap <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ memory_limit <ALL> ]
+ Current = '-1'
+ }
+ Entry [ precision <ALL> ]
+ Current = '14'
+ }
+ Entry [ sendmail_from <ALL> ]
+ Current = ''
+ }
+ Entry [ sendmail_path <SYSTEM> ]
+ Current = '/usr/sbin/sendmail -t -i '
+ }
+ Entry [ mail.force_extra_parameters <PERDIR,SYSTEM> ]
+ Current = ''
+ }
+ Entry [ disable_functions <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ disable_classes <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ max_file_uploads <PERDIR,SYSTEM> ]
+ Current = '20'
+ }
+ Entry [ allow_url_fopen <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ allow_url_include <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ enable_post_data_reading <PERDIR,SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ always_populate_raw_post_data <PERDIR,SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ realpath_cache_size <SYSTEM> ]
+ Current = '16K'
+ }
+ Entry [ realpath_cache_ttl <SYSTEM> ]
+ Current = '120'
+ }
+ Entry [ user_ini.filename <SYSTEM> ]
+ Current = '.user.ini'
+ }
+ Entry [ user_ini.cache_ttl <SYSTEM> ]
+ Current = '300'
+ }
+ Entry [ exit_on_timeout <ALL> ]
+ Current = '0'
+ }
+ Entry [ error_reporting <ALL> ]
+ Current = ''
+ }
+ Entry [ zend.enable_gc <ALL> ]
+ Current = '1'
+ }
+ Entry [ zend.multibyte <PERDIR> ]
+ Current = '0'
+ }
+ Entry [ zend.script_encoding <ALL> ]
+ Current = ''
+ }
+ Entry [ zend.detect_unicode <ALL> ]
+ 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 [ <internal:Core> function zend_version ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function func_num_args ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function func_get_arg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg_num ]
+ }
+ }
+ Function [ <internal:Core> function func_get_args ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function strlen ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:Core> function strcmp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ }
+ }
+ Function [ <internal:Core> function strncmp ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ Parameter #2 [ <required> $len ]
+ }
+ }
+ Function [ <internal:Core> function strcasecmp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ }
+ }
+ Function [ <internal:Core> function strncasecmp ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ Parameter #2 [ <required> $len ]
+ }
+ }
+ Function [ <internal:Core> function each ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arr ]
+ }
+ }
+ Function [ <internal:Core> function error_reporting ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $new_error_level ]
+ }
+ }
+ Function [ <internal:Core> function define ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $constant_name ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <required> $case_insensitive ]
+ }
+ }
+ Function [ <internal:Core> function defined ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $constant_name ]
+ }
+ }
+ Function [ <internal:Core> function get_class ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $object ]
+ }
+ }
+ Function [ <internal:Core> function get_called_class ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_parent_class ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $object ]
+ }
+ }
+ Function [ <internal:Core> function method_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $method ]
+ }
+ }
+ Function [ <internal:Core> function property_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object_or_class ]
+ Parameter #1 [ <required> $property_name ]
+ }
+ }
+ Function [ <internal:Core> function class_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $classname ]
+ Parameter #1 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:Core> function interface_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $classname ]
+ Parameter #1 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:Core> function trait_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $traitname ]
+ Parameter #1 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:Core> function function_exists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $function_name ]
+ }
+ }
+ Function [ <internal:Core> function class_alias ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $user_class_name ]
+ Parameter #1 [ <required> $alias_name ]
+ Parameter #2 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:Core> function get_included_files ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_required_files ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function is_subclass_of ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $class_name ]
+ Parameter #2 [ <optional> $allow_string ]
+ }
+ }
+ Function [ <internal:Core> function is_a ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $class_name ]
+ Parameter #2 [ <optional> $allow_string ]
+ }
+ }
+ Function [ <internal:Core> function get_class_vars ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $class_name ]
+ }
+ }
+ Function [ <internal:Core> function get_object_vars ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $obj ]
+ }
+ }
+ Function [ <internal:Core> function get_class_methods ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $class ]
+ }
+ }
+ Function [ <internal:Core> function trigger_error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> $error_type ]
+ }
+ }
+ Function [ <internal:Core> function user_error ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> $error_type ]
+ }
+ }
+ Function [ <internal:Core> function set_error_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $error_handler ]
+ Parameter #1 [ <optional> $error_types ]
+ }
+ }
+ Function [ <internal:Core> function restore_error_handler ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function set_exception_handler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $exception_handler ]
+ }
+ }
+ Function [ <internal:Core> function restore_exception_handler ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_declared_classes ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_declared_traits ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_declared_interfaces ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_defined_functions ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function get_defined_vars ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function create_function ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $args ]
+ Parameter #1 [ <required> $code ]
+ }
+ }
+ Function [ <internal:Core> function get_resource_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $res ]
+ }
+ }
+ Function [ <internal:Core> function get_loaded_extensions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $zend_extensions ]
+ }
+ }
+ Function [ <internal:Core> function extension_loaded ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $extension_name ]
+ }
+ }
+ Function [ <internal:Core> function get_extension_funcs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $extension_name ]
+ }
+ }
+ Function [ <internal:Core> function get_defined_constants ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $categorize ]
+ }
+ }
+ Function [ <internal:Core> function debug_backtrace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $options ]
+ Parameter #1 [ <optional> $limit ]
+ }
+ }
+ Function [ <internal:Core> function debug_print_backtrace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:Core> function gc_collect_cycles ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function gc_enabled ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function gc_enable ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:Core> function gc_disable ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [10] {
+ Class [ <internal:Core> class stdClass ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:Core> interface Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:Core> interface IteratorAggregate extends Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:Core> abstract public method getIterator ] {
+ }
+ }
+ }
+
+ Interface [ <internal:Core> interface Iterator extends Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:Core> abstract public method current ] {
+ }
+
+ Method [ <internal:Core> abstract public method next ] {
+ }
+
+ Method [ <internal:Core> abstract public method key ] {
+ }
+
+ Method [ <internal:Core> abstract public method valid ] {
+ }
+
+ Method [ <internal:Core> abstract public method rewind ] {
+ }
+ }
+ }
+
+ Interface [ <internal:Core> interface ArrayAccess ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:Core> abstract public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+
+ Method [ <internal:Core> abstract public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+
+ Method [ <internal:Core> abstract public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Core> abstract public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:Core> interface Serializable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:Core> abstract public method serialize ] {
+ }
+
+ Method [ <internal:Core, ctor> abstract public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Core> class Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [7] {
+ Property [ <default> protected $message ]
+ Property [ <default> private $string ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> private $trace ]
+ Property [ <default> private $previous ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core> final private method __clone ] {
+ }
+
+ Method [ <internal:Core, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core> final public method getCode ] {
+ }
+
+ Method [ <internal:Core> final public method getFile ] {
+ }
+
+ Method [ <internal:Core> final public method getLine ] {
+ }
+
+ Method [ <internal:Core> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:Core> class ErrorException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> protected $severity ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, overwrites Exception, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $severity ]
+ Parameter #3 [ <optional> $filename ]
+ Parameter #4 [ <optional> $lineno ]
+ Parameter #5 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core> final public method getSeverity ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:Core> final class Closure ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:Core> static public method bind ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $closure ]
+ Parameter #1 [ <required> $newthis ]
+ Parameter #2 [ <optional> $newscope ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:Core, ctor> private method __construct ] {
+ }
+
+ Method [ <internal:Core> public method bindTo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $newthis ]
+ Parameter #1 [ <optional> $newscope ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Core> <iterateable> final class Generator implements Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:Core, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core> public method send ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Core> 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 [ <persistent> extension #63 PDO version 1.0.4dev ] {
+
+ - Dependencies {
+ Dependency [ spl (Required) ]
+ }
+
+ - Functions {
+ Function [ <internal:PDO> function pdo_drivers ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [4] {
+ Class [ <internal:PDO> class PDOException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> public $errorInfo ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:PDO> 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 [ <internal:PDO> static public method getAvailableDrivers ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [16] {
+ Method [ <internal:PDO, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $dsn ]
+ Parameter #1 [ <required> $username ]
+ Parameter #2 [ <required> $passwd ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:PDO> public method prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:PDO> public method beginTransaction ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method commit ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method rollBack ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method inTransaction ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:PDO> public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:PDO> public method query ] {
+ }
+
+ Method [ <internal:PDO> public method lastInsertId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $seqname ]
+ }
+ }
+
+ Method [ <internal:PDO> public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $attribute ]
+ }
+ }
+
+ Method [ <internal:PDO> public method quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $paramtype ]
+ }
+ }
+
+ Method [ <internal:PDO> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> final public method __sleep ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:PDO> <iterateable> class PDOStatement implements Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> public $queryString ]
+ }
+
+ - Methods [21] {
+ Method [ <internal:PDO> public method execute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $bound_input_params ]
+ }
+ }
+
+ Method [ <internal:PDO> public method fetch ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $how ]
+ Parameter #1 [ <optional> $orientation ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+
+ Method [ <internal:PDO> public method bindParam ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $paramno ]
+ Parameter #1 [ <required> &$param ]
+ Parameter #2 [ <optional> $type ]
+ Parameter #3 [ <optional> $maxlen ]
+ Parameter #4 [ <optional> $driverdata ]
+ }
+ }
+
+ Method [ <internal:PDO> public method bindColumn ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $column ]
+ Parameter #1 [ <required> &$param ]
+ Parameter #2 [ <optional> $type ]
+ Parameter #3 [ <optional> $maxlen ]
+ Parameter #4 [ <optional> $driverdata ]
+ }
+ }
+
+ Method [ <internal:PDO> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $paramno ]
+ Parameter #1 [ <required> $param ]
+ Parameter #2 [ <optional> $type ]
+ }
+ }
+
+ Method [ <internal:PDO> public method rowCount ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method fetchColumn ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $column_number ]
+ }
+ }
+
+ Method [ <internal:PDO> public method fetchAll ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $how ]
+ Parameter #1 [ <optional> $class_name ]
+ Parameter #2 [ <optional> $ctor_args ]
+ }
+ }
+
+ Method [ <internal:PDO> public method fetchObject ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $class_name ]
+ Parameter #1 [ <optional> $ctor_args ]
+ }
+ }
+
+ Method [ <internal:PDO> public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method errorInfo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:PDO> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $attribute ]
+ }
+ }
+
+ Method [ <internal:PDO> public method columnCount ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method getColumnMeta ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $column ]
+ }
+ }
+
+ Method [ <internal:PDO> public method setFetchMode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mode ]
+ Parameter #1 [ <optional> $params ]
+ }
+ }
+
+ Method [ <internal:PDO> public method nextRowset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method closeCursor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> public method debugDumpParams ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> final public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:PDO> final public method __sleep ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:PDO> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 <ALL> ]
+ Current = '1'
+ }
+ Entry [ phar.require_hash <ALL> ]
+ Current = '1'
+ }
+ Entry [ phar.cache_list <SYSTEM> ]
+ Current = ''
+ }
+ }
+
+ - Classes [4] {
+ Class [ <internal:Phar> class PharException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:Phar> <iterateable> 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 [ <internal:Phar> final static public method apiVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method canCompress ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $method ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method canWrite ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method createDefaultStub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $index ]
+ Parameter #1 [ <optional> $webindex ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method getSupportedCompression ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method getSupportedSignatures ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method interceptFileFuncs ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method isValidPharFilename ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $executable ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method loadPhar ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $alias ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method mapPhar ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $alias ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method running ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $retphar ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method mount ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $inphar ]
+ Parameter #1 [ <required> $externalfile ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method mungServer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $munglist ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method unlinkArchive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $archive ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method webPhar ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <optional> $alias ]
+ Parameter #1 [ <optional> $index ]
+ Parameter #2 [ <optional> $f404 ]
+ Parameter #3 [ <optional> $mimetypes ]
+ Parameter #4 [ <optional> $rewrites ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [81] {
+ Method [ <internal:Phar, overwrites RecursiveDirectoryIterator, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $alias ]
+ Parameter #3 [ <optional> $fileformat ]
+ }
+ }
+
+ Method [ <internal:Phar, dtor> public method __destruct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method addEmptyDir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dirname ]
+ }
+ }
+
+ Method [ <internal:Phar> public method addFile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $localname ]
+ }
+ }
+
+ Method [ <internal:Phar> public method addFromString ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $localname ]
+ Parameter #1 [ <optional> $contents ]
+ }
+ }
+
+ Method [ <internal:Phar> public method buildFromDirectory ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $base_dir ]
+ Parameter #1 [ <optional> $regex ]
+ }
+ }
+
+ Method [ <internal:Phar> public method buildFromIterator ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $iterator ]
+ Parameter #1 [ <optional> $base_directory ]
+ }
+ }
+
+ Method [ <internal:Phar> public method compressFiles ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $compression_type ]
+ }
+ }
+
+ Method [ <internal:Phar> public method decompressFiles ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method compress ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $compression_type ]
+ Parameter #1 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method decompress ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method convertToExecutable ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $format ]
+ Parameter #1 [ <optional> $compression_type ]
+ Parameter #2 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method convertToData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $format ]
+ Parameter #1 [ <optional> $compression_type ]
+ Parameter #2 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method copy ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $newfile ]
+ Parameter #1 [ <required> $oldfile ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar> public method delMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method extractTo ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pathto ]
+ Parameter #1 [ <optional> $files ]
+ Parameter #2 [ <optional> $overwrite ]
+ }
+ }
+
+ Method [ <internal:Phar> public method getAlias ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar, overwrites SplFileInfo, prototype SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getModified ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getSignature ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getStub ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method hasMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isBuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isCompressed ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isFileFormat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fileformat ]
+ }
+ }
+
+ Method [ <internal:Phar, overwrites SplFileInfo, prototype SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $entry ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $alias ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setDefaultStub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $index ]
+ Parameter #1 [ <optional> $webindex ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setMetadata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $metadata ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setSignatureAlgorithm ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $privatekey ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setStub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $newstub ]
+ Parameter #1 [ <optional> $maxlen ]
+ }
+ }
+
+ Method [ <internal:Phar> public method startBuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method stopBuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $allow_links ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator> public method getSubPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator> public method getSubPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator> public method isDot ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:Phar> <iterateable> 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 [ <internal:Phar> final static public method apiVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method canCompress ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $method ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method canWrite ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method createDefaultStub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $index ]
+ Parameter #1 [ <optional> $webindex ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method getSupportedCompression ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method getSupportedSignatures ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method interceptFileFuncs ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> final static public method isValidPharFilename ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $executable ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method loadPhar ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $alias ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method mapPhar ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $alias ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method running ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $retphar ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method mount ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $inphar ]
+ Parameter #1 [ <required> $externalfile ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method mungServer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $munglist ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method unlinkArchive ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $archive ]
+ }
+ }
+
+ Method [ <internal:Phar> final static public method webPhar ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <optional> $alias ]
+ Parameter #1 [ <optional> $index ]
+ Parameter #2 [ <optional> $f404 ]
+ Parameter #3 [ <optional> $mimetypes ]
+ Parameter #4 [ <optional> $rewrites ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [81] {
+ Method [ <internal:Phar, overwrites RecursiveDirectoryIterator, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $alias ]
+ Parameter #3 [ <optional> $fileformat ]
+ }
+ }
+
+ Method [ <internal:Phar, dtor> public method __destruct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method addEmptyDir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dirname ]
+ }
+ }
+
+ Method [ <internal:Phar> public method addFile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $localname ]
+ }
+ }
+
+ Method [ <internal:Phar> public method addFromString ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $localname ]
+ Parameter #1 [ <optional> $contents ]
+ }
+ }
+
+ Method [ <internal:Phar> public method buildFromDirectory ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $base_dir ]
+ Parameter #1 [ <optional> $regex ]
+ }
+ }
+
+ Method [ <internal:Phar> public method buildFromIterator ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $iterator ]
+ Parameter #1 [ <optional> $base_directory ]
+ }
+ }
+
+ Method [ <internal:Phar> public method compressFiles ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $compression_type ]
+ }
+ }
+
+ Method [ <internal:Phar> public method decompressFiles ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method compress ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $compression_type ]
+ Parameter #1 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method decompress ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method convertToExecutable ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $format ]
+ Parameter #1 [ <optional> $compression_type ]
+ Parameter #2 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method convertToData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $format ]
+ Parameter #1 [ <optional> $compression_type ]
+ Parameter #2 [ <optional> $file_ext ]
+ }
+ }
+
+ Method [ <internal:Phar> public method copy ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $newfile ]
+ Parameter #1 [ <required> $oldfile ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar> public method delMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method extractTo ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pathto ]
+ Parameter #1 [ <optional> $files ]
+ Parameter #2 [ <optional> $overwrite ]
+ }
+ }
+
+ Method [ <internal:Phar> public method getAlias ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar, overwrites SplFileInfo, prototype SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getModified ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getSignature ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getStub ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method hasMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isBuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isCompressed ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isFileFormat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fileformat ]
+ }
+ }
+
+ Method [ <internal:Phar, overwrites SplFileInfo, prototype SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $entry ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Phar, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $entry ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setAlias ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $alias ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setDefaultStub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $index ]
+ Parameter #1 [ <optional> $webindex ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setMetadata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $metadata ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setSignatureAlgorithm ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $privatekey ]
+ }
+ }
+
+ Method [ <internal:Phar> public method setStub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $newstub ]
+ Parameter #1 [ <optional> $maxlen ]
+ }
+ }
+
+ Method [ <internal:Phar> public method startBuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method stopBuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $allow_links ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator> public method getSubPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveDirectoryIterator> public method getSubPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator> public method isDot ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:Phar> class PharFileInfo extends SplFileInfo ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [44] {
+ Method [ <internal:Phar, overwrites SplFileInfo, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:Phar, dtor> public method __destruct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method chmod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $perms ]
+ }
+ }
+
+ Method [ <internal:Phar> public method compress ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $compression_type ]
+ }
+ }
+
+ Method [ <internal:Phar> public method decompress ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method delMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getCompressedSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getCRC32 ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getContent ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method getPharFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method hasMetadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method isCompressed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $compression_type ]
+ }
+ }
+
+ Method [ <internal:Phar> public method isCRCChecked ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Phar> public method setMetadata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $metadata ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> 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 [ <persistent> extension #20 Reflection version $Id: fb496936c25d640070d2d47dda7803e69f4bf6de $ ] {
+
+ - Classes [12] {
+ Class [ <internal:Reflection> class ReflectionException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> class Reflection ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:Reflection> static public method getModifierNames ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $modifiers ]
+ }
+ }
+
+ Method [ <internal:Reflection> static public method export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Reflector $reflector ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:Reflection> interface Reflector ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:Reflection> abstract static public method export ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:Reflection> abstract public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> abstract class ReflectionFunctionAbstract implements Reflector ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [24] {
+ Method [ <internal:Reflection> final private method __clone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> abstract public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method inNamespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isClosure ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isDeprecated ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isInternal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isUserDefined ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isGenerator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClosureThis ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClosureScopeClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDocComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getEndLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getExtensionName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getFileName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getNumberOfParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getNumberOfRequiredParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getShortName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getStartLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getStaticVariables ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method returnsReference ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> class ReflectionFunction extends ReflectionFunctionAbstract implements Reflector ] {
+
+ - Constants [1] {
+ Constant [ integer IS_DEPRECATED ] { 262144 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:Reflection> static public method export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [28] {
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, overwrites ReflectionFunctionAbstract, prototype ReflectionFunctionAbstract> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isDisabled ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method invoke ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $args ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method invokeArgs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $args ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClosure ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method inNamespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isClosure ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isDeprecated ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isInternal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isUserDefined ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isGenerator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getClosureThis ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getClosureScopeClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getDocComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getEndLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getExtensionName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getFileName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getNumberOfParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getNumberOfRequiredParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getShortName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getStartLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getStaticVariables ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method returnsReference ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> class ReflectionParameter implements Reflector ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:Reflection> static public method export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $function ]
+ Parameter #1 [ <required> $parameter ]
+ Parameter #2 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [18] {
+ Method [ <internal:Reflection> final private method __clone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $function ]
+ Parameter #1 [ <required> $parameter ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isPassedByReference ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method canBePassedByValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDeclaringFunction ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDeclaringClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isArray ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isCallable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method allowsNull ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getPosition ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isOptional ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isDefaultValueAvailable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDefaultValue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isDefaultValueConstant ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDefaultValueConstantName ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> 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 [ <internal:Reflection> static public method export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $class ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [2] {
+ Property [ <default> public $name ]
+ Property [ <default> public $class ]
+ }
+
+ - Methods [39] {
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $class_or_method ]
+ Parameter #1 [ <optional> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, overwrites ReflectionFunctionAbstract, prototype ReflectionFunctionAbstract> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isPublic ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isPrivate ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isProtected ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isAbstract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isFinal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isStatic ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isConstructor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isDestructor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClosure ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getModifiers ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method invoke ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $args ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method invokeArgs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> array $args ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDeclaringClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getPrototype ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method setAccessible ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method inNamespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isClosure ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isDeprecated ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isInternal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isUserDefined ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method isGenerator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getClosureThis ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getClosureScopeClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getDocComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getEndLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getExtensionName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getFileName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getNumberOfParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getNumberOfRequiredParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getParameters ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getShortName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getStartLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method getStaticVariables ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionFunctionAbstract> public method returnsReference ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> 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 [ <internal:Reflection> static public method export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $argument ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [49] {
+ Method [ <internal:Reflection> final private method __clone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $argument ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isInternal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isUserDefined ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isInstantiable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isCloneable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getFileName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getStartLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getEndLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDocComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getConstructor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method hasMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getMethods ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filter ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method hasProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filter ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method hasConstant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getConstants ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getConstant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getInterfaces ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getInterfaceNames ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isInterface ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getTraits ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getTraitNames ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getTraitAliases ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isTrait ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isAbstract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isFinal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getModifiers ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $args ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method newInstanceWithoutConstructor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method newInstanceArgs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $args ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getParentClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isSubclassOf ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $class ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getStaticProperties ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getStaticPropertyValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $default ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method setStaticPropertyValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDefaultProperties ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isIterateable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method implementsInterface ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $interface ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getExtensionName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method inNamespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getShortName ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> 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 [ <internal:Reflection, overwrites ReflectionClass, prototype ReflectionClass> static public method export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $argument ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [48] {
+ Method [ <internal:Reflection, overwrites ReflectionClass, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $argument ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isInternal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isUserDefined ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isInstantiable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isCloneable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getFileName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getStartLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getEndLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getDocComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getConstructor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method hasMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getMethods ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filter ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method hasProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getProperties ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filter ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method hasConstant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getConstants ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getConstant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getInterfaces ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getInterfaceNames ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isInterface ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getTraits ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getTraitNames ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getTraitAliases ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isTrait ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isAbstract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isFinal ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getModifiers ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method newInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $args ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method newInstanceWithoutConstructor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method newInstanceArgs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> array $args ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getParentClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isSubclassOf ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $class ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getStaticProperties ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getStaticPropertyValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $default ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method setStaticPropertyValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getDefaultProperties ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method isIterateable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method implementsInterface ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $interface ]
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getExtensionName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method inNamespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getNamespaceName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, inherits ReflectionClass> public method getShortName ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> 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 [ <internal:Reflection> static public method export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $class ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [2] {
+ Property [ <default> public $name ]
+ Property [ <default> public $class ]
+ }
+
+ - Methods [15] {
+ Method [ <internal:Reflection> final private method __clone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $class ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getValue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $object ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method setValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method isPublic ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isPrivate ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isProtected ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isStatic ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isDefault ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getModifiers ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDeclaringClass ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDocComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method setAccessible ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $visible ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> class ReflectionExtension implements Reflector ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:Reflection> static public method export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:Reflection> final private method __clone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getFunctions ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getConstants ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getINIEntries ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClasses ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getClassNames ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getDependencies ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isPersistent ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method isTemporary ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:Reflection> class ReflectionZendExtension implements Reflector ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:Reflection> static public method export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $name ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:Reflection> final private method __clone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:Reflection> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getAuthor ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> public method getURL ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Reflection> 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 [ <persistent> extension #21 SPL version 0.2 ] {
+
+ - Functions {
+ Function [ <internal:SPL> function spl_classes ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:SPL> function spl_autoload ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $class_name ]
+ Parameter #1 [ <optional> $file_extensions ]
+ }
+ }
+ Function [ <internal:SPL> function spl_autoload_extensions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $file_extensions ]
+ }
+ }
+ Function [ <internal:SPL> function spl_autoload_register ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $autoload_function ]
+ }
+ }
+ Function [ <internal:SPL> function spl_autoload_unregister ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $autoload_function ]
+ }
+ }
+ Function [ <internal:SPL> function spl_autoload_functions ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:SPL> function spl_autoload_call ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $class_name ]
+ }
+ }
+ Function [ <internal:SPL> function class_parents ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $instance ]
+ Parameter #1 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:SPL> function class_implements ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $what ]
+ Parameter #1 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:SPL> function class_uses ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $what ]
+ Parameter #1 [ <optional> $autoload ]
+ }
+ }
+ Function [ <internal:SPL> function spl_object_hash ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $obj ]
+ }
+ }
+ Function [ <internal:SPL> function iterator_to_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Traversable $iterator ]
+ Parameter #1 [ <optional> $use_keys ]
+ }
+ }
+ Function [ <internal:SPL> function iterator_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Traversable $iterator ]
+ }
+ }
+ Function [ <internal:SPL> function iterator_apply ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Traversable $iterator ]
+ Parameter #1 [ <required> $function ]
+ Parameter #2 [ <optional> array or NULL $args ]
+ }
+ }
+ }
+
+ - Classes [56] {
+ Class [ <internal:SPL> class LogicException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class BadFunctionCallException extends LogicException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class BadMethodCallException extends BadFunctionCallException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class DomainException extends LogicException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class InvalidArgumentException extends LogicException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class LengthException extends LogicException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class OutOfRangeException extends LogicException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class RuntimeException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class OutOfBoundsException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class OverflowException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class RangeException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class UnderflowException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class UnexpectedValueException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Interface [ <internal:SPL> interface RecursiveIterator extends Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:SPL> abstract public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> abstract public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method current ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method next ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method key ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method valid ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method rewind ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Traversable $iterator ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getDepth ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getSubIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $level ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method beginIteration ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method endIteration ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method callHasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method callGetChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method beginChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method endChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method nextElement ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setMaxDepth ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $max_depth ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getMaxDepth ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:SPL> interface OuterIterator extends Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:SPL> abstract public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method current ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method next ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method key ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method valid ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method rewind ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class IteratorIterator implements Iterator, Traversable, OuterIterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Traversable $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> abstract class FilterIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:SPL, overwrites IteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> abstract public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> abstract class RecursiveFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator, RecursiveIterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [10] {
+ Method [ <internal:SPL, overwrites FilterIterator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> RecursiveIterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator> abstract public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class CallbackFilterIterator extends FilterIterator implements Iterator, Traversable, OuterIterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:SPL, overwrites FilterIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites FilterIterator, prototype FilterIterator> public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class RecursiveCallbackFilterIterator extends CallbackFilterIterator implements OuterIterator, Traversable, Iterator, RecursiveIterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [10] {
+ Method [ <internal:SPL, overwrites CallbackFilterIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> RecursiveIterator $iterator ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CallbackFilterIterator, prototype FilterIterator> public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class ParentIterator extends RecursiveFilterIterator implements RecursiveIterator, OuterIterator, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [10] {
+ Method [ <internal:SPL, overwrites RecursiveFilterIterator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> RecursiveIterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites FilterIterator, prototype FilterIterator> public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveFilterIterator, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveFilterIterator, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:SPL> interface Countable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:SPL> abstract public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:SPL> interface SeekableIterator extends Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:SPL> abstract public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method current ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method next ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method key ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method valid ] {
+ }
+
+ Method [ <internal:Core, inherits Iterator> abstract public method rewind ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class LimitIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:SPL, overwrites IteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ Parameter #1 [ <optional> $offset ]
+ Parameter #2 [ <optional> $count ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getPosition ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites IteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method hasNext ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getCache ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites CachingIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator> public method hasNext ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator> public method getCache ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits CachingIterator, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class NoRewindIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:SPL, overwrites IteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class AppendIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [10] {
+ Method [ <internal:SPL, overwrites IteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method append ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getIteratorIndex ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getArrayIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class InfiniteIterator extends IteratorIterator implements OuterIterator, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:SPL, overwrites IteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites IteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits IteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits IteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits IteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits IteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits IteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <default> public $replacement ]
+ }
+
+ - Methods [15] {
+ Method [ <internal:SPL, overwrites FilterIterator, ctor> public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ Parameter #1 [ <required> $regex ]
+ Parameter #2 [ <optional> $mode ]
+ Parameter #3 [ <optional> $flags ]
+ Parameter #4 [ <optional> $preg_flags ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites FilterIterator, prototype FilterIterator> public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getMode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setMode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getPregFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setPregFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $preg_flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getRegex ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <default> public $replacement ]
+ }
+
+ - Methods [17] {
+ Method [ <internal:SPL, overwrites RegexIterator, ctor> public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> RecursiveIterator $iterator ]
+ Parameter #1 [ <required> $regex ]
+ Parameter #2 [ <optional> $mode ]
+ Parameter #3 [ <optional> $flags ]
+ Parameter #4 [ <optional> $preg_flags ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator, prototype FilterIterator> public method accept ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method getMode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method setMode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method getPregFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method setPregFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $preg_flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RegexIterator> public method getRegex ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilterIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class EmptyIterator implements Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites RecursiveIteratorIterator, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> Traversable $iterator ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $caching_it_flags ]
+ Parameter #3 [ <optional> $mode ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginIteration ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endIteration ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callHasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method callGetChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method beginChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method endChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites RecursiveIteratorIterator, prototype RecursiveIteratorIterator> public method nextElement ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getPrefix ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setPrefixPart ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $part ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getEntry ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getPostfix ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getDepth ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getSubIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $level ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveIteratorIterator, prototype OuterIterator> public method getInnerIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method setMaxDepth ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $max_depth ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits RecursiveIteratorIterator> public method getMaxDepth ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $array ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL> public method append ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getArrayCopy ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method asort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method ksort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method uasort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmp_function ]
+ }
+ }
+
+ Method [ <internal:SPL> public method uksort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmp_function ]
+ }
+ }
+
+ Method [ <internal:SPL> public method natsort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method natcasesort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype IteratorAggregate> public method getIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method exchangeArray ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $array ]
+ }
+ }
+
+ Method [ <internal:SPL> public method setIteratorClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $iteratorClass ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getIteratorClass ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $array ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL> public method append ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getArrayCopy ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method asort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method ksort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method uasort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmp_function ]
+ }
+ }
+
+ Method [ <internal:SPL> public method uksort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmp_function ]
+ }
+ }
+
+ Method [ <internal:SPL> public method natsort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method natcasesort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $array ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method append ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method getArrayCopy ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method asort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmp_function ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmp_function ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method natsort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method natcasesort ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> class SplFileInfo ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [30] {
+ Method [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $file_name ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL> final public method _bad_state_ex ] {
+ }
+
+ Method [ <internal:SPL> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class DirectoryIterator extends SplFileInfo implements Iterator, Traversable, SeekableIterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [37] {
+ Method [ <internal:SPL, overwrites SplFileInfo, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites SplFileInfo, prototype SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites SplFileInfo, prototype SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites SplFileInfo, prototype SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL> public method isDot ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites SplFileInfo, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites DirectoryIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites DirectoryIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator> public method isDot ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites FilesystemIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $allow_links ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getSubPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getSubPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator> public method isDot ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites FilesystemIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits FilesystemIterator> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator> public method isDot ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits DirectoryIterator, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites SplFileInfo, ctor> public method __construct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $file_name ]
+ Parameter #1 [ <optional> $open_mode ]
+ Parameter #2 [ <optional> $use_include_path ]
+ Parameter #3 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method eof ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method fgets ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method fgetcsv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $delimiter ]
+ Parameter #1 [ <optional> $enclosure ]
+ Parameter #2 [ <optional> $escape ]
+ }
+ }
+
+ Method [ <internal:SPL> public method fputcsv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fields ]
+ Parameter #1 [ <optional> $delimiter ]
+ Parameter #2 [ <optional> $enclosure ]
+ }
+ }
+
+ Method [ <internal:SPL> public method setCsvControl ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $delimiter ]
+ Parameter #1 [ <optional> $enclosure ]
+ Parameter #2 [ <optional> $escape ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getCsvControl ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method flock ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $operation ]
+ Parameter #1 [ <optional> &$wouldblock ]
+ }
+ }
+
+ Method [ <internal:SPL> public method fflush ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method ftell ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method fseek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pos ]
+ Parameter #1 [ <optional> $whence ]
+ }
+ }
+
+ Method [ <internal:SPL> public method fgetc ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method fpassthru ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method fgetss ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $allowable_tags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method fscanf ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $format ]
+ }
+ }
+
+ Method [ <internal:SPL> public method fwrite ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:SPL> public method fstat ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method ftruncate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $size ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setMaxLineLen ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $max_len ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getMaxLineLen ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $line_pos ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getCurrentLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, overwrites SplFileInfo, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, overwrites SplFileObject, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $max_memory ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method eof ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fgets ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fgetcsv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $delimiter ]
+ Parameter #1 [ <optional> $enclosure ]
+ Parameter #2 [ <optional> $escape ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fputcsv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fields ]
+ Parameter #1 [ <optional> $delimiter ]
+ Parameter #2 [ <optional> $enclosure ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method setCsvControl ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $delimiter ]
+ Parameter #1 [ <optional> $enclosure ]
+ Parameter #2 [ <optional> $escape ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method getCsvControl ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method flock ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $operation ]
+ Parameter #1 [ <optional> &$wouldblock ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fflush ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method ftell ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fseek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pos ]
+ Parameter #1 [ <optional> $whence ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fgetc ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fpassthru ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fgetss ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $allowable_tags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fscanf ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $format ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fwrite ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method fstat ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method ftruncate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $size ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method setMaxLineLen ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $max_len ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method getMaxLineLen ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype SeekableIterator> public method seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $line_pos ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject> public method getCurrentLine ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileObject, prototype SplFileInfo> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFilename ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getExtension ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getBasename ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $suffix ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPerms ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getInode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getOwner ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getGroup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getATime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getMTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getCTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isWritable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isReadable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isExecutable ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isFile ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isDir ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method isLink ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getLinkTarget ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getRealPath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getFileInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method getPathInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method openFile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $open_mode ]
+ Parameter #1 [ <optional> $use_include_path ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setFileClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> public method setInfoClass ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $class_name ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplFileInfo> final public method _bad_state_ex ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL> public method pop ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method shift ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method push ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method unshift ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method bottom ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setIteratorMode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getIteratorMode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method prev ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL> public method enqueue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method dequeue ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method pop ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method shift ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method push ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method unshift ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method bottom ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method setIteratorMode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method getIteratorMode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method prev ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, inherits SplDoublyLinkedList> public method pop ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method shift ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method push ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method unshift ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method bottom ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method setIteratorMode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method getIteratorMode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList> public method prev ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplDoublyLinkedList, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> abstract class SplHeap implements Iterator, Traversable, Countable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:SPL> public method extract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method insert ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method recoverFromCorruption ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> abstract protected method compare ] {
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class SplMinHeap extends SplHeap implements Countable, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:SPL, overwrites SplHeap, prototype SplHeap> protected method compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method extract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method insert ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method recoverFromCorruption ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class SplMaxHeap extends SplHeap implements Countable, Traversable, Iterator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:SPL, overwrites SplHeap, prototype SplHeap> protected method compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method extract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method insert ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, inherits SplHeap> public method recoverFromCorruption ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL> public method compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+
+ Method [ <internal:SPL> public method insert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <required> $priority ]
+ }
+ }
+
+ Method [ <internal:SPL> public method setExtractFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method top ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method extract ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method isEmpty ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method recoverFromCorruption ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class SplFixedArray implements Iterator, Traversable, ArrayAccess, Countable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:SPL> static public method fromArray ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $save_indexes ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [15] {
+ Method [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $size ]
+ }
+ }
+
+ Method [ <internal:SPL> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method toArray ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method getSize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:SPL> interface SplObserver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:SPL> abstract public method update ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> SplSubject $SplSubject ]
+ }
+ }
+ }
+ }
+
+ Interface [ <internal:SPL> interface SplSubject ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:SPL> abstract public method attach ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> SplObserver $SplObserver ]
+ }
+ }
+
+ Method [ <internal:SPL> abstract public method detach ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> SplObserver $SplObserver ]
+ }
+ }
+
+ Method [ <internal:SPL> abstract public method notify ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> class SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [21] {
+ Method [ <internal:SPL> public method attach ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $inf ]
+ }
+ }
+
+ Method [ <internal:SPL> public method detach ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL> public method contains ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL> public method addAll ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL> public method removeAll ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL> public method removeAllExcept ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getInfo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setInfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $info ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getHash ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Countable> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype Serializable> public method serialize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $inf ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetUnset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:SPL, prototype ArrayAccess> public method offsetGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SPL> <iterateable> 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 [ <internal:SPL, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method getFlags ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL> public method setFlags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+
+ Method [ <internal:SPL> public method attachIterator ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ Parameter #1 [ <optional> $infos ]
+ }
+ }
+
+ Method [ <internal:SPL> public method detachIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL> public method containsIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Iterator $iterator ]
+ }
+ }
+
+ Method [ <internal:SPL> public method countIterators ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SPL, prototype Iterator> 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 [ <persistent> extension #24 SimpleXML version 0.1 ] {
+
+ - Dependencies {
+ Dependency [ libxml (Required) ]
+ Dependency [ spl (Required) ]
+ }
+
+ - Functions {
+ Function [ <internal:SimpleXML> function simplexml_load_file ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $class_name ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $ns ]
+ Parameter #4 [ <optional> $is_prefix ]
+ }
+ }
+ Function [ <internal:SimpleXML> function simplexml_load_string ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $class_name ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $ns ]
+ Parameter #4 [ <optional> $is_prefix ]
+ }
+ }
+ Function [ <internal:SimpleXML> function simplexml_import_dom ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $node ]
+ Parameter #1 [ <optional> $class_name ]
+ }
+ }
+ }
+
+ - Classes [2] {
+ Class [ <internal:SimpleXML> <iterateable> class SimpleXMLElement implements Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [14] {
+ Method [ <internal:SimpleXML, ctor> final public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $data_is_url ]
+ Parameter #3 [ <optional> $ns ]
+ Parameter #4 [ <optional> $is_prefix ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method asXML ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filename ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method saveXML ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filename ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method xpath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method registerXPathNamespace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $ns ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method attributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $ns ]
+ Parameter #1 [ <optional> $is_prefix ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method children ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $ns ]
+ Parameter #1 [ <optional> $is_prefix ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method getNamespaces ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $recursve ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method getDocNamespaces ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $recursve ]
+ Parameter #1 [ <optional> $from_root ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method addChild ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $ns ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method addAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $ns ]
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:SimpleXML> <iterateable> class SimpleXMLIterator extends SimpleXMLElement implements Traversable, RecursiveIterator, Iterator, Countable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [21] {
+ Method [ <internal:SimpleXML, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, prototype RecursiveIterator> public method hasChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, prototype RecursiveIterator> public method getChildren ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement, ctor> final public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $data_is_url ]
+ Parameter #3 [ <optional> $ns ]
+ Parameter #4 [ <optional> $is_prefix ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method asXML ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filename ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method saveXML ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filename ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method xpath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method registerXPathNamespace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $ns ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method attributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $ns ]
+ Parameter #1 [ <optional> $is_prefix ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method children ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $ns ]
+ Parameter #1 [ <optional> $is_prefix ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method getNamespaces ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $recursve ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method getDocNamespaces ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $recursve ]
+ Parameter #1 [ <optional> $from_root ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method addChild ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $ns ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method addAttribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $ns ]
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:SimpleXML, inherits SimpleXMLElement, prototype Countable> 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 [ <persistent> extension #31 bcmath version <no_version> ] {
+
+ - INI {
+ Entry [ bcmath.scale <ALL> ]
+ Current = '0'
+ }
+ }
+
+ - Functions {
+ Function [ <internal:bcmath> function bcadd ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $left_operand ]
+ Parameter #1 [ <required> $right_operand ]
+ Parameter #2 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcsub ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $left_operand ]
+ Parameter #1 [ <required> $right_operand ]
+ Parameter #2 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcmul ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $left_operand ]
+ Parameter #1 [ <required> $right_operand ]
+ Parameter #2 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcdiv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $left_operand ]
+ Parameter #1 [ <required> $right_operand ]
+ Parameter #2 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcmod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $left_operand ]
+ Parameter #1 [ <required> $right_operand ]
+ }
+ }
+ Function [ <internal:bcmath> function bcpow ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $x ]
+ Parameter #1 [ <required> $y ]
+ Parameter #2 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcsqrt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $operand ]
+ Parameter #1 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcscale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bccomp ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $left_operand ]
+ Parameter #1 [ <required> $right_operand ]
+ Parameter #2 [ <optional> $scale ]
+ }
+ }
+ Function [ <internal:bcmath> function bcpowmod ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $x ]
+ Parameter #1 [ <required> $y ]
+ Parameter #2 [ <required> $mod ]
+ Parameter #3 [ <optional> $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 [ <persistent> extension #8 bz2 version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:bz2> function bzopen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $file ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:bz2> function bzread ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $bz ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:bz2> function bzwrite ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:bz2> function bzflush ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:bz2> function bzclose ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:bz2> function bzerrno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bz ]
+ }
+ }
+ Function [ <internal:bz2> function bzerrstr ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bz ]
+ }
+ }
+ Function [ <internal:bz2> function bzerror ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bz ]
+ }
+ }
+ Function [ <internal:bz2> function bzcompress ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <required> $blocksize ]
+ Parameter #2 [ <optional> $workfactor ]
+ }
+ }
+ Function [ <internal:bz2> function bzdecompress ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $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 [ <persistent> extension #9 calendar version <no_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 [ <internal:calendar> function jdtogregorian ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $juliandaycount ]
+ }
+ }
+ Function [ <internal:calendar> function gregoriantojd ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $month ]
+ Parameter #1 [ <required> $day ]
+ Parameter #2 [ <required> $year ]
+ }
+ }
+ Function [ <internal:calendar> function jdtojulian ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $juliandaycount ]
+ }
+ }
+ Function [ <internal:calendar> function juliantojd ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $month ]
+ Parameter #1 [ <required> $day ]
+ Parameter #2 [ <required> $year ]
+ }
+ }
+ Function [ <internal:calendar> function jdtojewish ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $juliandaycount ]
+ Parameter #1 [ <optional> $hebrew ]
+ Parameter #2 [ <optional> $fl ]
+ }
+ }
+ Function [ <internal:calendar> function jewishtojd ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $month ]
+ Parameter #1 [ <required> $day ]
+ Parameter #2 [ <required> $year ]
+ }
+ }
+ Function [ <internal:calendar> function jdtofrench ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $juliandaycount ]
+ }
+ }
+ Function [ <internal:calendar> function frenchtojd ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $month ]
+ Parameter #1 [ <required> $day ]
+ Parameter #2 [ <required> $year ]
+ }
+ }
+ Function [ <internal:calendar> function jddayofweek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $juliandaycount ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:calendar> function jdmonthname ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $juliandaycount ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:calendar> function easter_date ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $year ]
+ }
+ }
+ Function [ <internal:calendar> function easter_days ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $year ]
+ Parameter #1 [ <optional> $method ]
+ }
+ }
+ Function [ <internal:calendar> function unixtojd ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:calendar> function jdtounix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $jday ]
+ }
+ }
+ Function [ <internal:calendar> function cal_to_jd ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $calendar ]
+ Parameter #1 [ <required> $month ]
+ Parameter #2 [ <required> $day ]
+ Parameter #3 [ <required> $year ]
+ }
+ }
+ Function [ <internal:calendar> function cal_from_jd ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $jd ]
+ Parameter #1 [ <required> $calendar ]
+ }
+ }
+ Function [ <internal:calendar> function cal_days_in_month ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $calendar ]
+ Parameter #1 [ <required> $month ]
+ Parameter #2 [ <required> $year ]
+ }
+ }
+ Function [ <internal:calendar> function cal_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $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 [ <persistent> extension #10 ctype version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:ctype> function ctype_alnum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_alpha ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_cntrl ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_digit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_lower ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_graph ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_print ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_punct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_space ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_upper ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:ctype> function ctype_xdigit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #32 curl version <no_version> ] {
+
+ - INI {
+ Entry [ curl.cainfo <SYSTEM> ]
+ 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 [ <internal:curl> function curl_init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $url ]
+ }
+ }
+ Function [ <internal:curl> function curl_copy_handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_version ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $version ]
+ }
+ }
+ Function [ <internal:curl> function curl_setopt ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ch ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:curl> function curl_setopt_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ch ]
+ Parameter #1 [ <required> array $options ]
+ }
+ }
+ Function [ <internal:curl> function curl_exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_getinfo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ch ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:curl> function curl_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_reset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_escape ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ch ]
+ Parameter #1 [ <required> $str ]
+ }
+ }
+ Function [ <internal:curl> function curl_unescape ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ch ]
+ Parameter #1 [ <required> $str ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_init ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:curl> function curl_multi_add_handle ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mh ]
+ Parameter #1 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_remove_handle ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mh ]
+ Parameter #1 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_select ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mh ]
+ Parameter #1 [ <optional> $timeout ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_exec ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mh ]
+ Parameter #1 [ <optional> &$still_running ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_getcontent ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ch ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_info_read ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mh ]
+ Parameter #1 [ <optional> &$msgs_in_queue ]
+ }
+ }
+ Function [ <internal:curl> function curl_multi_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mh ]
+ }
+ }
+ Function [ <internal:curl> function curl_share_init ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:curl> function curl_share_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sh ]
+ }
+ }
+ Function [ <internal:curl> function curl_share_setopt ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $sh ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $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 [ <persistent> extension #2 date version 5.5.0-dev ] {
+
+ - INI {
+ Entry [ date.timezone <ALL> ]
+ Current = 'Europe/Paris'
+ }
+ Entry [ date.default_latitude <ALL> ]
+ Current = '31.7667'
+ }
+ Entry [ date.default_longitude <ALL> ]
+ Current = '35.2333'
+ }
+ Entry [ date.sunset_zenith <ALL> ]
+ Current = '90.583333'
+ }
+ Entry [ date.sunrise_zenith <ALL> ]
+ 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 [ <internal:date> function strtotime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $time ]
+ Parameter #1 [ <optional> $now ]
+ }
+ }
+ Function [ <internal:date> function date ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:date> function idate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:date> function gmdate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:date> function mktime ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $hour ]
+ Parameter #1 [ <optional> $min ]
+ Parameter #2 [ <optional> $sec ]
+ Parameter #3 [ <optional> $mon ]
+ Parameter #4 [ <optional> $day ]
+ Parameter #5 [ <optional> $year ]
+ }
+ }
+ Function [ <internal:date> function gmmktime ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $hour ]
+ Parameter #1 [ <optional> $min ]
+ Parameter #2 [ <optional> $sec ]
+ Parameter #3 [ <optional> $mon ]
+ Parameter #4 [ <optional> $day ]
+ Parameter #5 [ <optional> $year ]
+ }
+ }
+ Function [ <internal:date> function checkdate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $month ]
+ Parameter #1 [ <required> $day ]
+ Parameter #2 [ <required> $year ]
+ }
+ }
+ Function [ <internal:date> function strftime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:date> function gmstrftime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:date> function time ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:date> function localtime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $timestamp ]
+ Parameter #1 [ <optional> $associative_array ]
+ }
+ }
+ Function [ <internal:date> function getdate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timestamp ]
+ }
+ }
+ Function [ <internal:date> function date_create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $time ]
+ Parameter #1 [ <optional> $object ]
+ }
+ }
+ Function [ <internal:date> function date_create_from_format ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $time ]
+ Parameter #2 [ <optional> $object ]
+ }
+ }
+ Function [ <internal:date> function date_parse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $date ]
+ }
+ }
+ Function [ <internal:date> function date_parse_from_format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $date ]
+ }
+ }
+ Function [ <internal:date> function date_get_last_errors ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:date> function date_format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $format ]
+ }
+ }
+ Function [ <internal:date> function date_modify ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $modify ]
+ }
+ }
+ Function [ <internal:date> function date_add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $interval ]
+ }
+ }
+ Function [ <internal:date> function date_sub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $interval ]
+ }
+ }
+ Function [ <internal:date> function date_timezone_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ Function [ <internal:date> function date_timezone_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $timezone ]
+ }
+ }
+ Function [ <internal:date> function date_offset_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ Function [ <internal:date> function date_diff ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $object2 ]
+ Parameter #2 [ <optional> $absolute ]
+ }
+ }
+ Function [ <internal:date> function date_time_set ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $hour ]
+ Parameter #2 [ <required> $minute ]
+ Parameter #3 [ <optional> $second ]
+ }
+ }
+ Function [ <internal:date> function date_date_set ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $year ]
+ Parameter #2 [ <required> $month ]
+ Parameter #3 [ <required> $day ]
+ }
+ }
+ Function [ <internal:date> function date_isodate_set ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $year ]
+ Parameter #2 [ <required> $week ]
+ Parameter #3 [ <optional> $day ]
+ }
+ }
+ Function [ <internal:date> function date_timestamp_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $unixtimestamp ]
+ }
+ }
+ Function [ <internal:date> function date_timestamp_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ Function [ <internal:date> function timezone_open ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timezone ]
+ }
+ }
+ Function [ <internal:date> function timezone_name_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ Function [ <internal:date> function timezone_name_from_abbr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $abbr ]
+ Parameter #1 [ <optional> $gmtoffset ]
+ Parameter #2 [ <optional> $isdst ]
+ }
+ }
+ Function [ <internal:date> function timezone_offset_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $datetime ]
+ }
+ }
+ Function [ <internal:date> function timezone_transitions_get ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $timestamp_begin ]
+ Parameter #2 [ <optional> $timestamp_end ]
+ }
+ }
+ Function [ <internal:date> function timezone_location_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ Function [ <internal:date> function timezone_identifiers_list ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $what ]
+ Parameter #1 [ <optional> $country ]
+ }
+ }
+ Function [ <internal:date> function timezone_abbreviations_list ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:date> function timezone_version_get ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:date> function date_interval_create_from_date_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $time ]
+ }
+ }
+ Function [ <internal:date> function date_interval_format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <required> $format ]
+ }
+ }
+ Function [ <internal:date> function date_default_timezone_set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timezone_identifier ]
+ }
+ }
+ Function [ <internal:date> function date_default_timezone_get ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:date> function date_sunrise ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $time ]
+ Parameter #1 [ <optional> $format ]
+ Parameter #2 [ <optional> $latitude ]
+ Parameter #3 [ <optional> $longitude ]
+ Parameter #4 [ <optional> $zenith ]
+ Parameter #5 [ <optional> $gmt_offset ]
+ }
+ }
+ Function [ <internal:date> function date_sunset ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $time ]
+ Parameter #1 [ <optional> $format ]
+ Parameter #2 [ <optional> $latitude ]
+ Parameter #3 [ <optional> $longitude ]
+ Parameter #4 [ <optional> $zenith ]
+ Parameter #5 [ <optional> $gmt_offset ]
+ }
+ }
+ Function [ <internal:date> function date_sun_info ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $time ]
+ Parameter #1 [ <required> $latitude ]
+ Parameter #2 [ <required> $longitude ]
+ }
+ }
+ }
+
+ - Classes [4] {
+ Class [ <internal:date> 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 [ <internal:date> static public method __set_state ] {
+ }
+
+ Method [ <internal:date> static public method createFromFormat ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $time ]
+ Parameter #2 [ <optional> $object ]
+ }
+ }
+
+ Method [ <internal:date> static public method getLastErrors ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [15] {
+ Method [ <internal:date, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $time ]
+ Parameter #1 [ <optional> $object ]
+ }
+ }
+
+ Method [ <internal:date> public method __wakeup ] {
+ }
+
+ Method [ <internal:date> public method format ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $format ]
+ }
+ }
+
+ Method [ <internal:date> public method modify ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $modify ]
+ }
+ }
+
+ Method [ <internal:date> public method add ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $interval ]
+ }
+ }
+
+ Method [ <internal:date> public method sub ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $interval ]
+ }
+ }
+
+ Method [ <internal:date> public method getTimezone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:date> public method setTimezone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timezone ]
+ }
+ }
+
+ Method [ <internal:date> public method getOffset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:date> public method setTime ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $hour ]
+ Parameter #1 [ <required> $minute ]
+ Parameter #2 [ <optional> $second ]
+ }
+ }
+
+ Method [ <internal:date> public method setDate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $year ]
+ Parameter #1 [ <required> $month ]
+ Parameter #2 [ <required> $day ]
+ }
+ }
+
+ Method [ <internal:date> public method setISODate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $year ]
+ Parameter #1 [ <required> $week ]
+ Parameter #2 [ <optional> $day ]
+ }
+ }
+
+ Method [ <internal:date> public method setTimestamp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $unixtimestamp ]
+ }
+ }
+
+ Method [ <internal:date> public method getTimestamp ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:date> public method diff ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $absolute ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:date> 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 [ <internal:date> static public method listAbbreviations ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:date> static public method listIdentifiers ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $what ]
+ Parameter #1 [ <optional> $country ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:date, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timezone ]
+ }
+ }
+
+ Method [ <internal:date> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:date> public method getOffset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $datetime ]
+ }
+ }
+
+ Method [ <internal:date> public method getTransitions ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timestamp_begin ]
+ Parameter #1 [ <required> $timestamp_end ]
+ }
+ }
+
+ Method [ <internal:date> public method getLocation ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:date> class DateInterval ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:date> static public method __set_state ] {
+ }
+
+ Method [ <internal:date> static public method createFromDateString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $time ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:date, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $interval_spec ]
+ }
+ }
+
+ Method [ <internal:date> public method __wakeup ] {
+ }
+
+ Method [ <internal:date> public method format ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $format ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:date> <iterateable> class DatePeriod implements Traversable ] {
+
+ - Constants [1] {
+ Constant [ integer EXCLUDE_START_DATE ] { 1 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:date, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $start ]
+ Parameter #1 [ <required> $interval ]
+ Parameter #2 [ <required> $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 [ <persistent> extension #33 dba version <no_version> ] {
+
+ - INI {
+ Entry [ dba.default_handler <ALL> ]
+ Current = 'flatfile'
+ }
+ }
+
+ - Functions {
+ Function [ <internal:dba> function dba_open ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <optional> $handlername ]
+ Parameter #3 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:dba> function dba_popen ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <optional> $handlername ]
+ Parameter #3 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:dba> function dba_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_delete ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_fetch ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $skip ]
+ Parameter #2 [ <optional> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_insert ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_firstkey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_nextkey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_optimize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_sync ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $handle ]
+ }
+ }
+ Function [ <internal:dba> function dba_handlers ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $full_info ]
+ }
+ }
+ Function [ <internal:dba> function dba_list ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:dba> function dba_key_split ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> 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 [ <internal:dom> function dom_import_simplexml ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $node ]
+ }
+ }
+ }
+
+ - Classes [31] {
+ Class [ <internal:dom> class DOMException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> public $code ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMStringList ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:dom> public method item ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMNameList ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:dom> public method getName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:dom> public method getNamespaceURI ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMImplementationList ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:dom> public method item ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMImplementationSource ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:dom> public method getDomimplementation ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $features ]
+ }
+ }
+
+ Method [ <internal:dom> public method getDomimplementations ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $features ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMImplementation ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:dom> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom> public method hasFeature ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method createDocumentType ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $qualifiedName ]
+ Parameter #1 [ <required> $publicId ]
+ Parameter #2 [ <required> $systemId ]
+ }
+ }
+
+ Method [ <internal:dom> public method createDocument ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $qualifiedName ]
+ Parameter #2 [ <required> DOMDocumentType $docType ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [22] {
+ Method [ <internal:dom> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMNameSpaceNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:dom> class DOMDocumentFragment extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [24] {
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method appendXML ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMDocument extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [55] {
+ Method [ <internal:dom> public method createElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $tagName ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:dom> public method createDocumentFragment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method createTextNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:dom> public method createComment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:dom> public method createCDATASection ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:dom> public method createProcessingInstruction ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $target ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:dom> public method createAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method createEntityReference ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method getElementsByTagName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $tagName ]
+ }
+ }
+
+ Method [ <internal:dom> public method importNode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $importedNode ]
+ Parameter #1 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom> public method createElementNS ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $qualifiedName ]
+ Parameter #2 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:dom> public method createAttributeNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $qualifiedName ]
+ }
+ }
+
+ Method [ <internal:dom> public method getElementsByTagNameNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method getElementById ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $elementId ]
+ }
+ }
+
+ Method [ <internal:dom> public method adoptNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $source ]
+ }
+ }
+
+ Method [ <internal:dom> public method normalizeDocument ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method renameNode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> DOMNode $node ]
+ Parameter #1 [ <required> $namespaceURI ]
+ Parameter #2 [ <required> $qualifiedName ]
+ }
+ }
+
+ Method [ <internal:dom> public method load ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:dom> public method save ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $file ]
+ }
+ }
+
+ Method [ <internal:dom> public method loadXML ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:dom> public method saveXML ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> DOMNode or NULL $node ]
+ }
+ }
+
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $version ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+
+ Method [ <internal:dom> public method validate ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method xinclude ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:dom> public method loadHTML ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:dom> public method loadHTMLFile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:dom> public method saveHTML ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method saveHTMLFile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $file ]
+ }
+ }
+
+ Method [ <internal:dom> public method schemaValidate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:dom> public method schemaValidateSource ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $source ]
+ }
+ }
+
+ Method [ <internal:dom> public method relaxNGValidate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:dom> public method relaxNGValidateSource ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $source ]
+ }
+ }
+
+ Method [ <internal:dom> public method registerNodeClass ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $baseClass ]
+ Parameter #1 [ <required> $extendedClass ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> <iterateable> class DOMNodeList implements Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:dom> public method item ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> <iterateable> class DOMNamedNodeMap implements Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:dom> public method getNamedItem ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method setNamedItem ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom> public method removeNamedItem ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method item ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $index ]
+ }
+ }
+
+ Method [ <internal:dom> public method getNamedItemNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $namespaceURI ]
+ Parameter #1 [ <optional> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method setNamedItemNS ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom> public method removeNamedItemNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $namespaceURI ]
+ Parameter #1 [ <optional> $localName ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMCharacterData extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [27] {
+ Method [ <internal:dom> public method substringData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom> public method appendData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom> public method insertData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom> public method deleteData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom> public method replaceData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ Parameter #2 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMAttr extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [24] {
+ Method [ <internal:dom> public method isId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMElement extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [41] {
+ Method [ <internal:dom> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:dom> public method removeAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method getAttributeNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method setAttributeNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMAttr $newAttr ]
+ }
+ }
+
+ Method [ <internal:dom> public method removeAttributeNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMAttr $oldAttr ]
+ }
+ }
+
+ Method [ <internal:dom> public method getElementsByTagName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method getAttributeNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method setAttributeNS ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $qualifiedName ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:dom> public method removeAttributeNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method getAttributeNodeNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method setAttributeNodeNS ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMAttr $newAttr ]
+ }
+ }
+
+ Method [ <internal:dom> public method getElementsByTagNameNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method hasAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method hasAttributeNS ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ }
+ }
+
+ Method [ <internal:dom> public method setIdAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $isId ]
+ }
+ }
+
+ Method [ <internal:dom> public method setIdAttributeNS ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $namespaceURI ]
+ Parameter #1 [ <required> $localName ]
+ Parameter #2 [ <required> $isId ]
+ }
+ }
+
+ Method [ <internal:dom> public method setIdAttributeNode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMAttr $attr ]
+ Parameter #1 [ <required> $isId ]
+ }
+ }
+
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $uri ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMText extends DOMCharacterData ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [32] {
+ Method [ <internal:dom> public method splitText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+
+ Method [ <internal:dom> public method isWhitespaceInElementContent ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method isElementContentWhitespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom> public method replaceWholeText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method substringData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method appendData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method insertData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method deleteData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method replaceData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ Parameter #2 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMComment extends DOMCharacterData ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [28] {
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method substringData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method appendData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method insertData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method deleteData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method replaceData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ Parameter #2 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMTypeinfo ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:dom> class DOMUserDataHandler ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:dom> public method handle ] {
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMDomError ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:dom> class DOMErrorHandler ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:dom> public method handleError ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMDomError $error ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMLocator ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:dom> class DOMConfiguration ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:dom> public method setParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:dom> public method getParameter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $name ]
+ }
+ }
+
+ Method [ <internal:dom> public method canSetParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $name ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMCdataSection extends DOMText ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [32] {
+ Method [ <internal:dom, overwrites DOMText, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMText> public method splitText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMText> public method isWhitespaceInElementContent ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMText> public method isElementContentWhitespace ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMText> public method replaceWholeText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method substringData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method appendData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method insertData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method deleteData ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMCharacterData> public method replaceData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <required> $count ]
+ Parameter #2 [ <required> $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMDocumentType extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [22] {
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMNotation extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [22] {
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMEntity extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [22] {
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMEntityReference extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [23] {
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMProcessingInstruction extends DOMNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [23] {
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method insertBefore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <optional> DOMNode or NULL $refChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method replaceChild ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ Parameter #1 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method removeChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $oldChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method appendChild ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $newChild ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasChildNodes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method cloneNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $deep ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method normalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSupported ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method hasAttributes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method compareDocumentPosition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isSameNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $other ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupPrefix ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isDefaultNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method lookupNamespaceUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method isEqualNode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMNode $arg ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getFeature ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $feature ]
+ Parameter #1 [ <required> $version ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method setUserData ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $handler ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getUserData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getNodePath ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method getLineNo ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14N ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $exclusive ]
+ Parameter #1 [ <optional> $with_comments ]
+ Parameter #2 [ <optional> array or NULL $xpath ]
+ Parameter #3 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+
+ Method [ <internal:dom, inherits DOMNode> public method C14NFile ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $uri ]
+ Parameter #1 [ <optional> $exclusive ]
+ Parameter #2 [ <optional> $with_comments ]
+ Parameter #3 [ <optional> array or NULL $xpath ]
+ Parameter #4 [ <optional> array or NULL $ns_prefixes ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMStringExtend ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:dom> public method findOffset16 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset32 ]
+ }
+ }
+
+ Method [ <internal:dom> public method findOffset32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset16 ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:dom> class DOMXPath ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:dom, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> DOMDocument $doc ]
+ }
+ }
+
+ Method [ <internal:dom> public method registerNamespace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $uri ]
+ }
+ }
+
+ Method [ <internal:dom> public method query ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $expr ]
+ Parameter #1 [ <optional> DOMNode or NULL $context ]
+ Parameter #2 [ <optional> $registerNodeNS ]
+ }
+ }
+
+ Method [ <internal:dom> public method evaluate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $expr ]
+ Parameter #1 [ <optional> DOMNode or NULL $context ]
+ Parameter #2 [ <optional> $registerNodeNS ]
+ }
+ }
+
+ Method [ <internal:dom> 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 [ <persistent> extension #35 enchant version 1.1.0 ] {
+
+ - Constants [2] {
+ Constant [ integer ENCHANT_MYSPELL ] { 1 }
+ Constant [ integer ENCHANT_ISPELL ] { 2 }
+ }
+
+ - Functions {
+ Function [ <internal:enchant> function enchant_broker_init ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_free ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $broker ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_get_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $broker ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_set_dict_path ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $broker ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_get_dict_path ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $broker ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_list_dicts ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $broker ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_request_dict ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $broker ]
+ Parameter #1 [ <required> $tag ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_request_pwl_dict ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $broker ]
+ Parameter #1 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_free_dict ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dict ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_dict_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $broker ]
+ Parameter #1 [ <required> $tag ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_set_ordering ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $broker ]
+ Parameter #1 [ <required> $tag ]
+ Parameter #2 [ <required> $ordering ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_broker_describe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $broker ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_check ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_suggest ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_add_to_personal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_add_to_session ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_is_in_session ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_store_replacement ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $mis ]
+ Parameter #2 [ <required> $cor ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_get_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dict ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_describe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dict ]
+ }
+ }
+ Function [ <internal:enchant> function enchant_dict_quick_check ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $dict ]
+ Parameter #1 [ <required> $word ]
+ Parameter #2 [ <optional> &$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 [ <persistent> extension #3 ereg version <no_version> ] {
+
+ - Functions {
+ Function [ <internal, deprecated:ereg> function ereg ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$registers ]
+ }
+ }
+ Function [ <internal, deprecated:ereg> function ereg_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $replacement ]
+ Parameter #2 [ <required> $string ]
+ }
+ }
+ Function [ <internal, deprecated:ereg> function eregi ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$registers ]
+ }
+ }
+ Function [ <internal, deprecated:ereg> function eregi_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $replacement ]
+ Parameter #2 [ <required> $string ]
+ }
+ }
+ Function [ <internal, deprecated:ereg> function split ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $limit ]
+ }
+ }
+ Function [ <internal, deprecated:ereg> function spliti ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $limit ]
+ }
+ }
+ Function [ <internal, deprecated:ereg> function sql_regcase ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #11 exif version 1.4 $Id$ ] {
+
+ - Dependencies {
+ Dependency [ standard (Required) ]
+ Dependency [ mbstring (Optional) ]
+ }
+
+ - INI {
+ Entry [ exif.encode_unicode <ALL> ]
+ Current = 'ISO-8859-15'
+ }
+ Entry [ exif.decode_unicode_motorola <ALL> ]
+ Current = 'UCS-2BE'
+ }
+ Entry [ exif.decode_unicode_intel <ALL> ]
+ Current = 'UCS-2LE'
+ }
+ Entry [ exif.encode_jis <ALL> ]
+ Current = ''
+ }
+ Entry [ exif.decode_jis_motorola <ALL> ]
+ Current = 'JIS'
+ }
+ Entry [ exif.decode_jis_intel <ALL> ]
+ Current = 'JIS'
+ }
+ }
+
+ - Constants [1] {
+ Constant [ integer EXIF_USE_MBSTRING ] { 1 }
+ }
+
+ - Functions {
+ Function [ <internal:exif> function exif_read_data ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $sections_needed ]
+ Parameter #2 [ <optional> $sub_arrays ]
+ Parameter #3 [ <optional> $read_thumbnail ]
+ }
+ }
+ Function [ <internal:exif> function read_exif_data ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $sections_needed ]
+ Parameter #2 [ <optional> $sub_arrays ]
+ Parameter #3 [ <optional> $read_thumbnail ]
+ }
+ }
+ Function [ <internal:exif> function exif_tagname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+ Function [ <internal:exif> function exif_thumbnail ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> &$width ]
+ Parameter #2 [ <optional> &$height ]
+ Parameter #3 [ <optional> &$imagetype ]
+ }
+ }
+ Function [ <internal:exif> function exif_imagetype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> 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 [ <internal:fileinfo> function finfo_open ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $options ]
+ Parameter #1 [ <optional> $arg ]
+ }
+ }
+ Function [ <internal:fileinfo> function finfo_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $finfo ]
+ }
+ }
+ Function [ <internal:fileinfo> function finfo_set_flags ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $finfo ]
+ Parameter #1 [ <required> $options ]
+ }
+ }
+ Function [ <internal:fileinfo> function finfo_file ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $finfo ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:fileinfo> function finfo_buffer ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $finfo ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:fileinfo> function mime_content_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
+ }
+
+ - Classes [1] {
+ Class [ <internal:fileinfo> class finfo ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [4] {
+ Method [ <internal:fileinfo, ctor> public method finfo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $options ]
+ Parameter #1 [ <optional> $arg ]
+ }
+ }
+
+ Method [ <internal:fileinfo> public method set_flags ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $options ]
+ }
+ }
+
+ Method [ <internal:fileinfo> public method file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+
+ Method [ <internal:fileinfo> public method buffer ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $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 [ <persistent> extension #12 filter version 0.11.0 ] {
+
+ - INI {
+ Entry [ filter.default <PERDIR,SYSTEM> ]
+ Current = 'unsafe_raw'
+ }
+ Entry [ filter.default_flags <PERDIR,SYSTEM> ]
+ 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 [ <internal:filter> function filter_input ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <required> $variable_name ]
+ Parameter #2 [ <optional> $filter ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:filter> function filter_var ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $variable ]
+ Parameter #1 [ <optional> $filter ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:filter> function filter_input_array ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <optional> $definition ]
+ Parameter #2 [ <optional> $add_empty ]
+ }
+ }
+ Function [ <internal:filter> function filter_var_array ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $definition ]
+ Parameter #2 [ <optional> $add_empty ]
+ }
+ }
+ Function [ <internal:filter> function filter_list ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:filter> function filter_has_var ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <required> $variable_name ]
+ }
+ }
+ Function [ <internal:filter> function filter_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #13 ftp version <no_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 [ <internal:ftp> function ftp_connect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_ssl_connect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_login ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $username ]
+ Parameter #2 [ <required> $password ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_pwd ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ftp ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_cdup ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ftp ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_chdir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_exec ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $command ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_raw ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $command ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_mkdir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_rmdir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_chmod ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_alloc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $size ]
+ Parameter #2 [ <optional> &$response ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_nlist ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_rawlist ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $directory ]
+ Parameter #2 [ <optional> $recursive ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_systype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ftp ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_pasv ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $pasv ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_get ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $local_file ]
+ Parameter #2 [ <required> $remote_file ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $resume_pos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_fget ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $fp ]
+ Parameter #2 [ <required> $remote_file ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $resumepos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_put ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $remote_file ]
+ Parameter #2 [ <required> $local_file ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $startpos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_fput ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $remote_file ]
+ Parameter #2 [ <required> $fp ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $startpos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_mdtm ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_rename ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $src ]
+ Parameter #2 [ <required> $dest ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_delete ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $file ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_site ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $cmd ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ftp ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_set_option ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_get_option ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $option ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_nb_fget ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $fp ]
+ Parameter #2 [ <required> $remote_file ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $resumepos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_nb_get ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $local_file ]
+ Parameter #2 [ <required> $remote_file ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $resume_pos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_nb_continue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ftp ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_nb_put ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $remote_file ]
+ Parameter #2 [ <required> $local_file ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $startpos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_nb_fput ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $ftp ]
+ Parameter #1 [ <required> $remote_file ]
+ Parameter #2 [ <required> $fp ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <optional> $startpos ]
+ }
+ }
+ Function [ <internal:ftp> function ftp_quit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #37 gd version <no_version> ] {
+
+ - INI {
+ Entry [ gd.jpeg_ignore_warning <ALL> ]
+ 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 [ <internal:gd> function gd_info ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:gd> function imagearc ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $cx ]
+ Parameter #2 [ <required> $cy ]
+ Parameter #3 [ <required> $w ]
+ Parameter #4 [ <required> $h ]
+ Parameter #5 [ <required> $s ]
+ Parameter #6 [ <required> $e ]
+ Parameter #7 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imageellipse ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $cx ]
+ Parameter #2 [ <required> $cy ]
+ Parameter #3 [ <required> $w ]
+ Parameter #4 [ <required> $h ]
+ Parameter #5 [ <required> $color ]
+ }
+ }
+ Function [ <internal:gd> function imagechar ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $font ]
+ Parameter #2 [ <required> $x ]
+ Parameter #3 [ <required> $y ]
+ Parameter #4 [ <required> $c ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagecharup ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $font ]
+ Parameter #2 [ <required> $x ]
+ Parameter #3 [ <required> $y ]
+ Parameter #4 [ <required> $c ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorat ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x ]
+ Parameter #2 [ <required> $y ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorallocate ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ }
+ }
+ Function [ <internal:gd> function imagepalettecopy ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dst ]
+ Parameter #1 [ <required> $src ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromstring ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $image ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorclosest ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorclosesthwb ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ }
+ }
+ Function [ <internal:gd> function imagecolordeallocate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorresolve ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorexact ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorset ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $color ]
+ Parameter #2 [ <required> $red ]
+ Parameter #3 [ <required> $green ]
+ Parameter #4 [ <required> $blue ]
+ Parameter #5 [ <optional> $alpha ]
+ }
+ }
+ Function [ <internal:gd> function imagecolortransparent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorstotal ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $im ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorsforindex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:gd> function imagecopy ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $dst_im ]
+ Parameter #1 [ <required> $src_im ]
+ Parameter #2 [ <required> $dst_x ]
+ Parameter #3 [ <required> $dst_y ]
+ Parameter #4 [ <required> $src_x ]
+ Parameter #5 [ <required> $src_y ]
+ Parameter #6 [ <required> $src_w ]
+ Parameter #7 [ <required> $src_h ]
+ }
+ }
+ Function [ <internal:gd> function imagecopymerge ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> $src_im ]
+ Parameter #1 [ <required> $dst_im ]
+ Parameter #2 [ <required> $dst_x ]
+ Parameter #3 [ <required> $dst_y ]
+ Parameter #4 [ <required> $src_x ]
+ Parameter #5 [ <required> $src_y ]
+ Parameter #6 [ <required> $src_w ]
+ Parameter #7 [ <required> $src_h ]
+ Parameter #8 [ <required> $pct ]
+ }
+ }
+ Function [ <internal:gd> function imagecopymergegray ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> $src_im ]
+ Parameter #1 [ <required> $dst_im ]
+ Parameter #2 [ <required> $dst_x ]
+ Parameter #3 [ <required> $dst_y ]
+ Parameter #4 [ <required> $src_x ]
+ Parameter #5 [ <required> $src_y ]
+ Parameter #6 [ <required> $src_w ]
+ Parameter #7 [ <required> $src_h ]
+ Parameter #8 [ <required> $pct ]
+ }
+ }
+ Function [ <internal:gd> function imagecopyresized ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> $dst_im ]
+ Parameter #1 [ <required> $src_im ]
+ Parameter #2 [ <required> $dst_x ]
+ Parameter #3 [ <required> $dst_y ]
+ Parameter #4 [ <required> $src_x ]
+ Parameter #5 [ <required> $src_y ]
+ Parameter #6 [ <required> $dst_w ]
+ Parameter #7 [ <required> $dst_h ]
+ Parameter #8 [ <required> $src_w ]
+ Parameter #9 [ <required> $src_h ]
+ }
+ }
+ Function [ <internal:gd> function imagecreate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $x_size ]
+ Parameter #1 [ <required> $y_size ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatetruecolor ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $x_size ]
+ Parameter #1 [ <required> $y_size ]
+ }
+ }
+ Function [ <internal:gd> function imageistruecolor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $im ]
+ }
+ }
+ Function [ <internal:gd> function imagetruecolortopalette ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $ditherFlag ]
+ Parameter #2 [ <required> $colorsWanted ]
+ }
+ }
+ Function [ <internal:gd> function imagesetthickness ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $thickness ]
+ }
+ }
+ Function [ <internal:gd> function imagefilledarc ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $cx ]
+ Parameter #2 [ <required> $cy ]
+ Parameter #3 [ <required> $w ]
+ Parameter #4 [ <required> $h ]
+ Parameter #5 [ <required> $s ]
+ Parameter #6 [ <required> $e ]
+ Parameter #7 [ <required> $col ]
+ Parameter #8 [ <required> $style ]
+ }
+ }
+ Function [ <internal:gd> function imagefilledellipse ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $cx ]
+ Parameter #2 [ <required> $cy ]
+ Parameter #3 [ <required> $w ]
+ Parameter #4 [ <required> $h ]
+ Parameter #5 [ <required> $color ]
+ }
+ }
+ Function [ <internal:gd> function imagealphablending ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $blend ]
+ }
+ }
+ Function [ <internal:gd> function imagesavealpha ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $save ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorallocatealpha ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ Parameter #4 [ <required> $alpha ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorresolvealpha ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ Parameter #4 [ <required> $alpha ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorclosestalpha ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ Parameter #4 [ <required> $alpha ]
+ }
+ }
+ Function [ <internal:gd> function imagecolorexactalpha ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $red ]
+ Parameter #2 [ <required> $green ]
+ Parameter #3 [ <required> $blue ]
+ Parameter #4 [ <required> $alpha ]
+ }
+ }
+ Function [ <internal:gd> function imagecopyresampled ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> $dst_im ]
+ Parameter #1 [ <required> $src_im ]
+ Parameter #2 [ <required> $dst_x ]
+ Parameter #3 [ <required> $dst_y ]
+ Parameter #4 [ <required> $src_x ]
+ Parameter #5 [ <required> $src_y ]
+ Parameter #6 [ <required> $dst_w ]
+ Parameter #7 [ <required> $dst_h ]
+ Parameter #8 [ <required> $src_w ]
+ Parameter #9 [ <required> $src_h ]
+ }
+ }
+ Function [ <internal:gd> function imagerotate ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $angle ]
+ Parameter #2 [ <required> $bgdcolor ]
+ Parameter #3 [ <optional> $ignoretransparent ]
+ }
+ }
+ Function [ <internal:gd> function imageantialias ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $on ]
+ }
+ }
+ Function [ <internal:gd> function imagesettile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $tile ]
+ }
+ }
+ Function [ <internal:gd> function imagesetbrush ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $brush ]
+ }
+ }
+ Function [ <internal:gd> function imagesetstyle ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $styles ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefrompng ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromgif ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromjpeg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromwbmp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromxbm ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromxpm ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromgd ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromgd2 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagecreatefromgd2part ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $srcX ]
+ Parameter #2 [ <required> $srcY ]
+ Parameter #3 [ <required> $width ]
+ Parameter #4 [ <required> $height ]
+ }
+ }
+ Function [ <internal:gd> function imagepng ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagegif ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagejpeg ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ Parameter #2 [ <optional> $quality ]
+ }
+ }
+ Function [ <internal:gd> function imagewbmp ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ Parameter #2 [ <optional> $foreground ]
+ }
+ }
+ Function [ <internal:gd> function imagegd ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagegd2 ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ Parameter #2 [ <optional> $chunk_size ]
+ Parameter #3 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:gd> function imagedestroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $im ]
+ }
+ }
+ Function [ <internal:gd> function imagegammacorrect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $inputgamma ]
+ Parameter #2 [ <required> $outputgamma ]
+ }
+ }
+ Function [ <internal:gd> function imagefill ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x ]
+ Parameter #2 [ <required> $y ]
+ Parameter #3 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagefilledpolygon ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $points ]
+ Parameter #2 [ <required> $num_pos ]
+ Parameter #3 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagefilledrectangle ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x1 ]
+ Parameter #2 [ <required> $y1 ]
+ Parameter #3 [ <required> $x2 ]
+ Parameter #4 [ <required> $y2 ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagefilltoborder ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x ]
+ Parameter #2 [ <required> $y ]
+ Parameter #3 [ <required> $border ]
+ Parameter #4 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagefontwidth ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $font ]
+ }
+ }
+ Function [ <internal:gd> function imagefontheight ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $font ]
+ }
+ }
+ Function [ <internal:gd> function imageinterlace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $interlace ]
+ }
+ }
+ Function [ <internal:gd> function imageline ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x1 ]
+ Parameter #2 [ <required> $y1 ]
+ Parameter #3 [ <required> $x2 ]
+ Parameter #4 [ <required> $y2 ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imageloadfont ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagepolygon ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $points ]
+ Parameter #2 [ <required> $num_pos ]
+ Parameter #3 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagerectangle ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x1 ]
+ Parameter #2 [ <required> $y1 ]
+ Parameter #3 [ <required> $x2 ]
+ Parameter #4 [ <required> $y2 ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagesetpixel ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x ]
+ Parameter #2 [ <required> $y ]
+ Parameter #3 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagestring ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $font ]
+ Parameter #2 [ <required> $x ]
+ Parameter #3 [ <required> $y ]
+ Parameter #4 [ <required> $str ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagestringup ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $font ]
+ Parameter #2 [ <required> $x ]
+ Parameter #3 [ <required> $y ]
+ Parameter #4 [ <required> $str ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagesx ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $im ]
+ }
+ }
+ Function [ <internal:gd> function imagesy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $im ]
+ }
+ }
+ Function [ <internal:gd> function imagedashedline ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $x1 ]
+ Parameter #2 [ <required> $y1 ]
+ Parameter #3 [ <required> $x2 ]
+ Parameter #4 [ <required> $y2 ]
+ Parameter #5 [ <required> $col ]
+ }
+ }
+ Function [ <internal:gd> function imagettfbbox ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $size ]
+ Parameter #1 [ <required> $angle ]
+ Parameter #2 [ <required> $font_file ]
+ Parameter #3 [ <required> $text ]
+ }
+ }
+ Function [ <internal:gd> function imagettftext ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $size ]
+ Parameter #2 [ <required> $angle ]
+ Parameter #3 [ <required> $x ]
+ Parameter #4 [ <required> $y ]
+ Parameter #5 [ <required> $col ]
+ Parameter #6 [ <required> $font_file ]
+ Parameter #7 [ <required> $text ]
+ }
+ }
+ Function [ <internal:gd> function imageftbbox ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $size ]
+ Parameter #1 [ <required> $angle ]
+ Parameter #2 [ <required> $font_file ]
+ Parameter #3 [ <required> $text ]
+ Parameter #4 [ <optional> $extrainfo ]
+ }
+ }
+ Function [ <internal:gd> function imagefttext ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $size ]
+ Parameter #2 [ <required> $angle ]
+ Parameter #3 [ <required> $x ]
+ Parameter #4 [ <required> $y ]
+ Parameter #5 [ <required> $col ]
+ Parameter #6 [ <required> $font_file ]
+ Parameter #7 [ <required> $text ]
+ Parameter #8 [ <optional> $extrainfo ]
+ }
+ }
+ Function [ <internal:gd> function imagepsloadfont ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pathname ]
+ }
+ }
+ Function [ <internal:gd> function imagepsfreefont ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $font_index ]
+ }
+ }
+ Function [ <internal:gd> function imagepsencodefont ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $font_index ]
+ Parameter #1 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:gd> function imagepsextendfont ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $font_index ]
+ Parameter #1 [ <required> $extend ]
+ }
+ }
+ Function [ <internal:gd> function imagepsslantfont ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $font_index ]
+ Parameter #1 [ <required> $slant ]
+ }
+ }
+ Function [ <internal:gd> function imagepstext ] {
+
+ - Parameters [12] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $text ]
+ Parameter #2 [ <required> $font ]
+ Parameter #3 [ <required> $size ]
+ Parameter #4 [ <required> $foreground ]
+ Parameter #5 [ <required> $background ]
+ Parameter #6 [ <required> $xcoord ]
+ Parameter #7 [ <required> $ycoord ]
+ Parameter #8 [ <optional> $space ]
+ Parameter #9 [ <optional> $tightness ]
+ Parameter #10 [ <optional> $angle ]
+ Parameter #11 [ <optional> $antialias ]
+ }
+ }
+ Function [ <internal:gd> function imagepsbbox ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $text ]
+ Parameter #1 [ <required> $font ]
+ Parameter #2 [ <required> $size ]
+ Parameter #3 [ <optional> $space ]
+ Parameter #4 [ <optional> $tightness ]
+ Parameter #5 [ <optional> $angle ]
+ }
+ }
+ Function [ <internal:gd> function imagetypes ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:gd> function jpeg2wbmp ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $f_org ]
+ Parameter #1 [ <required> $f_dest ]
+ Parameter #2 [ <required> $d_height ]
+ Parameter #3 [ <required> $d_width ]
+ Parameter #4 [ <required> $d_threshold ]
+ }
+ }
+ Function [ <internal:gd> function png2wbmp ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $f_org ]
+ Parameter #1 [ <required> $f_dest ]
+ Parameter #2 [ <required> $d_height ]
+ Parameter #3 [ <required> $d_width ]
+ Parameter #4 [ <required> $d_threshold ]
+ }
+ }
+ Function [ <internal:gd> function image2wbmp ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <optional> $filename ]
+ Parameter #2 [ <optional> $threshold ]
+ }
+ }
+ Function [ <internal:gd> function imagelayereffect ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $effect ]
+ }
+ }
+ Function [ <internal:gd> function imagexbm ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $foreground ]
+ }
+ }
+ Function [ <internal:gd> function imagecolormatch ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $im1 ]
+ Parameter #1 [ <required> $im2 ]
+ }
+ }
+ Function [ <internal:gd> function imagefilter ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $filtertype ]
+ Parameter #2 [ <optional> $arg1 ]
+ Parameter #3 [ <optional> $arg2 ]
+ Parameter #4 [ <optional> $arg3 ]
+ Parameter #5 [ <optional> $arg4 ]
+ }
+ }
+ Function [ <internal:gd> function imageconvolution ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $im ]
+ Parameter #1 [ <required> $matrix3x3 ]
+ Parameter #2 [ <required> $div ]
+ Parameter #3 [ <required> $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 [ <persistent> extension #14 gettext version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:gettext> function textdomain ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $domain ]
+ }
+ }
+ Function [ <internal:gettext> function gettext ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $msgid ]
+ }
+ }
+ Function [ <internal:gettext> function _ ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $msgid ]
+ }
+ }
+ Function [ <internal:gettext> function dgettext ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $domain_name ]
+ Parameter #1 [ <required> $msgid ]
+ }
+ }
+ Function [ <internal:gettext> function dcgettext ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $domain_name ]
+ Parameter #1 [ <required> $msgid ]
+ Parameter #2 [ <required> $category ]
+ }
+ }
+ Function [ <internal:gettext> function bindtextdomain ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $domain_name ]
+ Parameter #1 [ <required> $dir ]
+ }
+ }
+ Function [ <internal:gettext> function ngettext ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $msgid1 ]
+ Parameter #1 [ <required> $msgid2 ]
+ Parameter #2 [ <required> $count ]
+ }
+ }
+ Function [ <internal:gettext> function dngettext ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <required> $msgid1 ]
+ Parameter #2 [ <required> $msgid2 ]
+ Parameter #3 [ <required> $count ]
+ }
+ }
+ Function [ <internal:gettext> function dcngettext ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <required> $msgid1 ]
+ Parameter #2 [ <required> $msgid2 ]
+ Parameter #3 [ <required> $count ]
+ Parameter #4 [ <required> $category ]
+ }
+ }
+ Function [ <internal:gettext> function bind_textdomain_codeset ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #15 gmp version <no_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 [ <internal:gmp> function gmp_init ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <optional> $base ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_intval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $gmpnumber ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_strval ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $gmpnumber ]
+ Parameter #1 [ <optional> $base ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_sub ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_mul ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_div_qr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ Parameter #2 [ <optional> $round ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_div_q ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ Parameter #2 [ <optional> $round ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_div_r ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ Parameter #2 [ <optional> $round ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_div ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ Parameter #2 [ <optional> $round ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_mod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_divexact ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_neg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_abs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_fact ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_sqrt ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_sqrtrem ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_pow ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $base ]
+ Parameter #1 [ <required> $exp ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_powm ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $base ]
+ Parameter #1 [ <required> $exp ]
+ Parameter #2 [ <required> $mod ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_perfect_square ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_prob_prime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <optional> $reps ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_gcd ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_gcdext ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_invert ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_jacobi ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_legendre ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_cmp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_sign ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_random ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $limiter ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_and ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_or ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_com ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_xor ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_setbit ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$a ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $set_clear ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_clrbit ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$a ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_scan0 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $start ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_scan1 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $start ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_testbit ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_popcount ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $a ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_hamdist ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $a ]
+ Parameter #1 [ <required> $b ]
+ }
+ }
+ Function [ <internal:gmp> function gmp_nextprime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> 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 [ <internal:hash> function hash ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $algo ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:hash> function hash_file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $algo ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:hash> function hash_hmac ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $algo ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:hash> function hash_hmac_file ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $algo ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:hash> function hash_init ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $algo ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $key ]
+ }
+ }
+ Function [ <internal:hash> function hash_update ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $context ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:hash> function hash_update_stream ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $context ]
+ Parameter #1 [ <required> $handle ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:hash> function hash_update_file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $context ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:hash> function hash_final ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $context ]
+ Parameter #1 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:hash> function hash_copy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $context ]
+ }
+ }
+ Function [ <internal:hash> function hash_algos ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:hash> function hash_pbkdf2 ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $algo ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <required> $salt ]
+ Parameter #3 [ <required> $iterations ]
+ Parameter #4 [ <optional> $length ]
+ Parameter #5 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:hash> function mhash_keygen_s2k ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $hash ]
+ Parameter #1 [ <required> $input_password ]
+ Parameter #2 [ <required> $salt ]
+ Parameter #3 [ <required> $bytes ]
+ }
+ }
+ Function [ <internal:hash> function mhash_get_block_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $hash ]
+ }
+ }
+ Function [ <internal:hash> function mhash_get_hash_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $hash ]
+ }
+ }
+ Function [ <internal:hash> function mhash_count ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:hash> function mhash ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $hash ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $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 [ <persistent> extension #17 iconv version <no_version> ] {
+
+ - INI {
+ Entry [ iconv.input_encoding <ALL> ]
+ Current = 'ISO-8859-1'
+ }
+ Entry [ iconv.output_encoding <ALL> ]
+ Current = 'ISO-8859-1'
+ }
+ Entry [ iconv.internal_encoding <ALL> ]
+ 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 [ <internal:iconv> function iconv ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $in_charset ]
+ Parameter #1 [ <required> $out_charset ]
+ Parameter #2 [ <required> $str ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_get_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_set_encoding ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $type ]
+ Parameter #1 [ <required> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_strlen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_substr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_strpos ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_strrpos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_mime_encode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $field_name ]
+ Parameter #1 [ <required> $field_value ]
+ Parameter #2 [ <optional> $preference ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_mime_decode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $encoded_string ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:iconv> function iconv_mime_decode_headers ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $headers ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $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 [ <persistent> extension #43 imap version <no_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 [ <internal:imap> function imap_open ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $mailbox ]
+ Parameter #1 [ <required> $user ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $n_retries ]
+ Parameter #5 [ <optional> $params ]
+ }
+ }
+ Function [ <internal:imap> function imap_reopen ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $n_retries ]
+ }
+ }
+ Function [ <internal:imap> function imap_close ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_num_msg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_num_recent ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_headers ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_headerinfo ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $from_length ]
+ Parameter #3 [ <optional> $subject_length ]
+ Parameter #4 [ <optional> $default_host ]
+ }
+ }
+ Function [ <internal:imap> function imap_rfc822_parse_headers ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $headers ]
+ Parameter #1 [ <optional> $default_host ]
+ }
+ }
+ Function [ <internal:imap> function imap_rfc822_write_address ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $mailbox ]
+ Parameter #1 [ <required> $host ]
+ Parameter #2 [ <required> $personal ]
+ }
+ }
+ Function [ <internal:imap> function imap_rfc822_parse_adrlist ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $address_string ]
+ Parameter #1 [ <required> $default_host ]
+ }
+ }
+ Function [ <internal:imap> function imap_body ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_bodystruct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <required> $section ]
+ }
+ }
+ Function [ <internal:imap> function imap_fetchbody ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <required> $section ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_fetchmime ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <required> $section ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_savebody ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $file ]
+ Parameter #2 [ <required> $msg_no ]
+ Parameter #3 [ <optional> $section ]
+ Parameter #4 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_fetchheader ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_fetchstructure ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_gc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:imap> function imap_expunge ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_delete ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_undelete ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:imap> function imap_check ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_listscan ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ Parameter #3 [ <required> $content ]
+ }
+ }
+ Function [ <internal:imap> function imap_mail_copy ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msglist ]
+ Parameter #2 [ <required> $mailbox ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_mail_move ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $sequence ]
+ Parameter #2 [ <required> $mailbox ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_mail_compose ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $envelope ]
+ Parameter #1 [ <required> $body ]
+ }
+ }
+ Function [ <internal:imap> function imap_createmailbox ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_renamemailbox ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $old_name ]
+ Parameter #2 [ <required> $new_name ]
+ }
+ }
+ Function [ <internal:imap> function imap_deletemailbox ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_subscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_unsubscribe ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_append ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $folder ]
+ Parameter #2 [ <required> $message ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $date ]
+ }
+ }
+ Function [ <internal:imap> function imap_ping ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_base64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:imap> function imap_qprint ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:imap> function imap_8bit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:imap> function imap_binary ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $text ]
+ }
+ }
+ Function [ <internal:imap> function imap_utf8 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mime_encoded_text ]
+ }
+ }
+ Function [ <internal:imap> function imap_status ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ Parameter #2 [ <required> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_mailboxmsginfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_setflag_full ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $sequence ]
+ Parameter #2 [ <required> $flag ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_clearflag_full ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $sequence ]
+ Parameter #2 [ <required> $flag ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_sort ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $criteria ]
+ Parameter #2 [ <required> $reverse ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $search_criteria ]
+ Parameter #5 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:imap> function imap_uid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ }
+ }
+ Function [ <internal:imap> function imap_msgno ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $unique_msg_id ]
+ }
+ }
+ Function [ <internal:imap> function imap_list ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:imap> function imap_lsub ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:imap> function imap_fetch_overview ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $sequence ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_alerts ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:imap> function imap_errors ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:imap> function imap_last_error ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:imap> function imap_search ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $criteria ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:imap> function imap_utf7_decode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $buf ]
+ }
+ }
+ Function [ <internal:imap> function imap_utf7_encode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $buf ]
+ }
+ }
+ Function [ <internal:imap> function imap_mime_header_decode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:imap> function imap_thread ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_timeout ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timeout_type ]
+ Parameter #1 [ <optional> $timeout ]
+ }
+ }
+ Function [ <internal:imap> function imap_get_quota ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $qroot ]
+ }
+ }
+ Function [ <internal:imap> function imap_get_quotaroot ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_set_quota ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $qroot ]
+ Parameter #2 [ <required> $mailbox_size ]
+ }
+ }
+ Function [ <internal:imap> function imap_setacl ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ Parameter #2 [ <required> $id ]
+ Parameter #3 [ <required> $rights ]
+ }
+ }
+ Function [ <internal:imap> function imap_getacl ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_mail ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $to ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <required> $message ]
+ Parameter #3 [ <optional> $additional_headers ]
+ Parameter #4 [ <optional> $cc ]
+ Parameter #5 [ <optional> $bcc ]
+ Parameter #6 [ <optional> $rpath ]
+ }
+ }
+ Function [ <internal:imap> function imap_header ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $from_length ]
+ Parameter #3 [ <optional> $subject_length ]
+ Parameter #4 [ <optional> $default_host ]
+ }
+ }
+ Function [ <internal:imap> function imap_listmailbox ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:imap> function imap_getmailboxes ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:imap> function imap_scanmailbox ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ Parameter #3 [ <required> $content ]
+ }
+ }
+ Function [ <internal:imap> function imap_listsubscribed ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:imap> function imap_getsubscribed ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:imap> function imap_fetchtext ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $msg_no ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:imap> function imap_scan ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $ref ]
+ Parameter #2 [ <required> $pattern ]
+ Parameter #3 [ <required> $content ]
+ }
+ }
+ Function [ <internal:imap> function imap_create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $mailbox ]
+ }
+ }
+ Function [ <internal:imap> function imap_rename ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream_id ]
+ Parameter #1 [ <required> $old_name ]
+ Parameter #2 [ <required> $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 [ <persistent> extension #44 interbase version <no_version> ] {
+
+ - INI {
+ Entry [ ibase.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ ibase.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ ibase.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ ibase.default_db <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ ibase.default_user <ALL> ]
+ Current = ''
+ }
+ Entry [ ibase.default_password <ALL> ]
+ Current = ''
+ }
+ Entry [ ibase.default_charset <ALL> ]
+ Current = ''
+ }
+ Entry [ ibase.timestampformat <ALL> ]
+ Current = '%Y-%m-%d %H:%M:%S'
+ }
+ Entry [ ibase.dateformat <ALL> ]
+ Current = '%Y-%m-%d'
+ }
+ Entry [ ibase.timeformat <ALL> ]
+ 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 [ <internal:interbase> function ibase_connect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $database ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $charset ]
+ Parameter #4 [ <optional> $buffers ]
+ Parameter #5 [ <optional> $dialect ]
+ Parameter #6 [ <optional> $role ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_pconnect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $database ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $charset ]
+ Parameter #4 [ <optional> $buffers ]
+ Parameter #5 [ <optional> $dialect ]
+ Parameter #6 [ <optional> $role ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_drop_db ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_query ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $link_identifier ]
+ Parameter #2 [ <optional> $query ]
+ Parameter #3 [ <optional> $bind_arg ]
+ Parameter #4 [ <optional> $bind_arg ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_fetch_row ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $fetch_flags ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_fetch_assoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $fetch_flags ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_fetch_object ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $fetch_flags ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_name_result ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $query ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_execute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <optional> $bind_arg ]
+ Parameter #2 [ <optional> $bind_arg ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_free_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_gen_id ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $generator ]
+ Parameter #1 [ <optional> $increment ]
+ Parameter #2 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query_result ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_num_params ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_field_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query_result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_param_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_trans ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $trans_args ]
+ Parameter #1 [ <optional> $link_identifier ]
+ Parameter #2 [ <optional> $trans_args ]
+ Parameter #3 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_commit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_rollback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_commit_ret ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_rollback_ret ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $blob_id ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $blob_handle ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_cancel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $blob_handle ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $blob_handle ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_open ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $blob_id ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $blob_handle ]
+ Parameter #1 [ <required> $len ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_echo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $blob_id ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_blob_import ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $file ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_errmsg ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:interbase> function ibase_errcode ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:interbase> function ibase_add_user ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $user_name ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $first_name ]
+ Parameter #4 [ <optional> $middle_name ]
+ Parameter #5 [ <optional> $last_name ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_modify_user ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $user_name ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $first_name ]
+ Parameter #4 [ <optional> $middle_name ]
+ Parameter #5 [ <optional> $last_name ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_delete_user ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $user_name ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $first_name ]
+ Parameter #4 [ <optional> $middle_name ]
+ Parameter #5 [ <optional> $last_name ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_service_attach ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $dba_username ]
+ Parameter #2 [ <required> $dba_password ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_service_detach ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $service_handle ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_backup ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $source_db ]
+ Parameter #2 [ <required> $dest_file ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $verbose ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_restore ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $source_file ]
+ Parameter #2 [ <required> $dest_db ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $verbose ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_maintain_db ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $db ]
+ Parameter #2 [ <required> $action ]
+ Parameter #3 [ <optional> $argument ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_db_info ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $db ]
+ Parameter #2 [ <required> $action ]
+ Parameter #3 [ <optional> $argument ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_server_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $action ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_wait_event ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <optional> $event ]
+ Parameter #2 [ <optional> $event2 ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_set_event_handler ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $handler ]
+ Parameter #2 [ <optional> $event ]
+ Parameter #3 [ <optional> $event2 ]
+ }
+ }
+ Function [ <internal:interbase> function ibase_free_event_handler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $event ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_connect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $database ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $charset ]
+ Parameter #4 [ <optional> $buffers ]
+ Parameter #5 [ <optional> $dialect ]
+ Parameter #6 [ <optional> $role ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_pconnect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $database ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $charset ]
+ Parameter #4 [ <optional> $buffers ]
+ Parameter #5 [ <optional> $dialect ]
+ Parameter #6 [ <optional> $role ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_drop_db ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_query ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $link_identifier ]
+ Parameter #2 [ <optional> $query ]
+ Parameter #3 [ <optional> $bind_arg ]
+ Parameter #4 [ <optional> $bind_arg ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_fetch_row ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $fetch_flags ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_fetch_assoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $fetch_flags ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_fetch_object ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $fetch_flags ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_name_result ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $query ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_execute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <optional> $bind_arg ]
+ Parameter #2 [ <optional> $bind_arg ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_free_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_gen_id ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $generator ]
+ Parameter #1 [ <optional> $increment ]
+ Parameter #2 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query_result ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_num_params ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_field_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query_result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_param_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_trans ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $trans_args ]
+ Parameter #1 [ <optional> $link_identifier ]
+ Parameter #2 [ <optional> $trans_args ]
+ Parameter #3 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_commit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_rollback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_commit_ret ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_rollback_ret ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $blob_id ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $blob_handle ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_cancel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $blob_handle ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $blob_handle ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_open ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $blob_id ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $blob_handle ]
+ Parameter #1 [ <required> $len ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_echo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $blob_id ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_blob_import ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $link_identifier ]
+ Parameter #1 [ <optional> $file ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_errmsg ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:interbase> function fbird_errcode ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:interbase> function fbird_add_user ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $user_name ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $first_name ]
+ Parameter #4 [ <optional> $middle_name ]
+ Parameter #5 [ <optional> $last_name ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_modify_user ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $user_name ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $first_name ]
+ Parameter #4 [ <optional> $middle_name ]
+ Parameter #5 [ <optional> $last_name ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_delete_user ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $user_name ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $first_name ]
+ Parameter #4 [ <optional> $middle_name ]
+ Parameter #5 [ <optional> $last_name ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_service_attach ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $dba_username ]
+ Parameter #2 [ <required> $dba_password ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_service_detach ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $service_handle ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_backup ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $source_db ]
+ Parameter #2 [ <required> $dest_file ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $verbose ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_restore ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $source_file ]
+ Parameter #2 [ <required> $dest_db ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $verbose ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_maintain_db ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $db ]
+ Parameter #2 [ <required> $action ]
+ Parameter #3 [ <optional> $argument ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_db_info ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $db ]
+ Parameter #2 [ <required> $action ]
+ Parameter #3 [ <optional> $argument ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_server_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $service_handle ]
+ Parameter #1 [ <required> $action ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_wait_event ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <optional> $event ]
+ Parameter #2 [ <optional> $event2 ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_set_event_handler ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $handler ]
+ Parameter #2 [ <optional> $event ]
+ Parameter #3 [ <optional> $event2 ]
+ }
+ }
+ Function [ <internal:interbase> function fbird_free_event_handler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #45 intl version 1.1.0 ] {
+
+ - INI {
+ Entry [ intl.default_locale <ALL> ]
+ Current = ''
+ }
+ Entry [ intl.error_level <ALL> ]
+ Current = '0'
+ }
+ Entry [ intl.use_exceptions <ALL> ]
+ 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 [ <internal:intl> function collator_create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function collator_compare ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> $arg1 ]
+ Parameter #2 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function collator_get_attribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function collator_set_attribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> $arg1 ]
+ Parameter #2 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function collator_get_strength ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Collator $object ]
+ }
+ }
+ Function [ <internal:intl> function collator_set_strength ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function collator_sort ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> array &$arr ]
+ Parameter #2 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:intl> function collator_sort_with_sort_keys ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> array &$arr ]
+ Parameter #2 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:intl> function collator_asort ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> array &$arr ]
+ Parameter #2 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:intl> function collator_get_locale ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function collator_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Collator $object ]
+ }
+ }
+ Function [ <internal:intl> function collator_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Collator $object ]
+ }
+ }
+ Function [ <internal:intl> function collator_get_sort_key ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> Collator $object ]
+ Parameter #1 [ <required> $arg1 ]
+ Parameter #2 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_create ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $style ]
+ Parameter #2 [ <optional> $pattern ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_format ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $num ]
+ Parameter #2 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_parse ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $formatter ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $type ]
+ Parameter #3 [ <optional> &$position ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_format_currency ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $num ]
+ Parameter #2 [ <required> $currency ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_parse_currency ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $formatter ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <required> &$currency ]
+ Parameter #3 [ <optional> &$position ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_set_attribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $attr ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_attribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $attr ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_set_text_attribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $attr ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_text_attribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $attr ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_set_symbol ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $attr ]
+ Parameter #2 [ <required> $symbol ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_symbol ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $attr ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_set_pattern ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_pattern ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $nf ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_locale ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $nf ]
+ }
+ }
+ Function [ <internal:intl> function numfmt_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $nf ]
+ }
+ }
+ Function [ <internal:intl> function normalizer_normalize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <optional> $form ]
+ }
+ }
+ Function [ <internal:intl> function normalizer_is_normalized ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <optional> $form ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_default ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function locale_set_default ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_primary_language ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_script ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_region ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_keywords ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_display_script ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_display_region ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_display_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_display_language ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_display_variant ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+ Function [ <internal:intl> function locale_compose ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_parse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_get_all_variants ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_filter_matches ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <required> $arg3 ]
+ }
+ }
+ Function [ <internal:intl> function locale_canonicalize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function locale_lookup ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <required> $arg3 ]
+ Parameter #3 [ <required> $arg4 ]
+ }
+ }
+ Function [ <internal:intl> function locale_accept_from_http ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $args ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_format_message ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ Parameter #2 [ <required> $args ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_parse ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $nf ]
+ Parameter #1 [ <required> $source ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_parse_message ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ Parameter #2 [ <required> $source ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_set_pattern ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mf ]
+ Parameter #1 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_get_pattern ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_get_locale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $nf ]
+ }
+ }
+ Function [ <internal:intl> function msgfmt_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $coll ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_create ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $date_type ]
+ Parameter #2 [ <required> $time_type ]
+ Parameter #3 [ <optional> $timezone_str ]
+ Parameter #4 [ <optional> $calendar ]
+ Parameter #5 [ <optional> $pattern ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_datetype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_timetype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_calendar ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_calendar_object ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_set_calendar ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mf ]
+ Parameter #1 [ <required> $calendar ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_locale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_timezone_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_set_timezone_id ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mf ]
+ Parameter #1 [ <required> $timezone ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_timezone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_set_timezone ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mf ]
+ Parameter #1 [ <required> $timezone ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_pattern ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_set_pattern ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mf ]
+ Parameter #1 [ <required> $pattern ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_is_lenient ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_set_lenient ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $args ]
+ Parameter #1 [ <optional> $array ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_format_object ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $format ]
+ Parameter #2 [ <optional> $locale ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_parse ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $formatter ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$position ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_localtime ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $formatter ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$position ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $nf ]
+ }
+ }
+ Function [ <internal:intl> function datefmt_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $coll ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_strlen ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_strpos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_stripos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_strrpos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_strripos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_substr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <required> $start ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_strstr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $before_needle ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_stristr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $before_needle ]
+ }
+ }
+ Function [ <internal:intl> function grapheme_extract ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <optional> $arg3 ]
+ Parameter #3 [ <optional> $arg4 ]
+ Parameter #4 [ <optional> &$arg5 ]
+ }
+ }
+ Function [ <internal:intl> function idn_to_ascii ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <optional> $option ]
+ Parameter #2 [ <optional> $variant ]
+ Parameter #3 [ <optional> &$idn_info ]
+ }
+ }
+ Function [ <internal:intl> function idn_to_utf8 ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <optional> $option ]
+ Parameter #2 [ <optional> $variant ]
+ Parameter #3 [ <optional> &$idn_info ]
+ }
+ }
+ Function [ <internal:intl> function resourcebundle_create ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $bundlename ]
+ Parameter #2 [ <optional> $fallback ]
+ }
+ }
+ Function [ <internal:intl> function resourcebundle_get ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $bundle ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <optional> $fallback ]
+ }
+ }
+ Function [ <internal:intl> function resourcebundle_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bundle ]
+ }
+ }
+ Function [ <internal:intl> function resourcebundle_locales ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bundlename ]
+ }
+ }
+ Function [ <internal:intl> function resourcebundle_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bundle ]
+ }
+ }
+ Function [ <internal:intl> function resourcebundle_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bundle ]
+ }
+ }
+ Function [ <internal:intl> function transliterator_create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <optional> $direction ]
+ }
+ }
+ Function [ <internal:intl> function transliterator_create_from_rules ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $rules ]
+ Parameter #1 [ <optional> $direction ]
+ }
+ }
+ Function [ <internal:intl> function transliterator_list_ids ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function transliterator_create_inverse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Transliterator $orig_trans ]
+ }
+ }
+ Function [ <internal:intl> function transliterator_transliterate ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $trans ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <optional> $start ]
+ Parameter #3 [ <optional> $end ]
+ }
+ }
+ Function [ <internal:intl> function transliterator_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Transliterator $trans ]
+ }
+ }
+ Function [ <internal:intl> function transliterator_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Transliterator $trans ]
+ }
+ }
+ Function [ <internal:intl> function intltz_create_time_zone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+ Function [ <internal:intl> function intltz_from_date_time_zone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlDateTimeZone $dateTimeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_create_default ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intltz_get_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_gmt ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intltz_create_enumeration ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $countryOrRawOffset ]
+ }
+ }
+ Function [ <internal:intl> function intltz_count_equivalent_ids ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+ Function [ <internal:intl> function intltz_create_time_zone_id_enumeration ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $zoneType ]
+ Parameter #1 [ <optional> $region ]
+ Parameter #2 [ <optional> $rawOffset ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_canonical_id ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $zoneId ]
+ Parameter #1 [ <optional> &$isSystemID ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_region ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_tz_data_version ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intltz_get_equivalent_id ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $zoneId ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:intl> function intltz_use_daylight_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_offset ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ Parameter #1 [ <required> $date ]
+ Parameter #2 [ <required> $local ]
+ Parameter #3 [ <required> &$rawOffset ]
+ Parameter #4 [ <required> &$dstOffset ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_raw_offset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_has_same_rules ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ Parameter #1 [ <optional> IntlTimeZone $otherTimeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_display_name ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ Parameter #1 [ <optional> $isDaylight ]
+ Parameter #2 [ <optional> $style ]
+ Parameter #3 [ <optional> $locale ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_dst_savings ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_to_date_time_zone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intltz_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_create_instance ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $timeZone ]
+ Parameter #1 [ <optional> $locale ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_keyword_values_for_locale ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $locale ]
+ Parameter #2 [ <required> $commonlyUsed ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_now ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_available_locales ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intlcal_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_set_time ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $date ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <required> $amount ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_set_time_zone ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $timeZone ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_after ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> IntlCalendar $otherCalendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_before ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> IntlCalendar $otherCalendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_set ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $fieldOrYear ]
+ Parameter #2 [ <required> $valueOrMonth ]
+ Parameter #3 [ <optional> $dayOfMonth ]
+ Parameter #4 [ <optional> $hour ]
+ Parameter #5 [ <optional> $minute ]
+ Parameter #6 [ <optional> $second ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_roll ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> $amountOrUpOrDown ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_clear ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <optional> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_field_difference ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $when ]
+ Parameter #2 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_actual_maximum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_actual_minimum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_day_of_week_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $dayOfWeek ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_first_day_of_week ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_greatest_minimum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_least_maximum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_locale ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $localeType ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_maximum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_minimal_days_in_first_week ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_minimum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_time_zone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_weekend_transition ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $dayOfWeek ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_in_daylight_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_is_equivalent_to ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> IntlCalendar $otherCalendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_is_lenient ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_is_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_is_weekend ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <optional> $date ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_set_first_day_of_week ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $dayOfWeek ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_set_lenient ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> $isLenient ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_equals ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ Parameter #1 [ <required> IntlCalendar $otherCalendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_from_date_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dateTime ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_to_date_time ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlcal_get_error_message ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlgregcal_create_instance ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $timeZoneOrYear ]
+ Parameter #1 [ <optional> $localeOrMonth ]
+ Parameter #2 [ <optional> $dayOfMonth ]
+ Parameter #3 [ <optional> $hour ]
+ Parameter #4 [ <optional> $minute ]
+ Parameter #5 [ <optional> $second ]
+ }
+ }
+ Function [ <internal:intl> function intlgregcal_set_gregorian_change ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlGregorianCalendar $calendar ]
+ Parameter #1 [ <required> $date ]
+ }
+ }
+ Function [ <internal:intl> function intlgregcal_get_gregorian_change ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlGregorianCalendar $calendar ]
+ }
+ }
+ Function [ <internal:intl> function intlgregcal_is_leap_year ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> IntlGregorianCalendar $calendar ]
+ Parameter #1 [ <required> $year ]
+ }
+ }
+ Function [ <internal:intl> function intl_get_error_code ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intl_get_error_message ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:intl> function intl_is_failure ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ Function [ <internal:intl> function intl_error_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ }
+
+ - Classes [18] {
+ Class [ <internal:intl> 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 [ <internal:intl> static public method create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [13] {
+ Method [ <internal:intl, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> public method compare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> public method sort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array &$arr ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:intl> public method sortWithSortKeys ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array &$arr ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:intl> public method asort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> array &$arr ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:intl> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> public method getStrength ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setStrength ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> public method getLocale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getSortKey ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl> static public method create ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $style ]
+ Parameter #2 [ <optional> $pattern ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [16] {
+ Method [ <internal:intl, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $style ]
+ Parameter #2 [ <optional> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> public method format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $num ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+
+ Method [ <internal:intl> public method parse ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $type ]
+ Parameter #2 [ <optional> &$position ]
+ }
+ }
+
+ Method [ <internal:intl> public method formatCurrency ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $num ]
+ Parameter #1 [ <required> $currency ]
+ }
+ }
+
+ Method [ <internal:intl> public method parseCurrency ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <required> &$currency ]
+ Parameter #2 [ <optional> &$position ]
+ }
+ }
+
+ Method [ <internal:intl> public method setAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $attr ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:intl> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $attr ]
+ }
+ }
+
+ Method [ <internal:intl> public method setTextAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $attr ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:intl> public method getTextAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $attr ]
+ }
+ }
+
+ Method [ <internal:intl> public method setSymbol ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $attr ]
+ Parameter #1 [ <required> $symbol ]
+ }
+ }
+
+ Method [ <internal:intl> public method getSymbol ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $attr ]
+ }
+ }
+
+ Method [ <internal:intl> public method setPattern ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> public method getPattern ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getLocale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $type ]
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl> static public method normalize ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <required> $arg3 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method isNormalized ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <required> $arg3 ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl> static public method getDefault ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> static public method setDefault ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getPrimaryLanguage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getScript ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getRegion ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getKeywords ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getDisplayScript ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getDisplayRegion ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getDisplayName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getDisplayLanguage ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getDisplayVariant ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method composeLocale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method parseLocale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getAllVariants ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method filterMatches ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <required> $arg3 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method lookup ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <required> $arg2 ]
+ Parameter #2 [ <required> $arg3 ]
+ Parameter #3 [ <required> $arg4 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method canonicalize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+
+ Method [ <internal:intl> static public method acceptFromHttp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg1 ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:intl> class MessageFormatter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [3] {
+ Method [ <internal:intl> static public method create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> static public method formatMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ Parameter #2 [ <required> $args ]
+ }
+ }
+
+ Method [ <internal:intl> static public method parseMessage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ Parameter #2 [ <required> $args ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:intl, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> public method format ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $args ]
+ }
+ }
+
+ Method [ <internal:intl> public method parse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $source ]
+ }
+ }
+
+ Method [ <internal:intl> public method setPattern ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> public method getPattern ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getLocale ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl> static public method create ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $datetype ]
+ Parameter #2 [ <required> $timetype ]
+ Parameter #3 [ <optional> $timezone ]
+ Parameter #4 [ <optional> $calendar ]
+ Parameter #5 [ <optional> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> static public method formatObject ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object ]
+ Parameter #1 [ <optional> $format ]
+ Parameter #2 [ <optional> $locale ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [20] {
+ Method [ <internal:intl, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $datetype ]
+ Parameter #2 [ <required> $timetype ]
+ Parameter #3 [ <optional> $timezone ]
+ Parameter #4 [ <optional> $calendar ]
+ Parameter #5 [ <optional> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> public method getDateType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getTimeType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getCalendar ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getCalendarObject ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setCalendar ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $which ]
+ }
+ }
+
+ Method [ <internal:intl> public method getTimeZoneId ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setTimeZoneId ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zone ]
+ }
+ }
+
+ Method [ <internal:intl> public method getTimeZone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setTimeZone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zone ]
+ }
+ }
+
+ Method [ <internal:intl> public method setPattern ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pattern ]
+ }
+ }
+
+ Method [ <internal:intl> public method getPattern ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getLocale ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setLenient ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lenient ]
+ }
+ }
+
+ Method [ <internal:intl> public method isLenient ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $args ]
+ Parameter #1 [ <optional> $array ]
+ }
+ }
+
+ Method [ <internal:intl> public method parse ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> &$position ]
+ }
+ }
+
+ Method [ <internal:intl> public method localtime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> &$position ]
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> <iterateable> class ResourceBundle implements Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:intl> static public method create ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $bundlename ]
+ Parameter #2 [ <optional> $fallback ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getLocales ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $bundlename ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:intl, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $locale ]
+ Parameter #1 [ <required> $bundlename ]
+ Parameter #2 [ <optional> $fallback ]
+ }
+ }
+
+ Method [ <internal:intl> public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <optional> $fallback ]
+ }
+ }
+
+ Method [ <internal:intl> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> class Transliterator ] {
+
+ - Constants [2] {
+ Constant [ integer FORWARD ] { 0 }
+ Constant [ integer REVERSE ] { 1 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [3] {
+ Method [ <internal:intl> static public method create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <optional> $direction ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createFromRules ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $rules ]
+ Parameter #1 [ <optional> $direction ]
+ }
+ }
+
+ Method [ <internal:intl> static public method listIDs ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [1] {
+ Property [ <default> public $id ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:intl, ctor> final private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method createInverse ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method transliterate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $subject ]
+ Parameter #1 [ <optional> $start ]
+ Parameter #2 [ <optional> $end ]
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl> static public method createTimeZone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+
+ Method [ <internal:intl> static public method fromDateTimeZone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createDefault ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> static public method getGMT ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> static public method createEnumeration ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $countryOrRawOffset ]
+ }
+ }
+
+ Method [ <internal:intl> static public method countEquivalentIDs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createTimeZoneIDEnumeration ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $zoneType ]
+ Parameter #1 [ <optional> $region ]
+ Parameter #2 [ <optional> $rawOffset ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getCanonicalID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $zoneId ]
+ Parameter #1 [ <optional> &$isSystemID ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getRegion ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zoneId ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getTZDataVersion ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> static public method getEquivalentID ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $zoneId ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [11] {
+ Method [ <internal:intl, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getID ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method useDaylightTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getOffset ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $date ]
+ Parameter #1 [ <required> $local ]
+ Parameter #2 [ <required> &$rawOffset ]
+ Parameter #3 [ <required> &$dstOffset ]
+ }
+ }
+
+ Method [ <internal:intl> public method getRawOffset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method hasSameRules ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlTimeZone $otherTimeZone ]
+ }
+ }
+
+ Method [ <internal:intl> public method getDisplayName ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $isDaylight ]
+ Parameter #1 [ <optional> $style ]
+ Parameter #2 [ <optional> $locale ]
+ }
+ }
+
+ Method [ <internal:intl> public method getDSTSavings ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method toDateTimeZone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl> static public method createInstance ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $timeZone ]
+ Parameter #1 [ <optional> $locale ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getKeywordValuesForLocale ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $locale ]
+ Parameter #2 [ <required> $commonlyUsed ]
+ }
+ }
+
+ Method [ <internal:intl> static public method getNow ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> static public method getAvailableLocales ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> static public method fromDateTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dateTime ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [36] {
+ Method [ <internal:intl, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $date ]
+ }
+ }
+
+ Method [ <internal:intl> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $amount ]
+ }
+ }
+
+ Method [ <internal:intl> public method setTimeZone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeZone ]
+ }
+ }
+
+ Method [ <internal:intl> public method after ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl> public method before ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl> public method set ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $fieldOrYear ]
+ Parameter #1 [ <required> $valueOrMonth ]
+ Parameter #2 [ <optional> $dayOfMonth ]
+ Parameter #3 [ <optional> $hour ]
+ Parameter #4 [ <optional> $minute ]
+ Parameter #5 [ <optional> $second ]
+ }
+ }
+
+ Method [ <internal:intl> public method roll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $amountOrUpOrDown ]
+ }
+ }
+
+ Method [ <internal:intl> public method clear ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method fieldDifference ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $when ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getActualMaximum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getActualMinimum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getDayOfWeekType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dayOfWeek ]
+ }
+ }
+
+ Method [ <internal:intl> public method getFirstDayOfWeek ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getGreatestMinimum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getLeastMaximum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getLocale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $localeType ]
+ }
+ }
+
+ Method [ <internal:intl> public method getMaximum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getMinimalDaysInFirstWeek ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getMinimum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method getTimeZone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getWeekendTransition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dayOfWeek ]
+ }
+ }
+
+ Method [ <internal:intl> public method inDaylightTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method isEquivalentTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl> public method isLenient ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method isSet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl> public method isWeekend ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $date ]
+ }
+ }
+
+ Method [ <internal:intl> public method setFirstDayOfWeek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dayOfWeek ]
+ }
+ }
+
+ Method [ <internal:intl> public method setLenient ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $isLenient ]
+ }
+ }
+
+ Method [ <internal:intl> public method equals ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl> public method toDateTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> class IntlGregorianCalendar extends IntlCalendar ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [5] {
+ Method [ <internal:intl, inherits IntlCalendar> static public method createInstance ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $timeZone ]
+ Parameter #1 [ <optional> $locale ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> static public method getKeywordValuesForLocale ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $locale ]
+ Parameter #2 [ <required> $commonlyUsed ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> static public method getNow ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> static public method getAvailableLocales ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> static public method fromDateTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dateTime ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [39] {
+ Method [ <internal:intl, overwrites IntlCalendar, ctor> public method __construct ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $timeZoneOrYear ]
+ Parameter #1 [ <optional> $localeOrMonth ]
+ Parameter #2 [ <optional> $dayOfMonth ]
+ Parameter #3 [ <optional> $hour ]
+ Parameter #4 [ <optional> $minute ]
+ Parameter #5 [ <optional> $second ]
+ }
+ }
+
+ Method [ <internal:intl> public method setGregorianChange ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $date ]
+ }
+ }
+
+ Method [ <internal:intl> public method getGregorianChange ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method isLeapYear ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $year ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method setTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $date ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $amount ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method setTimeZone ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeZone ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method after ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method before ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method set ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $fieldOrYear ]
+ Parameter #1 [ <required> $valueOrMonth ]
+ Parameter #2 [ <optional> $dayOfMonth ]
+ Parameter #3 [ <optional> $hour ]
+ Parameter #4 [ <optional> $minute ]
+ Parameter #5 [ <optional> $second ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method roll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $field ]
+ Parameter #1 [ <required> $amountOrUpOrDown ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method clear ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method fieldDifference ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $when ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getActualMaximum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getActualMinimum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getDayOfWeekType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dayOfWeek ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getFirstDayOfWeek ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getGreatestMinimum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getLeastMaximum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getLocale ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $localeType ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getMaximum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getMinimalDaysInFirstWeek ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getMinimum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getTimeZone ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getWeekendTransition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dayOfWeek ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method inDaylightTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method isEquivalentTo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method isLenient ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method isSet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method isWeekend ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $date ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method setFirstDayOfWeek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dayOfWeek ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method setLenient ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $isLenient ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method equals ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> IntlCalendar $calendar ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method toDateTime ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlCalendar> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> 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 [ <internal:intl, ctor> public method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method isSuspicious ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $text ]
+ Parameter #1 [ <optional> &$error ]
+ }
+ }
+
+ Method [ <internal:intl> public method areConfusable ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $s1 ]
+ Parameter #1 [ <required> $s2 ]
+ Parameter #2 [ <optional> &$error ]
+ }
+ }
+
+ Method [ <internal:intl> public method setAllowedLocales ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $locale_list ]
+ }
+ }
+
+ Method [ <internal:intl> public method setChecks ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $checks ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> class IntlException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:intl> <iterateable> class IntlIterator implements Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:intl, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, prototype Iterator> public method valid ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> <iterateable> 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 [ <internal:intl> static public method createWordInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createLineInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createCharacterInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createSentenceInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createTitleInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl> static public method createCodePointInstance ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [15] {
+ Method [ <internal:intl, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getText ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method setText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"text" ]
+ }
+ }
+
+ Method [ <internal:intl> public method first ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method last ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method previous ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method next ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method following ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl> public method preceding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl> public method isBoundary ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl> public method getLocale ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getPartsIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"key_type" ]
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> <iterateable> 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 [ <internal:intl, inherits IntlBreakIterator> static public method createWordInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createLineInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createCharacterInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createSentenceInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createTitleInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createCodePointInstance ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [19] {
+ Method [ <internal:intl, overwrites IntlBreakIterator, ctor> public method __construct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $"rules" ]
+ Parameter #1 [ <optional> $"areCompiled" ]
+ }
+ }
+
+ Method [ <internal:intl> public method getRules ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getRuleStatus ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getRuleStatusVec ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl> public method getBinaryRules ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getText ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method setText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"text" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method first ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method last ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method previous ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method next ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method following ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method preceding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method isBoundary ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getLocale ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getPartsIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"key_type" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> <iterateable> 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 [ <internal:intl, inherits IntlBreakIterator> static public method createWordInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createLineInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createCharacterInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createSentenceInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createTitleInstance ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"locale" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> static public method createCodePointInstance ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [15] {
+ Method [ <internal:intl> public method getLastCodePoint ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getText ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method setText ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"text" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method first ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method last ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method previous ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method next ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method following ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method preceding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method isBoundary ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $"offset" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getLocale ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getPartsIterator ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $"key_type" ]
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlBreakIterator> public method getErrorMessage ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:intl> <iterateable> 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 [ <internal:intl> public method getBreakIterator ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlIterator, prototype Iterator> public method current ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlIterator, prototype Iterator> public method key ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlIterator, prototype Iterator> public method next ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlIterator, prototype Iterator> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:intl, inherits IntlIterator, prototype Iterator> 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 [ <persistent> 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 [ <internal:json> function json_encode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $depth ]
+ }
+ }
+ Function [ <internal:json> function json_decode ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $json ]
+ Parameter #1 [ <optional> $assoc ]
+ Parameter #2 [ <optional> $depth ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:json> function json_last_error ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:json> function json_last_error_msg ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [1] {
+ Interface [ <internal:json> interface JsonSerializable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:json> 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 [ <persistent> extension #47 ldap version <no_version> ] {
+
+ - INI {
+ Entry [ ldap.max_links <SYSTEM> ]
+ 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 [ <internal:ldap> function ldap_connect ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $hostname ]
+ Parameter #1 [ <optional> $port ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_bind ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <optional> $bind_rdn ]
+ Parameter #2 [ <optional> $bind_password ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_sasl_bind ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <optional> $binddn ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $sasl_mech ]
+ Parameter #4 [ <optional> $sasl_realm ]
+ Parameter #5 [ <optional> $sasl_authz_id ]
+ Parameter #6 [ <optional> $props ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_unbind ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_read ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $base_dn ]
+ Parameter #2 [ <required> $filter ]
+ Parameter #3 [ <optional> $attributes ]
+ Parameter #4 [ <optional> $attrsonly ]
+ Parameter #5 [ <optional> $sizelimit ]
+ Parameter #6 [ <optional> $timelimit ]
+ Parameter #7 [ <optional> $deref ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_list ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $base_dn ]
+ Parameter #2 [ <required> $filter ]
+ Parameter #3 [ <optional> $attributes ]
+ Parameter #4 [ <optional> $attrsonly ]
+ Parameter #5 [ <optional> $sizelimit ]
+ Parameter #6 [ <optional> $timelimit ]
+ Parameter #7 [ <optional> $deref ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_search ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $base_dn ]
+ Parameter #2 [ <required> $filter ]
+ Parameter #3 [ <optional> $attributes ]
+ Parameter #4 [ <optional> $attrsonly ]
+ Parameter #5 [ <optional> $sizelimit ]
+ Parameter #6 [ <optional> $timelimit ]
+ Parameter #7 [ <optional> $deref ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_count_entries ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_first_entry ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_next_entry ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_get_entries ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_first_attribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_entry_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_next_attribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_entry_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_get_attributes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_entry_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_get_values ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_entry_identifier ]
+ Parameter #2 [ <required> $attribute ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_get_values_len ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_entry_identifier ]
+ Parameter #2 [ <required> $attribute ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_get_dn ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $result_entry_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_explode_dn ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dn ]
+ Parameter #1 [ <required> $with_attrib ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_dn2ufn ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dn ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $entry ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_delete ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_modify ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $entry ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_mod_add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $entry ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_mod_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $entry ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_mod_del ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $entry ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_err2str ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $errno ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_compare ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $attribute ]
+ Parameter #3 [ <required> $value ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_sort ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $result ]
+ Parameter #2 [ <required> $sortfilter ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_rename ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $dn ]
+ Parameter #2 [ <required> $newrdn ]
+ Parameter #3 [ <required> $newparent ]
+ Parameter #4 [ <required> $deleteoldrdn ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_get_option ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> &$retval ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_set_option ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link_identifier ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $newval ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_first_reference ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $result ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_next_reference ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $entry ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_parse_reference ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $entry ]
+ Parameter #2 [ <required> &$referrals ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_parse_result ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $result ]
+ Parameter #2 [ <required> &$errcode ]
+ Parameter #3 [ <optional> &$matcheddn ]
+ Parameter #4 [ <optional> &$errmsg ]
+ Parameter #5 [ <optional> &$referrals ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_start_tls ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_set_rebind_proc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_control_paged_result ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $pagesize ]
+ Parameter #2 [ <optional> $iscritical ]
+ Parameter #3 [ <optional> $cookie ]
+ }
+ }
+ Function [ <internal:ldap> function ldap_control_paged_result_response ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $result ]
+ Parameter #2 [ <optional> &$cookie ]
+ Parameter #3 [ <optional> &$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 [ <persistent> extension #4 libxml version <no_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 [ <internal:libxml> function libxml_set_streams_context ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $context ]
+ }
+ }
+ Function [ <internal:libxml> function libxml_use_internal_errors ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $use_errors ]
+ }
+ }
+ Function [ <internal:libxml> function libxml_get_last_error ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:libxml> function libxml_clear_errors ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:libxml> function libxml_get_errors ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:libxml> function libxml_disable_entity_loader ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $disable ]
+ }
+ }
+ Function [ <internal:libxml> function libxml_set_external_entity_loader ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $resolver_function ]
+ }
+ }
+ }
+
+ - Classes [1] {
+ Class [ <internal:libxml> 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 [ <persistent> extension #49 mbstring version <no_version> ] {
+
+ - INI {
+ Entry [ mbstring.language <ALL> ]
+ Current = 'neutral'
+ }
+ Entry [ mbstring.detect_order <ALL> ]
+ Current = ''
+ }
+ Entry [ mbstring.http_input <ALL> ]
+ Current = 'pass'
+ }
+ Entry [ mbstring.http_output <ALL> ]
+ Current = 'pass'
+ }
+ Entry [ mbstring.internal_encoding <ALL> ]
+ Current = ''
+ }
+ Entry [ mbstring.substitute_character <ALL> ]
+ Current = ''
+ }
+ Entry [ mbstring.func_overload <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mbstring.encoding_translation <PERDIR,SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mbstring.http_output_conv_mimetypes <ALL> ]
+ Current = '^(text/|application/xhtml\+xml)'
+ }
+ Entry [ mbstring.strict_detection <ALL> ]
+ 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 [ <internal:mbstring> function mb_convert_case ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $sourcestring ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strtoupper ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $sourcestring ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strtolower ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $sourcestring ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_language ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $language ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_internal_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_http_input ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_http_output ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_detect_order ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_substitute_character ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $substchar ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_parse_str ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $encoded_string ]
+ Parameter #1 [ <optional> &$result ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_output_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $contents ]
+ Parameter #1 [ <required> $status ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_preferred_mime_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strlen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strpos ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strrpos ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_stripos ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strripos ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strstr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strrchr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_stristr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strrichr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_substr_count ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_substr ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $start ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strcut ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $start ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strwidth ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_strimwidth ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $start ]
+ Parameter #2 [ <required> $width ]
+ Parameter #3 [ <optional> $trimmarker ]
+ Parameter #4 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_convert_encoding ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $to ]
+ Parameter #2 [ <optional> $from ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_detect_encoding ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $encoding_list ]
+ Parameter #2 [ <optional> $strict ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_list_encodings ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mbstring> function mb_encoding_aliases ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_convert_kana ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $option ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_encode_mimeheader ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $charset ]
+ Parameter #2 [ <optional> $transfer ]
+ Parameter #3 [ <optional> $linefeed ]
+ Parameter #4 [ <optional> $indent ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_decode_mimeheader ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_convert_variables ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $to ]
+ Parameter #1 [ <required> $from ]
+ Parameter #2 [ <required> &$... ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_encode_numericentity ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <required> $convmap ]
+ Parameter #2 [ <optional> $encoding ]
+ Parameter #3 [ <optional> $is_hex ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_decode_numericentity ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <required> $convmap ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_send_mail ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $to ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <required> $message ]
+ Parameter #3 [ <optional> $additional_headers ]
+ Parameter #4 [ <optional> $additional_parameters ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_get_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_check_encoding ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $var ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_regex_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_regex_set_options ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$registers ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_eregi ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$registers ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_replace ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $replacement ]
+ Parameter #2 [ <required> $string ]
+ Parameter #3 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_eregi_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $replacement ]
+ Parameter #2 [ <required> $string ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_replace_callback ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $callback ]
+ Parameter #2 [ <required> $string ]
+ Parameter #3 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_split ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $limit ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_match ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pattern ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search_pos ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pattern ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search_regs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pattern ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search_init ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $pattern ]
+ Parameter #2 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search_getregs ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search_getpos ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mbstring> function mb_ereg_search_setpos ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $position ]
+ }
+ }
+ Function [ <internal:mbstring> function mbregex_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$registers ]
+ }
+ }
+ Function [ <internal:mbstring> function mberegi ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> &$registers ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_replace ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $replacement ]
+ Parameter #2 [ <required> $string ]
+ Parameter #3 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mberegi_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $replacement ]
+ Parameter #2 [ <required> $string ]
+ }
+ }
+ Function [ <internal:mbstring> function mbsplit ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $limit ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_match ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pattern ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search_pos ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pattern ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search_regs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pattern ]
+ Parameter #1 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search_init ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $pattern ]
+ Parameter #2 [ <optional> $option ]
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search_getregs ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search_getpos ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mbstring> function mbereg_search_setpos ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #50 mcrypt version <no_version> ] {
+
+ - INI {
+ Entry [ mcrypt.algorithms_dir <ALL> ]
+ Current = ''
+ }
+ Entry [ mcrypt.modes_dir <ALL> ]
+ 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 [ <internal, deprecated:mcrypt> function mcrypt_ecb ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $data ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <required> $iv ]
+ }
+ }
+ Function [ <internal, deprecated:mcrypt> function mcrypt_cbc ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $data ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <required> $iv ]
+ }
+ }
+ Function [ <internal, deprecated:mcrypt> function mcrypt_cfb ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $data ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <required> $iv ]
+ }
+ }
+ Function [ <internal, deprecated:mcrypt> function mcrypt_ofb ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $data ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <required> $iv ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_get_key_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $module ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_get_block_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $module ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_get_cipher_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cipher ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_create_iv ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $size ]
+ Parameter #1 [ <required> $source ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_list_algorithms ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_list_modes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_get_iv_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $module ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_encrypt ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $data ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <required> $iv ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_decrypt ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $data ]
+ Parameter #3 [ <required> $mode ]
+ Parameter #4 [ <required> $iv ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_open ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $cipher ]
+ Parameter #1 [ <required> $cipher_directory ]
+ Parameter #2 [ <required> $mode ]
+ Parameter #3 [ <required> $mode_directory ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_generic_init ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $td ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $iv ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_generic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $td ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:mcrypt> function mdecrypt_generic ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $td ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal, deprecated:mcrypt> function mcrypt_generic_end ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_generic_deinit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_self_test ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_is_block_algorithm_mode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_is_block_algorithm ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_is_block_mode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_get_block_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_get_key_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_get_supported_key_sizes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_get_iv_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_get_algorithms_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_enc_get_modes_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $td ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_self_test ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_is_block_algorithm_mode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mode ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_is_block_algorithm ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_is_block_mode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $mode ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_get_algo_block_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_get_algo_key_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_get_supported_key_sizes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $algorithm ]
+ Parameter #1 [ <optional> $lib_dir ]
+ }
+ }
+ Function [ <internal:mcrypt> function mcrypt_module_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #98 mhash version <no_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 [ <persistent> extension #55 mssql version <no_version> ] {
+
+ - INI {
+ Entry [ mssql.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ mssql.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mssql.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mssql.min_error_severity <ALL> ]
+ Current = '10'
+ }
+ Entry [ mssql.min_message_severity <ALL> ]
+ Current = '10'
+ }
+ Entry [ mssql.compatability_mode <ALL> ]
+ Current = '0'
+ }
+ Entry [ mssql.connect_timeout <ALL> ]
+ Current = '5'
+ }
+ Entry [ mssql.timeout <ALL> ]
+ Current = '60'
+ }
+ Entry [ mssql.textsize <ALL> ]
+ Current = '-1'
+ }
+ Entry [ mssql.textlimit <ALL> ]
+ Current = '-1'
+ }
+ Entry [ mssql.batchsize <ALL> ]
+ Current = '0'
+ }
+ Entry [ mssql.datetimeconvert <ALL> ]
+ Current = '1'
+ }
+ Entry [ mssql.secure_connection <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mssql.max_procs <ALL> ]
+ Current = '-1'
+ }
+ Entry [ mssql.charset <ALL> ]
+ 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 [ <internal:mssql> function mssql_connect ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $servername ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $newlink ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_pconnect ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $servername ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $newlink ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_select_db ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_query ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <optional> $link_identifier ]
+ Parameter #2 [ <optional> $batch_size ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_fetch_batch ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_rows_affected ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link_identifier ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_get_last_message ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mssql> function mssql_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_fetch_field ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $field_offset ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_fetch_row ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_fetch_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $result_type ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_fetch_assoc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_fetch_object ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_field_length ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_field_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_field_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_data_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_identifier ]
+ Parameter #1 [ <required> $row_number ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_field_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $field_offset ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_result ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row ]
+ Parameter #2 [ <required> $field ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_next_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_min_error_severity ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $severity ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_min_message_severity ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $severity ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_init ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $sp_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_bind ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $param_name ]
+ Parameter #2 [ <required> &$var ]
+ Parameter #3 [ <required> $type ]
+ Parameter #4 [ <optional> $is_output ]
+ Parameter #5 [ <optional> $is_null ]
+ Parameter #6 [ <optional> $maxlen ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_execute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <optional> $skip_results ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_free_statement ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mssql> function mssql_guid_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $binary ]
+ Parameter #1 [ <optional> $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 [ <persistent> extension #57 mysql version 1.0 ] {
+
+ - Dependencies {
+ Dependency [ mysqlnd (Required) ]
+ }
+
+ - INI {
+ Entry [ mysql.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ mysql.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mysql.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mysql.default_host <ALL> ]
+ Current = ''
+ }
+ Entry [ mysql.default_user <ALL> ]
+ Current = ''
+ }
+ Entry [ mysql.default_password <ALL> ]
+ Current = ''
+ }
+ Entry [ mysql.default_port <ALL> ]
+ Current = ''
+ }
+ Entry [ mysql.default_socket <ALL> ]
+ Current = '/var/lib/mysql/mysql.sock'
+ }
+ Entry [ mysql.connect_timeout <ALL> ]
+ Current = '60'
+ }
+ Entry [ mysql.trace_mode <ALL> ]
+ Current = '0'
+ }
+ Entry [ mysql.allow_local_infile <SYSTEM> ]
+ 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 [ <internal:mysql> function mysql_connect ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <optional> $hostname ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $new ]
+ Parameter #4 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_pconnect ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <optional> $hostname ]
+ Parameter #1 [ <optional> $username ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_select_db ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_unbuffered_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_db_query ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <required> $query ]
+ Parameter #2 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_list_dbs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_list_tables ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_list_fields ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <required> $table_name ]
+ Parameter #2 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_list_processes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_insert_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_result ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row ]
+ Parameter #2 [ <optional> $field ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_fetch_row ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_fetch_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $result_type ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_fetch_assoc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_fetch_object ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $class_name ]
+ Parameter #2 [ <optional> $ctor_params ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_data_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row_number ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_fetch_lengths ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_fetch_field ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $field_offset ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_field_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_field_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_index ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_field_table ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_field_len ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_field_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_field_flags ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_escape_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_real_escape_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_stat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_thread_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_client_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_ping ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_get_client_info ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mysql> function mysql_get_host_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_get_proto_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_get_server_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_set_charset ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $charset_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <required> $query ]
+ Parameter #2 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_fieldname ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_index ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_fieldtable ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_fieldlen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_fieldtype ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_fieldflags ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_offset ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_selectdb ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_freeresult ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_numfields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_numrows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_listdbs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_listtables ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_listfields ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $database_name ]
+ Parameter #1 [ <required> $table_name ]
+ Parameter #2 [ <optional> $link_identifier ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_db_name ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row ]
+ Parameter #2 [ <optional> $field ]
+ }
+ }
+ Function [ <internal, deprecated:mysql> function mysql_dbname ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row ]
+ Parameter #2 [ <optional> $field ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_tablename ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row ]
+ Parameter #2 [ <optional> $field ]
+ }
+ }
+ Function [ <internal:mysql> function mysql_table_name ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $row ]
+ Parameter #2 [ <optional> $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 [ <persistent> extension #58 mysqli version 0.1 ] {
+
+ - Dependencies {
+ Dependency [ spl (Required) ]
+ Dependency [ mysqlnd (Required) ]
+ }
+
+ - INI {
+ Entry [ mysqli.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mysqli.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ mysqli.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ mysqli.default_host <ALL> ]
+ Current = ''
+ }
+ Entry [ mysqli.default_user <ALL> ]
+ Current = ''
+ }
+ Entry [ mysqli.default_pw <ALL> ]
+ Current = ''
+ }
+ Entry [ mysqli.default_port <ALL> ]
+ Current = '3306'
+ }
+ Entry [ mysqli.default_socket <ALL> ]
+ Current = '/var/lib/mysql/mysql.sock'
+ }
+ Entry [ mysqli.reconnect <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mysqli.allow_local_infile <SYSTEM> ]
+ 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 [ <internal:mysqli> function mysqli_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_autocommit ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_change_user ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $user ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <required> $database ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_character_set_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_commit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_connect ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $host ]
+ Parameter #1 [ <optional> $user ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $database ]
+ Parameter #4 [ <optional> $port ]
+ Parameter #5 [ <optional> $socket ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_connect_errno ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_connect_error ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_data_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $offset ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_dump_debug_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_debug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $debug_options ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_error_list ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_execute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_execute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_field ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_field_direct ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_nr ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_lengths ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $result_type ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_assoc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_object ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $class_name ]
+ Parameter #2 [ <optional> array $params ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_fetch_row ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_field_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_field_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_nr ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_field_tell ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_connection_stats ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_client_stats ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_charset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_client_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_client_version ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_host_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_proto_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_server_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_server_version ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_get_warnings ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_init ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_insert_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_kill ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $connection_id ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_more_results ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_multi_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_next_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_options ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_ping ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_poll ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> array or NULL &$read ]
+ Parameter #1 [ <required> array or NULL &$write ]
+ Parameter #2 [ <required> array or NULL &$error ]
+ Parameter #3 [ <required> $sec ]
+ Parameter #4 [ <optional> $usec ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_report ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $flags ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_real_connect ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <optional> $host ]
+ Parameter #2 [ <optional> $user ]
+ Parameter #3 [ <optional> $password ]
+ Parameter #4 [ <optional> $database ]
+ Parameter #5 [ <optional> $port ]
+ Parameter #6 [ <optional> $socket ]
+ Parameter #7 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_real_escape_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $string_to_escape ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_real_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_reap_async_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_rollback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_select_db ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $database ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_set_charset ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $charset ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_attr_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $attribute ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_attr_set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $attribute ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_bind_param ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $types ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_bind_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_data_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $offset ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_errno ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_error_list ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_fetch ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_field_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_get_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_get_warnings ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_init ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_insert_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_more_results ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_next_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_param_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_reset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_result_metadata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_send_long_data ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stmt ]
+ Parameter #1 [ <required> $param_nr ]
+ Parameter #2 [ <required> $data ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_store_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stmt_sqlstate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stmt ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_sqlstate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_ssl_set ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $key ]
+ Parameter #2 [ <required> $cert ]
+ Parameter #3 [ <required> $certificate_authority ]
+ Parameter #4 [ <required> $certificate_authority_path ]
+ Parameter #5 [ <required> $cipher ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_stat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_store_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_thread_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_thread_safe ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_use_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_warning_count ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $link ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_refresh ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $options ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_escape_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $link ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:mysqli> function mysqli_set_opt ] {
+ }
+ }
+
+ - Classes [6] {
+ Class [ <internal:mysqli> class mysqli_sql_exception extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $sqlstate ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> final class mysqli_driver ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [6] {
+ Property [ <default> public $client_info ]
+ Property [ <default> public $client_version ]
+ Property [ <default> public $driver_version ]
+ Property [ <default> public $embedded ]
+ Property [ <default> public $reconnect ]
+ Property [ <default> public $report_mode ]
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:mysqli> class mysqli ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:mysqli> static public method poll ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> array or NULL &$read ]
+ Parameter #1 [ <required> array or NULL &$write ]
+ Parameter #2 [ <required> array or NULL &$error ]
+ Parameter #3 [ <required> $sec ]
+ Parameter #4 [ <optional> $usec ]
+ }
+ }
+ }
+
+ - Properties [19] {
+ Property [ <default> public $affected_rows ]
+ Property [ <default> public $client_info ]
+ Property [ <default> public $client_version ]
+ Property [ <default> public $connect_errno ]
+ Property [ <default> public $connect_error ]
+ Property [ <default> public $errno ]
+ Property [ <default> public $error ]
+ Property [ <default> public $error_list ]
+ Property [ <default> public $field_count ]
+ Property [ <default> public $host_info ]
+ Property [ <default> public $info ]
+ Property [ <default> public $insert_id ]
+ Property [ <default> public $server_info ]
+ Property [ <default> public $server_version ]
+ Property [ <default> public $stat ]
+ Property [ <default> public $sqlstate ]
+ Property [ <default> public $protocol_version ]
+ Property [ <default> public $thread_id ]
+ Property [ <default> public $warning_count ]
+ }
+
+ - Methods [39] {
+ Method [ <internal:mysqli> public method autocommit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method change_user ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $user ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <required> $database ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method character_set_name ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method commit ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method connect ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $host ]
+ Parameter #1 [ <optional> $user ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $database ]
+ Parameter #4 [ <optional> $port ]
+ Parameter #5 [ <optional> $socket ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method dump_debug_info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method debug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $debug_options ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_charset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_client_info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_connection_stats ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_server_info ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_warnings ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method init ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method kill ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_id ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method multi_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:mysqli, ctor> public method mysqli ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <optional> $host ]
+ Parameter #1 [ <optional> $user ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $database ]
+ Parameter #4 [ <optional> $port ]
+ Parameter #5 [ <optional> $socket ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method more_results ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method next_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method options ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $option ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method ping ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method prepare ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method real_connect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <optional> $host ]
+ Parameter #1 [ <optional> $user ]
+ Parameter #2 [ <optional> $password ]
+ Parameter #3 [ <optional> $database ]
+ Parameter #4 [ <optional> $port ]
+ Parameter #5 [ <optional> $socket ]
+ Parameter #6 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method real_escape_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string_to_escape ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method reap_async_query ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method escape_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string_to_escape ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method real_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method rollback ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method select_db ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $database ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method set_charset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $charset ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method set_opt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $option ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method ssl_set ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $cert ]
+ Parameter #2 [ <required> $certificate_authority ]
+ Parameter #3 [ <required> $certificate_authority_path ]
+ Parameter #4 [ <required> $cipher ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method stat ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method stmt_init ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method store_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method thread_safe ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method use_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method refresh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $options ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> final class mysqli_warning ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [3] {
+ Property [ <default> public $message ]
+ Property [ <default> public $sqlstate ]
+ Property [ <default> public $errno ]
+ }
+
+ - Methods [2] {
+ Method [ <internal:mysqli, ctor> protected method __construct ] {
+ }
+
+ Method [ <internal:mysqli> public method next ] {
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> <iterateable> class mysqli_result implements Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [5] {
+ Property [ <default> public $current_field ]
+ Property [ <default> public $field_count ]
+ Property [ <default> public $lengths ]
+ Property [ <default> public $num_rows ]
+ Property [ <default> public $type ]
+ }
+
+ - Methods [14] {
+ Method [ <internal:mysqli, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:mysqli> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method free ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method data_seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_field ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_fields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_field_direct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field_nr ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_all ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_array ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $result_type ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_assoc ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_object ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $class_name ]
+ Parameter #1 [ <optional> array $params ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch_row ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method field_seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $field_nr ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method free_result ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:mysqli> class mysqli_stmt ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [10] {
+ Property [ <default> public $affected_rows ]
+ Property [ <default> public $insert_id ]
+ Property [ <default> public $num_rows ]
+ Property [ <default> public $param_count ]
+ Property [ <default> public $field_count ]
+ Property [ <default> public $errno ]
+ Property [ <default> public $error ]
+ Property [ <default> public $error_list ]
+ Property [ <default> public $sqlstate ]
+ Property [ <default> public $id ]
+ }
+
+ - Methods [20] {
+ Method [ <internal:mysqli, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:mysqli> public method attr_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $attribute ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method attr_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $attribute ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method bind_param ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $types ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method bind_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method data_seek ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $offset ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method execute ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method fetch ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method get_warnings ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method result_metadata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method more_results ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method next_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method num_rows ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method send_long_data ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $param_nr ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method free_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method reset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> public method prepare ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:mysqli> public method store_result ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:mysqli> 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 [ <persistent> extension #56 mysqlnd version mysqlnd 5.0.11-dev - 20120503 - $Id: b0db48f5f71b45623b2b6aed210dd5b2464d06c4 $ ] {
+
+ - Dependencies {
+ Dependency [ standard (Required) ]
+ }
+
+ - INI {
+ Entry [ mysqlnd.collect_statistics <ALL> ]
+ Current = '1'
+ }
+ Entry [ mysqlnd.collect_memory_statistics <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ mysqlnd.debug <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ mysqlnd.trace_alloc <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ mysqlnd.net_cmd_buffer_size <ALL> ]
+ Current = '4096'
+ }
+ Entry [ mysqlnd.net_read_buffer_size <ALL> ]
+ Current = '32768'
+ }
+ Entry [ mysqlnd.net_read_timeout <SYSTEM> ]
+ Current = '31536000'
+ }
+ Entry [ mysqlnd.log_mask <ALL> ]
+ Current = '0'
+ }
+ Entry [ mysqlnd.mempool_default_size <ALL> ]
+ Current = '16000'
+ }
+ Entry [ mysqlnd.sha256_server_public_key <PERDIR> ]
+ 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 [ <persistent> extension #61 oci8 version 1.4.9 ] {
+
+ - INI {
+ Entry [ oci8.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ oci8.persistent_timeout <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ oci8.ping_interval <SYSTEM> ]
+ Current = '60'
+ }
+ Entry [ oci8.privileged_connect <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ oci8.statement_cache_size <SYSTEM> ]
+ Current = '20'
+ }
+ Entry [ oci8.default_prefetch <SYSTEM> ]
+ Current = '100'
+ }
+ Entry [ oci8.old_oci_close_semantics <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ oci8.connection_class <ALL> ]
+ Current = ''
+ }
+ Entry [ oci8.events <SYSTEM> ]
+ 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 [ <internal:oci8> function oci_define_by_name ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_name ]
+ Parameter #2 [ <required> &$variable ]
+ Parameter #3 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function oci_bind_by_name ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_name ]
+ Parameter #2 [ <required> &$variable ]
+ Parameter #3 [ <optional> $maximum_length ]
+ Parameter #4 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function oci_bind_array_by_name ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_name ]
+ Parameter #2 [ <required> &$variable ]
+ Parameter #3 [ <required> $maximum_array_length ]
+ Parameter #4 [ <optional> $maximum_item_length ]
+ Parameter #5 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_is_null ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number_or_name ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number_or_name ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_scale ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_precision ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function oci_field_type_raw ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function oci_execute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function oci_cancel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_fetch ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_fetch_object ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_fetch_row ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_fetch_assoc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_fetch_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function ocifetchinto ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> &$result ]
+ Parameter #2 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function oci_fetch_all ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> &$output ]
+ Parameter #2 [ <optional> $skip ]
+ Parameter #3 [ <optional> $maximum_rows ]
+ Parameter #4 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:oci8> function oci_free_statement ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_internal_debug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function oci_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_parse ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $sql_text ]
+ }
+ }
+ Function [ <internal:oci8> function oci_new_cursor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_result ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number_or_name ]
+ }
+ }
+ Function [ <internal:oci8> function oci_client_version ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:oci8> function oci_server_version ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_statement_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_connect ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $username ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <optional> $connection_string ]
+ Parameter #3 [ <optional> $character_set ]
+ Parameter #4 [ <optional> $session_mode ]
+ }
+ }
+ Function [ <internal:oci8> function oci_new_connect ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $username ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <optional> $connection_string ]
+ Parameter #3 [ <optional> $character_set ]
+ Parameter #4 [ <optional> $session_mode ]
+ }
+ }
+ Function [ <internal:oci8> function oci_pconnect ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $username ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <optional> $connection_string ]
+ Parameter #3 [ <optional> $character_set ]
+ Parameter #4 [ <optional> $session_mode ]
+ }
+ }
+ Function [ <internal:oci8> function oci_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection_or_statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_free_descriptor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_save ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_import ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_load ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_read ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $length ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_eof ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_tell ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_truncate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_erase ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <optional> $offset ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_flush ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <optional> $flag ]
+ }
+ }
+ Function [ <internal:oci8> function ocisetbufferinglob ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function ocigetbufferinglob ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_is_equal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_rewind ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_write ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_append ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor_to ]
+ Parameter #1 [ <required> $lob_descriptor_from ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_copy ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $lob_descriptor_to ]
+ Parameter #1 [ <required> $lob_descriptor_from ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_export ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $start ]
+ Parameter #3 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:oci8> function oci_lob_seek ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $whence ]
+ }
+ }
+ Function [ <internal:oci8> function oci_commit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_rollback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function oci_new_descriptor ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function oci_set_prefetch ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $number_of_rows ]
+ }
+ }
+ Function [ <internal:oci8> function oci_set_client_identifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $client_identifier ]
+ }
+ }
+ Function [ <internal:oci8> function oci_set_edition ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $edition_name ]
+ }
+ }
+ Function [ <internal:oci8> function oci_set_module_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $module_name ]
+ }
+ }
+ Function [ <internal:oci8> function oci_set_action ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $action ]
+ }
+ }
+ Function [ <internal:oci8> function oci_set_client_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $client_information ]
+ }
+ }
+ Function [ <internal:oci8> function oci_password_change ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $connection_resource_or_connection_string ]
+ Parameter #1 [ <required> $username ]
+ Parameter #2 [ <required> $old_password ]
+ Parameter #3 [ <required> $new_password ]
+ }
+ }
+ Function [ <internal:oci8> function oci_free_collection ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_append ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_element_get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_element_assign ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_assign ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection_to ]
+ Parameter #1 [ <required> $collection_from ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_max ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection ]
+ }
+ }
+ Function [ <internal:oci8> function oci_collection_trim ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $number ]
+ }
+ }
+ Function [ <internal:oci8> function oci_new_collection ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $type_name ]
+ Parameter #2 [ <optional> $schema_name ]
+ }
+ }
+ Function [ <internal:oci8> function oci_free_cursor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocifreecursor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocibindbyname ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_name ]
+ Parameter #2 [ <required> &$variable ]
+ Parameter #3 [ <optional> $maximum_length ]
+ Parameter #4 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function ocidefinebyname ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_name ]
+ Parameter #2 [ <required> &$variable ]
+ Parameter #3 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumnisnull ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number_or_name ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumnname ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumnsize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number_or_name ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumnscale ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumnprecision ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumntype ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolumntyperaw ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number ]
+ }
+ }
+ Function [ <internal:oci8> function ociexecute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function ocicancel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocifetch ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocifetchstatement ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> &$output ]
+ Parameter #2 [ <optional> $skip ]
+ Parameter #3 [ <optional> $maximum_rows ]
+ Parameter #4 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:oci8> function ocifreestatement ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ociinternaldebug ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:oci8> function ocinumcols ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ociparse ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $sql_text ]
+ }
+ }
+ Function [ <internal:oci8> function ocinewcursor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ociresult ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $column_number_or_name ]
+ }
+ }
+ Function [ <internal:oci8> function ociserverversion ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocistatementtype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocirowcount ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocilogoff ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocilogon ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $username ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <optional> $connection_string ]
+ Parameter #3 [ <optional> $character_set ]
+ Parameter #4 [ <optional> $session_mode ]
+ }
+ }
+ Function [ <internal:oci8> function ocinlogon ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $username ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <optional> $connection_string ]
+ Parameter #3 [ <optional> $character_set ]
+ Parameter #4 [ <optional> $session_mode ]
+ }
+ }
+ Function [ <internal:oci8> function ociplogon ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $username ]
+ Parameter #1 [ <required> $password ]
+ Parameter #2 [ <optional> $connection_string ]
+ Parameter #3 [ <optional> $character_set ]
+ Parameter #4 [ <optional> $session_mode ]
+ }
+ }
+ Function [ <internal:oci8> function ocierror ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection_or_statement_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocifreedesc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function ocisavelob ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:oci8> function ocisavelobfile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:oci8> function ociwritelobtofile ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $start ]
+ Parameter #3 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:oci8> function ociloadlob ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor ]
+ }
+ }
+ Function [ <internal:oci8> function ocicommit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocirollback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_resource ]
+ }
+ }
+ Function [ <internal:oci8> function ocinewdescriptor ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:oci8> function ocisetprefetch ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $statement_resource ]
+ Parameter #1 [ <required> $number_of_rows ]
+ }
+ }
+ Function [ <internal:oci8> function ocipasswordchange ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $connection_resource_or_connection_string ]
+ Parameter #1 [ <required> $username ]
+ Parameter #2 [ <required> $old_password ]
+ Parameter #3 [ <required> $new_password ]
+ }
+ }
+ Function [ <internal:oci8> function ocifreecollection ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection ]
+ }
+ }
+ Function [ <internal:oci8> function ocinewcollection ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection_resource ]
+ Parameter #1 [ <required> $type_name ]
+ Parameter #2 [ <optional> $schema_name ]
+ }
+ }
+ Function [ <internal:oci8> function ocicollappend ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+ Function [ <internal:oci8> function ocicollgetelem ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $index ]
+ }
+ }
+ Function [ <internal:oci8> function ocicollassignelem ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $index ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:oci8> function ocicollsize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection ]
+ }
+ }
+ Function [ <internal:oci8> function ocicollmax ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection ]
+ }
+ }
+ Function [ <internal:oci8> function ocicolltrim ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $collection ]
+ Parameter #1 [ <required> $number ]
+ }
+ }
+ }
+
+ - Classes [2] {
+ Class [ <internal:oci8> class OCI-Lob ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [22] {
+ Method [ <internal:oci8> public method load ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method tell ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method truncate ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:oci8> public method erase ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $offset ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:oci8> public method flush ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flag ]
+ }
+ }
+
+ Method [ <internal:oci8> public method setbuffering ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+
+ Method [ <internal:oci8> public method getbuffering ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method rewind ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $length ]
+ }
+ }
+
+ Method [ <internal:oci8> public method eof ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $offset ]
+ Parameter #1 [ <optional> $whence ]
+ }
+ }
+
+ Method [ <internal:oci8> public method write ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:oci8> public method append ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $lob_descriptor_from ]
+ }
+ }
+
+ Method [ <internal:oci8> public method size ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method writetofile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $start ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:oci8> public method export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $start ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:oci8> public method import ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:oci8> public method writetemporary ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+
+ Method [ <internal:oci8> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method save ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+
+ Method [ <internal:oci8> public method savefile ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:oci8> public method free ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:oci8> class OCI-Collection ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:oci8> public method append ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:oci8> public method getelem ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:oci8> public method assignelem ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:oci8> public method assign ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $collection_from ]
+ }
+ }
+
+ Method [ <internal:oci8> public method size ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method max ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:oci8> public method trim ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+
+ Method [ <internal:oci8> 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 [ <persistent> extension #62 odbc version 1.0 ] {
+
+ - INI {
+ Entry [ odbc.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ odbc.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ odbc.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ odbc.default_db <ALL> ]
+ Current = ''
+ }
+ Entry [ odbc.default_user <ALL> ]
+ Current = ''
+ }
+ Entry [ odbc.default_pw <ALL> ]
+ Current = ''
+ }
+ Entry [ odbc.defaultlrl <ALL> ]
+ Current = '4096'
+ }
+ Entry [ odbc.defaultbinmode <ALL> ]
+ Current = '1'
+ }
+ Entry [ odbc.check_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ odbc.default_cursortype <ALL> ]
+ 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 [ <internal:odbc> function odbc_autocommit ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <optional> $onoff ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_binmode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_close_all ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:odbc> function odbc_columns ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <optional> $qualifier ]
+ Parameter #2 [ <optional> $owner ]
+ Parameter #3 [ <optional> $table_name ]
+ Parameter #4 [ <optional> $column_name ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_commit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_connect ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $dsn ]
+ Parameter #1 [ <required> $user ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $cursor_option ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_cursor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_data_source ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $fetch_type ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_execute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <optional> $parameters_array ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_errormsg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_exec ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $query ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_fetch_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $rownumber ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_fetch_object ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $rownumber ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_fetch_row ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <optional> $row_number ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_fetch_into ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> &$result_array ]
+ Parameter #2 [ <optional> $rownumber ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_field_len ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_field_scale ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_field_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_field_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_field_num ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $field_name ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_gettypeinfo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <optional> $data_type ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_longreadlen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $length ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_next_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_pconnect ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $dsn ]
+ Parameter #1 [ <required> $user ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $cursor_option ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_prepare ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_result ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $field ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_result_all ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <optional> $format ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_rollback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection_id ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_setoption ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $conn_id ]
+ Parameter #1 [ <required> $which ]
+ Parameter #2 [ <required> $option ]
+ Parameter #3 [ <required> $value ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_specialcolumns ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $type ]
+ Parameter #2 [ <required> $qualifier ]
+ Parameter #3 [ <required> $owner ]
+ Parameter #4 [ <required> $table ]
+ Parameter #5 [ <required> $scope ]
+ Parameter #6 [ <required> $nullable ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_statistics ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $qualifier ]
+ Parameter #2 [ <required> $owner ]
+ Parameter #3 [ <required> $name ]
+ Parameter #4 [ <required> $unique ]
+ Parameter #5 [ <required> $accuracy ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_tables ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <optional> $qualifier ]
+ Parameter #2 [ <optional> $owner ]
+ Parameter #3 [ <optional> $name ]
+ Parameter #4 [ <optional> $table_types ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_primarykeys ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $qualifier ]
+ Parameter #2 [ <required> $owner ]
+ Parameter #3 [ <required> $table ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_columnprivileges ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $catalog ]
+ Parameter #2 [ <required> $schema ]
+ Parameter #3 [ <required> $table ]
+ Parameter #4 [ <required> $column ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_tableprivileges ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $qualifier ]
+ Parameter #2 [ <required> $owner ]
+ Parameter #3 [ <required> $name ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_foreignkeys ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $pk_qualifier ]
+ Parameter #2 [ <required> $pk_owner ]
+ Parameter #3 [ <required> $pk_table ]
+ Parameter #4 [ <required> $fk_qualifier ]
+ Parameter #5 [ <required> $fk_owner ]
+ Parameter #6 [ <required> $fk_table ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_procedures ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <optional> $qualifier ]
+ Parameter #2 [ <optional> $owner ]
+ Parameter #3 [ <optional> $name ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_procedurecolumns ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <optional> $qualifier ]
+ Parameter #2 [ <optional> $owner ]
+ Parameter #3 [ <optional> $proc ]
+ Parameter #4 [ <optional> $column ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_do ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection_id ]
+ Parameter #1 [ <required> $query ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:odbc> function odbc_field_precision ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result_id ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #5 openssl version <no_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 [ <internal:openssl> function openssl_pkey_free ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkey_new ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $configargs ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkey_export ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> &$out ]
+ Parameter #2 [ <optional> $passphrase ]
+ Parameter #3 [ <optional> $config_args ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkey_export_to_file ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $outfilename ]
+ Parameter #2 [ <optional> $passphrase ]
+ Parameter #3 [ <optional> $config_args ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkey_get_private ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $passphrase ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkey_get_public ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cert ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkey_get_details ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_free_key ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_get_privatekey ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $passphrase ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_get_publickey ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cert ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cert ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_free ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $x509 ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_parse ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $x509 ]
+ Parameter #1 [ <required> $shortname ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_checkpurpose ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $x509cert ]
+ Parameter #1 [ <required> $purpose ]
+ Parameter #2 [ <required> $cainfo ]
+ Parameter #3 [ <optional> $untrustedfile ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_check_private_key ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $cert ]
+ Parameter #1 [ <required> $key ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $x509 ]
+ Parameter #1 [ <required> &$out ]
+ Parameter #2 [ <optional> $notext ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_x509_export_to_file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $x509 ]
+ Parameter #1 [ <required> $outfilename ]
+ Parameter #2 [ <optional> $notext ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs12_export ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $x509 ]
+ Parameter #1 [ <required> &$out ]
+ Parameter #2 [ <required> $priv_key ]
+ Parameter #3 [ <required> $pass ]
+ Parameter #4 [ <required> $args ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs12_export_to_file ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $x509 ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <required> $priv_key ]
+ Parameter #3 [ <required> $pass ]
+ Parameter #4 [ <optional> $args ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs12_read ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $PKCS12 ]
+ Parameter #1 [ <required> &$certs ]
+ Parameter #2 [ <required> $pass ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_csr_new ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $dn ]
+ Parameter #1 [ <required> &$privkey ]
+ Parameter #2 [ <optional> $configargs ]
+ Parameter #3 [ <optional> $extraattribs ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_csr_export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $csr ]
+ Parameter #1 [ <required> &$out ]
+ Parameter #2 [ <optional> $notext ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_csr_export_to_file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $csr ]
+ Parameter #1 [ <required> $outfilename ]
+ Parameter #2 [ <optional> $notext ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_csr_sign ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $csr ]
+ Parameter #1 [ <required> $x509 ]
+ Parameter #2 [ <required> $priv_key ]
+ Parameter #3 [ <required> $days ]
+ Parameter #4 [ <optional> $config_args ]
+ Parameter #5 [ <optional> $serial ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_csr_get_subject ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $csr ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_csr_get_public_key ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $csr ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_digest ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_encrypt ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $iv ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_decrypt ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $method ]
+ Parameter #2 [ <required> $password ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $iv ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_cipher_iv_length ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $method ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_sign ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$signature ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $method ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_verify ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $signature ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $method ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_seal ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$sealdata ]
+ Parameter #2 [ <required> &$ekeys ]
+ Parameter #3 [ <required> $pubkeys ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_open ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$opendata ]
+ Parameter #2 [ <required> $ekey ]
+ Parameter #3 [ <required> $privkey ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pbkdf2 ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $password ]
+ Parameter #1 [ <required> $salt ]
+ Parameter #2 [ <required> $key_length ]
+ Parameter #3 [ <required> $iterations ]
+ Parameter #4 [ <optional> $digest_algorithm ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs7_verify ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $flags ]
+ Parameter #2 [ <optional> $signerscerts ]
+ Parameter #3 [ <optional> $cainfo ]
+ Parameter #4 [ <optional> $extracerts ]
+ Parameter #5 [ <optional> $content ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs7_decrypt ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $infilename ]
+ Parameter #1 [ <required> $outfilename ]
+ Parameter #2 [ <required> $recipcert ]
+ Parameter #3 [ <optional> $recipkey ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs7_sign ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $infile ]
+ Parameter #1 [ <required> $outfile ]
+ Parameter #2 [ <required> $signcert ]
+ Parameter #3 [ <required> $signkey ]
+ Parameter #4 [ <required> $headers ]
+ Parameter #5 [ <optional> $flags ]
+ Parameter #6 [ <optional> $extracertsfilename ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_pkcs7_encrypt ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $infile ]
+ Parameter #1 [ <required> $outfile ]
+ Parameter #2 [ <required> $recipcerts ]
+ Parameter #3 [ <required> $headers ]
+ Parameter #4 [ <optional> $flags ]
+ Parameter #5 [ <optional> $cipher ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_private_encrypt ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$crypted ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $padding ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_private_decrypt ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$crypted ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $padding ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_public_encrypt ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$crypted ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $padding ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_public_decrypt ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> &$crypted ]
+ Parameter #2 [ <required> $key ]
+ Parameter #3 [ <optional> $padding ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_get_md_methods ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $aliases ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_get_cipher_methods ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $aliases ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_dh_compute_key ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pub_key ]
+ Parameter #1 [ <required> $dh_key ]
+ }
+ }
+ Function [ <internal:openssl> function openssl_random_pseudo_bytes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $length ]
+ Parameter #1 [ <optional> &$result_is_strong ]
+ }
+ }
+ Function [ <internal:openssl> 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 [ <persistent> extension #18 pcntl version <no_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 [ <internal:pcntl> function pcntl_fork ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_waitpid ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pid ]
+ Parameter #1 [ <required> &$status ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wait ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$status ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_signal ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $signo ]
+ Parameter #1 [ <required> $handler ]
+ Parameter #2 [ <optional> $restart_syscalls ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_signal_dispatch ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wifexited ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wifstopped ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wifsignaled ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wexitstatus ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wtermsig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_wstopsig ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $status ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_exec ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $args ]
+ Parameter #2 [ <optional> $envs ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_alarm ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $seconds ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_get_last_error ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_errno ] {
+ }
+ Function [ <internal:pcntl> function pcntl_strerror ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $errno ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_getpriority ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $pid ]
+ Parameter #1 [ <optional> $process_identifier ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_setpriority ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $priority ]
+ Parameter #1 [ <optional> $pid ]
+ Parameter #2 [ <optional> $process_identifier ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_sigprocmask ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $how ]
+ Parameter #1 [ <required> $set ]
+ Parameter #2 [ <optional> &$oldset ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_sigwaitinfo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $set ]
+ Parameter #1 [ <optional> &$info ]
+ }
+ }
+ Function [ <internal:pcntl> function pcntl_sigtimedwait ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $set ]
+ Parameter #1 [ <optional> &$info ]
+ Parameter #2 [ <optional> $seconds ]
+ Parameter #3 [ <optional> $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 [ <persistent> extension #6 pcre version <no_version> ] {
+
+ - INI {
+ Entry [ pcre.backtrack_limit <ALL> ]
+ Current = '1000000'
+ }
+ Entry [ pcre.recursion_limit <ALL> ]
+ 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 [ <internal:pcre> function preg_match ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <optional> &$subpatterns ]
+ Parameter #3 [ <optional> $flags ]
+ Parameter #4 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:pcre> function preg_match_all ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <optional> &$subpatterns ]
+ Parameter #3 [ <optional> $flags ]
+ Parameter #4 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:pcre> function preg_replace ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $regex ]
+ Parameter #1 [ <required> $replace ]
+ Parameter #2 [ <required> $subject ]
+ Parameter #3 [ <optional> $limit ]
+ Parameter #4 [ <optional> &$count ]
+ }
+ }
+ Function [ <internal:pcre> function preg_replace_callback ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $regex ]
+ Parameter #1 [ <required> $callback ]
+ Parameter #2 [ <required> $subject ]
+ Parameter #3 [ <optional> $limit ]
+ Parameter #4 [ <optional> &$count ]
+ }
+ }
+ Function [ <internal:pcre> function preg_filter ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $regex ]
+ Parameter #1 [ <required> $replace ]
+ Parameter #2 [ <required> $subject ]
+ Parameter #3 [ <optional> $limit ]
+ Parameter #4 [ <optional> &$count ]
+ }
+ }
+ Function [ <internal:pcre> function preg_split ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <optional> $limit ]
+ Parameter #3 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:pcre> function preg_quote ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $delim_char ]
+ }
+ }
+ Function [ <internal:pcre> function preg_grep ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $regex ]
+ Parameter #1 [ <required> $input ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:pcre> 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 [ <persistent> 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 [ <persistent> extension #66 pdo_mysql version 1.0.2 ] {
+
+ - Dependencies {
+ Dependency [ pdo (Required) ]
+ Dependency [ mysqlnd (Required) ]
+ }
+
+ - INI {
+ Entry [ pdo_mysql.default_socket <SYSTEM> ]
+ 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> extension #71 pgsql version <no_version> ] {
+
+ - INI {
+ Entry [ pgsql.allow_persistent <SYSTEM> ]
+ Current = '1'
+ }
+ Entry [ pgsql.max_persistent <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ pgsql.max_links <SYSTEM> ]
+ Current = '-1'
+ }
+ Entry [ pgsql.auto_reset_persistent <SYSTEM> ]
+ Current = '0'
+ }
+ Entry [ pgsql.ignore_notice <ALL> ]
+ Current = '0'
+ }
+ Entry [ pgsql.log_notice <ALL> ]
+ 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 [ <internal:pgsql> function pg_connect ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $connection_string ]
+ Parameter #1 [ <optional> $connect_type ]
+ Parameter #2 [ <optional> $host ]
+ Parameter #3 [ <optional> $port ]
+ Parameter #4 [ <optional> $options ]
+ Parameter #5 [ <optional> $tty ]
+ Parameter #6 [ <optional> $database ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_pconnect ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $connection_string ]
+ Parameter #1 [ <optional> $host ]
+ Parameter #2 [ <optional> $port ]
+ Parameter #3 [ <optional> $options ]
+ Parameter #4 [ <optional> $tty ]
+ Parameter #5 [ <optional> $database ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_connection_status ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_connection_busy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_connection_reset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_host ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_dbname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_port ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_tty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_options ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_version ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_ping ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_parameter_status ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <optional> $param_name ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_transaction_status ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $query ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_query_params ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $query ]
+ Parameter #2 [ <optional> $params ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_prepare ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $stmtname ]
+ Parameter #2 [ <optional> $query ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_execute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $stmtname ]
+ Parameter #2 [ <optional> $params ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_send_query ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <required> $query ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_send_query_params ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <required> $query ]
+ Parameter #2 [ <required> $params ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_send_prepare ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <required> $stmtname ]
+ Parameter #2 [ <required> $query ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_send_execute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <required> $stmtname ]
+ Parameter #2 [ <required> $params ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_cancel_query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_result ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row_number ]
+ Parameter #2 [ <optional> $field_name ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_row ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $result_type ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_assoc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_array ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $result_type ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_object ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $class_name ]
+ Parameter #3 [ <optional> $l ]
+ Parameter #4 [ <optional> $ctor_params ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fetch_all_columns ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $column_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_affected_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_get_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_result_seek ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $offset ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_result_status ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $result_type ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_free_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_last_oid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_num_rows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_num_fields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_num ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_name ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_type_oid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_prtlen ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $field_name_or_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_is_null ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $field_name_or_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_field_table ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ Parameter #2 [ <optional> $oid_only ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_get_notify ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $e ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_get_pid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_result_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_result_error_field ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $fieldcode ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_last_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_last_notice ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_put_line ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $query ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_end_copy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_copy_to ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <required> $table_name ]
+ Parameter #2 [ <optional> $delimiter ]
+ Parameter #3 [ <optional> $null_as ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_copy_from ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $connection ]
+ Parameter #1 [ <required> $table_name ]
+ Parameter #2 [ <required> $rows ]
+ Parameter #3 [ <optional> $delimiter ]
+ Parameter #4 [ <optional> $null_as ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_trace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_untrace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $large_object_id ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_unlink ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $large_object_oid ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_open ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $large_object_oid ]
+ Parameter #2 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $large_object ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_read ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $large_object ]
+ Parameter #1 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_write ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $large_object ]
+ Parameter #1 [ <required> $buf ]
+ Parameter #2 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_read_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $large_object ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_import ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $filename ]
+ Parameter #2 [ <optional> $large_object_oid ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_export ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $objoid ]
+ Parameter #2 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_seek ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $large_object ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $whence ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lo_tell ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $large_object ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_escape_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $data ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_escape_bytea ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $data ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_unescape_bytea ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_escape_literal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $data ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_escape_identifier ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $data ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_set_error_verbosity ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $verbosity ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_client_encoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_set_client_encoding ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_meta_data ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <required> $table ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_convert ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <required> $table ]
+ Parameter #2 [ <required> $values ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_insert ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <required> $table ]
+ Parameter #2 [ <required> $values ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_update ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <required> $table ]
+ Parameter #2 [ <required> $fields ]
+ Parameter #3 [ <required> $ids ]
+ Parameter #4 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_delete ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <required> $table ]
+ Parameter #2 [ <required> $ids ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_select ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $db ]
+ Parameter #1 [ <required> $table ]
+ Parameter #2 [ <required> $ids ]
+ Parameter #3 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_exec ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $query ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_getlastoid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_cmdtuples ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_errormessage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_numrows ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_numfields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fieldname ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fieldsize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fieldtype ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fieldnum ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <required> $field_name ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fieldprtlen ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $field_name_or_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_fieldisnull ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $result ]
+ Parameter #1 [ <optional> $row ]
+ Parameter #2 [ <optional> $field_name_or_number ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_freeresult ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $result ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_result ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_loreadall ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $large_object ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_locreate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $large_object_id ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lounlink ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $large_object_oid ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_loopen ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $large_object_oid ]
+ Parameter #2 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_loclose ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $large_object ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_loread ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $large_object ]
+ Parameter #1 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_lowrite ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $large_object ]
+ Parameter #1 [ <required> $buf ]
+ Parameter #2 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_loimport ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $filename ]
+ Parameter #2 [ <optional> $large_object_oid ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_loexport ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $objoid ]
+ Parameter #2 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_clientencoding ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $connection ]
+ }
+ }
+ Function [ <internal:pgsql> function pg_setclientencoding ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $connection ]
+ Parameter #1 [ <optional> $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 [ <persistent> extension #73 posix version <no_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 [ <internal:posix> function posix_kill ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pid ]
+ Parameter #1 [ <required> $sig ]
+ }
+ }
+ Function [ <internal:posix> function posix_getpid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_getppid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_getuid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_setuid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uid ]
+ }
+ }
+ Function [ <internal:posix> function posix_geteuid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_seteuid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getgid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_setgid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $gid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getegid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_setegid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $gid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getgroups ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_getlogin ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_getpgrp ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_setsid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_setpgid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pid ]
+ Parameter #1 [ <required> $pgid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getpgid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getsid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pid ]
+ }
+ }
+ Function [ <internal:posix> function posix_uname ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_times ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_ctermid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_ttyname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fd ]
+ }
+ }
+ Function [ <internal:posix> function posix_isatty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fd ]
+ }
+ }
+ Function [ <internal:posix> function posix_getcwd ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_mkfifo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pathname ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:posix> function posix_mknod ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $pathname ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <optional> $major ]
+ Parameter #3 [ <optional> $minor ]
+ }
+ }
+ Function [ <internal:posix> function posix_access ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $file ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:posix> function posix_getgrnam ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+ Function [ <internal:posix> function posix_getgrgid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $gid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getpwnam ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $username ]
+ }
+ }
+ Function [ <internal:posix> function posix_getpwuid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uid ]
+ }
+ }
+ Function [ <internal:posix> function posix_getrlimit ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_get_last_error ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_errno ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:posix> function posix_strerror ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $errno ]
+ }
+ }
+ Function [ <internal:posix> function posix_initgroups ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #74 pspell version <no_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 [ <internal:pspell> function pspell_new ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $language ]
+ Parameter #1 [ <optional> $spelling ]
+ Parameter #2 [ <optional> $jargon ]
+ Parameter #3 [ <optional> $encoding ]
+ Parameter #4 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_new_personal ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $personal ]
+ Parameter #1 [ <required> $language ]
+ Parameter #2 [ <optional> $spelling ]
+ Parameter #3 [ <optional> $jargon ]
+ Parameter #4 [ <optional> $encoding ]
+ Parameter #5 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_new_config ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $config ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_check ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_suggest ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_store_replacement ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $misspell ]
+ Parameter #2 [ <required> $correct ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_add_to_personal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_add_to_session ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pspell ]
+ Parameter #1 [ <required> $word ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_clear_session ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pspell ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_save_wordlist ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $pspell ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_create ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $language ]
+ Parameter #1 [ <optional> $spelling ]
+ Parameter #2 [ <optional> $jargon ]
+ Parameter #3 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_runtogether ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $runtogether ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_mode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_ignore ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $ignore ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_personal ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $personal ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_dict_dir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_data_dir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_repl ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $repl ]
+ }
+ }
+ Function [ <internal:pspell> function pspell_config_save_repl ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $conf ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #19 readline version 5.5.0-dev ] {
+
+ - INI {
+ Entry [ cli.pager <ALL> ]
+ Current = ''
+ }
+ Entry [ cli.prompt <ALL> ]
+ Current = '\b \> '
+ }
+ }
+
+ - Constants [1] {
+ Constant [ string READLINE_LIB ] { libedit }
+ }
+
+ - Functions {
+ Function [ <internal:readline> function readline ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $prompt ]
+ }
+ }
+ Function [ <internal:readline> function readline_info ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $varname ]
+ Parameter #1 [ <optional> $newvalue ]
+ }
+ }
+ Function [ <internal:readline> function readline_add_history ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prompt ]
+ }
+ }
+ Function [ <internal:readline> function readline_clear_history ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:readline> function readline_read_history ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:readline> function readline_write_history ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:readline> function readline_completion_function ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $funcname ]
+ }
+ }
+ Function [ <internal:readline> function readline_callback_handler_install ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $prompt ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+ Function [ <internal:readline> function readline_callback_read_char ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:readline> function readline_callback_handler_remove ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:readline> function readline_redisplay ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:readline> 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 [ <persistent> extension #76 recode version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:recode> function recode_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $request ]
+ Parameter #1 [ <required> $str ]
+ }
+ }
+ Function [ <internal:recode> function recode_file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $request ]
+ Parameter #1 [ <required> $input ]
+ Parameter #2 [ <required> $output ]
+ }
+ }
+ Function [ <internal:recode> function recode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $request ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #22 session version <no_version> ] {
+
+ - Dependencies {
+ Dependency [ hash (Optional) ]
+ Dependency [ spl (Required) ]
+ }
+
+ - INI {
+ Entry [ session.save_path <ALL> ]
+ Current = ''
+ }
+ Entry [ session.name <ALL> ]
+ Current = 'PHPSESSID'
+ }
+ Entry [ session.save_handler <ALL> ]
+ Current = 'files'
+ }
+ Entry [ session.auto_start <ALL> ]
+ Current = '0'
+ }
+ Entry [ session.gc_probability <ALL> ]
+ Current = '1'
+ }
+ Entry [ session.gc_divisor <ALL> ]
+ Current = '100'
+ }
+ Entry [ session.gc_maxlifetime <ALL> ]
+ Current = '1440'
+ }
+ Entry [ session.serialize_handler <ALL> ]
+ Current = 'php'
+ }
+ Entry [ session.cookie_lifetime <ALL> ]
+ Current = '0'
+ }
+ Entry [ session.cookie_path <ALL> ]
+ Current = '/'
+ }
+ Entry [ session.cookie_domain <ALL> ]
+ Current = ''
+ }
+ Entry [ session.cookie_secure <ALL> ]
+ Current = ''
+ }
+ Entry [ session.cookie_httponly <ALL> ]
+ Current = ''
+ }
+ Entry [ session.use_cookies <ALL> ]
+ Current = '1'
+ }
+ Entry [ session.use_only_cookies <ALL> ]
+ Current = '1'
+ }
+ Entry [ session.referer_check <ALL> ]
+ Current = ''
+ }
+ Entry [ session.entropy_file <ALL> ]
+ Current = '/dev/urandom'
+ }
+ Entry [ session.entropy_length <ALL> ]
+ Current = '32'
+ }
+ Entry [ session.cache_limiter <ALL> ]
+ Current = 'nocache'
+ }
+ Entry [ session.cache_expire <ALL> ]
+ Current = '180'
+ }
+ Entry [ session.use_trans_sid <ALL> ]
+ Current = '0'
+ }
+ Entry [ session.hash_function <ALL> ]
+ Current = '0'
+ }
+ Entry [ session.hash_bits_per_character <ALL> ]
+ Current = '4'
+ }
+ Entry [ session.upload_progress.enabled <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ session.upload_progress.cleanup <PERDIR> ]
+ Current = '1'
+ }
+ Entry [ session.upload_progress.prefix <PERDIR> ]
+ Current = 'upload_progress_'
+ }
+ Entry [ session.upload_progress.name <PERDIR> ]
+ Current = 'PHP_SESSION_UPLOAD_PROGRESS'
+ }
+ Entry [ session.upload_progress.freq <PERDIR> ]
+ Current = '1%'
+ }
+ Entry [ session.upload_progress.min_freq <PERDIR> ]
+ Current = '1'
+ }
+ }
+
+ - Constants [3] {
+ Constant [ integer PHP_SESSION_DISABLED ] { 0 }
+ Constant [ integer PHP_SESSION_NONE ] { 1 }
+ Constant [ integer PHP_SESSION_ACTIVE ] { 2 }
+ }
+
+ - Functions {
+ Function [ <internal:session> function session_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $name ]
+ }
+ }
+ Function [ <internal:session> function session_module_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $module ]
+ }
+ }
+ Function [ <internal:session> function session_save_path ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $path ]
+ }
+ }
+ Function [ <internal:session> function session_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $id ]
+ }
+ }
+ Function [ <internal:session> function session_regenerate_id ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $delete_old_session ]
+ }
+ }
+ Function [ <internal:session> function session_decode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:session> function session_encode ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_start ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_destroy ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_unset ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_set_save_handler ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $open ]
+ Parameter #1 [ <required> $close ]
+ Parameter #2 [ <required> $read ]
+ Parameter #3 [ <required> $write ]
+ Parameter #4 [ <required> $destroy ]
+ Parameter #5 [ <required> $gc ]
+ }
+ }
+ Function [ <internal:session> function session_cache_limiter ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $cache_limiter ]
+ }
+ }
+ Function [ <internal:session> function session_cache_expire ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $new_cache_expire ]
+ }
+ }
+ Function [ <internal:session> function session_set_cookie_params ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $lifetime ]
+ Parameter #1 [ <optional> $path ]
+ Parameter #2 [ <optional> $domain ]
+ Parameter #3 [ <optional> $secure ]
+ Parameter #4 [ <optional> $httponly ]
+ }
+ }
+ Function [ <internal:session> function session_get_cookie_params ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_write_close ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_status ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_register_shutdown ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:session> function session_commit ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [2] {
+ Interface [ <internal:session> interface SessionHandlerInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:session> abstract public method open ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $save_path ]
+ Parameter #1 [ <required> $session_name ]
+ }
+ }
+
+ Method [ <internal:session> abstract public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:session> abstract public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:session> abstract public method write ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $val ]
+ }
+ }
+
+ Method [ <internal:session> abstract public method destroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:session> abstract public method gc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $maxlifetime ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:session> class SessionHandler implements SessionHandlerInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [6] {
+ Method [ <internal:session, prototype SessionHandlerInterface> public method open ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $save_path ]
+ Parameter #1 [ <required> $session_name ]
+ }
+ }
+
+ Method [ <internal:session, prototype SessionHandlerInterface> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:session, prototype SessionHandlerInterface> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:session, prototype SessionHandlerInterface> public method write ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $val ]
+ }
+ }
+
+ Method [ <internal:session, prototype SessionHandlerInterface> public method destroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $key ]
+ }
+ }
+
+ Method [ <internal:session, prototype SessionHandlerInterface> public method gc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #23 shmop version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:shmop> function shmop_open ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $flags ]
+ Parameter #2 [ <required> $mode ]
+ Parameter #3 [ <required> $size ]
+ }
+ }
+ Function [ <internal:shmop> function shmop_read ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $shmid ]
+ Parameter #1 [ <required> $start ]
+ Parameter #2 [ <required> $count ]
+ }
+ }
+ Function [ <internal:shmop> function shmop_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $shmid ]
+ }
+ }
+ Function [ <internal:shmop> function shmop_size ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $shmid ]
+ }
+ }
+ Function [ <internal:shmop> function shmop_write ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $shmid ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> $offset ]
+ }
+ }
+ Function [ <internal:shmop> function shmop_delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> 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 [ <internal:snmp> function snmpget ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmpgetnext ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmpwalk ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmprealwalk ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmpwalkoid ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmpset ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <required> $type ]
+ Parameter #4 [ <required> $value ]
+ Parameter #5 [ <optional> $timeout ]
+ Parameter #6 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_get_quick_print ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $d ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_set_quick_print ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $quick_print ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_set_enum_print ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $enum_print ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_set_oid_output_format ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $oid_format ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_set_oid_numeric_print ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $oid_format ]
+ }
+ }
+ Function [ <internal:snmp> function snmp2_get ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp2_getnext ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp2_walk ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp2_real_walk ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp2_set ] {
+
+ - Parameters [7] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $community ]
+ Parameter #2 [ <required> $object_id ]
+ Parameter #3 [ <required> $type ]
+ Parameter #4 [ <required> $value ]
+ Parameter #5 [ <optional> $timeout ]
+ Parameter #6 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp3_get ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $sec_name ]
+ Parameter #2 [ <required> $sec_level ]
+ Parameter #3 [ <required> $auth_protocol ]
+ Parameter #4 [ <required> $auth_passphrase ]
+ Parameter #5 [ <required> $priv_protocol ]
+ Parameter #6 [ <required> $priv_passphrase ]
+ Parameter #7 [ <required> $object_id ]
+ Parameter #8 [ <optional> $timeout ]
+ Parameter #9 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp3_getnext ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $sec_name ]
+ Parameter #2 [ <required> $sec_level ]
+ Parameter #3 [ <required> $auth_protocol ]
+ Parameter #4 [ <required> $auth_passphrase ]
+ Parameter #5 [ <required> $priv_protocol ]
+ Parameter #6 [ <required> $priv_passphrase ]
+ Parameter #7 [ <required> $object_id ]
+ Parameter #8 [ <optional> $timeout ]
+ Parameter #9 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp3_walk ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $sec_name ]
+ Parameter #2 [ <required> $sec_level ]
+ Parameter #3 [ <required> $auth_protocol ]
+ Parameter #4 [ <required> $auth_passphrase ]
+ Parameter #5 [ <required> $priv_protocol ]
+ Parameter #6 [ <required> $priv_passphrase ]
+ Parameter #7 [ <required> $object_id ]
+ Parameter #8 [ <optional> $timeout ]
+ Parameter #9 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp3_real_walk ] {
+
+ - Parameters [10] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $sec_name ]
+ Parameter #2 [ <required> $sec_level ]
+ Parameter #3 [ <required> $auth_protocol ]
+ Parameter #4 [ <required> $auth_passphrase ]
+ Parameter #5 [ <required> $priv_protocol ]
+ Parameter #6 [ <required> $priv_passphrase ]
+ Parameter #7 [ <required> $object_id ]
+ Parameter #8 [ <optional> $timeout ]
+ Parameter #9 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp3_set ] {
+
+ - Parameters [12] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <required> $sec_name ]
+ Parameter #2 [ <required> $sec_level ]
+ Parameter #3 [ <required> $auth_protocol ]
+ Parameter #4 [ <required> $auth_passphrase ]
+ Parameter #5 [ <required> $priv_protocol ]
+ Parameter #6 [ <required> $priv_passphrase ]
+ Parameter #7 [ <required> $object_id ]
+ Parameter #8 [ <required> $type ]
+ Parameter #9 [ <required> $value ]
+ Parameter #10 [ <optional> $timeout ]
+ Parameter #11 [ <optional> $retries ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_set_valueretrieval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $method ]
+ }
+ }
+ Function [ <internal:snmp> function snmp_get_valueretrieval ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:snmp> function snmp_read_mib ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ }
+
+ - Classes [2] {
+ Class [ <internal:snmp> 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 [ <internal:snmp, ctor> public method __construct ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $version ]
+ Parameter #1 [ <required> $host ]
+ Parameter #2 [ <required> $community ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $retries ]
+ }
+ }
+
+ Method [ <internal:snmp> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:snmp> public method setSecurity ] {
+
+ - Parameters [9] {
+ Parameter #0 [ <required> $session ]
+ Parameter #1 [ <required> $sec_level ]
+ Parameter #2 [ <required> $auth_protocol ]
+ Parameter #3 [ <required> $auth_passphrase ]
+ Parameter #4 [ <required> $priv_protocol ]
+ Parameter #5 [ <required> $priv_passphrase ]
+ Parameter #6 [ <required> $contextName ]
+ Parameter #7 [ <required> $contextEngineID ]
+ Parameter #8 [ <optional> $ ]
+ }
+ }
+
+ Method [ <internal:snmp> public method get ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object_id ]
+ Parameter #1 [ <optional> $use_orignames ]
+ }
+ }
+
+ Method [ <internal:snmp> public method getnext ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $object_id ]
+ Parameter #1 [ <optional> $use_orignames ]
+ }
+ }
+
+ Method [ <internal:snmp> public method walk ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $object_id ]
+ Parameter #1 [ <required> $suffix_keys ]
+ Parameter #2 [ <required> $max_repetitions ]
+ Parameter #3 [ <required> $non_repeaters ]
+ }
+ }
+
+ Method [ <internal:snmp> public method set ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $object_id ]
+ Parameter #1 [ <required> $type ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:snmp> public method getErrno ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:snmp> public method getError ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:snmp> class SNMPException extends RuntimeException ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> 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 [ <persistent> extension #78 soap version <no_version> ] {
+
+ - INI {
+ Entry [ soap.wsdl_cache_enabled <ALL> ]
+ Current = '1'
+ }
+ Entry [ soap.wsdl_cache_dir <ALL> ]
+ Current = '/tmp'
+ }
+ Entry [ soap.wsdl_cache_ttl <ALL> ]
+ Current = '86400'
+ }
+ Entry [ soap.wsdl_cache <ALL> ]
+ Current = '1'
+ }
+ Entry [ soap.wsdl_cache_limit <ALL> ]
+ 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 [ <internal:soap> function use_soap_error_handler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $handler ]
+ }
+ }
+ Function [ <internal:soap> function is_soap_fault ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ }
+
+ - Classes [6] {
+ Class [ <internal:soap> class SoapClient ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [13] {
+ Method [ <internal:soap, ctor> public method SoapClient ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $wsdl ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:soap> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <required> $arguments ]
+ }
+ }
+
+ Method [ <internal:soap> public method __soapCall ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <required> $arguments ]
+ Parameter #2 [ <optional> $options ]
+ Parameter #3 [ <optional> $input_headers ]
+ Parameter #4 [ <optional> &$output_headers ]
+ }
+ }
+
+ Method [ <internal:soap> public method __getLastRequest ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method __getLastResponse ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method __getLastRequestHeaders ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method __getLastResponseHeaders ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method __getFunctions ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method __getTypes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method __doRequest ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $request ]
+ Parameter #1 [ <required> $location ]
+ Parameter #2 [ <required> $action ]
+ Parameter #3 [ <required> $version ]
+ Parameter #4 [ <optional> $one_way ]
+ }
+ }
+
+ Method [ <internal:soap> public method __setCookie ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:soap> public method __setLocation ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $new_location ]
+ }
+ }
+
+ Method [ <internal:soap> public method __setSoapHeaders ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $soapheaders ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:soap> class SoapVar ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:soap, ctor> public method SoapVar ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $encoding ]
+ Parameter #2 [ <optional> $type_name ]
+ Parameter #3 [ <optional> $type_namespace ]
+ Parameter #4 [ <optional> $node_name ]
+ Parameter #5 [ <optional> $node_namespace ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:soap> class SoapServer ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:soap, ctor> public method SoapServer ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $wsdl ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:soap> public method setPersistence ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+
+ Method [ <internal:soap> public method setClass ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $class_name ]
+ Parameter #1 [ <optional> $args ]
+ }
+ }
+
+ Method [ <internal:soap> public method setObject ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+
+ Method [ <internal:soap> public method addFunction ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $functions ]
+ }
+ }
+
+ Method [ <internal:soap> public method getFunctions ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:soap> public method handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $soap_request ]
+ }
+ }
+
+ Method [ <internal:soap> public method fault ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $code ]
+ Parameter #1 [ <required> $string ]
+ Parameter #2 [ <optional> $actor ]
+ Parameter #3 [ <optional> $details ]
+ Parameter #4 [ <optional> $name ]
+ }
+ }
+
+ Method [ <internal:soap> public method addSoapHeader ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $object ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:soap> class SoapFault extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:soap, ctor> public method SoapFault ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $faultcode ]
+ Parameter #1 [ <required> $faultstring ]
+ Parameter #2 [ <optional> $faultactor ]
+ Parameter #3 [ <optional> $detail ]
+ Parameter #4 [ <optional> $faultname ]
+ Parameter #5 [ <optional> $headerfault ]
+ }
+ }
+
+ Method [ <internal:soap, overwrites Exception, prototype Exception> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+ }
+ }
+
+ Class [ <internal:soap> class SoapParam ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:soap, ctor> public method SoapParam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:soap> class SoapHeader ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:soap, ctor> public method SoapHeader ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $namespace ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <optional> $data ]
+ Parameter #3 [ <optional> $mustunderstand ]
+ Parameter #4 [ <optional> $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 [ <persistent> extension #25 sockets version <no_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 [ <internal:sockets> function socket_select ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> &$read_fds ]
+ Parameter #1 [ <required> &$write_fds ]
+ Parameter #2 [ <required> &$except_fds ]
+ Parameter #3 [ <required> $tv_sec ]
+ Parameter #4 [ <optional> $tv_usec ]
+ }
+ }
+ Function [ <internal:sockets> function socket_create ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <required> $type ]
+ Parameter #2 [ <required> $protocol ]
+ }
+ }
+ Function [ <internal:sockets> function socket_create_listen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $port ]
+ Parameter #1 [ <optional> $backlog ]
+ }
+ }
+ Function [ <internal:sockets> function socket_create_pair ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <required> $type ]
+ Parameter #2 [ <required> $protocol ]
+ Parameter #3 [ <required> &$fd ]
+ }
+ }
+ Function [ <internal:sockets> function socket_accept ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $socket ]
+ }
+ }
+ Function [ <internal:sockets> function socket_set_nonblock ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $socket ]
+ }
+ }
+ Function [ <internal:sockets> function socket_set_block ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $socket ]
+ }
+ }
+ Function [ <internal:sockets> function socket_listen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <optional> $backlog ]
+ }
+ }
+ Function [ <internal:sockets> function socket_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $socket ]
+ }
+ }
+ Function [ <internal:sockets> function socket_write ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $buf ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:sockets> function socket_read ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $length ]
+ Parameter #2 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:sockets> function socket_getsockname ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> &$addr ]
+ Parameter #2 [ <optional> &$port ]
+ }
+ }
+ Function [ <internal:sockets> function socket_getpeername ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> &$addr ]
+ Parameter #2 [ <optional> &$port ]
+ }
+ }
+ Function [ <internal:sockets> function socket_connect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $addr ]
+ Parameter #2 [ <optional> $port ]
+ }
+ }
+ Function [ <internal:sockets> function socket_strerror ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $errno ]
+ }
+ }
+ Function [ <internal:sockets> function socket_bind ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $addr ]
+ Parameter #2 [ <optional> $port ]
+ }
+ }
+ Function [ <internal:sockets> function socket_recv ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> &$buf ]
+ Parameter #2 [ <required> $len ]
+ Parameter #3 [ <required> $flags ]
+ }
+ }
+ Function [ <internal:sockets> function socket_send ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $buf ]
+ Parameter #2 [ <required> $len ]
+ Parameter #3 [ <required> $flags ]
+ }
+ }
+ Function [ <internal:sockets> function socket_recvfrom ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> &$buf ]
+ Parameter #2 [ <required> $len ]
+ Parameter #3 [ <required> $flags ]
+ Parameter #4 [ <required> &$name ]
+ Parameter #5 [ <optional> &$port ]
+ }
+ }
+ Function [ <internal:sockets> function socket_sendto ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $buf ]
+ Parameter #2 [ <required> $len ]
+ Parameter #3 [ <required> $flags ]
+ Parameter #4 [ <required> $addr ]
+ Parameter #5 [ <optional> $port ]
+ }
+ }
+ Function [ <internal:sockets> function socket_get_option ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $level ]
+ Parameter #2 [ <required> $optname ]
+ }
+ }
+ Function [ <internal:sockets> function socket_set_option ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $level ]
+ Parameter #2 [ <required> $optname ]
+ Parameter #3 [ <required> $optval ]
+ }
+ }
+ Function [ <internal:sockets> function socket_shutdown ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <optional> $how ]
+ }
+ }
+ Function [ <internal:sockets> function socket_last_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $socket ]
+ }
+ }
+ Function [ <internal:sockets> function socket_clear_error ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $socket ]
+ }
+ }
+ Function [ <internal:sockets> function socket_import_stream ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream ]
+ }
+ }
+ Function [ <internal:sockets> function socket_getopt ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $level ]
+ Parameter #2 [ <required> $optname ]
+ }
+ }
+ Function [ <internal:sockets> function socket_setopt ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $level ]
+ Parameter #2 [ <required> $optname ]
+ Parameter #3 [ <required> $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 [ <persistent> extension #82 sqlite3 version 0.7-dev ] {
+
+ - INI {
+ Entry [ sqlite3.extension_dir <SYSTEM> ]
+ 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 [ <internal:sqlite3> class SQLite3 ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:sqlite3> static public method version ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> static public method escapeString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [18] {
+ Method [ <internal:sqlite3> public method open ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $flags ]
+ Parameter #2 [ <required> $encryption_key ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method lastInsertRowID ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method lastErrorCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method lastErrorMsg ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method busyTimeout ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ms ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method loadExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $shared_library ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method changes ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method prepare ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method query ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $query ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method querySingle ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $query ]
+ Parameter #1 [ <optional> $entire_row ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method createFunction ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $callback ]
+ Parameter #2 [ <optional> $argument_count ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method createAggregate ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $step_callback ]
+ Parameter #2 [ <required> $final_callback ]
+ Parameter #3 [ <optional> $argument_count ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method createCollation ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method openBlob ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $table ]
+ Parameter #1 [ <required> $column ]
+ Parameter #2 [ <required> $rowid ]
+ Parameter #3 [ <optional> $dbname ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method enableExceptions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $enableExceptions ]
+ }
+ }
+
+ Method [ <internal:sqlite3, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $flags ]
+ Parameter #2 [ <required> $encryption_key ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:sqlite3> class SQLite3Stmt ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:sqlite3> public method paramCount ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method reset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method clear ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method execute ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method bindParam ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $param_number ]
+ Parameter #1 [ <required> &$param ]
+ Parameter #2 [ <optional> $type ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method bindValue ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $param_number ]
+ Parameter #1 [ <required> $param ]
+ Parameter #2 [ <optional> $type ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method readOnly ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3, ctor> private method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sqlite3 ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:sqlite3> class SQLite3Result ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [7] {
+ Method [ <internal:sqlite3> public method numColumns ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method columnName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $column_number ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method columnType ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $column_number ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method fetchArray ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $mode ]
+ }
+ }
+
+ Method [ <internal:sqlite3> public method reset ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3> public method finalize ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:sqlite3, ctor> 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 [ <persistent> extension #26 standard version 5.5.0-dev ] {
+
+ - Dependencies {
+ Dependency [ session (Optional) ]
+ }
+
+ - INI {
+ Entry [ user_agent <ALL> ]
+ Current = ''
+ }
+ Entry [ from <ALL> ]
+ Current = ''
+ }
+ Entry [ default_socket_timeout <ALL> ]
+ Current = '60'
+ }
+ Entry [ auto_detect_line_endings <ALL> ]
+ Current = '0'
+ }
+ Entry [ assert.active <ALL> ]
+ Current = '1'
+ }
+ Entry [ assert.bail <ALL> ]
+ Current = '0'
+ }
+ Entry [ assert.warning <ALL> ]
+ Current = '1'
+ }
+ Entry [ assert.callback <ALL> ]
+ Current = ''
+ }
+ Entry [ assert.quiet_eval <ALL> ]
+ Current = '0'
+ }
+ Entry [ url_rewriter.tags <ALL> ]
+ 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 [ <internal:standard> function constant ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $const_name ]
+ }
+ }
+ Function [ <internal:standard> function bin2hex ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:standard> function hex2bin ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:standard> function sleep ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $seconds ]
+ }
+ }
+ Function [ <internal:standard> function usleep ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $micro_seconds ]
+ }
+ }
+ Function [ <internal:standard> function time_nanosleep ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $seconds ]
+ Parameter #1 [ <required> $nanoseconds ]
+ }
+ }
+ Function [ <internal:standard> function time_sleep_until ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timestamp ]
+ }
+ }
+ Function [ <internal:standard> function strptime ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timestamp ]
+ Parameter #1 [ <required> $format ]
+ }
+ }
+ Function [ <internal:standard> function flush ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function wordwrap ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $width ]
+ Parameter #2 [ <optional> $break ]
+ Parameter #3 [ <optional> $cut ]
+ }
+ }
+ Function [ <internal:standard> function htmlspecialchars ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $quote_style ]
+ Parameter #2 [ <optional> $charset ]
+ Parameter #3 [ <optional> $double_encode ]
+ }
+ }
+ Function [ <internal:standard> function htmlentities ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $quote_style ]
+ Parameter #2 [ <optional> $charset ]
+ Parameter #3 [ <optional> $double_encode ]
+ }
+ }
+ Function [ <internal:standard> function html_entity_decode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $quote_style ]
+ Parameter #2 [ <optional> $charset ]
+ }
+ }
+ Function [ <internal:standard> function htmlspecialchars_decode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $quote_style ]
+ }
+ }
+ Function [ <internal:standard> function get_html_translation_table ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $table ]
+ Parameter #1 [ <optional> $quote_style ]
+ }
+ }
+ Function [ <internal:standard> function sha1 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:standard> function sha1_file ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:standard> function md5 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:standard> function md5_file ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $raw_output ]
+ }
+ }
+ Function [ <internal:standard> function crc32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function iptcparse ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $iptcdata ]
+ }
+ }
+ Function [ <internal:standard> function iptcembed ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $iptcdata ]
+ Parameter #1 [ <required> $jpeg_file_name ]
+ Parameter #2 [ <optional> $spool ]
+ }
+ }
+ Function [ <internal:standard> function getimagesize ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $imagefile ]
+ Parameter #1 [ <optional> &$info ]
+ }
+ }
+ Function [ <internal:standard> function getimagesizefromstring ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $imagefile ]
+ Parameter #1 [ <optional> &$info ]
+ }
+ }
+ Function [ <internal:standard> function image_type_to_mime_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $imagetype ]
+ }
+ }
+ Function [ <internal:standard> function image_type_to_extension ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $imagetype ]
+ Parameter #1 [ <optional> $include_dot ]
+ }
+ }
+ Function [ <internal:standard> function phpinfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $what ]
+ }
+ }
+ Function [ <internal:standard> function phpversion ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $extension ]
+ }
+ }
+ Function [ <internal:standard> function phpcredits ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flag ]
+ }
+ }
+ Function [ <internal:standard> function php_sapi_name ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function php_uname ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function php_ini_scanned_files ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function php_ini_loaded_file ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function strnatcmp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $s1 ]
+ Parameter #1 [ <required> $s2 ]
+ }
+ }
+ Function [ <internal:standard> function strnatcasecmp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $s1 ]
+ Parameter #1 [ <required> $s2 ]
+ }
+ }
+ Function [ <internal:standard> function substr_count ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:standard> function strspn ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $mask ]
+ Parameter #2 [ <optional> $start ]
+ Parameter #3 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:standard> function strcspn ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $mask ]
+ Parameter #2 [ <optional> $start ]
+ Parameter #3 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:standard> function strtok ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $token ]
+ }
+ }
+ Function [ <internal:standard> function strtoupper ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function strtolower ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function strpos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:standard> function stripos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:standard> function strrpos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:standard> function strripos ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:standard> function strrev ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function hebrev ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $max_chars_per_line ]
+ }
+ }
+ Function [ <internal:standard> function hebrevc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $max_chars_per_line ]
+ }
+ }
+ Function [ <internal:standard> function nl2br ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $is_xhtml ]
+ }
+ }
+ Function [ <internal:standard> function basename ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $suffix ]
+ }
+ }
+ Function [ <internal:standard> function dirname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+ Function [ <internal:standard> function pathinfo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:standard> function stripslashes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function stripcslashes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function strstr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ }
+ }
+ Function [ <internal:standard> function stristr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ }
+ }
+ Function [ <internal:standard> function strrchr ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ }
+ }
+ Function [ <internal:standard> function str_shuffle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function str_word_count ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $format ]
+ Parameter #2 [ <optional> $charlist ]
+ }
+ }
+ Function [ <internal:standard> function str_split ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $split_length ]
+ }
+ }
+ Function [ <internal:standard> function strpbrk ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <optional> $char_list ]
+ }
+ }
+ Function [ <internal:standard> function substr_compare ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $main_str ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <required> $offset ]
+ Parameter #3 [ <optional> $length ]
+ Parameter #4 [ <optional> $case_sensitivity ]
+ }
+ }
+ Function [ <internal:standard> function strcoll ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ }
+ }
+ Function [ <internal:standard> function money_format ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+ Function [ <internal:standard> function substr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $start ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:standard> function substr_replace ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $replace ]
+ Parameter #2 [ <required> $start ]
+ Parameter #3 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:standard> function quotemeta ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function ucfirst ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function lcfirst ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function ucwords ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function strtr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $from ]
+ Parameter #2 [ <optional> $to ]
+ }
+ }
+ Function [ <internal:standard> function addslashes ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function addcslashes ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $charlist ]
+ }
+ }
+ Function [ <internal:standard> function rtrim ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $character_mask ]
+ }
+ }
+ Function [ <internal:standard> function str_replace ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $search ]
+ Parameter #1 [ <required> $replace ]
+ Parameter #2 [ <required> $subject ]
+ Parameter #3 [ <optional> &$replace_count ]
+ }
+ }
+ Function [ <internal:standard> function str_ireplace ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $search ]
+ Parameter #1 [ <required> $replace ]
+ Parameter #2 [ <required> $subject ]
+ Parameter #3 [ <optional> &$replace_count ]
+ }
+ }
+ Function [ <internal:standard> function str_repeat ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <required> $mult ]
+ }
+ }
+ Function [ <internal:standard> function count_chars ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:standard> function chunk_split ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $chunklen ]
+ Parameter #2 [ <optional> $ending ]
+ }
+ }
+ Function [ <internal:standard> function trim ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $character_mask ]
+ }
+ }
+ Function [ <internal:standard> function ltrim ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $character_mask ]
+ }
+ }
+ Function [ <internal:standard> function strip_tags ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $allowable_tags ]
+ }
+ }
+ Function [ <internal:standard> function similar_text ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ Parameter #2 [ <optional> &$percent ]
+ }
+ }
+ Function [ <internal:standard> function explode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $separator ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <optional> $limit ]
+ }
+ }
+ Function [ <internal:standard> function implode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $glue ]
+ Parameter #1 [ <required> $pieces ]
+ }
+ }
+ Function [ <internal:standard> function join ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $glue ]
+ Parameter #1 [ <required> $pieces ]
+ }
+ }
+ Function [ <internal:standard> function setlocale ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $category ]
+ Parameter #1 [ <required> $locale ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function localeconv ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function nl_langinfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $item ]
+ }
+ }
+ Function [ <internal:standard> function soundex ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function levenshtein ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $str1 ]
+ Parameter #1 [ <required> $str2 ]
+ Parameter #2 [ <required> $cost_ins ]
+ Parameter #3 [ <required> $cost_rep ]
+ Parameter #4 [ <required> $cost_del ]
+ }
+ }
+ Function [ <internal:standard> function chr ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $codepoint ]
+ }
+ }
+ Function [ <internal:standard> function ord ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $character ]
+ }
+ }
+ Function [ <internal:standard> function parse_str ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $encoded_string ]
+ Parameter #1 [ <optional> &$result ]
+ }
+ }
+ Function [ <internal:standard> function str_getcsv ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $delimiter ]
+ Parameter #2 [ <optional> $enclosure ]
+ Parameter #3 [ <optional> $escape ]
+ }
+ }
+ Function [ <internal:standard> function str_pad ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <required> $pad_length ]
+ Parameter #2 [ <optional> $pad_string ]
+ Parameter #3 [ <optional> $pad_type ]
+ }
+ }
+ Function [ <internal:standard> function chop ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $character_mask ]
+ }
+ }
+ Function [ <internal:standard> function strchr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $haystack ]
+ Parameter #1 [ <required> $needle ]
+ Parameter #2 [ <optional> $part ]
+ }
+ }
+ Function [ <internal:standard> function sprintf ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $arg1 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function printf ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <optional> $arg1 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function vprintf ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $args ]
+ }
+ }
+ Function [ <internal:standard> function vsprintf ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $args ]
+ }
+ }
+ Function [ <internal:standard> function fprintf ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $format ]
+ Parameter #2 [ <optional> $arg1 ]
+ Parameter #3 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function vfprintf ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $format ]
+ Parameter #2 [ <required> $args ]
+ }
+ }
+ Function [ <internal:standard> function sscanf ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $format ]
+ Parameter #2 [ <optional> &$... ]
+ }
+ }
+ Function [ <internal:standard> function fscanf ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $format ]
+ Parameter #2 [ <optional> &$... ]
+ }
+ }
+ Function [ <internal:standard> function parse_url ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $url ]
+ Parameter #1 [ <optional> $component ]
+ }
+ }
+ Function [ <internal:standard> function urlencode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function urldecode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function rawurlencode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function rawurldecode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function http_build_query ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $formdata ]
+ Parameter #1 [ <optional> $prefix ]
+ Parameter #2 [ <optional> $arg_separator ]
+ Parameter #3 [ <optional> $enc_type ]
+ }
+ }
+ Function [ <internal:standard> function readlink ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function linkinfo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function symlink ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $target ]
+ Parameter #1 [ <required> $link ]
+ }
+ }
+ Function [ <internal:standard> function link ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $target ]
+ Parameter #1 [ <required> $link ]
+ }
+ }
+ Function [ <internal:standard> function unlink ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function exec ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <optional> &$output ]
+ Parameter #2 [ <optional> &$return_value ]
+ }
+ }
+ Function [ <internal:standard> function system ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <optional> &$return_value ]
+ }
+ }
+ Function [ <internal:standard> function escapeshellcmd ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $command ]
+ }
+ }
+ Function [ <internal:standard> function escapeshellarg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function passthru ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <optional> &$return_value ]
+ }
+ }
+ Function [ <internal:standard> function shell_exec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $cmd ]
+ }
+ }
+ Function [ <internal:standard> function proc_open ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <required> $descriptorspec ]
+ Parameter #2 [ <required> &$pipes ]
+ Parameter #3 [ <optional> $cwd ]
+ Parameter #4 [ <optional> $env ]
+ Parameter #5 [ <optional> $other_options ]
+ }
+ }
+ Function [ <internal:standard> function proc_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $process ]
+ }
+ }
+ Function [ <internal:standard> function proc_terminate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $process ]
+ Parameter #1 [ <optional> $signal ]
+ }
+ }
+ Function [ <internal:standard> function proc_get_status ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $process ]
+ }
+ }
+ Function [ <internal:standard> function proc_nice ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $priority ]
+ }
+ }
+ Function [ <internal:standard> function rand ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $min ]
+ Parameter #1 [ <optional> $max ]
+ }
+ }
+ Function [ <internal:standard> function srand ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $seed ]
+ }
+ }
+ Function [ <internal:standard> function getrandmax ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function mt_rand ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $min ]
+ Parameter #1 [ <optional> $max ]
+ }
+ }
+ Function [ <internal:standard> function mt_srand ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $seed ]
+ }
+ }
+ Function [ <internal:standard> function mt_getrandmax ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function getservbyname ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $service ]
+ Parameter #1 [ <required> $protocol ]
+ }
+ }
+ Function [ <internal:standard> function getservbyport ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $port ]
+ Parameter #1 [ <required> $protocol ]
+ }
+ }
+ Function [ <internal:standard> function getprotobyname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+ Function [ <internal:standard> function getprotobynumber ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $proto ]
+ }
+ }
+ Function [ <internal:standard> function getmyuid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function getmygid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function getmypid ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function getmyinode ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function getlastmod ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function base64_decode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $strict ]
+ }
+ }
+ Function [ <internal:standard> function base64_encode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function password_hash ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $password ]
+ Parameter #1 [ <required> $algo ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:standard> function password_get_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $hash ]
+ }
+ }
+ Function [ <internal:standard> function password_needs_rehash ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $hash ]
+ Parameter #1 [ <required> $algo ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:standard> function password_verify ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $password ]
+ Parameter #1 [ <required> $hash ]
+ }
+ }
+ Function [ <internal:standard> function convert_uuencode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:standard> function convert_uudecode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:standard> function abs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function ceil ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function floor ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function round ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <optional> $precision ]
+ Parameter #2 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:standard> function sin ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function cos ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function tan ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function asin ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function acos ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function atan ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function atanh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function atan2 ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $y ]
+ Parameter #1 [ <required> $x ]
+ }
+ }
+ Function [ <internal:standard> function sinh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function cosh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function tanh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function asinh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function acosh ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function expm1 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function log1p ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function pi ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function is_finite ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $val ]
+ }
+ }
+ Function [ <internal:standard> function is_nan ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $val ]
+ }
+ }
+ Function [ <internal:standard> function is_infinite ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $val ]
+ }
+ }
+ Function [ <internal:standard> function pow ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $base ]
+ Parameter #1 [ <required> $exponent ]
+ }
+ }
+ Function [ <internal:standard> function exp ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function log ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <optional> $base ]
+ }
+ }
+ Function [ <internal:standard> function log10 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function sqrt ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function hypot ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $num1 ]
+ Parameter #1 [ <required> $num2 ]
+ }
+ }
+ Function [ <internal:standard> function deg2rad ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function rad2deg ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $number ]
+ }
+ }
+ Function [ <internal:standard> function bindec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $binary_number ]
+ }
+ }
+ Function [ <internal:standard> function hexdec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $hexadecimal_number ]
+ }
+ }
+ Function [ <internal:standard> function octdec ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $octal_number ]
+ }
+ }
+ Function [ <internal:standard> function decbin ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $decimal_number ]
+ }
+ }
+ Function [ <internal:standard> function decoct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $decimal_number ]
+ }
+ }
+ Function [ <internal:standard> function dechex ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $decimal_number ]
+ }
+ }
+ Function [ <internal:standard> function base_convert ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <required> $frombase ]
+ Parameter #2 [ <required> $tobase ]
+ }
+ }
+ Function [ <internal:standard> function number_format ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $number ]
+ Parameter #1 [ <optional> $num_decimal_places ]
+ Parameter #2 [ <optional> $dec_seperator ]
+ Parameter #3 [ <optional> $thousands_seperator ]
+ }
+ }
+ Function [ <internal:standard> function fmod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $x ]
+ Parameter #1 [ <required> $y ]
+ }
+ }
+ Function [ <internal:standard> function inet_ntop ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $in_addr ]
+ }
+ }
+ Function [ <internal:standard> function inet_pton ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:standard> function ip2long ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:standard> function long2ip ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $proper_address ]
+ }
+ }
+ Function [ <internal:standard> function getenv ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $varname ]
+ }
+ }
+ Function [ <internal:standard> function putenv ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $setting ]
+ }
+ }
+ Function [ <internal:standard> function getopt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $options ]
+ Parameter #1 [ <optional> $opts ]
+ }
+ }
+ Function [ <internal:standard> function sys_getloadavg ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function microtime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $get_as_float ]
+ }
+ }
+ Function [ <internal:standard> function gettimeofday ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $get_as_float ]
+ }
+ }
+ Function [ <internal:standard> function getrusage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $who ]
+ }
+ }
+ Function [ <internal:standard> function uniqid ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $prefix ]
+ Parameter #1 [ <optional> $more_entropy ]
+ }
+ }
+ Function [ <internal:standard> function quoted_printable_decode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function quoted_printable_encode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function convert_cyr_string ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <required> $from ]
+ Parameter #2 [ <required> $to ]
+ }
+ }
+ Function [ <internal:standard> function get_current_user ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function set_time_limit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $seconds ]
+ }
+ }
+ Function [ <internal:standard> function header_register_callback ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
+ Function [ <internal:standard> function get_cfg_var ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $option_name ]
+ }
+ }
+ Function [ <internal, deprecated:standard> function magic_quotes_runtime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $new_setting ]
+ }
+ }
+ Function [ <internal, deprecated:standard> function set_magic_quotes_runtime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $new_setting ]
+ }
+ }
+ Function [ <internal:standard> function get_magic_quotes_gpc ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function get_magic_quotes_runtime ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function error_log ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $message ]
+ Parameter #1 [ <optional> $message_type ]
+ Parameter #2 [ <optional> $destination ]
+ Parameter #3 [ <optional> $extra_headers ]
+ }
+ }
+ Function [ <internal:standard> function error_get_last ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function call_user_func ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <optional> $parmeter ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function call_user_func_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <required> $parameters ]
+ }
+ }
+ Function [ <internal, deprecated:standard> function call_user_method ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $method_name ]
+ Parameter #1 [ <required> &$object ]
+ Parameter #2 [ <optional> $parameter ]
+ Parameter #3 [ <optional> $... ]
+ }
+ }
+ Function [ <internal, deprecated:standard> function call_user_method_array ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $method_name ]
+ Parameter #1 [ <required> &$object ]
+ Parameter #2 [ <required> $params ]
+ }
+ }
+ Function [ <internal:standard> function forward_static_call ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <optional> $parameter ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function forward_static_call_array ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <required> $parameters ]
+ }
+ }
+ Function [ <internal:standard> function serialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $variable_representation ]
+ }
+ }
+ Function [ <internal:standard> function var_dump ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function var_export ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ Function [ <internal:standard> function debug_zval_dump ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function print_r ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ Function [ <internal:standard> function memory_get_usage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $real_usage ]
+ }
+ }
+ Function [ <internal:standard> function memory_get_peak_usage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $real_usage ]
+ }
+ }
+ Function [ <internal:standard> function register_shutdown_function ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $function_name ]
+ }
+ }
+ Function [ <internal:standard> function register_tick_function ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $function_name ]
+ Parameter #1 [ <optional> $arg ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function unregister_tick_function ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $function_name ]
+ }
+ }
+ Function [ <internal:standard> function highlight_file ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $file_name ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ Function [ <internal:standard> function show_source ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $file_name ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ Function [ <internal:standard> function highlight_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $string ]
+ Parameter #1 [ <optional> $return ]
+ }
+ }
+ Function [ <internal:standard> function php_strip_whitespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $file_name ]
+ }
+ }
+ Function [ <internal:standard> function ini_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $varname ]
+ }
+ }
+ Function [ <internal:standard> function ini_get_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $extension ]
+ }
+ }
+ Function [ <internal:standard> function ini_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $varname ]
+ Parameter #1 [ <required> $newvalue ]
+ }
+ }
+ Function [ <internal:standard> function ini_alter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $varname ]
+ Parameter #1 [ <required> $newvalue ]
+ }
+ }
+ Function [ <internal:standard> function ini_restore ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $varname ]
+ }
+ }
+ Function [ <internal:standard> function get_include_path ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function set_include_path ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $new_include_path ]
+ }
+ }
+ Function [ <internal:standard> function restore_include_path ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function setcookie ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $expires ]
+ Parameter #3 [ <optional> $path ]
+ Parameter #4 [ <optional> $domain ]
+ Parameter #5 [ <optional> $secure ]
+ }
+ }
+ Function [ <internal:standard> function setrawcookie ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $expires ]
+ Parameter #3 [ <optional> $path ]
+ Parameter #4 [ <optional> $domain ]
+ Parameter #5 [ <optional> $secure ]
+ }
+ }
+ Function [ <internal:standard> function header ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $header ]
+ Parameter #1 [ <optional> $replace ]
+ Parameter #2 [ <optional> $http_response_code ]
+ }
+ }
+ Function [ <internal:standard> function header_remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $name ]
+ }
+ }
+ Function [ <internal:standard> function headers_sent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> &$file ]
+ Parameter #1 [ <optional> &$line ]
+ }
+ }
+ Function [ <internal:standard> function headers_list ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function http_response_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $response_code ]
+ }
+ }
+ Function [ <internal:standard> function connection_aborted ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function connection_status ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ignore_user_abort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $value ]
+ }
+ }
+ Function [ <internal:standard> function parse_ini_file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $process_sections ]
+ Parameter #2 [ <optional> $scanner_mode ]
+ }
+ }
+ Function [ <internal:standard> function parse_ini_string ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ini_string ]
+ Parameter #1 [ <optional> $process_sections ]
+ Parameter #2 [ <optional> $scanner_mode ]
+ }
+ }
+ Function [ <internal:standard> function is_uploaded_file ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+ Function [ <internal:standard> function move_uploaded_file ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <required> $new_path ]
+ }
+ }
+ Function [ <internal:standard> function gethostbyaddr ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $ip_address ]
+ }
+ }
+ Function [ <internal:standard> function gethostbyname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $hostname ]
+ }
+ }
+ Function [ <internal:standard> function gethostbynamel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $hostname ]
+ }
+ }
+ Function [ <internal:standard> function gethostname ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function dns_check_record ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:standard> function checkdnsrr ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <optional> $type ]
+ }
+ }
+ Function [ <internal:standard> function dns_get_mx ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <required> &$mxhosts ]
+ Parameter #2 [ <optional> &$weight ]
+ }
+ }
+ Function [ <internal:standard> function getmxrr ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <required> &$mxhosts ]
+ Parameter #2 [ <optional> &$weight ]
+ }
+ }
+ Function [ <internal:standard> function dns_get_record ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <optional> $type ]
+ Parameter #2 [ <optional> array or NULL &$authns ]
+ Parameter #3 [ <optional> array or NULL &$addtl ]
+ Parameter #4 [ <optional> $raw ]
+ }
+ }
+ Function [ <internal:standard> function intval ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $base ]
+ }
+ }
+ Function [ <internal:standard> function floatval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function doubleval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function strval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function boolval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function gettype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function settype ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$var ]
+ Parameter #1 [ <required> $type ]
+ }
+ }
+ Function [ <internal:standard> function is_null ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_resource ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_bool ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_long ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_float ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_int ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_integer ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_double ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_real ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_numeric ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+ Function [ <internal:standard> function is_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_array ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_object ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $var ]
+ }
+ }
+ Function [ <internal:standard> function is_scalar ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+ Function [ <internal:standard> function is_callable ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $syntax_only ]
+ Parameter #2 [ <optional> &$callable_name ]
+ }
+ }
+ Function [ <internal:standard> function pclose ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function popen ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:standard> function readfile ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function rewind ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function rmdir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dirname ]
+ Parameter #1 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function umask ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $mask ]
+ }
+ }
+ Function [ <internal:standard> function fclose ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function feof ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function fgetc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function fgets ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:standard> function fgetss ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <optional> $length ]
+ Parameter #2 [ <optional> $allowable_tags ]
+ }
+ }
+ Function [ <internal:standard> function fread ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $length ]
+ }
+ }
+ Function [ <internal:standard> function fopen ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <optional> $use_include_path ]
+ Parameter #3 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function fpassthru ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function ftruncate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $size ]
+ }
+ }
+ Function [ <internal:standard> function fstat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function fseek ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $whence ]
+ }
+ }
+ Function [ <internal:standard> function ftell ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function fflush ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function fwrite ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:standard> function fputs ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:standard> function mkdir ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $pathname ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $recursive ]
+ Parameter #3 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function rename ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $old_name ]
+ Parameter #1 [ <required> $new_name ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function copy ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $source_file ]
+ Parameter #1 [ <required> $destination_file ]
+ Parameter #2 [ <required> $context ]
+ }
+ }
+ Function [ <internal:standard> function tempnam ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $dir ]
+ Parameter #1 [ <required> $prefix ]
+ }
+ }
+ Function [ <internal:standard> function tmpfile ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function file ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function file_get_contents ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $context ]
+ Parameter #3 [ <optional> $offset ]
+ Parameter #4 [ <optional> $maxlen ]
+ }
+ }
+ Function [ <internal:standard> function file_put_contents ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $flags ]
+ Parameter #3 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function stream_select ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> &$read_streams ]
+ Parameter #1 [ <required> &$write_streams ]
+ Parameter #2 [ <required> &$except_streams ]
+ Parameter #3 [ <required> $tv_sec ]
+ Parameter #4 [ <optional> $tv_usec ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_create ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $options ]
+ Parameter #1 [ <optional> $params ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_set_params ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream_or_context ]
+ Parameter #1 [ <required> $options ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_get_params ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_or_context ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_set_option ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream_or_context ]
+ Parameter #1 [ <required> $wrappername ]
+ Parameter #2 [ <required> $optionname ]
+ Parameter #3 [ <required> $value ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_get_options ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_or_context ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_get_default ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $options ]
+ }
+ }
+ Function [ <internal:standard> function stream_context_set_default ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $options ]
+ }
+ }
+ Function [ <internal:standard> function stream_filter_prepend ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $filtername ]
+ Parameter #2 [ <optional> $read_write ]
+ Parameter #3 [ <optional> $filterparams ]
+ }
+ }
+ Function [ <internal:standard> function stream_filter_append ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $filtername ]
+ Parameter #2 [ <optional> $read_write ]
+ Parameter #3 [ <optional> $filterparams ]
+ }
+ }
+ Function [ <internal:standard> function stream_filter_remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream_filter ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_client ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $remoteaddress ]
+ Parameter #1 [ <optional> &$errcode ]
+ Parameter #2 [ <optional> &$errstring ]
+ Parameter #3 [ <optional> $timeout ]
+ Parameter #4 [ <optional> $flags ]
+ Parameter #5 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_server ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $localaddress ]
+ Parameter #1 [ <optional> &$errcode ]
+ Parameter #2 [ <optional> &$errstring ]
+ Parameter #3 [ <optional> $flags ]
+ Parameter #4 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_accept ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $serverstream ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> &$peername ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_get_name ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $want_peer ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_recvfrom ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $amount ]
+ Parameter #2 [ <optional> $flags ]
+ Parameter #3 [ <optional> &$remote_addr ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_sendto ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $flags ]
+ Parameter #3 [ <optional> $target_addr ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_enable_crypto ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $enable ]
+ Parameter #2 [ <optional> $cryptokind ]
+ Parameter #3 [ <optional> $sessionstream ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_shutdown ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $how ]
+ }
+ }
+ Function [ <internal:standard> function stream_socket_pair ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $domain ]
+ Parameter #1 [ <required> $type ]
+ Parameter #2 [ <required> $protocol ]
+ }
+ }
+ Function [ <internal:standard> function stream_copy_to_stream ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <required> $dest ]
+ Parameter #2 [ <optional> $maxlen ]
+ Parameter #3 [ <optional> $pos ]
+ }
+ }
+ Function [ <internal:standard> function stream_get_contents ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $maxlen ]
+ Parameter #2 [ <optional> $offset ]
+ }
+ }
+ Function [ <internal:standard> function stream_supports_lock ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream ]
+ }
+ }
+ Function [ <internal:standard> function fgetcsv ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <optional> $length ]
+ Parameter #2 [ <optional> $delimiter ]
+ Parameter #3 [ <optional> $enclosure ]
+ Parameter #4 [ <optional> $escape ]
+ }
+ }
+ Function [ <internal:standard> function fputcsv ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $fields ]
+ Parameter #2 [ <optional> $delimiter ]
+ Parameter #3 [ <optional> $enclosure ]
+ }
+ }
+ Function [ <internal:standard> function flock ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $operation ]
+ Parameter #2 [ <optional> &$wouldblock ]
+ }
+ }
+ Function [ <internal:standard> function get_meta_tags ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $use_include_path ]
+ }
+ }
+ Function [ <internal:standard> function stream_set_read_buffer ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $buffer ]
+ }
+ }
+ Function [ <internal:standard> function stream_set_write_buffer ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $buffer ]
+ }
+ }
+ Function [ <internal:standard> function set_file_buffer ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $buffer ]
+ }
+ }
+ Function [ <internal:standard> function stream_set_chunk_size ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $chunk_size ]
+ }
+ }
+ Function [ <internal, deprecated:standard> function set_socket_blocking ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:standard> function stream_set_blocking ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:standard> function socket_set_blocking ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $socket ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:standard> function stream_get_meta_data ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function stream_get_line ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $maxlen ]
+ Parameter #2 [ <optional> $ending ]
+ }
+ }
+ Function [ <internal:standard> function stream_wrapper_register ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $protocol ]
+ Parameter #1 [ <required> $classname ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:standard> function stream_register_wrapper ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $protocol ]
+ Parameter #1 [ <required> $classname ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:standard> function stream_wrapper_unregister ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $protocol ]
+ }
+ }
+ Function [ <internal:standard> function stream_wrapper_restore ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $protocol ]
+ }
+ }
+ Function [ <internal:standard> function stream_get_wrappers ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function stream_get_transports ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function stream_resolve_include_path ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function stream_is_local ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $stream ]
+ }
+ }
+ Function [ <internal:standard> function get_headers ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $url ]
+ Parameter #1 [ <optional> $format ]
+ }
+ }
+ Function [ <internal:standard> function stream_set_timeout ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $seconds ]
+ Parameter #2 [ <required> $microseconds ]
+ }
+ }
+ Function [ <internal:standard> function socket_set_timeout ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $seconds ]
+ Parameter #2 [ <required> $microseconds ]
+ }
+ }
+ Function [ <internal:standard> function socket_get_status ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:standard> function realpath ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+ Function [ <internal:standard> function fnmatch ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <required> $filename ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:standard> function fsockopen ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <required> $port ]
+ Parameter #2 [ <optional> &$errno ]
+ Parameter #3 [ <optional> &$errstr ]
+ Parameter #4 [ <optional> $timeout ]
+ }
+ }
+ Function [ <internal:standard> function pfsockopen ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <required> $port ]
+ Parameter #2 [ <optional> &$errno ]
+ Parameter #3 [ <optional> &$errstr ]
+ Parameter #4 [ <optional> $timeout ]
+ }
+ }
+ Function [ <internal:standard> function pack ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $arg1 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function unpack ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $format ]
+ Parameter #1 [ <required> $input ]
+ }
+ }
+ Function [ <internal:standard> function get_browser ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $browser_name ]
+ Parameter #1 [ <optional> $return_array ]
+ }
+ }
+ Function [ <internal:standard> function crypt ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $str ]
+ Parameter #1 [ <optional> $salt ]
+ }
+ }
+ Function [ <internal:standard> function opendir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $path ]
+ Parameter #1 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function closedir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dir_handle ]
+ }
+ }
+ Function [ <internal:standard> function chdir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $directory ]
+ }
+ }
+ Function [ <internal:standard> function getcwd ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function rewinddir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dir_handle ]
+ }
+ }
+ Function [ <internal:standard> function readdir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dir_handle ]
+ }
+ }
+ Function [ <internal:standard> function dir ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $directory ]
+ Parameter #1 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function scandir ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $dir ]
+ Parameter #1 [ <optional> $sorting_order ]
+ Parameter #2 [ <optional> $context ]
+ }
+ }
+ Function [ <internal:standard> function glob ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:standard> function fileatime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function filectime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function filegroup ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function fileinode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function filemtime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function fileowner ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function fileperms ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function filesize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function filetype ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function file_exists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_writable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_writeable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_readable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_executable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_file ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_dir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function is_link ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function stat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function lstat ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:standard> function chown ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $user ]
+ }
+ }
+ Function [ <internal:standard> function chgrp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $group ]
+ }
+ }
+ Function [ <internal:standard> function lchown ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $user ]
+ }
+ }
+ Function [ <internal:standard> function lchgrp ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $group ]
+ }
+ }
+ Function [ <internal:standard> function chmod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $mode ]
+ }
+ }
+ Function [ <internal:standard> function touch ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $time ]
+ Parameter #2 [ <optional> $atime ]
+ }
+ }
+ Function [ <internal:standard> function clearstatcache ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $clear_realpath_cache ]
+ Parameter #1 [ <optional> $filename ]
+ }
+ }
+ Function [ <internal:standard> function disk_total_space ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+ Function [ <internal:standard> function disk_free_space ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+ Function [ <internal:standard> function diskfreespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $path ]
+ }
+ }
+ Function [ <internal:standard> function realpath_cache_size ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function realpath_cache_get ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function mail ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $to ]
+ Parameter #1 [ <required> $subject ]
+ Parameter #2 [ <required> $message ]
+ Parameter #3 [ <optional> $additional_headers ]
+ Parameter #4 [ <optional> $additional_parameters ]
+ }
+ }
+ Function [ <internal:standard> function ezmlm_hash ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $addr ]
+ }
+ }
+ Function [ <internal:standard> function openlog ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ident ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $facility ]
+ }
+ }
+ Function [ <internal:standard> function syslog ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $priority ]
+ Parameter #1 [ <required> $message ]
+ }
+ }
+ Function [ <internal:standard> function closelog ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function lcg_value ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function metaphone ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $text ]
+ Parameter #1 [ <optional> $phones ]
+ }
+ }
+ Function [ <internal:standard> function ob_start ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $user_function ]
+ Parameter #1 [ <optional> $chunk_size ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:standard> function ob_flush ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_clean ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_end_flush ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_end_clean ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_get_flush ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_get_clean ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_get_length ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_get_level ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_get_status ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $full_status ]
+ }
+ }
+ Function [ <internal:standard> function ob_get_contents ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ob_implicit_flush ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flag ]
+ }
+ }
+ Function [ <internal:standard> function ob_list_handlers ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function ksort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:standard> function krsort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:standard> function natsort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function natcasesort ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function asort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:standard> function arsort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:standard> function sort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:standard> function rsort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $sort_flags ]
+ }
+ }
+ Function [ <internal:standard> function usort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <required> $cmp_function ]
+ }
+ }
+ Function [ <internal:standard> function uasort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <required> $cmp_function ]
+ }
+ }
+ Function [ <internal:standard> function uksort ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <required> $cmp_function ]
+ }
+ }
+ Function [ <internal:standard> function shuffle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function array_walk ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$input ]
+ Parameter #1 [ <required> $funcname ]
+ Parameter #2 [ <optional> $userdata ]
+ }
+ }
+ Function [ <internal:standard> function array_walk_recursive ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$input ]
+ Parameter #1 [ <required> $funcname ]
+ Parameter #2 [ <optional> $userdata ]
+ }
+ }
+ Function [ <internal:standard> function count ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:standard> function end ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function prev ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function next ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function reset ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function current ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function key ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function min ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <optional> $arg2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function max ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg1 ]
+ Parameter #1 [ <optional> $arg2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function in_array ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $needle ]
+ Parameter #1 [ <required> $haystack ]
+ Parameter #2 [ <optional> $strict ]
+ }
+ }
+ Function [ <internal:standard> function array_search ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $needle ]
+ Parameter #1 [ <required> $haystack ]
+ Parameter #2 [ <optional> $strict ]
+ }
+ }
+ Function [ <internal:standard> function extract ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <optional> $extract_type ]
+ Parameter #2 [ <optional> $prefix ]
+ }
+ }
+ Function [ <internal:standard> function compact ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var_names ]
+ Parameter #1 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_fill ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $start_key ]
+ Parameter #1 [ <required> $num ]
+ Parameter #2 [ <required> $val ]
+ }
+ }
+ Function [ <internal:standard> function array_fill_keys ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $keys ]
+ Parameter #1 [ <required> $val ]
+ }
+ }
+ Function [ <internal:standard> function range ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $low ]
+ Parameter #1 [ <required> $high ]
+ Parameter #2 [ <optional> $step ]
+ }
+ }
+ Function [ <internal:standard> function array_multisort ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> &$arr1 ]
+ Parameter #1 [ <optional> &$SORT_ASC_or_SORT_DESC ]
+ Parameter #2 [ <optional> &$SORT_REGULAR_or_SORT_NUMERIC_or_SORT_STRING ]
+ Parameter #3 [ <optional> &$arr2 ]
+ Parameter #4 [ <optional> &$SORT_ASC_or_SORT_DESC ]
+ Parameter #5 [ <optional> &$SORT_REGULAR_or_SORT_NUMERIC_or_SORT_STRING ]
+ }
+ }
+ Function [ <internal:standard> function array_push ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$stack ]
+ Parameter #1 [ <required> $var ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_pop ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$stack ]
+ }
+ }
+ Function [ <internal:standard> function array_shift ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$stack ]
+ }
+ }
+ Function [ <internal:standard> function array_unshift ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> &$stack ]
+ Parameter #1 [ <required> $var ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_splice ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> &$arg ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $replacement ]
+ }
+ }
+ Function [ <internal:standard> function array_slice ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $preserve_keys ]
+ }
+ }
+ Function [ <internal:standard> function array_merge ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_merge_recursive ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_replace ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_replace_recursive ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_keys ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <optional> $search_value ]
+ Parameter #2 [ <optional> $strict ]
+ }
+ }
+ Function [ <internal:standard> function array_values ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function array_count_values ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function array_reverse ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <optional> $preserve_keys ]
+ }
+ }
+ Function [ <internal:standard> function array_reduce ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <required> $callback ]
+ Parameter #2 [ <optional> $initial ]
+ }
+ }
+ Function [ <internal:standard> function array_pad ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <required> $pad_size ]
+ Parameter #2 [ <required> $pad_value ]
+ }
+ }
+ Function [ <internal:standard> function array_flip ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function array_change_key_case ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <optional> $case ]
+ }
+ }
+ Function [ <internal:standard> function array_rand ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <optional> $num_req ]
+ }
+ }
+ Function [ <internal:standard> function array_unique ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function array_intersect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_intersect_key ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_intersect_ukey ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_key_compare_func ]
+ }
+ }
+ Function [ <internal:standard> function array_uintersect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_data_compare_func ]
+ }
+ }
+ Function [ <internal:standard> function array_intersect_assoc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_uintersect_assoc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_data_compare_func ]
+ }
+ }
+ Function [ <internal:standard> function array_intersect_uassoc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_key_compare_func ]
+ }
+ }
+ Function [ <internal:standard> function array_uintersect_uassoc ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_data_compare_func ]
+ Parameter #3 [ <required> $callback_key_compare_func ]
+ }
+ }
+ Function [ <internal:standard> function array_diff ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_diff_key ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_diff_ukey ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_key_comp_func ]
+ }
+ }
+ Function [ <internal:standard> function array_udiff ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_data_comp_func ]
+ }
+ }
+ Function [ <internal:standard> function array_diff_assoc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_udiff_assoc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_key_comp_func ]
+ }
+ }
+ Function [ <internal:standard> function array_diff_uassoc ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_data_comp_func ]
+ }
+ }
+ Function [ <internal:standard> function array_udiff_uassoc ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $arr1 ]
+ Parameter #1 [ <required> $arr2 ]
+ Parameter #2 [ <required> $callback_data_comp_func ]
+ Parameter #3 [ <required> $callback_key_comp_func ]
+ }
+ }
+ Function [ <internal:standard> function array_sum ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function array_product ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:standard> function array_filter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <optional> $callback ]
+ }
+ }
+ Function [ <internal:standard> function array_map ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $callback ]
+ Parameter #1 [ <required> $arg ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:standard> function array_chunk ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $arg ]
+ Parameter #1 [ <required> $size ]
+ Parameter #2 [ <optional> $preserve_keys ]
+ }
+ }
+ Function [ <internal:standard> function array_combine ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $keys ]
+ Parameter #1 [ <required> $values ]
+ }
+ }
+ Function [ <internal:standard> function array_key_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $search ]
+ }
+ }
+ Function [ <internal:standard> function pos ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> &$arg ]
+ }
+ }
+ Function [ <internal:standard> function sizeof ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:standard> function key_exists ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <required> $search ]
+ }
+ }
+ Function [ <internal:standard> function assert ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $assertion ]
+ }
+ }
+ Function [ <internal:standard> function assert_options ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $what ]
+ Parameter #1 [ <optional> $value ]
+ }
+ }
+ Function [ <internal:standard> function version_compare ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ver1 ]
+ Parameter #1 [ <required> $ver2 ]
+ Parameter #2 [ <optional> $oper ]
+ }
+ }
+ Function [ <internal:standard> function ftok ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pathname ]
+ Parameter #1 [ <required> $proj ]
+ }
+ }
+ Function [ <internal:standard> function str_rot13 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $str ]
+ }
+ }
+ Function [ <internal:standard> function stream_get_filters ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function stream_filter_register ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filtername ]
+ Parameter #1 [ <required> $classname ]
+ }
+ }
+ Function [ <internal:standard> function stream_bucket_make_writeable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $brigade ]
+ }
+ }
+ Function [ <internal:standard> function stream_bucket_prepend ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $brigade ]
+ Parameter #1 [ <required> $bucket ]
+ }
+ }
+ Function [ <internal:standard> function stream_bucket_append ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $brigade ]
+ Parameter #1 [ <required> $bucket ]
+ }
+ }
+ Function [ <internal:standard> function stream_bucket_new ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $stream ]
+ Parameter #1 [ <required> $buffer ]
+ }
+ }
+ Function [ <internal:standard> function output_add_rewrite_var ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+ Function [ <internal:standard> function output_reset_rewrite_vars ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:standard> function sys_get_temp_dir ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [3] {
+ Class [ <internal:standard> class __PHP_Incomplete_Class ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:standard> class php_user_filter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ <default> public $filtername ]
+ Property [ <default> public $params ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:standard> public method filter ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $in ]
+ Parameter #1 [ <required> $out ]
+ Parameter #2 [ <required> &$consumed ]
+ Parameter #3 [ <required> $closing ]
+ }
+ }
+
+ Method [ <internal:standard> public method onCreate ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:standard> public method onClose ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:standard> class Directory ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [3] {
+ Method [ <internal:standard> public method close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dir_handle ]
+ }
+ }
+
+ Method [ <internal:standard> public method rewind ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $dir_handle ]
+ }
+ }
+
+ Method [ <internal:standard> public method read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $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 [ <persistent> extension #84 sysvmsg version <no_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 [ <internal:sysvmsg> function msg_get_queue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $perms ]
+ }
+ }
+ Function [ <internal:sysvmsg> function msg_send ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> $queue ]
+ Parameter #1 [ <required> $msgtype ]
+ Parameter #2 [ <required> $message ]
+ Parameter #3 [ <optional> $serialize ]
+ Parameter #4 [ <optional> $blocking ]
+ Parameter #5 [ <optional> &$errorcode ]
+ }
+ }
+ Function [ <internal:sysvmsg> function msg_receive ] {
+
+ - Parameters [8] {
+ Parameter #0 [ <required> $queue ]
+ Parameter #1 [ <required> $desiredmsgtype ]
+ Parameter #2 [ <required> &$msgtype ]
+ Parameter #3 [ <required> $maxsize ]
+ Parameter #4 [ <required> &$message ]
+ Parameter #5 [ <optional> $unserialize ]
+ Parameter #6 [ <optional> $flags ]
+ Parameter #7 [ <optional> &$errorcode ]
+ }
+ }
+ Function [ <internal:sysvmsg> function msg_remove_queue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $queue ]
+ }
+ }
+ Function [ <internal:sysvmsg> function msg_stat_queue ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $queue ]
+ }
+ }
+ Function [ <internal:sysvmsg> function msg_set_queue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $queue ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:sysvmsg> function msg_queue_exists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #85 sysvsem version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:sysvsem> function sem_get ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $max_acquire ]
+ Parameter #2 [ <optional> $perm ]
+ Parameter #3 [ <optional> $auto_release ]
+ }
+ }
+ Function [ <internal:sysvsem> function sem_acquire ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sem_identifier ]
+ }
+ }
+ Function [ <internal:sysvsem> function sem_release ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $sem_identifier ]
+ }
+ }
+ Function [ <internal:sysvsem> function sem_remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #86 sysvshm version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:sysvshm> function shm_attach ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $key ]
+ Parameter #1 [ <optional> $memsize ]
+ Parameter #2 [ <optional> $perm ]
+ }
+ }
+ Function [ <internal:sysvshm> function shm_remove ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $shm_identifier ]
+ }
+ }
+ Function [ <internal:sysvshm> function shm_detach ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $shm_identifier ]
+ }
+ }
+ Function [ <internal:sysvshm> function shm_put_var ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $shm_identifier ]
+ Parameter #1 [ <required> $variable_key ]
+ Parameter #2 [ <required> $variable ]
+ }
+ }
+ Function [ <internal:sysvshm> function shm_has_var ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> $variable_key ]
+ }
+ }
+ Function [ <internal:sysvshm> function shm_get_var ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> $variable_key ]
+ }
+ }
+ Function [ <internal:sysvshm> function shm_remove_var ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $id ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #87 tidy version 2.0 ] {
+
+ - INI {
+ Entry [ tidy.default_config <SYSTEM> ]
+ Current = ''
+ }
+ Entry [ tidy.clean_output <USER> ]
+ 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 [ <internal:tidy> function tidy_getopt ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $option ]
+ }
+ }
+ Function [ <internal:tidy> function tidy_parse_string ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $input ]
+ Parameter #1 [ <optional> $config_options ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:tidy> function tidy_parse_file ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $file ]
+ Parameter #1 [ <optional> $config_options ]
+ Parameter #2 [ <optional> $encoding ]
+ Parameter #3 [ <optional> $use_include_path ]
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_output ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_error_buffer ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_clean_repair ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_repair_string ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $config_file ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:tidy> function tidy_repair_file ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $config_file ]
+ Parameter #2 [ <optional> $encoding ]
+ Parameter #3 [ <optional> $use_include_path ]
+ }
+ }
+ Function [ <internal:tidy> function tidy_diagnose ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_release ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_config ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_status ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_html_ver ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_is_xhtml ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_is_xml ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_error_count ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_warning_count ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_access_count ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_config_count ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_opt_doc ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $resource ]
+ Parameter #1 [ <required> $optname ]
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_root ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_head ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_html ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:tidy> function tidy_get_body ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $tidy ]
+ }
+ }
+ }
+
+ - Classes [2] {
+ Class [ <internal:tidy> class tidy ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [19] {
+ Method [ <internal:tidy> public method getOpt ] {
+ }
+
+ Method [ <internal:tidy> public method cleanRepair ] {
+ }
+
+ Method [ <internal:tidy> public method parseFile ] {
+ }
+
+ Method [ <internal:tidy> public method parseString ] {
+ }
+
+ Method [ <internal:tidy> public method repairString ] {
+ }
+
+ Method [ <internal:tidy> public method repairFile ] {
+ }
+
+ Method [ <internal:tidy> public method diagnose ] {
+ }
+
+ Method [ <internal:tidy> public method getRelease ] {
+ }
+
+ Method [ <internal:tidy> public method getConfig ] {
+ }
+
+ Method [ <internal:tidy> public method getStatus ] {
+ }
+
+ Method [ <internal:tidy> public method getHtmlVer ] {
+ }
+
+ Method [ <internal:tidy> public method getOptDoc ] {
+ }
+
+ Method [ <internal:tidy> public method isXhtml ] {
+ }
+
+ Method [ <internal:tidy> public method isXml ] {
+ }
+
+ Method [ <internal:tidy> public method root ] {
+ }
+
+ Method [ <internal:tidy> public method head ] {
+ }
+
+ Method [ <internal:tidy> public method html ] {
+ }
+
+ Method [ <internal:tidy> public method body ] {
+ }
+
+ Method [ <internal:tidy, ctor> public method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:tidy> final class tidyNode ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [10] {
+ Method [ <internal:tidy> public method hasChildren ] {
+ }
+
+ Method [ <internal:tidy> public method hasSiblings ] {
+ }
+
+ Method [ <internal:tidy> public method isComment ] {
+ }
+
+ Method [ <internal:tidy> public method isHtml ] {
+ }
+
+ Method [ <internal:tidy> public method isText ] {
+ }
+
+ Method [ <internal:tidy> public method isJste ] {
+ }
+
+ Method [ <internal:tidy> public method isAsp ] {
+ }
+
+ Method [ <internal:tidy> public method isPhp ] {
+ }
+
+ Method [ <internal:tidy> public method getParent ] {
+ }
+
+ Method [ <internal:tidy, ctor> 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 [ <persistent> 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 [ <internal:tokenizer> function token_get_all ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $source ]
+ }
+ }
+ Function [ <internal:tokenizer> function token_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #89 wddx version <no_version> ] {
+
+ - Functions {
+ Function [ <internal:wddx> function wddx_serialize_value ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var ]
+ Parameter #1 [ <optional> $comment ]
+ }
+ }
+ Function [ <internal:wddx> function wddx_serialize_vars ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $var_name ]
+ Parameter #1 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:wddx> function wddx_packet_start ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $comment ]
+ }
+ }
+ Function [ <internal:wddx> function wddx_packet_end ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $packet_id ]
+ }
+ }
+ Function [ <internal:wddx> function wddx_add_vars ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $packet_id ]
+ Parameter #1 [ <required> $var_name ]
+ Parameter #2 [ <optional> $... ]
+ }
+ }
+ Function [ <internal:wddx> function wddx_deserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #28 xml version <no_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 [ <internal:xml> function xml_parser_create ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:xml> function xml_parser_create_ns ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $encoding ]
+ Parameter #1 [ <optional> $sep ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_object ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> &$obj ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_element_handler ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $shdl ]
+ Parameter #2 [ <required> $ehdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_character_data_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_processing_instruction_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_default_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_unparsed_entity_decl_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_notation_decl_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_external_entity_ref_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_start_namespace_decl_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_set_end_namespace_decl_handler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $hdl ]
+ }
+ }
+ Function [ <internal:xml> function xml_parse ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <optional> $isfinal ]
+ }
+ }
+ Function [ <internal:xml> function xml_parse_into_struct ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $data ]
+ Parameter #2 [ <required> &$values ]
+ Parameter #3 [ <optional> &$index ]
+ }
+ }
+ Function [ <internal:xml> function xml_get_error_code ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parser ]
+ }
+ }
+ Function [ <internal:xml> function xml_error_string ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $code ]
+ }
+ }
+ Function [ <internal:xml> function xml_get_current_line_number ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parser ]
+ }
+ }
+ Function [ <internal:xml> function xml_get_current_column_number ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parser ]
+ }
+ }
+ Function [ <internal:xml> function xml_get_current_byte_index ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parser ]
+ }
+ }
+ Function [ <internal:xml> function xml_parser_free ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $parser ]
+ }
+ }
+ Function [ <internal:xml> function xml_parser_set_option ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $option ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:xml> function xml_parser_get_option ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $parser ]
+ Parameter #1 [ <required> $option ]
+ }
+ }
+ Function [ <internal:xml> function utf8_encode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $data ]
+ }
+ }
+ Function [ <internal:xml> function utf8_decode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #90 xmlreader version 0.1 ] {
+
+ - Dependencies {
+ Dependency [ libxml (Required) ]
+ }
+
+ - Classes [1] {
+ Class [ <internal:xmlreader> 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 [ <internal:xmlreader> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method getAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method getAttributeNo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method getAttributeNs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method getParserProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $property ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method isValid ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method lookupNamespace ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $prefix ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method moveToAttributeNo ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method moveToAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method moveToAttributeNs ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $namespaceURI ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method moveToElement ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method moveToFirstAttribute ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method moveToNextAttribute ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method open ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $URI ]
+ Parameter #1 [ <optional> $encoding ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method read ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method next ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $localname ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method readInnerXml ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method readOuterXml ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method readString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlreader> public method setSchema ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method setParserProperty ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $property ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method setRelaxNGSchema ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method setRelaxNGSchemaSource ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $source ]
+ }
+ }
+
+ Method [ <internal:xmlreader> public method XML ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $source ]
+ Parameter #1 [ <optional> $encoding ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:xmlreader> 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 [ <persistent> extension #91 xmlrpc version 0.51 ] {
+
+ - Functions {
+ Function [ <internal:xmlrpc> function xmlrpc_encode ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_decode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_decode_request ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xml ]
+ Parameter #1 [ <required> &$method ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_encode_request ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $method ]
+ Parameter #1 [ <required> $params ]
+ Parameter #2 [ <optional> $output_options ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_get_type ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_set_type ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> &$value ]
+ Parameter #1 [ <required> $type ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_is_fault ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $arg ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_server_create ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_server_destroy ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $server ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_server_register_method ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $server ]
+ Parameter #1 [ <required> $method_name ]
+ Parameter #2 [ <required> $function ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_server_call_method ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $server ]
+ Parameter #1 [ <required> $xml ]
+ Parameter #2 [ <required> $user_data ]
+ Parameter #3 [ <optional> $output_options ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_parse_method_descriptions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xml ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_server_add_introspection_data ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $server ]
+ Parameter #1 [ <required> $desc ]
+ }
+ }
+ Function [ <internal:xmlrpc> function xmlrpc_server_register_introspection_callback ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $server ]
+ Parameter #1 [ <required> $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 [ <persistent> extension #92 xmlwriter version 0.1 ] {
+
+ - Functions {
+ Function [ <internal:xmlwriter> function xmlwriter_open_uri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uri ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_open_memory ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_set_indent ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $indent ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_set_indent_string ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $indentString ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_comment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_comment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_attribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_attribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_attribute ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $value ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_attribute_ns ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $prefix ]
+ Parameter #2 [ <required> $name ]
+ Parameter #3 [ <required> $uri ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_attribute_ns ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $prefix ]
+ Parameter #2 [ <required> $name ]
+ Parameter #3 [ <required> $uri ]
+ Parameter #4 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_element ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_element ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_full_end_element ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_element_ns ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $prefix ]
+ Parameter #2 [ <required> $name ]
+ Parameter #3 [ <required> $uri ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_element ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <optional> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_element_ns ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $prefix ]
+ Parameter #2 [ <required> $name ]
+ Parameter #3 [ <required> $uri ]
+ Parameter #4 [ <optional> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_pi ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $target ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_pi ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_pi ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $target ]
+ Parameter #2 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_cdata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_cdata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_cdata ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_text ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_raw ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_document ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <optional> $version ]
+ Parameter #2 [ <optional> $encoding ]
+ Parameter #3 [ <optional> $standalone ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_document ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_comment ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_dtd ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $qualifiedName ]
+ Parameter #2 [ <optional> $publicId ]
+ Parameter #3 [ <optional> $systemId ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_dtd ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_dtd ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <optional> $publicId ]
+ Parameter #3 [ <optional> $systemId ]
+ Parameter #4 [ <optional> $subset ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_dtd_element ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $qualifiedName ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_dtd_element ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_dtd_element ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_dtd_attlist ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_dtd_attlist ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_dtd_attlist ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_start_dtd_entity ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $isparam ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_end_dtd_entity ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $xmlwriter ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_write_dtd_entity ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $content ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_output_memory ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <optional> $flush ]
+ }
+ }
+ Function [ <internal:xmlwriter> function xmlwriter_flush ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $xmlwriter ]
+ Parameter #1 [ <optional> $empty ]
+ }
+ }
+ }
+
+ - Classes [1] {
+ Class [ <internal:xmlwriter> class XMLWriter ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [42] {
+ Method [ <internal:xmlwriter> public method openUri ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $uri ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method openMemory ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method setIndent ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $indent ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method setIndentString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $indentString ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endComment ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startAttribute ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endAttribute ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeAttribute ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startAttributeNs ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $uri ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeAttributeNs ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $uri ]
+ Parameter #3 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startElement ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endElement ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method fullEndElement ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startElementNs ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $uri ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeElementNs ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $prefix ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <required> $uri ]
+ Parameter #3 [ <optional> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startPi ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $target ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endPi ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writePi ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $target ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startCdata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endCdata ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeCdata ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method text ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeRaw ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startDocument ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $version ]
+ Parameter #1 [ <optional> $encoding ]
+ Parameter #2 [ <optional> $standalone ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endDocument ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeComment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startDtd ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $qualifiedName ]
+ Parameter #1 [ <optional> $publicId ]
+ Parameter #2 [ <optional> $systemId ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endDtd ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeDtd ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $publicId ]
+ Parameter #2 [ <optional> $systemId ]
+ Parameter #3 [ <optional> $subset ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startDtdElement ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $qualifiedName ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endDtdElement ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeDtdElement ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startDtdAttlist ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endDtdAttlist ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeDtdAttlist ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method startDtdEntity ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $isparam ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method endDtdEntity ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method writeDtdEntity ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method outputMemory ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flush ]
+ }
+ }
+
+ Method [ <internal:xmlwriter> public method flush ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $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 [ <persistent> extension #93 xsl version 0.1 ] {
+
+ - Dependencies {
+ Dependency [ libxml (Required) ]
+ }
+
+ - INI {
+ Entry [ xsl.security_prefs <ALL> ]
+ 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 [ <internal:xsl> class XSLTProcessor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:xsl> public method importStylesheet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $doc ]
+ }
+ }
+
+ Method [ <internal:xsl> public method transformToDoc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $doc ]
+ }
+ }
+
+ Method [ <internal:xsl> public method transformToUri ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $doc ]
+ Parameter #1 [ <required> $uri ]
+ }
+ }
+
+ Method [ <internal:xsl> public method transformToXml ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $doc ]
+ }
+ }
+
+ Method [ <internal:xsl> public method setParameter ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $namespace ]
+ Parameter #1 [ <required> $name ]
+ Parameter #2 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:xsl> public method getParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespace ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xsl> public method removeParameter ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $namespace ]
+ Parameter #1 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:xsl> public method hasExsltSupport ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:xsl> public method registerPHPFunctions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $restrict ]
+ }
+ }
+
+ Method [ <internal:xsl> public method setProfiling ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+
+ Method [ <internal:xsl> public method setSecurityPrefs ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $securityPrefs ]
+ }
+ }
+
+ Method [ <internal:xsl> 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 [ <persistent> extension #97 zip version 1.11.0 ] {
+
+ - Functions {
+ Function [ <internal:zip> function zip_open ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $filename ]
+ }
+ }
+ Function [ <internal:zip> function zip_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip ]
+ }
+ }
+ Function [ <internal:zip> function zip_read ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_open ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $zip_dp ]
+ Parameter #1 [ <required> $zip_entry ]
+ Parameter #2 [ <optional> $mode ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip_ent ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_read ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $zip_entry ]
+ Parameter #1 [ <optional> $len ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_filesize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip_entry ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_name ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip_entry ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_compressedsize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip_entry ]
+ }
+ }
+ Function [ <internal:zip> function zip_entry_compressionmethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zip_entry ]
+ }
+ }
+ }
+
+ - Classes [1] {
+ Class [ <internal:zip> 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 [ <internal:zip> public method open ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method close ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:zip> public method getStatusString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:zip> public method addEmptyDir ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dirname ]
+ }
+ }
+
+ Method [ <internal:zip> public method addFromString ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $content ]
+ }
+ }
+
+ Method [ <internal:zip> public method addFile ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $filepath ]
+ Parameter #1 [ <optional> $entryname ]
+ Parameter #2 [ <optional> $start ]
+ Parameter #3 [ <optional> $length ]
+ }
+ }
+
+ Method [ <internal:zip> public method addGlob ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:zip> public method addPattern ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $pattern ]
+ Parameter #1 [ <optional> $path ]
+ Parameter #2 [ <optional> $options ]
+ }
+ }
+
+ Method [ <internal:zip> public method renameIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $new_name ]
+ }
+ }
+
+ Method [ <internal:zip> public method renameName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $new_name ]
+ }
+ }
+
+ Method [ <internal:zip> public method setArchiveComment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $comment ]
+ }
+ }
+
+ Method [ <internal:zip> public method getArchiveComment ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method setCommentIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $comment ]
+ }
+ }
+
+ Method [ <internal:zip> public method setCommentName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $comment ]
+ }
+ }
+
+ Method [ <internal:zip> public method getCommentIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method getCommentName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method deleteIndex ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:zip> public method deleteName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:zip> public method statName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method statIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method locateName ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method getNameIndex ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method unchangeArchive ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:zip> public method unchangeAll ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:zip> public method unchangeIndex ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:zip> public method unchangeName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:zip> public method extractTo ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $pathto ]
+ Parameter #1 [ <optional> $files ]
+ }
+ }
+
+ Method [ <internal:zip> public method getFromName ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $entryname ]
+ Parameter #1 [ <optional> $len ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method getFromIndex ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <optional> $len ]
+ Parameter #2 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:zip> public method getStream ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $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 [ <persistent> extension #7 zlib version 2.0 ] {
+
+ - INI {
+ Entry [ zlib.output_compression <ALL> ]
+ Current = '0'
+ }
+ Entry [ zlib.output_compression_level <ALL> ]
+ Current = '-1'
+ }
+ Entry [ zlib.output_handler <ALL> ]
+ 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 [ <internal:zlib> function readgzfile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $use_include_path ]
+ }
+ }
+ Function [ <internal:zlib> function gzrewind ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:zlib> function gzclose ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:zlib> function gzeof ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:zlib> function gzgetc ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:zlib> function gzgets ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:zlib> function gzgetss ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <optional> $length ]
+ Parameter #2 [ <optional> $allowable_tags ]
+ }
+ }
+ Function [ <internal:zlib> function gzread ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $length ]
+ }
+ }
+ Function [ <internal:zlib> function gzopen ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <required> $mode ]
+ Parameter #2 [ <optional> $use_include_path ]
+ }
+ }
+ Function [ <internal:zlib> function gzpassthru ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:zlib> function gzseek ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $offset ]
+ Parameter #2 [ <optional> $whence ]
+ }
+ }
+ Function [ <internal:zlib> function gztell ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fp ]
+ }
+ }
+ Function [ <internal:zlib> function gzwrite ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:zlib> function gzputs ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fp ]
+ Parameter #1 [ <required> $str ]
+ Parameter #2 [ <optional> $length ]
+ }
+ }
+ Function [ <internal:zlib> function gzfile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $use_include_path ]
+ }
+ }
+ Function [ <internal:zlib> function gzcompress ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $level ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:zlib> function gzuncompress ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $max_decoded_len ]
+ }
+ }
+ Function [ <internal:zlib> function gzdeflate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $level ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:zlib> function gzinflate ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $max_decoded_len ]
+ }
+ }
+ Function [ <internal:zlib> function gzencode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $level ]
+ Parameter #2 [ <optional> $encoding ]
+ }
+ }
+ Function [ <internal:zlib> function gzdecode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $max_decoded_len ]
+ }
+ }
+ Function [ <internal:zlib> function zlib_encode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $encoding ]
+ Parameter #2 [ <optional> $level ]
+ }
+ }
+ Function [ <internal:zlib> function zlib_decode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $max_decoded_len ]
+ }
+ }
+ Function [ <internal:zlib> function zlib_get_coding_type ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:zlib> function ob_gzhandler ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <required> $flags ]
+ }
+ }
+ }
+}
+