- Timestamp:
- 2007/02/25 00:33:58 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/mobile/data/module/Net/UserAgent/Mobile/Display.php
r11398 r11456 1 1 <?php 2 2 /* 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 21 23 22 24 /** … … 28 30 * SYNOPSIS: 29 31 * <code> 30 * require_once ('Net/UserAgent/Mobile.php');32 * require_once 'Net/UserAgent/Mobile.php'; 31 33 * 32 34 * $agent = &Net_UserAgent_Mobile::factory(); … … 53 55 * $_SERVER['DOCOMO_MAP'] = '/path/to/DoCoMoMap.xml'; 54 56 * 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 60 64 */ 61 65 class Net_UserAgent_Mobile_Display … … 65 69 66 70 /**#@+ 71 * @access public 72 */ 73 74 /**#@-*/ 75 76 /**#@+ 67 77 * @access private 68 78 */ … … 105 115 106 116 /**#@-*/ 117 118 /**#@+ 119 * @access public 120 */ 107 121 108 122 // }}} … … 125 139 } 126 140 127 /**#@+128 * @access public129 */130 131 141 // }}} 132 142 // {{{ calcSize() … … 234 244 235 245 /**#@-*/ 246 247 /**#@+ 248 * @access private 249 */ 250 251 /**#@-*/ 252 253 // }}} 236 254 } 255 256 // }}} 237 257 238 258 /*
Note: See TracChangeset
for help on using the changeset viewer.
