prev

(PHP 4, PHP 5, PHP 7)

prev��������ڲ�ָ�뵹��һλ

˵��

prev ( array &$array ) : mixed

��������ڲ�ָ�뵹��һλ��

prev() �� next() ����Ϊ���ƣ�ֻ���������ڲ�ָ�뵹��һλ������ǰ��һλ��

����

array

The input array.

����ֵ

���������ڲ�ָ��ָ���ǰһ����Ԫ��ֵ����û�и��൥Ԫʱ���� FALSE��

����

Example #1 prev() ����غ����÷�ʾ��

<?php
$transport 
= array('foot''bike''car''plane');
$mode current($transport); // $mode = 'foot';
$mode next($transport);    // $mode = 'bike';
$mode next($transport);    // $mode = 'car';
$mode prev($transport);    // $mode = 'bike';
$mode end($transport);     // $mode = 'plane';
?>

ע��

Warning

�˺������ܷ��ز���ֵ FALSE����Ҳ���ܷ��ص�ͬ�� FALSE �ķDz���ֵ�����Ķ� ���������½��Ի�ȡ������Ϣ��Ӧʹ�� === ����������Դ˺����ķ���ֵ��

Note: ����޷����ְ��� boolean FALSE ��Ԫ�����鿪ͷ��Ҫ��ȷ�������ܺ��пյ�Ԫ���ߵ�ԪֵΪ 0 �����飬�μ� each() ������

�μ�

  • current() - ���������еĵ�ǰ��Ԫ
  • end() - ��������ڲ�ָ��ָ�����һ����Ԫ
  • next() - �������е��ڲ�ָ����ǰ�ƶ�һλ
  • reset() - ��������ڲ�ָ��ָ���һ����Ԫ
  • each() - ���������е�ǰ�ļ���ֵ�Բ�������ָ����ǰ�ƶ�һ��