PHP Classes

File: basic/wingding.php

Recommend this page to a friend!
  Classes of Jill Lingoff   Sweeper   basic/wingding.php   Download  
File: basic/wingding.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: 286 bytes
 

Contents

Class file image Download
<?php
$basicwingding
= array(
//' *** This section turns wingding characters into normally fonted characters.
'ZZZ=@' => '&quot;',
'ZZZ=A' => '&quot;',
'ZZZ=$' => '&#8226;',
'ZZZ==' => '&rsquo;',
'ZZZ=B' => '&#8211;',
//'ZZZ=>' => '',
'ZZZ=*' => '&laquo;',
'ZZZ=+' => '&raquo;',
);

?>