| xhprof_sample_disableStops xhprof sample profiler Description
   array xhprof_sample_disable
    ( void
   ) Stops the sample mode xhprof profiler, and ParametersThis function has no parameters. Return ValuesAn array of xhprof sample data, from the run. ExamplesExample #1 xhprof_sample_disable example 
<?phpThe above example will output something similar to: 
Array
(
    [1272935300.800000] => main()
    [1272935300.900000] => main()
)
 |