public encrypt (mixed $text, [mixed $key])
Encrypts a text
1 | $encrypted = $crypt ->encrypt( "Ultra-secret text" , "encrypt password" ); |
public encrypt (mixed $text, [mixed $key])
Encrypts a text
1 | $encrypted = $crypt ->encrypt( "Ultra-secret text" , "encrypt password" ); |
Designed by : w10schools
service@w10schools.com
Please login to continue.