الصفحة الرئيسية
المزايا
المشروع
روابط مفيدة
تنزيل
الأسئلة الشائعة
النسخة القديمة
Related Class Documentation

<?php
date_default_timezone_set
('UTC');

require(
'I18N/Arabic.php');
$Ar = new I18N_Arabic('Salat');

$Ar->setLocation(33.5236.313691);
$Ar->setDate(date('j'), 
             
date('n'), 
             
date('Y'));

$times $Ar->getPrayTime2();

echo 
'<b>Damascus, Syria</b><br />';
echo 
date('l F j, Y').'<br /><br />';
echo 
"<b class=hilight>Fajr:</b>
      
{$times[0]}<br />
      <b class=hilight>Sunrise:</b> 
      
{$times[1]}<br />
      <b class=hilight>Zuhr:</b> 
      
{$times[2]}<br />
      <b class=hilight>Asr:</b> 
      
{$times[3]}<br />
      <b class=hilight>Maghrib:</b> 
      
{$times[4]}<br />
      <b class=hilight>Isha:</b> 
      
{$times[5]}<br /><br />";

$direction $Ar->getQibla();
$qibla 'I18N/Arabic/Examples/Qibla.php';

echo 
"<b class=hilight>Qibla Direction 
      </b>(from the north direction): 
      <br />
$direction<br /><br /><a 
      href=
$qibla?d=$direction target=_blank 
      class=hilight>Click here</a>"
;
?>


Damascus, Syria
Thursday May 2, 2024

Fajr:
Sunrise:
Zuhr:
Asr:
Maghrib:
Isha:

Qibla Direction (from the north direction):
164.70473621919

Click here
There is never enough time to do it right the first time, but there is always enough time to do it over.
لا يتوفر الوقت الكافي للقيام بالعمل بشكل صحيح في المرة الأولى، لكن هنالك وقت دوما للقيام به مجددا
Index | Features | ArPHP Project | Useful Links | Download | PHP4!!!

Copyright © 2006 - 2021 Khaled Al-Sham'aa. All Rights Reserved | Sourceforge.net | GitHub.com | Terms Of Use

 

  If not now when? If not you and me who else? | إن لم يكن الآن فمتى؟ إن لم تكن أنت وأنا فمن غيرنا؟