Ask a Question related to PHP Development, Design and Development.
-
Chris W. Parker #1
RE: [PHP] ARRAY QUESTION
Dale Hersh <mailto:dalehersh@hotmail.com>
on Thursday, July 24, 2003 12:41 PM said:
unset($myStuff);> Lets pretend I have this array called myStuff. If I add two elements
> to myStuff and call the count function, I will get a result of 2. My
> question is how do I re-initialize the array after adding elements so
> when I call the count function on the array, I get a result of 0.
Chris W. Parker Guest
-
2-Dimensional Array Question
This is my first time using an array. 1. My code seems to work but I need to return a count from each piece of the array (the number of each... -
Array question
hi, this is a piece of code from a program. ---- my $size; my $realPath; my @filterArray; open READFILTEREDLIST,'</tmp/FILTEREDLIST' or die... -
array question help
i am new to arrays and have practiced some tutorials for instance aligning information in rows and columns then categorizing them numerically,... -
simple array question?
On 12-Aug-2003, "Randell D." <you.can.email.me.at.randelld@yahoo.com> wrote: http://www.php.net/manual/en/function.list.php -- Tom... -
array question (grep -v on array)
Hi, I have an output of errors fed into an array, after which I only look at things I care about and put them in a different array: ...



Reply With Quote

