This commit is contained in:
thibdrev
2024-01-22 19:13:29 +01:00
committed by GitHub
parent 7768b115d8
commit 0f26b9f2ad

View File

@@ -964,7 +964,7 @@ function GETPOSTINT($paramname, $method = 0)
* Return the value of a $_GET or $_POST supervariable, converted into float.
*
* @param string $paramname Name of the $_GET or $_POST parameter
* @param string|int $rounding Type of rounding ('', 'MU', 'MT, 'MS', 'CU', 'CT', integer) {@see price2num()}
* @param string|int $rounding Type of rounding ('', 'MU', 'MT, 'MS', 'CU', 'CT', integer) {@see price2num()}
* @return float Value converted into float
*/
function GETPOSTFLOAT($paramname, $rounding = '')