PHP 8.4.1 Released!

taint

(PECL taint >=0.1.0)

taintCorrompe un string

Descripción

taint(string &$string, string ...$strings): bool

Crea un string corrompido. Solamente se usa para realizar pruebas.

Parámetros

string

strings

Valores devueltos

Devuelve TRUE si la transformación se lleva a cabo. Siempre devuelve TRUE si la extensión taint no esta activada.

add a note

User Contributed Notes

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