PHP Limit Words


/ Published in: PHP
Save to your folder(s)

Example:

echo limitWords('This is my string personally i think its too long',2);

Will return "This is"

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.