phpDocumentor util
[ class tree: util ] [ index: util ] [ all elements ]

Class: Decrypt

Source Location: /myphp-1.9/myphp-1.9-util/html/component/Decrypt.php

Class Decrypt

Class Overview

The Decrypt object.

Retrieves the text from the encrypted pattern

  1. Usage:
  2. $html = new Decrypt();
  3. print $html->it($text,$key);
  4. Or
  5. Decrypt::it($text,$key);

Located in /myphp-1.9/myphp-1.9-util/html/component/Decrypt.php [line 25]



		
		
		
		

Methods

[ Top ]
Method Summary
Decrypt   Decrypt()   Constructor
String   it()   Decrypt it

[ Top ]
Methods
Constructor Decrypt  [line 29]

  Decrypt Decrypt( )

Constructor



[ Top ]
it  [line 43]

  String it( String $text, [String $key = '']  )

Decrypt it

  1. Usage:
  2. Decrypt::it($text,$key);

Parameters:
String   $text:  The text to decrypt
String   $key:  The key to use

API Tags:
Return:  The decrypted text
Static:  


[ Top ]

Documentation generated on Thu, 22 Dec 2005 17:05:38 +0100 by phpDocumentor 1.3.0RC3