Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of AlessandroTorrisi  >  PHP Benchmark script to mesure performance  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example usage
Class: PHP Benchmark script to mesure performance
Measure the performance of PHP
Author: By
Last change:
Date: 2010-08-01 04:41
Size: 63 bytes
 

Contents

Class file image Download
<?php

require_once 'bench-class.php';

benchmark::run();

    
?>