ببخشيد ميشه بگيد مشكل اين كد چيه چون خطا ميده
<?php
function estimateReadingtime(string $text): int
{
$wordscount = str_world_count($text);
$readingtime = ceil($wordscount / 200);
return $readingtime;
}
سلام
به این شکل بنویسید.
function estimateReadingTime(string $text): int
{
$word = str_word_count($text) / 200;
return ceil($word);
}
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟