1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 15:16:16 +02:00

[ticket/11192] Update $value parameter description to support other types.

PHPBB3-11192
This commit is contained in:
Andreas Fischer 2012-11-16 08:29:57 +01:00
parent 7cbd440e7a
commit efd6f1df63

View File

@ -289,7 +289,8 @@ function phpbb_gmgetdate($time = false)
/**
* Return formatted string for filesizes
*
* @param int $value filesize in bytes (non-negative number)
* @param mixed $value filesize in bytes
* (non-negative number; int, float or string)
* @param bool $string_only true if language string should be returned
* @param array $allowed_units only allow these units (data array indexes)
*