AbcAeffchen\SepaUtilities\SepaUtilities::checkAndSanitizeAll
Signature
public function checkAndSanitizeAll(array&
$inputs,
[integer
$flags = 0,
[array
$options = null]] )
Parameters
$inputs
— array- A reference to an input array (field => value)
$flags
— integer- Flags for sanitizing
$options
— array- Options for checking
Returns
- true|string
- returns true, if everything is ok or could be sanitized. Otherwise a
string with fields, that could not be sanitized is returned.