1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

proto fixes

This commit is contained in:
Andrey Hristov
2003-06-12 12:00:20 +00:00
parent 080eaaf573
commit b8e59bb336
+2 -2
View File
@@ -532,7 +532,7 @@ PHP_FUNCTION(mdecrypt_generic)
/* }}} */
/* {{{ proto int mcrypt_enc_get_supported_key_sizes(resource td)
/* {{{ proto array mcrypt_enc_get_supported_key_sizes(resource td)
This function decrypts the crypttext */
PHP_FUNCTION(mcrypt_enc_get_supported_key_sizes)
{
@@ -783,7 +783,7 @@ PHP_FUNCTION(mcrypt_module_get_algo_key_size)
/* }}} */
/* {{{ proto int mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])
/* {{{ proto array mcrypt_module_get_supported_key_sizes(string algorithm [, string lib_dir])
This function decrypts the crypttext */
PHP_FUNCTION(mcrypt_module_get_supported_key_sizes)
{