Получите первые 200 символов String php

<?php 
substr($your_string_without_tags, 0, 200);
?>
Yousef Qaoud