PHP Classes

File: example.php

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

Contents

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