Class Debug
Debugging tools for developers
Namespace: Xmf
Package: Xmf
Category: Xmf\Module\Debug
Copyright: 2011-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Debug.php
Package: Xmf
Category: Xmf\Module\Debug
Copyright: 2011-2015 XOOPS Project (http://xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: trabis lusopoemas@gmail.com
Author: Richard Griffith richard@geekwright.com
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Debug.php
public static
|
|
public static
mixed|string
|
|
public static
|
|
public static
|
|
public static
|
#
startQueuedTimer( string $name, string|null $label = null )
Start a queued timer. Queued timers are stored and only dumped by request. This makes them useful in recording timing when immediate output is not possible practical, such as early system startup activities. Timers can be queued at any point once the Xmf\Debug class can be loaded then dumped when system facilities are available. |
public static
|
|
public static
array
|
|
public static
|
#
startTrace( type $tracefile = '', type $collect_params = '3', type $collect_return = 'On' )
start_trace - turn on xdebug trace |
public static
|