diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-29 08:07:44 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-29 08:07:44 +0200 |
commit | 553cb7a0e0dcd687f957bceea08f09d8bc328d99 (patch) | |
tree | 81441b0d47340bc9fa801c89e018558623fa5460 /REFLECTION | |
parent | ce0a66d06336a21699992119d6a4c5453341691a (diff) |
php-pecl-phk: 3.0.0 (beta)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 662 |
1 files changed, 662 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..441dbf0 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,662 @@ +Extension [ <persistent> extension #16 phk version 3.0.0 ] { + + - Constants [1] { + Constant [ string PHK_ACCEL_VERSION ] { 3.0.0 } + } + + - Functions { + Function [ <internal:phk> function Automap\Ext\file_get_contents ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + Function [ <internal:phk> function Automap\Ext\parseTokens ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + } + + - Classes [5] { + Class [ <internal:phk> class Automap\Mgr ] { + + - Constants [10] { + Constant [ string T_FUNCTION ] { F } + Constant [ string T_CONSTANT ] { C } + Constant [ string T_CLASS ] { L } + Constant [ string T_EXTENSION ] { E } + Constant [ string F_SCRIPT ] { S } + Constant [ string F_EXTENSION ] { X } + Constant [ string F_PACKAGE ] { P } + Constant [ integer NO_AUTOLOAD ] { 1 } + Constant [ integer CRC_CHECK ] { 2 } + Constant [ integer PECL_LOAD ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [19] { + Method [ <internal:phk> static public method registerFailureHandler ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method registerSuccessHandler ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method typeToString ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method stringToType ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method isActiveID ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method &map ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method activeIDs ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method load ] { + + - Parameters [2] { + Parameter #0 [ <required> $path ] + Parameter #1 [ <optional> $flags ] + } + } + + Method [ <internal:phk> static public method unload ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method usingAccelerator ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method autoloadHook ] { + + - Parameters [2] { + Parameter #0 [ <required> $symbol ] + Parameter #1 [ <optional> $type ] + } + } + + Method [ <internal:phk> static public method getFunction ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method getConstant ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method getClass ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method getExtension ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method requireFunction ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method requireConstant ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method requireClass ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method requireExtension ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:phk, ctor> private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:phk> class PHK\Cache ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [6] { + Method [ <internal:phk> static public method cachePresent ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method cacheName ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method cacheID ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + + Method [ <internal:phk> static public method setCacheMaxSize ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method get ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method set ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phk> class PHK\Stream\Wrapper ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:phk> static public method getFile ] { + + - Parameters [7] { + Parameter #0 [ <required> $dir ] + Parameter #1 [ <required> $uri ] + Parameter #2 [ <required> $mnt ] + Parameter #3 [ <required> $command ] + Parameter #4 [ <required> array or NULL $params ] + Parameter #5 [ <required> $path ] + Parameter #6 [ <optional> $cache ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phk> class PHK\Mgr ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [20] { + Method [ <internal:phk> static public method isMounted ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method validate ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method &instance ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method &proxy ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method mntList ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method setCache ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method pathToMnt ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method &mount ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + + Method [ <internal:phk> static public method umount ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method uri ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + + Method [ <internal:phk> static public method isPhkUri ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method &baseURI ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method commandURI ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + + Method [ <internal:phk> static public method sectionURI ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + + Method [ <internal:phk> static public method &automapURI ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method normalizeURI ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method uriToMnt ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method topLevelPath ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method checkPhpVersion ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method mimeHeader ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:phk> class PHK ] { + + - Constants [4] { + Constant [ string VERSION ] { 3.0.0 } + Constant [ integer CRC_CHECK ] { 16 } + Constant [ integer NO_MOUNT_SCRIPT ] { 32 } + Constant [ integer IS_CREATOR ] { 64 } + } + + - Static properties [0] { + } + + - Static methods [8] { + Method [ <internal:phk> static public method needPhpRuntime ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method fileIsPackage ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method dataIsPackage ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method acceleratorIsPresent ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method subpathURL ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> static public method setSubpath ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> static public method prolog ] { + + - Parameters [3] { + Parameter #0 [ <required> $file ] + Parameter #1 [ <required> &$cmd ] + Parameter #2 [ <required> &$ret ] + } + } + + Method [ <internal:phk> static public method accelTechInfo ] { + + - Parameters [0] { + } + } + } + + - Properties [1] { + Property [ <default> private $m ] + } + + - Methods [23] { + Method [ <internal:phk> public method mapDefined ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method setCache ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method &mnt ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &flags ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &path ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &mtime ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &options ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &baseURI ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method uri ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method sectionURI ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method commandURI ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method &automapURI ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method automapID ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &option ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method &parentMnt ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method webTunnel ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method mimeHeader ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method &mimeType ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method isPHPSourcePath ] { + + - Parameters [1] { + Parameter #0 [ <required> $arg1 ] + } + } + + Method [ <internal:phk> public method &proxy ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &plugin ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method &buildInfo ] { + + - Parameters [0] { + } + } + + Method [ <internal:phk> public method __call ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg1 ] + Parameter #1 [ <required> $arg2 ] + } + } + } + } + } +} + |