how extract word from text in php -


how can extract word text in php? or example, have string: this long text string written something

i want obtain:

this long text string  written 

take @ php manual explode

http://php.net/manual/en/function.explode.php

explode space ' ' result want.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -