从字符串中去除 HTML 和 PHP 标记的函数是()
A. htmlspecialchars()
B. strip_tags()
C. htmlentities()
D. nl2br()
echostrrev("Helloworld!"); 的运行结果是( )。
A. Helloworld!
B. world Hello!
C. !dlrowolleH
D. world! Hello
以上程序的输出结果是( )。
A. 1,235
B. 1234.56
C. 1234,56
D. 1.234
用来为某些字符加入反斜线“\”的函数是( )?某些字符是指单引号(‘)、双引号(“)、反斜线(\)与 NUL(NULL 字符)。
A. addslashes( )
B. stripslashes( )
C. htmlspecialchars( )
D. strtolower( )