update page now
PHP 8.5.2 Released!

is_tainted

(PECL taint >=0.1.0)

is_taintedVerifica se uma string está contaminada

Descrição

is_tainted(string $string): bool

Verifica se uma string está contaminada.

Parâmetros

string

Valor Retornado

Retorna TRUE se a string estiver contaminada, FALSE caso contrário.

add a note

User Contributed Notes

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