函数call_user_func('strtoupper','Php')的执行结果为
举一反三
- PHP中将小写字母转换为大写字母的函数是( ) A: strtoUpper() B: strtoupper() C: strToUpper() D: strToupper()
- php中完成大小写转换的一对函数是() A: strtoUpper, strtoLower B: strtoupper, strtolower C: Upper, Lower D: Ucase, Lcase
- func函数定义如下,则func函数为()函数。 static int func(int a,int b) { …; }
- 阅读下面的程序 def func(); print(x) x=100 func() 执行上述语句后,输出的结果为()
- 阅读以下所示的程序代码 def func(): x = 10 print(x) func() 执行上述语句后,输出的结果为()