We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080eaaf commit b8e59bbCopy full SHA for b8e59bb
ext/mcrypt/mcrypt.c
@@ -532,7 +532,7 @@ PHP_FUNCTION(mdecrypt_generic)
532
/* }}} */
533
534
535
-/* {{{ proto int mcrypt_enc_get_supported_key_sizes(resource td)
+/* {{{ proto array mcrypt_enc_get_supported_key_sizes(resource td)
536
This function decrypts the crypttext */
537
PHP_FUNCTION(mcrypt_enc_get_supported_key_sizes)
538
{
@@ -783,7 +783,7 @@ PHP_FUNCTION(mcrypt_module_get_algo_key_size)
783
784
785
786
-/* {{{ 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])
787
788
PHP_FUNCTION(mcrypt_module_get_supported_key_sizes)
789
0 commit comments