diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml index fcfc175c99..72501d0c94 100644 --- a/reference/filter/filters.xml +++ b/reference/filter/filters.xml @@ -69,7 +69,7 @@ FILTER_FLAG_ALLOW_THOUSAND - Validates value as float. + Validates value as float, and converts to float on success. FILTER_VALIDATE_INT @@ -83,7 +83,7 @@ FILTER_FLAG_ALLOW_OCTAL, FILTER_FLAG_ALLOW_HEX - Validates value as integer, optionally from the specified range. + Validates value as integer, optionally from the specified range, and converts to int on success. FILTER_VALIDATE_IP