Sanitizer
Methods
- normalize() : array<string, mixed>
- Return an array representation of the sanitizer.
- sanitize() : string
- Sanitize a string value.
Methods
normalize()
Return an array representation of the sanitizer.
public
normalize() : array<string, mixed>
Return values
array<string, mixed>sanitize()
Sanitize a string value.
public
sanitize(string $value) : string
Parameters
- $value : string