Obtenez les 200 premiers caractères String Php

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