Tokenizing
Posted: Wed Dec 07, 2005 3:35 pm
What does tokenizing mean? No matter what I read about it, it doesnt make sense to me. What is a token? What does it do? (Other than let you play games at chuckee cheese)
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
It's about tokenizing...jayshields wrote:i think you should change the topic name so people know what this thread is gunna be about.
This topic is about theory and design. I have yet to see any mention of PHP code. It's good where it isThe Ninja Space Goat wrote:It's about tokenizing...jayshields wrote:i think you should change the topic name so people know what this thread is gunna be about.
I don't mean whatever you thought I meant I mean like strtok() which is relevant to php... so would ya mind moving this thread back to php code?
khawleyjr wrote:This topic is about theory and design. I have yet to see any mention of PHP code. It's good where it isThe Ninja Space Goat wrote:It's about tokenizing...jayshields wrote:i think you should change the topic name so people know what this thread is gunna be about.
I don't mean whatever you thought I meant I mean like strtok() which is relevant to php... so would ya mind moving this thread back to php code?![]()
Burrito wrote:http://en.wikipedia.org/wiki/Tokenizing
i believe the thread subject was 'tokizing' before i mentioned that...The Ninja Space Goat wrote:It's about tokenizing...jayshields wrote:i think you should change the topic name so people know what this thread is gunna be about.
I don't mean whatever you thought I meant I mean like strtok() which is relevant to php... so would ya mind moving this thread back to php code?
From how php.net explains it, it is no different than explode... except it doesn't put the smaller parts into an array it puts them into something else of which I am not certain... I am confused about the whole thing.