Thursday 30 August 2018
Subscribe to:
Post Comments (Atom)
$string = 'The quick brown fox jumped over the lazy dog';
$substring = substr($string, 0, strpos($string, ' '));
list($firstWord) = explode(' ', $string);
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment