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