Obtenga los primeros 200 caracteres String PHP

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