Exemple #1
0
/**
 * Get all timers info.
 *
 * @param int $flags Is an optional argument added in version 1.0.0.
 * Possible values (it's a bitmask, so you can add the constants) is a PINBA_ONLY_STOPPED_TIMERS.
 *
 * @return array Array with all timers data.
 * @link https://github.com/tony2001/pinba_engine/wiki/PHP-extension#pinba_timers_get
 * @since 1.1.0
 */
function pinba_timers_get($flags)
{
    return pinba::timers_get($flags);
}