• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • taint()

    (PECL taint >=0.1.0)

    Taint a string

    说明

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

    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.

    上篇:is_tainted()

    下篇:untaint()