Skip to content

bryanlittlefield/php-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

php Snippets

Some helpful Php Snippets

Truncate Long Titles to the Nearest Whole Word Using PHP strrpos


<?php echo substr( $string, 0, strpos($string, ' ', 35) ); ?></p>

About

Some helpful Php Snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages