Element index for package apidoc
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ l ]
[ o ]
[ p ]
[ q ]
[ r ]
[ s ]
[ t ]
[ v ]
[ w ]
[ _ ]
top
top
top
top
top
top
g
- $globalEnvConstantsCorresp
- in file Debug.php, variable PHP_Debug::$globalEnvConstantsCorresp
Correspondance between super array constant and variable name Used by renderers
- getDebugBuffer
- in file Debug.php, method PHP_Debug::getDebugBuffer()
Getter of debugString property
- getDebugLabel
- in file DebugLine.php, method PHP_DebugLine::getDebugLabel()
Function that give the debug type lable
- getElapsedTime
- in file Debug.php, method PHP_Debug::getElapsedTime()
Get elapsed time between 2 timestamp
- getHost
- in file Debug.php, method PHP_Debug::getHost()
Returns current host name.
- getMicroTime
- in file Debug.php, method PHP_Debug::getMicroTime()
Return microtime from a timestamp
- getMicroTimeNow
- in file Debug.php, method PHP_Debug::getMicroTimeNow()
Alias for getMicroTime(microtime()
- getOption
- in file Debug.php, method PHP_Debug::getOption()
Get one option
- getOutput
- in file Debug.php, method PHP_Debug::getOutput()
Return the output without displaying it
- getProcessTime
- in file Debug.php, method PHP_Debug::getProcessTime()
Get global process time
- getProperties
- in file DebugLine.php, method PHP_DebugLine::getProperties()
Getter of all properties of Debug_Line object
- getQueryCount
- in file Debug.php, method PHP_Debug::getQueryCount()
Getter of queryCount property
- getQueryString
- in file Debug.php, method PHP_Debug::getQueryString()
Return the query string
- getQueryTime
- in file Debug.php, method PHP_Debug::getQueryTime()
Get database related process time
- getRequiredFiles
- in file Debug.php, method PHP_Debug::getRequiredFiles()
Getter of requiredFiles property
- getScriptName
- in file Debug.php, method PHP_Debug::getScriptName()
Returns current script name.
- getUriPrefix
- in file Debug.php, method PHP_Debug::getUriPrefix()
Returns Uri prefix, including protocol, hostname and server port.
- getUrl
- in file Debug.php, method PHP_Debug::getUrl()
Return the full url
- GLOBAL_COOKIE
- in file Debug.php, class constant PHP_Debug::GLOBAL_COOKIE
- GLOBAL_FILES
- in file Debug.php, class constant PHP_Debug::GLOBAL_FILES
- GLOBAL_GET
- in file Debug.php, class constant PHP_Debug::GLOBAL_GET
These are constants to define Super array environment variables
- GLOBAL_GLOBALS
- in file Debug.php, class constant PHP_Debug::GLOBAL_GLOBALS
- GLOBAL_POST
- in file Debug.php, class constant PHP_Debug::GLOBAL_POST
- GLOBAL_REQUEST
- in file Debug.php, class constant PHP_Debug::GLOBAL_REQUEST
- GLOBAL_SESSION
- in file Debug.php, class constant PHP_Debug::GLOBAL_SESSION
top
top
top
top
top
q
- $queryCount
- in file Debug.php, variable PHP_Debug::$queryCount
Number of queries executed during script
- query
- in file Debug.php, method PHP_Debug::query()
This is an alias for the addDebug function when wanting to add a query debug information
- queryRel
- in file Debug.php, method PHP_Debug::queryRel()
This is an alias for the addDebug function when wanting to add a database related debug info
top
r
- $requiredFiles
- in file Debug.php, variable PHP_Debug::$requiredFiles
This is the array containing all the required/included files of the script
- RELEASE
- in file Debug.php, class constant PHP_Debug::RELEASE
- render
- in file Debug.php, method PHP_Debug::render()
PHP_Debug default output function, first we finish the processes and then a render object is created and its render method is invoked
- restrictAccess
- in file Debug.php, method PHP_Debug::restrictAccess()
Restrict access to a list of IP
top
s
- $startTime
- in file Debug.php, variable PHP_Debug::$startTime
Execution start time
- $startTime
- in file DebugLine.php, variable PHP_DebugLine::$startTime
Exection time for debug info
- $staticOptions
- in file Debug.php, variable PHP_Debug::$staticOptions
Default static options for static functions
- setAction
- in file Debug.php, method PHP_Debug::setAction()
Set the main action of PHP script
- setEndTime
- in file DebugLine.php, method PHP_DebugLine::setEndTime()
setter of endTime
- setErrorHandler
- in file Debug.php, method PHP_Debug::setErrorHandler()
Set the callback function to process replace the php error handler, enabled depending of the options flag 'replace_errorhandler'
- setStartTime
- in file DebugLine.php, method PHP_DebugLine::setStartTime()
setter of startTime
- setTraceback
- in file DebugLine.php, method PHP_DebugLine::setTraceback()
Fills properties of debug line with backtrace informations
- setWatchCallback
- in file Debug.php, method PHP_Debug::setWatchCallback()
Set the callback fucntion to process the watches, enabled depending of the options flag 'enable_watch'
- stopTimer
- in file Debug.php, method PHP_Debug::stopTimer()
Set the endtime for a DebugLine in order to monitor the performance of a part of script
top
t
- $type
- in file DebugLine.php, variable PHP_DebugLine::$type
Type of the debug information
- TYPE_ANY
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_ANY
PHP_DEBUGLINE Types
- TYPE_APPERROR
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_APPERROR
- TYPE_CREDITS
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_CREDITS
- TYPE_DEFAULT
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_DEFAULT
- TYPE_DUMP
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_DUMP
- TYPE_ENV
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_ENV
- TYPE_PAGEACTION
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_PAGEACTION
- TYPE_PHPERROR
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_PHPERROR
- TYPE_PROCESSPERF
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_PROCESSPERF
- TYPE_QUERY
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_QUERY
- TYPE_QUERYREL
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_QUERYREL
- TYPE_SEARCH
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_SEARCH
- TYPE_SQLPARSE
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_SQLPARSE
- TYPE_STD
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_STD
- TYPE_TEMPLATES
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_TEMPLATES
- TYPE_WATCH
- in file DebugLine.php, class constant PHP_DebugLine::TYPE_WATCH
top
top
w
- $watches
- in file Debug.php, variable PHP_Debug::$watches
This is the array containing all the watched variables
- WARNING_LEVEL
- in file DebugLine.php, class constant PHP_DebugLine::WARNING_LEVEL
- watch
- in file Debug.php, method PHP_Debug::watch()
Add a variable to the watchlist. Watched variables must be in a declare
- watchesCallback
- in file Debug.php, method PHP_Debug::watchesCallback()
Watch callback function, process watches and add changes to the debug information
top
Documentation generated on Mon, 11 Mar 2019 15:14:16 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|
|