[Solved] PHP – Summary of article [duplicate]

Checkout this helper function from the CodeIgniter framework: /** * Character Limiter * * Limits the string based on the character count. Preserves complete words * so the character count may not be exactly as specified. * * @access public * @param string * @param integer * @param string the end character. Usually an ellipsis … Read more