PHP Classes

Entitize Class: Convert text into HTML entities

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 499 All time: 5,820 This week: 488Up
Version License PHP version Categories
entitize 1.0GNU Lesser Genera...4HTML, Text processing
Description 

Author

This is a simple class that can be used to convert a text string into HTML entities.

It converts all characters in a text string into another string that represents the same characters in HTML using the decimal character representation &#ddd; .

Picture of Jonathan Discipulo
  Performance   Level  
Name: Jonathan Discipulo is available for providing paid consulting. Contact Jonathan Discipulo .
Classes: 7 packages by
Country: Philippines Philippines
Age: 42
All time rank: 75512 in Philippines Philippines
Week rank: 295 Up3 in Philippines Philippines Up
Innovation award
Innovation award
Nominee: 2x

Details

To use the class, simply include it on your PHP file: include('class.entitize.php'); Then, instantiate the class: $entitize = new Entitize(); Now, you can convert any string into HTML entities by doing so: $email = $entitize->convert('jonathan@exploitedweb.com'); $text = 'This text is not readable when viewed in source code'; $text = $entitize->convert($text); Have fun!

  Files folder image Files  
File Role Description
Plain text file class.entitize.php Class Class Entitize
Accessible without login Plain text file sample.php Example Sample file
Accessible without login Plain text file readme.txt Doc. Usage

 Version Control Unique User Downloads Download Rankings  
 0%
Total:499
This week:0
All time:5,820
This week:488Up