FW: [PHP] Accessing a Char in an Array

2004-12-21 Thread Justin Palmer
*Sorry Curt for sending this to you.* Hi, Well if any one is interested in the speed I set up an example that you can go to. Though, when I run the example substr() is very neurotic (or it seems that it is to me). It can process the same line of code at a lot of different intervals, while

Re: FW: [PHP] Accessing a Char in an Array

2004-12-21 Thread Robert Cummings
On Tue, 2004-12-21 at 23:47, Justin Palmer wrote: *Sorry Curt for sending this to you.* Hi, Well if any one is interested in the speed I set up an example that you can go to. Though, when I run the example substr() is very neurotic (or it seems that it is to me). It can process the same

RE: FW: [PHP] Accessing a Char in an Array

2004-12-21 Thread Justin Palmer
' Subject: Re: FW: [PHP] Accessing a Char in an Array On Tue, 2004-12-21 at 23:47, Justin Palmer wrote: *Sorry Curt for sending this to you.* Hi, Well if any one is interested in the speed I set up an example that you can go to. Though, when I run the example substr() is very

Re: FW: [PHP] Accessing a Char in an Array

2004-12-21 Thread Curt Zirzow
* Thus wrote Justin Palmer: Why is substr all over the board in how fast it processes the same string? Is it the server? Benchmarking can be a funny thing. Usually benchmarks take an average of serveral thousand iterations in order to find the average time it take something to do.