update : 2015.11.03
php.shukuma.com

검색:
 
 
Taint a string

taint

(PECL taint >=0.1.0)

taintTaint a string

설명

bool taint ( string &$string [, string $... ] )

Make a string tainted. This is used for testing purpose only.

인수

string

...

반환값

Return TRUE if the transformation is done. Always return TRUE if the taint extension is not enabled.