Guest User

Untitled

a guest
Jan 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <?php echo (strlen($description) > 300 ? utf8_substr(strip_tags(html_entity_decode($description, ENT_QUOTES, 'UTF-8')), 0, 100) . '..' : $description); ?>
  2.  
  3. $arr = preg_split('/(</p>|<br>)K/', $str);
  4.  
  5. $str = implode('', array_slice($arr, 0, нужное кол-во));
Add Comment
Please, Sign In to add comment