PHP 8.4.1 Released!

taint

(PECL taint >=0.1.0)

taintContamina una stringa

Descrizione

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

Rende una stringa contaminata. Questo è usato solo per scopo di testing.

Elenco dei parametri

string

strings

Valori restituiti

Restituisce TRUE se la trasformazione viene effettuata. Restituisce sempre TRUE se l'estensione taint non è abilitata.

add a note

User Contributed Notes

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