forked from Wavyzz/dolibarr
Code comment
This commit is contained in:
@@ -375,7 +375,7 @@ function GETPOSTISSET($paramname)
|
|||||||
* @param string $paramname Name of parameter to found
|
* @param string $paramname Name of parameter to found
|
||||||
* @param string $check Type of check
|
* @param string $check Type of check
|
||||||
* ''=no check (deprecated)
|
* ''=no check (deprecated)
|
||||||
* 'none'=no check (only for param that should have very rich content)
|
* 'none'=no check (only for param that should have very rich content like passwords)
|
||||||
* 'array', 'array:restricthtml' or 'array:aZ09' to check it's an array
|
* 'array', 'array:restricthtml' or 'array:aZ09' to check it's an array
|
||||||
* 'int'=check it's numeric (integer or float)
|
* 'int'=check it's numeric (integer or float)
|
||||||
* 'intcomma'=check it's integer+comma ('1,2,3,4...')
|
* 'intcomma'=check it's integer+comma ('1,2,3,4...')
|
||||||
|
|||||||
Reference in New Issue
Block a user