PHP Classes

File: example.php

Recommend this page to a friend!
  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: 22 years ago
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>"; ?>