function retnuns(){
$a='';
for ($i=0;$i <5;$i++){
  $a.=$i;
}
return $a;