[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$ftfryv2d8v4zLgYvn_SpZjTCUkyHD6Q1xGU0HPkKuFGY":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":16,"related":17,"source":28,"type":29},[],"2023-11-06 06:25:03",103505940,[8,9,10,11],"array_reverse()","array_search()","array_shift()","array_slice()",{"courseId":13,"courseImg":14,"courseName":15},"0dc7bef3c76eec7d374f03cd950cb959","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F48eba3395437dd881b1b9275a0ad1028.png","PHP程序设计","下面哪个函数可以用来得到顺序相反的数组",[18,30,39,48,57,60,69,78,87,96],{"answer":19,"createTime":20,"id":21,"options":22,"question":27,"source":28,"type":29},[],"2023-11-06 06:25:02",103505927,[23,24,25,26],"$users[]='John'","array_push($users,'John')","$users()='John'","array_unshift($users,'John')","下列哪个没有将'John'添加进数组$users中( )","v1",0,{"answer":31,"createTime":20,"id":32,"options":33,"question":38,"source":28,"type":29},[],103505932,[34,35,36,37],"isset()","empty()","var_dump()","print_r()","使用以下哪个函数判断一个数组是否是空的",{"answer":40,"createTime":20,"id":41,"options":42,"question":47,"source":28,"type":29},[],103505935,[43,44,45,46],"23","lily","rose","21","$arr = [['jack','boy',23],['rose','girl',18],['tom','boy',20],['lily','girl',21]]; $arr[3][2] = ____________",{"answer":49,"createTime":20,"id":50,"options":51,"question":56,"source":28,"type":29},[],103505937,[52,53,54,55],"$_REQUEST[]","$_POST[]","$_GET[]","$_SERVER[]","下列哪个数组不可以用来获取表单元素的值? ( )",{"answer":58,"createTime":5,"id":6,"options":59,"question":16,"source":28,"type":29},[],[8,9,10,11],{"answer":61,"createTime":5,"id":62,"options":63,"question":68,"source":28,"type":29},[],103505943,[64,65,66,67],"$arr[0]","$arr[' one' ]","$arr[0] [' one' ]","$arr[' one' ] [0]","对于下列代码, 输出结果为a的选项是( ) $arr =array(array(' one' =&gt;' a' , ' two' =&gt;' b' ) )",{"answer":70,"createTime":5,"id":71,"options":72,"question":77,"source":28,"type":29},[],103505945,[73,74,75,76],"$pageno=isset($_GET[' pageno' ] ) $_GET[' pageno' ] : 1","$pageno=isset($_GET[' pageno' ] ) ?$_GET[' pageno' ] : 1","$pageno=isset($_GET[' pageno' ] ) ?1: $_GET[' pageno' ]","$pageno=isset($_GET[' pageno' ] ) ?$_GET[' pageno' ] | | 1","若$_GET[' pageno' ] 存在, 则将其中的值送给变量$pageno, 否则把1送给变量 $pageno, 实现该功能的代码是",{"answer":79,"createTime":5,"id":80,"options":81,"question":86,"source":28,"type":29},[],103505947,[82,83,84,85],"0","2","6","7","关于数组的定义, 阅读下列代码, 选出$arr数组中元素值为' cc' 的下标( ) . $arr = array(5=&gt;' aa' , ' k' =&gt;' bb' , ' cc' )",{"answer":88,"createTime":5,"id":89,"options":90,"question":95,"source":28,"type":29},[],103505950,[91,92,93,94],"count","length","strlen","counter","在php文件中获取数组元素个数的函数是________",{"answer":97,"createTime":5,"id":98,"options":99,"question":104,"source":28,"type":29},[],103505954,[100,101,102,103],"false","true","null","空","&lt;?php $array = array(' a' , ' b' , ' c' , ' d' ) ; $res = in_array(' d' , $array) ; echo $res; ?&gt;"]