Source for file PHPdotNet.php
Documentation is available at PHPdotNet.php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
// +----------------------------------------------------------------------+
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2002 The PHP Group |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.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/2_02.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. |
// +----------------------------------------------------------------------+
// | Authors: Carsten Lucke <luckec@tool-garage.de> |
// +----------------------------------------------------------------------+
// $Id: PHPdotNet.php,v 1.3 2005/02/11 13:30:19 luckec Exp $
* Driver-class that calculates the birthdates of the PHP.net people. :)
* @version $Id: PHPdotNet.php,v 1.3 2005/02/11 13:30:19 luckec Exp $
* @author Carsten Lucke <luckec@tool-garage.de>
* Use the Date_Holidays::factory() method to construct an object of a certain driver
* 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
// 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'
Documentation generated on Mon, 11 Mar 2019 15:03:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|