Date: 12/28/00
- Next message: Ben Wiechman: "RE: [PHP] PHP, MP3 & ID Tags?"
- Previous message: Rasmus Lerdorf: "Re: [PHP] Strings with leading zeros"
- In reply to: jeremy brand: "Re: [PHP] array_walk()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I can only appologise for my extreme stupidity and blame lack of sleep :-)
Thanks,
Abe
----- Original Message -----
From: "jeremy brand" <jeremy <email protected>>
To: "Abe" <abe <email protected>>
Cc: <php-general <email protected>>
Sent: Thursday, December 28, 2000 8:53 PM
Subject: Re: [PHP] array_walk()
> >
> > function println ($s) {
> > echo "$s<br>\n";
> > }
> > $countries = array ("ca", "cr", "de", "us")
>
> Looks like you could use a semi-colon(;) at the end of the above line.
>
> > array_walk ($initials, println);
> >
> >
> > I seem to get a parse error on the array_walk line....
> >
> > I am pretty sure that array_walk is supposed to work on PHP3.
> >
> > Thanks Guys,
> > Abe
> >
>
> Jeremy
>
> Jeremy Brand :: Sr. Software Engineer :: 408-245-9058 ::
jeremy <email protected>
> http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more
> Get your own Free, Private email at http://www.smackdown.com/
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> "<body>" -- Quoted from Yahoo! homepage, http://www.yahoo.com
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Ben Wiechman: "RE: [PHP] PHP, MP3 & ID Tags?"
- Previous message: Rasmus Lerdorf: "Re: [PHP] Strings with leading zeros"
- In reply to: jeremy brand: "Re: [PHP] array_walk()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

