$sanitizer→entitiesA1()
Same as entitiesA() but does not double encode
Available since version 3.0.194.
Usage
// basic usage
$array = $sanitizer->entitiesA1($value);
// usage with all arguments
$array = $sanitizer->entitiesA1($value, int $flags = 3, string $encoding = 'UTF-8');
Arguments
Name | Type(s) | Description |
---|---|---|
$value | array string int float object bool | |
$flags (optional) | int | |
$encoding (optional) | string |
Return value
array
string
int
float
bool
See Also
$sanitizer methods and properties
API reference based on ProcessWire core version 3.0.251