update : 2015.11.03
php.shukuma.com

검색:
 
 
Checks whether a string is tainted

is_tainted

(PECL taint >=0.1.0)

is_taintedChecks whether a string is tainted

설명

bool is_tainted ( string $string )

Checks whether a string is tainted

인수

string

반환값

Return TRUE if the string is tainted, FALSE otherwise.