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