更多“下面的PHP程序远程的结果是什么?( )?php$array = array( 0.1=’a’, 0.2=’b’);echo count($array);? ”相关问题
  • 第1题:

    下面的PHP程序运行结果是什么?( )?php$A=’hello’;function print_A(){$A = ‘php mysql!!’;Global $A;echo $A;}eho $A;print_A();?

    A.hello

    B.php mysql!!

    C.hello hello

    D.hello php mysql!!


    参考答案:C

  • 第2题:

    3、以下那一个不是PHP数据类型的为

    A.integer

    B.friend

    C.boolean

    D.array


    friend

  • 第3题:

    6、若执行如下Shell程序,显示的结果为() #!/bin/bash # arraytest.sh my_array=(A B C D) echo "The output is : ${my_array[1]}"

    A.The output is :A

    B.The output is :B

    C.The output is :C

    D.The output is :D


    [1, 7, 13, 19]

  • 第4题:

    以下PHP数组函数中,能取得数组键名的函数是()。

    A.Array_keys

    B.Array_values

    C.Array_merge

    D.Array_flip


    参考答案:A

  • 第5题:

    16、若执行如下Shell程序,显示的结果为() #!/bin/bash # arraytest.sh my_array=(A B C D) echo "The output is : ${my_array[1]}"

    A.The output is :A

    B.The output is :B

    C.The output is :C

    D.The output is :D


    错误