[PHP-DOC] each() function description error From: Marco Cucinato (cucinato <email protected>)
Date: 09/02/01

Hi,
each() function has a refpurpose
"Return the next key and value pair from an array"
but a description
"Returns the current key and value pair from the array"
The second behaviour is the correct one.
Should I correct the <refpurpose> tag to
"Return the current key and value pair from an array and advance the
array cursor" ?

--
Marco Cucinato