Paul - 2009-03-18 09:29:22
If you check the example php file you'll see the output is wrong... the last bit is always printed 'false' in each example.
Looking at the code there seems to be confusion about the length of the array and testing <= length when it should just be <
I'll see if I can upload a fixed one.