英 [ˈkʌrənt] 美 [ˈkɜ:rənt]
adj.现在的;最近的;流行的;流传的
n.电流;趋势;水流;涌流
复数: currents
php current()函数 语法
作用:返回数组中的当前元素的值。
语法:current(array)
参数:
参数 | 描述 |
array | 必需。规定要使用的数组。 |
说明:返回数组中的当前元素的值。每个数组中都有一个内部的指针指向它的"当前"元素,初始指向插入到数组中的第一个元素。
php current()函数 示例
输出:
西门
输出:
peter
热门推荐
- composer如何解决 “Changed current directory to ...” 提示的含义及相关问题
- composer提示“Changed current directory to ...”是什么意思
- 递增操作符与PHP数组的current和next_PHP数组指针递增与操作
- quartus II编译报错:Error: Current license file does not support the XXX device 环境win10,Quartus2出现破解问题
- Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 1x.x
- HTML如何设置当前元素样式?current伪类的作用是什么?