Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

Rozdiely pre Metafox/lib/Date.php medzi verziami 1.2 a 1.3

verzia 1.2, 2005/11/07 20:37:10 verzia 1.3, 2005/11/25 09:49:46
Riadok 1 
Riadok 1 
 <?php  <?php
   
 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */  /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
   //
   // +----------------------------------------------------------------------+
   // | Copyright (c) 1997-2005 Baba Buehler, Pierre-Alain Joye              |
   // +----------------------------------------------------------------------+
   // | This source file is subject to the New BSD license, That is bundled  |
   // | with this package in the file LICENSE, and is available through      |
   // | the world-wide-web at                                                |
   // | http://www.opensource.org/licenses/bsd-license.php                   |
   // | If you did not receive a copy of the new BSDlicense and are unable   |
   // | to obtain it through the world-wide-web, please send a note to       |
   // | pear-dev@lists.php.net so we can mail you a copy immediately.        |
   // +----------------------------------------------------------------------+
   // | Author: Baba Buehler <baba@babaz.com>                                |
   // |         Pierre-Alain Joye <pajoye@php.net>                           |
   // +----------------------------------------------------------------------+
   
 /**  /**
  * Generic date handling class for PEAR   * Generic date handling class for PEAR
Riadok 9 
Riadok 23 
  * through the Date::TimeZone class.  Supports several operations from   * through the Date::TimeZone class.  Supports several operations from
  * Date::Calc on Date objects.   * Date::Calc on Date objects.
  *   *
  * PHP versions 4 and 5  
  *  
  * LICENSE: This source file is subject to version 2.02 of the PHP license  
  * that is available through the world-wide-web at the following URI:  
  * 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 web, please  
  * send a note to license@php.net so we can mail you a copy immediately.  
  *  
  * @category   Date and Time   * @category   Date and Time
  * @package    Date   * @package    Date
  * @author     Baba Buehler <baba@babaz.com>   * @author     Baba Buehler <baba@babaz.com>
  * @author     Pierre-Alain Joye <pajoye@php.net>   * @author     Pierre-Alain Joye <pajoye@php.net>
  * @copyright  1997-2005 The PHP Group   * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/2_02.txt  PHP License   * @license    http://www.opensource.org/licenses/bsd-license.php  New BSD License
  * @version    CVS: $Id$   * @version    CVS: $Id$
  * @link       http://pear.php.net/package/Date   * @link       http://pear.php.net/package/Date
  */   */
Riadok 74  define('DATE_FORMAT_UNIXTIME', 5);
Riadok 80  define('DATE_FORMAT_UNIXTIME', 5);
  * @author     Baba Buehler <baba@babaz.com>   * @author     Baba Buehler <baba@babaz.com>
  * @author     Pierre-Alain Joye <pajoye@php.net>   * @author     Pierre-Alain Joye <pajoye@php.net>
  * @copyright  1997-2005 The PHP Group   * @copyright  1997-2005 The PHP Group
  * @license    http://www.php.net/license/2_02.txt  PHP License   * @license    http://www.opensource.org/licenses/bsd-license.php  New BSD License
  * @version    Release: 1.4.5   * @version    Release: 1.4.6
  * @link       http://pear.php.net/package/Date   * @link       http://pear.php.net/package/Date
  */   */
 class Date  class Date
Riadok 474  class Date
Riadok 480  class Date
      * convertTZ().       * convertTZ().
      *       *
      * @access public       * @access public
      * @param object Date_TimeZone $tz the Date_TimeZone object to use, if called       * @param object Date_TimeZone $tz the Date_TimeZone object to use, if called
      * with a paramater that is not a Date_TimeZone object, will fall through to       * with a paramater that is not a Date_TimeZone object, will fall through to
      * setTZbyID().       * setTZbyID().
      */       */
     function setTZ($tz)      function setTZ($tz)
     {      {

Legend:
Odstranené z verzie1.2  
zmenené riadky
  Pridané vo verzii1.3

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok