Created
December 12, 2018 14:24
-
-
Save nuriye/8a7f93d21a70830499ba73a08310175b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$sWholeWord = substr($contentNoTags, 0, 200); | |
$resultWholeWord = substr($sWholeWord, 0, strrpos($sWholeWord, ' ')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment