You are here

public function XHProfRunsInterface::getRuns in XHProf 6

Same name in this branch
  1. 6 XHProfRunsInterface.inc \XHProfRunsInterface::getRuns()
  2. 6 XHProfLib/XHProfRunsInterface.php \XHProfRunsInterface::getRuns()
Same name and namespace in other branches
  1. 7 XHProfRunsInterface.inc \XHProfRunsInterface::getRuns()
  2. 7 XHProfLib/XHProfRunsInterface.php \XHProfRunsInterface::getRuns()

This function gets runs based on passed parameters, column data as key, value as the value. Values are escaped automatically. You may also pass limit, order by, group by, or "where" to add those values, all of which are used as is, no escaping.

Parameters

array $stats Criteria by which to select columns:

Return value

resource

File

./XHProfRunsInterface.inc, line 17
Definition of XHProfRunsInterace.

Class

XHProfRunsInterface
@file Definition of XHProfRunsInterace.

Code

public function getRuns($stats, $limit = 50, $skip = 0);