Skip to content

Instantly share code, notes, and snippets.

@morozVA
Created May 5, 2018 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morozVA/44ee2f4cbe77c94e56f18243f60138ef to your computer and use it in GitHub Desktop.
Save morozVA/44ee2f4cbe77c94e56f18243f60138ef to your computer and use it in GitHub Desktop.
php обрезать строку и добавить многоточие
$title = mb_strimwidth($title, 0, 85, "...");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment