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

Class: Encrypt

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

Class Encrypt

Class Overview

The Encrypt object.

Encrypt the text

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

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



		
		
		
		

Methods

[ Top ]
Method Summary
Encrypt   Encrypt()   Constructor
String   it()   Encrypt the text with the key

[ Top ]
Methods
Constructor Encrypt  [line 29]

  Encrypt Encrypt( )

Constructor



[ Top ]
it  [line 43]

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

Encrypt the text with the key

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

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

API Tags:
Return:  The encrypted pattern
Static:  


[ Top ]

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