View Single Post
ישן 16-04-17, 13:48   # 2
anon
חבר בקהילה
 
anon's Avatar
 
מיני פרופיל
תאריך הצטרפות: May 2015
הודעות: 54

anon לא מחובר  

תראה אם זה עוזר לך

PHP קוד:
<?php 
    
    $title 
'לורם איפסום דולור סיט אמט, קונסקטורר אדיפיסינג אלית נולום ארווס סאפיאן';
    
$words explode(" "$title);
    
$words array_filter($words, function($word){
        return (
mb_strlen($word) > );
    });
    
    
print_r($words);
    
?>
  Reply With Quote