Skip to content
veloper edited this page Oct 28, 2010 · 10 revisions

Welcome to the Bench PHP Class wiki!

General Information

  • All examples assume you've included the class file: <?php include 'class.Bench.php'; ...
  • Bench::start() must be called before any other method in Bench can be used. Bench will not throw any exceptions or trigger a PHP error. Instead, all errors are logged using error_log() and internally per request. Most errors simply state that start() needed to be ran before a method was called.

Examples