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 Daniel Kushner  >  LineRemover  >  example.php  >  Download  
File: example.php
Role: ???
Content type: text/plain
Description: An example use of the class
Class: LineRemover
Author: By
Last change:
Date: 2001-11-02 22:58
Size: 218 bytes
 

Contents

Class file image Download
<?

include('class.LineRemover.inc');

$remover = new LineRemover();

$remover->addFiles(array('2.doc','3'));

$remover->addEregi("reading");

echo "Removed <b>" . $remover->remove() . "</b> lines<br>";

?>