update : 2015.11.03
php.shukuma.com검색:
|
openssl_decrypt(PHP 5 >= 5.3.0) openssl_decrypt — Decrypts data 설명
string openssl_decrypt
( string
$data
, string $method
, string $password
[, int $options = 0
[, string $iv = ""
]] )Takes a raw or base64 encoded string and decrypts it using a given method and key. Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다. 인수
반환값
The decrypted string on success실패 시 오류/예외
Emits an
Emits an 변경점
|