-
Notifications
You must be signed in to change notification settings - Fork 9
Home
veloper edited this page Oct 28, 2010
·
10 revisions
- 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.