Merlin wrote:
I am trying to find values inside an array. This array always starts
with 0.
unfortunatelly array_search start searching with the array element 1.
So the first element is always overlooked.
Please read the text inside the big "Warning" box on the following page:
http://us2.php.net/
Hi,
Wednesday, March 31, 2004, 10:20:06 PM, you wrote:
M> Hi there,
M> I am trying to find values inside an array. This array always starts with 0.
M> unfortunatelly array_search start searching with the array element 1.
M> So the first element is always overlooked.
M> How could I "shift" this a
Hi there,
I am trying to find values inside an array. This array always starts with 0.
unfortunatelly array_search start searching with the array element 1.
So the first element is always overlooked.
How could I "shift" this array to start with 1, or make array-search start with 0?
The array comes
3 matches
Mail list logo