Returns the array value in the previous place that's pointed to by the internal array pointer, or FALSE if there are no more elements.
警告 |
�o�Ө�ƥi��^�ǥ�L�� FALSE�A��]�i��^�Ǥ@�ӦP�� FALSE �D�L�ȡA�O0�� ""�аѦ�Booleans�`��h��T�C�ϥ� === �B��l�Ӵ�ճo�Ө�ƪ�^�ǭȡC |
注: You won't be able to distinguish the beginning of an array from a boolean FALSE element. To properly traverse an array which may contain FALSE elements, see the each() function.
prev() behaves just like next(), except it rewinds the internal array pointer one place instead of advancing it.