Egypt - Google

حمدي فتحي
Google
حمدي فتحي

26 minutes ago

south korea vs japan
Google
south korea vs japan

1 hour ago

superman movie box office
Google
superman movie box office

2 hours ago

twitter
Google
twitter

12 hours ago

سيد مرعي
Google
سيد مرعي

12 hours ago

إجازة
Google
إجازة

13 hours ago

the summer i turned pretty
Google
the summer i turned pretty

13 hours ago

مشروع x
Google
مشروع x

16 hours ago

موشيه زار
Google
موشيه زار

16 hours ago

بول بيا
Google
بول بيا

16 hours ago

nobody
Google
nobody

18 hours ago

مصطفي يونس
Google
مصطفي يونس

19 hours ago

حسني مبارك
Google
حسني مبارك

19 hours ago

محمد عمر
Google
محمد عمر

20 hours ago

التين الشوكي
Google
التين الشوكي

21 hours ago

kang seo ha
Google
kang seo ha

21 hours ago

مسلسل زينهم
Google
مسلسل زينهم

22 hours ago

james gunn
Google
james gunn

23 hours ago

عمرو مرعي
Google
عمرو مرعي

23 hours ago

function time_elapsed_string($datetime) { $now = new DateTime; $ago = new DateTime($datetime); $diff = $now->diff($ago); if ($diff->d > 0) { return $diff->d . ' day' . ($diff->d > 1 ? 's' : '') . ' ago'; } if ($diff->h > 0) { return $diff->h . ' hour' . ($diff->h > 1 ? 's' : '') . ' ago'; } if ($diff->i > 0) { return $diff->i . ' minute' . ($diff->i > 1 ? 's' : '') . ' ago'; } return 'just now'; }