mirror of
https://github.com/php/php-src.git
synced 2024-11-29 12:53:37 +08:00
Corrected line comment 5256
From the text "dectupt" to "decrypt"
This commit is contained in:
parent
8542befa7b
commit
0c7634fcc7
@ -5253,7 +5253,7 @@ PHP_FUNCTION(openssl_encrypt)
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto string openssl_decrypt(string data, string method, string password [, long options=0 [, string $iv = '']])
|
||||
Takes raw or base64 encoded string and dectupt it using given method and key */
|
||||
Takes raw or base64 encoded string and decrypts it using given method and key */
|
||||
PHP_FUNCTION(openssl_decrypt)
|
||||
{
|
||||
zend_long options = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user