$i = 0;
while(isset($word[$i])){
$i++;
}
return $i;
}
echo my_strlen("PHP FUNCTION RETURN THE LENGTH OF STRING ");
Please format the code you posted, by wrapping it in triple backticks. -> `
Thanks
Обсуждают сегодня