Skip to content

Instantly share code, notes, and snippets.

@koentjuh1
Created January 19, 2017 12:59
Show Gist options
  • Save koentjuh1/24458801e618fccfe0c8e57fff36a47a to your computer and use it in GitHub Desktop.
Save koentjuh1/24458801e618fccfe0c8e57fff36a47a to your computer and use it in GitHub Desktop.
php content html special chars.php
$content_short_project = Formatter::CleanStringLimit($object->content, 60);
echo htmlspecialchars_decode($content_short_project);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment