★ wanayoo — archive 1999 http://www.php.net/manual/ja/function.prev.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to Arrays
Quick Reference
English version of this pageGerman version of this pageItalian version of this pageFrench version of this pageHungarian version of this page
Arrays
* array
* array_count_values
* array_diff
* array_flip
* array_intersect
* array_keys
* array_merge
* array_merge_recursive
* array_multisort
* array_pad
* array_pop
* array_push
* array_rand
* array_reverse
* array_shift
* array_slice
* array_splice
* array_unshift
* array_values
* array_walk
* arsort
* asort
* compact
* count
* current
* each
* end
* extract
* in_array
* key
* krsort
* ksort
* list
* next
* pos
* prev
* range
* reset
* rsort
* shuffle
* sizeof
* sort
* uasort
* uksort
* usort
Manual: prev
View the source code for this pageSearch the site



Previous page
 pos
 Updated
Sat, 12 Aug 2000
range 
Next page


prev

(PHP3 , PHP4 )

prev -- 内部の配列ポインタを1つ前に戻す

説明

mixed prev (array array)

内部の配列ポインタが指している前の場所の配列要素を返します。 もう要素がない場合はfalseを返します。

警告

配列に空の要素がある場合、この関数はこれらの要素に関して falseを返します。空の要素がある配列を適切に順処理するには、 each()関数を参照下さい。

prev()は、内部の配列ポインタを1つ前に 戻すことを除けばnext()と同じです。

current(), end(), next(), reset() も参照下さい。


 About Notes


Previous page
 pos
 Updated
Sat, 12 Aug 2000
range 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
United States
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.