public decrypt (mixed $text, [mixed $key])
Decrypts an encrypted text
1 | echo $crypt ->decrypt( $encrypted , "decrypt password" ); |
public decrypt (mixed $text, [mixed $key])
Decrypts an encrypted text
1 | echo $crypt ->decrypt( $encrypted , "decrypt password" ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.