classe Sanitize (Voir la source)

Méthodes

static mixed
make(mixed $data, bool $secure = false)

To clean the data

static string
data(string $data)

Allows you to clean a string of characters

static string
secure(string $data)

Allows you to clean a string of characters

Détails

static mixed make(mixed $data, bool $secure = false)

To clean the data

Paramètres

mixed $data
bool $secure

Valeur de retour

mixed

static string data(string $data)

Allows you to clean a string of characters

Paramètres

string $data

Valeur de retour

string

static string secure(string $data)

Allows you to clean a string of characters

Paramètres

string $data

Valeur de retour

string