openssl_decrypt

Example

 string openssl_decrypt ( string $data , string $method , string $password [, bool $raw_input = false [, string $iv = "" ]] ) 

Description

Takes a raw or base64 encoded string and decrypts it using a given method and key.
Warning: This function is currently not documented; only its argument list is available.

Return Values

The decrypted string on success or FALSE on failure.