1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

proto fix

This commit is contained in:
Hartmut Holzgraefe
2001-12-06 17:15:59 +00:00
parent b74a38968a
commit 38472b48d7

View File

@@ -63,7 +63,7 @@ PHP_NAMED_FUNCTION(php_if_md5)
}
/* }}} */
/* {{{ proto string md5sum(string filename)
/* {{{ proto string md5_file(string filename)
Calculate the md5 hash of given filename */
PHP_NAMED_FUNCTION(php_if_md5_file)
{