/ Published in: PHP
Example:
echo limitWords('This is my string personally i think its too long',2);
Will return "This is"
Expand |
Embed | Plain Text
You need to login to post a comment.
Example:
echo limitWords('This is my string personally i think its too long',2);
Will return "This is"
You need to login to post a comment.