current

current可以表示為函式的符號,也可以表示為英語單詞。或者可以理解為計算機操作命令。

基本介紹

  • 外文名:current
  • 參數:array
  • 描述:規定要使用的數組。
  • 解釋:英語單詞或計算機操作命令
定義和用法,語法,提示和注釋,例子,基本詞義,current,[英]ˈkʌrənt [美]ˈkɜ:rənt,adj,n,

定義和用法

current() 函式返回數組中的當前元素(單元)。
每個數組中都有一個內部的指針指向它“當前的”元素,初始指向插入到數組中的第一個元素。
current() 函式返回當前被內部指針指向的數組元素的值,並不移動指針。如果內部指針指向超出了單元列表的末端,current() 返回 FALSE。

語法

current(array)
參數
描述
array
必需。規定要使用的數組。

提示和注釋

注釋:如果有空的元素,或元素沒有值,該函式也返回 FALSE。
提示:該函式不會移動內部指針。要做到這一點,請使用 next() 和 prev() 函式。

例子

<?php $people = array("Peter","Joe","Glenn","Cleveland");
echo current($people) . "<br />";
>
輸出:
Peter

基本詞義

current

[英]ˈkʌrənt [美]ˈkɜ:rənt

adj

當前的,通用的,流通的,現在的,草寫的,最近的

n

涌流,趨勢,電流,水流,氣流
英英解釋:
名詞current:
⒈a flow of electricity through a conductor
同義詞:electric current
⒉a steady flow (usually from natural causes)
同義詞:stream
⒊dominant course (suggestive of running water) of successive events or ideas
同義詞:stream,flow
形容詞current:
⒈occurring in or belonging to the present time
習慣用語
against the current 逆流而行; 不同流俗breast the current 逆流而行go current 流行,通用; 流傳,見信於世pass current 流行,通用; 流傳,見信於世run current 流行,通用; 流傳,見信於世go with the current 隨波逐流swim with the current 隨波逐流stem the current (船)逆潮流而行; 反潮流; 反抗; 阻止; 抑制住; 堵住...道路the current of events 事情的進展the current of time 時勢,時代潮流
例句與用法:
⒈This button switches the current on.
這個電鈕接通電流。
⒉The current is strongest in the middle of the river.
河中央的水流最急。
⒊This word is no longer in current use.
這個詞現在已經不再使用。

相關詞條

熱門詞條

聯絡我們