<?php
function short($string,$limit){
$array=explode(" ",$string);
$string=implode(" ",array_slice($array,0,$limit))."...";
return $string;
}
echo short("salam omidvaram ke in code be darde shoma khorde bashe",5);
?>
بله
خير
<?php
function short($string,$limit){
$array=explode(" ",$string);
$string=implode(" ",array_slice($array,0,$limit))."...";
return $string;
}
echo short("salam omidvaram ke in code be darde shoma khorde bashe",5);
?>
آخرین ویرایش به وسیله funpatogh : جمعه 18 تیر 1389 در 22:19 عصر