آره ولی ربطی به کل کدم نداره! چون فقط روی لوکال کار نمیده!
کدم اینه:
$textm = $text ;
$adad = '45';
function str($textmatn,$adad){  
$this->textmatn=$textmatn; 
$this->adad=$adad; 
$this->adad1=$this->adad; 
$this->adad2=$this->adad1-1; 
$this->adad3=$this->adad2+3; 
$lent=strlen($textmatn); 
if($lent>=$this->adad){ 
$this->textmatn=strrev(substr($this->textmatn,0,$this->adad2));  
$this->textmatn2 = strchr($this->textmatn, ' '); 
$this->textmatn=strrev($this->textmatn2);  
echo $this->textmatn." ..."; 
}else{ 
$this->textmatn=$this->textmatn;  
echo $this->textmatn; } 
 }