PHP Classes

File: example/test.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Simple Cache Library   example/test.php   Download  
File: example/test.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Simple Cache Library
Access data in different types of cache containers
Author: By
Last change:
Date: 5 years ago
Size: 73 bytes
 

Contents

Class file image Download
<?php


$a
= 10000;

for (
$i = 0; $i <= $a; $i++) {
    echo
'Im '.$i;
}