PHP Classes

Packages of Heriberto Mantilla Santamarķa

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Heriberto Mantilla Santamaría (2)  >  Mission progress status  >  Reputation  
Picture of Heriberto Mantilla Santamarķa
Name: Heriberto Mantilla ... <contact>
Classes: 2
Country: United States United States
Age: 46
All time rank: 46660 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 6112
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Encrypt and Decrypt any string  
Encode and decode text strings with random keys
This class can be used to encode and decode text strings using basic PHP functions.

It generates a random encoding key that is used to scramble the input text. The resulting scrambled text is mixed with the encoding key.

The decoding process recovers the encoding key from the input text and applies the inverse of the encoding process.

  Files folder image Remove comments in a string  
Remove all comments from a string of code
This class can be used to remove comments from a string of code.

It can process lines of PHP code and remove all comment text that follows a comment character.

By default it assumes that the # character start a comment text, but it can be configured to use another comment start character.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z