[PHP] Numbered Arrays

2002-02-25 Thread Phillip S. Baker
What is the quick way to generate numbered arrays? I cannot seem to find it in my documentation. Looking to generate and populate an array with the numbers 0-23. Thanks Phillip -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Numbered Arrays

2002-02-25 Thread Hunter, Ray
- From: Phillip S. Baker [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 2:56 PM To: PHP Email List Subject: [PHP] Numbered Arrays What is the quick way to generate numbered arrays? I cannot seem to find it in my documentation. Looking to generate and populate an array

Re: [PHP] Numbered Arrays

2002-02-25 Thread Lars Torben Wilson
On Mon, 2002-02-25 at 13:56, Phillip S. Baker wrote: What is the quick way to generate numbered arrays? I cannot seem to find it in my documentation. Looking to generate and populate an array with the numbers 0-23. Thanks Phillip http://www.php.net/range ?php

RE: [PHP] Numbered Arrays

2002-02-25 Thread Hunter, Ray
PM To: Phillip S. Baker Cc: PHP Email List Subject: Re: [PHP] Numbered Arrays On Mon, 2002-02-25 at 13:56, Phillip S. Baker wrote: What is the quick way to generate numbered arrays? I cannot seem to find it in my documentation. Looking to generate and populate an array with the numbers 0-23