PHP Classes

File: purge_old_abbr_and_acronyms.php

Recommend this page to a friend!
  Classes of Jill Lingoff   Sweeper   purge_old_abbr_and_acronyms.php   Download  
File: purge_old_abbr_and_acronyms.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Sweeper
Clean HTML to remove unwanted tags and attributes
Author: By
Last change:
Date: 5 years ago
Size: 145 bytes
 

Contents

Class file image Download
<?php

include("retidy.php");

$cleaner = new ReTidy();
$cleaner->purgeOldAcronymsFiles("acronyms");
$cleaner->purgeOldAcronymsFiles("abbr");

?>