escape — 字符串编码
string escape (string $str, [string $charset = 'utf-8'])
escape() 对 str 进行编码,返回编码后的数据。对应的解码函数为 unescape()。
charset指定 str 数据的字符编码,默认为 utf-8。