Thread
:
Quicker String Verification
View Single Post
12-12-2007, 09:46 AM
#
2
(
permalink
)
sjaq
The Acquainted
Join Date: Nov 2007
Location: Netherlands
Posts: 113
Thanks: 11
There is another method wich is about 20 times faster on my computer:
PHP Code:
if(!empty(
$string
{
32
})) {
// string is 33 + chars
}
sjaq
View Public Profile
Send a private message to sjaq
Visit sjaq's homepage!
Find More Posts by sjaq