• 2021-04-14
    In order to calculate the __________ of an array of values, the array must be sorted.
  • median

    内容

    • 0

      以下程序的运行结果是( )。<?php$array=array("Php","asP","jAva","html");if(in_array("php",$array)){echo "php in array";}else{echo "php not in array";}?> A: php in array B: php not in array C: true D: false

    • 1

      定义数组Array(5,1to5)后,不存在的数组元素是()。 A: Array(0,0) B: Array(1,0) C: Array(0,1) D: Array(5,5)

    • 2

      When you pass an array to a function, ______ is passed to the array parameter in the function. A: a copy of the array B: a copy of the first element C: the starting address of the array D: the length of the array

    • 3

      定义数组Array(1to5,5)后,下列哪一个数组元素不存在() A: Array(1,1) B: Array(1,0) C: Array(0,1) D: Array(5,5)

    • 4

      下面哪个函数,可以用来判断变量$array是否是一个数组? A: is_array($array) B: is_object($array) C: is_numeric($array) D: is_scalar($array)