PHP Classes

File: profiles/encode_character_entities.php

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

Contents

Class file image Download
<?php

return array(

   
// execution macro: this defines the methods you want to call, each and every one of these "cleans" something
    // call the methods how many times you want, change the order as needed
   
   
'macro' => array(
   
   
//'encode_character_entities',
   
   
),
   
   
'character_entity_encoding_type' => 'named', // decimal, hexadecimal, named
   
);

?>