php basic functions

reset internal array pointer points to the first cell

Return Value: returns the value of the first cell array, if the array is empty returns false

end internal array pointer pointing to a last cell

Return Value: returns the value of the last cell array, if the array is empty returns false

Guess you like

Origin www.cnblogs.com/aln0825/p/11429995.html