Posted by Hermann.Richter on 10/14/06 18:35
These array functions: 'each', 'current', 'next', 'end' They return a reference or a value. let's say I want to modify the last value of an array without iterating through all of them. I would do: <? end($array) ; current($array)="new value" ; ?> is that posible?? Thanks.
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming