Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Radek Piekarz  >  Sunset & Sunrise  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Sunset & Sunrise
Calculate the sunrise and sunset time of any place
Author: By
Last change:
Date: 2005-10-21 14:03
Size: 114 bytes
 

Contents

Class file image Download
<?php
require_once('sun_class.php');

$sun = new sun('50''21''1');
$sun->sunrise();
$sun->sunset();
?>