以下程序横线处应该使用的函数为:$email=‘langwan@thizlinux.com.cn’;$str=__($email,‘@’);$info=__(‘.’,$str);__($info);输出结果为:Array([0]=>@thizlinux[1]=>com[2]=>cn)()
A: strchr, split, var_dump
B: strstr, explode, print_r
C: strstr,explode, echo
D: strchr, split, var,_dump
A: strchr, split, var_dump
B: strstr, explode, print_r
C: strstr,explode, echo
D: strchr, split, var,_dump
举一反三
- 以下程序横线处应该使用的函数为( )。<;?php$email='gaofeng@lampbrother.com.cn';$str = ____($email, '@');$info = ____('.',$str);____($info);?>;输出结果为: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
- <?php $email='gaofeng@lampbrother.com.cn'; $str = ____($email, '@'); $info = ____('.',$str); ____($info); ?>输出结果为:Array ([0] => @lampbrother [1]=>com[2]=>cn)以上程序横线处应该使用的函数为( )。 A: strchr, split, var_dump B: strstr, explode, print_r C: strstr,explode, echo D: strchr, split, var,_dump
- 以下程序横线处应该使用的函数为:( ) <?php $email = ‘langwan@thizlinux.com.cn’; $str = ____($email,‘@’); $info = ____(‘.’,$str); ____($info); ?> 输出结果为:Array ([0] => @thizlinux [1]=>com[2]=>cn) 输出结果是一个数组 A: strchr, split, var_dump B: strstr, explode, print_r C: strstr,explode, echo D: strchr, split, var,_dump
- 以下程序横线处应该使用的函数为:() <?php $email = ‘langwan@thizlinux.com.cn’; $str = ____($email,‘@’); $info = ____(‘.’,$str); ____($info); ?> 输出结果为: Array ([0] => @thizlinux [1]=>com[2]=>cn)
- 以下程序横线处应该使用的函数为( )。 <?php $email='gaofeng@lampbrother.com.cn'; $str = ____($email, '@'); $info = ____('.',$str); ____($info); ?> 输出结果为:Array ([0] => @lampbrother [1]=>com[2]=>cn)