题目内容

以下程序代码运行后变量a的值为( )$str =['张三','李四','王五'];$a = implode(',', $str);

A. ['张三','李四','王五']
B. 张三,李四,王五
C. 张三李四王五
D. 张三,李四

查看答案
更多问题

下面代码运行后输出的结果是()。$str="phper";$replace="mysql";echo substr_replace($str,$replace,1,2);

A. pmysqler
B. phpermysql
C. mysql
D. pmysql

变量 $email的值是字符串 user@example.com ,以下哪项能把字符串转化成example.com?

A. substr($email, strpos($email, '@'));
B. strstr($email, '@')
C. strchr($email, '@')
D. substr($email, strpos($email, '@')+1)

MCGS系统函数前必须加()

A. ¥
B.
C. !
D. *

MCGS系统变量前必须加()

A. @
B. $
C. %
D. *

答案查题题库