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

    (PHP 7 >= 7.2.0)

    Description

    说明

    mb_scrub(string $str[,string $encoding]): string
    Warning

    本函数还未编写文档,仅有参数列表。

    参数

    $str
    $encoding

    返回值

    Replaces 'ill-formed' byte sequences with '?'.
    See: https://github.com/php/php-src/pull/1099