PHP Classes

File: example.php

Recommend this page to a friend!
  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: 13 years ago
Size: 63 bytes
 

Contents

Class file image Download
<?php

require_once 'bench-class.php';

benchmark::run();

   
?>