NYCPHP Meetup

NYPHP.org

[nycphp-talk] $$ question

David Mintz dmintz at davidmintz.org
Thu May 26 09:21:55 EDT 2005


On Thu, 26 May 2005, Rolan Yang wrote:

> I'd have to agre with Andrew's solution mentioned above.
> Looks like your simple script could even do without a function block.
> Here's a more concise way of doing it:
<snip snip snip />
> <?     while(list($trash,$event)=each($data)) {

or for even less typing:

	while(list(,$event) = each($data)) {

N'est-ce pas?

---
David Mintz
http://davidmintz.org/



More information about the talk mailing list