A Axis New Member Jun 10, 2012 #1 \[code\]$string = 'I like banana, banana souffle, chocobanana and marshmellows.";$arr = some_function($string); // $arr = ('banana'=>3,'I'=>1,'like'=>1....);\[/code\]do you have an idea how to do this most efficiently?
\[code\]$string = 'I like banana, banana souffle, chocobanana and marshmellows.";$arr = some_function($string); // $arr = ('banana'=>3,'I'=>1,'like'=>1....);\[/code\]do you have an idea how to do this most efficiently?