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 Er. Rochak Chauhan  >  Grep Simulator  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Main file to simulate UNIX grep command
Class: Grep Simulator
Search for text in files like the Unix grep tool
Author: By
Last change: Re factored the code
Date: 2009-02-09 07:30
Size: 94 bytes
 

Contents

Class file image Download
<?php
require_once("GrepSimulator.inc.php");
$grep=new GrepSimulator("Rochak",getcwd());
?>