Ignore:
Timestamp:
2007/02/25 00:33:58 (19 years ago)
Author:
rebelt
Message:

PEAR Net_UserAgent_Mobile 0.30.0 をインポートしました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/mobile/data/module/Net/UserAgent/Mobile/Display.php

    r11398 r11456  
    11<?php 
    22/* vim: set expandtab tabstop=4 shiftwidth=4: */ 
    3 // +----------------------------------------------------------------------+ 
    4 // | PHP version 4                                                        | 
    5 // +----------------------------------------------------------------------+ 
    6 // | Copyright (c) 1997-2004 The PHP Group                                | 
    7 // +----------------------------------------------------------------------+ 
    8 // | This source file is subject to version 3.0 of the PHP license,       | 
    9 // | that is bundled with this package in the file LICENSE, and is        | 
    10 // | available through the world-wide-web at the following url:           | 
    11 // | http://www.php.net/license/3_0.txt.                                  | 
    12 // | If you did not receive a copy of the PHP license and are unable to   | 
    13 // | obtain it through the world-wide-web, please send a note to          | 
    14 // | [email protected] so we can mail you a copy immediately.               | 
    15 // +----------------------------------------------------------------------+ 
    16 // | Authors: KUBO Atsuhiro <[email protected]>                            | 
    17 // +----------------------------------------------------------------------+ 
    18 // 
    19 // $Id: Display.php,v 1.9 2006/11/07 09:25:14 kuboa Exp $ 
    20 // 
     3 
     4/** 
     5 * PHP versions 4 and 5 
     6 * 
     7 * LICENSE: This source file is subject to version 3.0 of the PHP license 
     8 * that is available through the world-wide-web at the following URI: 
     9 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of 
     10 * the PHP License and are unable to obtain it through the web, please 
     11 * send a note to [email protected] so we can mail you a copy immediately. 
     12 * 
     13 * @category   Networking 
     14 * @package    Net_UserAgent_Mobile 
     15 * @author     KUBO Atsuhiro <[email protected]> 
     16 * @copyright  2003-2007 KUBO Atsuhiro <[email protected]> 
     17 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0 
     18 * @version    CVS: $Id: Display.php,v 1.10 2007/02/20 15:00:06 kuboa Exp $ 
     19 * @since      File available since Release 0.1 
     20 */ 
     21 
     22// {{{ Net_UserAgent_Mobile_Display 
    2123 
    2224/** 
     
    2830 * SYNOPSIS: 
    2931 * <code> 
    30  * require_once('Net/UserAgent/Mobile.php'); 
     32 * require_once 'Net/UserAgent/Mobile.php'; 
    3133 * 
    3234 * $agent = &Net_UserAgent_Mobile::factory(); 
     
    5355 * $_SERVER['DOCOMO_MAP'] = '/path/to/DoCoMoMap.xml'; 
    5456 * 
    55  * @package  Net_UserAgent_Mobile 
    56  * @category Networking 
    57  * @author   KUBO Atsuhiro <[email protected]> 
    58  * @access   public 
    59  * @version  $Revision: 1.9 $ 
     57 * @category   Networking 
     58 * @package    Net_UserAgent_Mobile 
     59 * @author     KUBO Atsuhiro <[email protected]> 
     60 * @copyright  2003-2007 KUBO Atsuhiro <[email protected]> 
     61 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0 
     62 * @version    Release: 0.30.0 
     63 * @since      Class available since Release 0.1 
    6064 */ 
    6165class Net_UserAgent_Mobile_Display 
     
    6569 
    6670    /**#@+ 
     71     * @access public 
     72     */ 
     73 
     74    /**#@-*/ 
     75 
     76    /**#@+ 
    6777     * @access private 
    6878     */ 
     
    105115 
    106116    /**#@-*/ 
     117 
     118    /**#@+ 
     119     * @access public 
     120     */ 
    107121 
    108122    // }}} 
     
    125139    } 
    126140 
    127     /**#@+ 
    128      * @access public 
    129      */ 
    130  
    131141    // }}} 
    132142    // {{{ calcSize() 
     
    234244 
    235245    /**#@-*/ 
     246 
     247    /**#@+ 
     248     * @access private 
     249     */ 
     250 
     251    /**#@-*/ 
     252 
     253    // }}} 
    236254} 
     255 
     256// }}} 
    237257 
    238258/* 
Note: See TracChangeset for help on using the changeset viewer.