taint

(PECL taint >=0.1.0)

taint文字列を汚染させる

説明

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

文字列を汚染させます。この関数は、テスト用としてのみ使うものです。

パラメータ

string

strings

戻り値

変換に成功したときに TURE を返します。 taint 拡張モジュールが有効になっていない場合は常に TRUE を返します。

add a note

User Contributed Notes

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