is_tainted

(PECL taint >=0.1.0)

is_taintedComprobar si un string está corrompido

Descripción

is_tainted(string $string): bool

Comprueba si un string está corrompido

Parámetros

string

Valores devueltos

Devuelve TRUE si el string está corrompido, FALSE en caso contrario.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top