Source for file PHPdotNet.php
Documentation is available at PHPdotNet.php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
* Driver for determining holidays of some PHP.net members
* Copyright (c) 1997-2008 The PHP Group
* This source file is subject to version 3.0 of the PHP license,
* that is bundled with this package in the file LICENSE, and is
* available at through the world-wide-web at
* http://www.php.net/license/3_01.txt.
* If you did not receive a copy of the PHP license and are unable to
* obtain it through the world-wide-web, please send a note to
* license@php.net so we can mail you a copy immediately.
* @author Carsten Lucke <luckec@tool-garage.de>
* @license http://www.php.net/license/3_01.txt PHP License 3.0.1
* @version CVS: $Id: PHPdotNet.php,v 1.8 2008/01/26 00:08:35 kguest Exp $
* @link http://pear.php.net/package/Date_Holidays
* Driver-class that calculates the birthdates of the PHP.net people. :)
* @author Carsten Lucke <luckec@tool-garage.de>
* @license http://www.php.net/license/3_01.txt PHP License 3.0.1
* @version CVS: $Id: PHPdotNet.php,v 1.8 2008/01/26 00:08:35 kguest Exp $
* @link http://pear.php.net/package/Date_Holidays
* Use the Date_Holidays::factory() method to construct an object of a
* Build the internal arrays that contain data about the calculated holidays
* @return boolean true on success, otherwise a PEAR_ErrorStack object
* @throws object PEAR_ErrorStack
// Lukas Smith: 5 November 1977, Germany?
// Stephan Schmidt: 12 May 1974, Germany
'title' => 'Stephan Schmidt'
// Carsten Lucke: 9 September 1980, Germany
'title' => 'Carsten Lucke'
// Arnaud Limbourg: 14 March 1976, France
'title' => 'Arnaud Limbourg'
// Sebastian Bergmann: 22 April 1978, Germany
'title' => 'Sebastian Bergmann'
// Akash Mahajan: 20 May 1981, India
'title' => 'Akash Mahajan'
// Greg Beaver: 2 September 1976, USA
'title' => 'Gregory Beaver'
// Ryan King: 31 March 1982, USA
// Helgi Þormar Þorbjörnsson: 4 November 1986, Iceland
'title' => 'Helgi Þormar Þorbjörnsson'
// Tobias Schlitt: 19 May 1980, Germany
'title' => 'Tobias Schlitt'
// Sebastian Mordziol, 7 February 1975
'title' => 'Sebastian Mordziol'
// Jeroen Steggink: 7 December 1981, Netherlands
'title' => 'Jeroen Steggink'
// Dylan Anderson: 21 October 1981, Canada
'title' => 'Dylan Anderson'
// James McGlinn: 10 January 1980, New Zealand
'title' => 'James McGlinn'
// Wilfredo Ignacio Pachón López: 31 July 1977, Colombia
'title' => 'Wilfredo Ignacio Pachón López'
Documentation generated on Thu, 10 Apr 2008 20:00:23 -0400 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.
|