Re: [PHP] PHP function for length of the array???

2004-01-06 Thread Chris Shiflett
--- Mike Migurski <[EMAIL PROTECTED]> wrote: > > Anyone know what is the php function for finding the length of the > > array? I haven't found the answer at > > http://us3.php.net/manual/en/ref.array.php . > > You are aware that all the available array functions are listed about > halfway down tha

Re: [PHP] PHP function for length of the array???

2004-01-06 Thread Mike Migurski
> Anyone know what is the php function for finding the length of the array? >I haven't found the answer at http://us3.php.net/manual/en/ref.array.php . You are aware that all the available array functions are listed about halfway down that page, right? --

Re: [PHP] PHP function for length of the array???

2004-01-06 Thread Neil Freeman
Or you can use sizeof() which is an alias for count() Scott Fletcher wrote: *** This Email Has Been Virus Swept *** Ah! Thanks!!! "Chris Hayes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] At 1

Re: [PHP] PHP function for length of the array???

2004-01-06 Thread Scott Fletcher
Ah! Thanks!!! "Chris Hayes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 15:44 6-1-04, you wrote: > >Hi! > > > >Anyone know what is the php function for finding the length of the array? > >I haven't found the answer at http://us3.php.net/manual/en/ref.array.php . > looking

Re: [PHP] PHP function for length of the array???

2004-01-06 Thread Chris Hayes
At 15:44 6-1-04, you wrote: Hi! Anyone know what is the php function for finding the length of the array? I haven't found the answer at http://us3.php.net/manual/en/ref.array.php . looking for the number of elements? ->count($arrayname) -- PHP General Mailing List (http://www.php.net/) To

[PHP] PHP function for length of the array???

2004-01-06 Thread Scott Fletcher
Hi! Anyone know what is the php function for finding the length of the array? I haven't found the answer at http://us3.php.net/manual/en/ref.array.php . Thanks, FletchSOD -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php