以下程序横线处应该使用的函数为( )。输出结果为:Array ([0] => @lampbrother [1]=>com[2]=>cn)
A. strstr, explode, print_r
B. strchr, split, var_dump
C. strstr,explode, echo
D. strchr, split, var,_dump
查看答案
在字符串所有新行之前插入 HTML 换行标记的函数是()。
A. nl2br()
B. htmlspecialchars()
C. strip_tags()
D. htmlentities()
将特殊字符转换为 HTML 实体的函数是()。
A. htmlentities()
B. htmlspecialchars()
C. strip_tags()
D. nl2br()
从字符串中去除 HTML 和 PHP 标记的函数是()
A. htmlspecialchars()
B. strip_tags()
C. htmlentities()
D. nl2br()
echostrrev("Helloworld!"); 的运行结果是( )。
A. Helloworld!
B. world Hello!
C. !dlrowolleH
D. world! Hello