On Thursday 10 January 2002 17:38, [EMAIL PROTECTED] wrote: > Strange, are you sure it's 4.0.4 ?? > > The manual for array_shift() says it's supported from 4.0.0 . > > Maybe try the alias array_pop() ?
array_pop() and array_shift are *different* :) array_pop() takes an element off the END of the array. array_shift() takes an element off the START of the array. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Never pay a compliment as if expecting a receipt. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]