|
openssl_decryptDecrypts data Beschreibung
string openssl_decrypt
( string
$data
, string $method
, string $key
[, int $options = 0
[, string $iv = ""
[, string $tag = ""
[, string $aad = ""
]]]] )Takes a raw or base64 encoded string and decrypts it using a given method and key. Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Parameter-Liste
Rückgabewerte
The decrypted string on successIm Fehlerfall wird Fehler/Exceptions
Emits an
Emits an Changelog
Siehe auch
|