<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
		<id>https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fphp%E3%81%AE%E6%90%BA%E5%B8%AF%E5%88%A4%E5%AE%9A%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB</id>
		<title>Php/phpの携帯判定モジュール - 変更履歴</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.nonip.net/index.php?action=history&amp;feed=atom&amp;title=Php%2Fphp%E3%81%AE%E6%90%BA%E5%B8%AF%E5%88%A4%E5%AE%9A%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB"/>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/php%E3%81%AE%E6%90%BA%E5%B8%AF%E5%88%A4%E5%AE%9A%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB&amp;action=history"/>
		<updated>2026-04-24T18:01:53Z</updated>
		<subtitle>このウィキのこのページに関する変更履歴</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wiki.nonip.net/index.php?title=Php/php%E3%81%AE%E6%90%BA%E5%B8%AF%E5%88%A4%E5%AE%9A%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB&amp;diff=220&amp;oldid=prev</id>
		<title>127.0.0.1: ページの作成:「==インストール== pear install -f Net_UserAgent_Mobile  か  pear install Net_UserAgent_Mobile-alpha  か  ベータ版なんで上のように、どちらでも良...」</title>
		<link rel="alternate" type="text/html" href="https://wiki.nonip.net/index.php?title=Php/php%E3%81%AE%E6%90%BA%E5%B8%AF%E5%88%A4%E5%AE%9A%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB&amp;diff=220&amp;oldid=prev"/>
				<updated>2015-05-19T18:08:55Z</updated>
		
		<summary type="html">&lt;p&gt;ページの作成:「==インストール== pear install -f Net_UserAgent_Mobile  か  pear install Net_UserAgent_Mobile-alpha  か  ベータ版なんで上のように、どちらでも良...」&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==インストール==&lt;br /&gt;
pear install -f Net_UserAgent_Mobile  か&lt;br /&gt;
&lt;br /&gt;
pear install Net_UserAgent_Mobile-alpha  か&lt;br /&gt;
&lt;br /&gt;
ベータ版なんで上のように、どちらでも良いみたい&lt;br /&gt;
&lt;br /&gt;
==ダウンロード==&lt;br /&gt;
 Net\UserAgent&lt;br /&gt;
 ├Mobile&lt;br /&gt;
 └Mobile.php&lt;br /&gt;
&lt;br /&gt;
==サンプル==&lt;br /&gt;
 require_once 'Net/UserAgent/Mobile.php';&lt;br /&gt;
 $agent = Net_UserAgent_Mobile::singleton();&lt;br /&gt;
 echo nl2br(Print_r($agent,1));&lt;br /&gt;
 if ($agent-&amp;gt;isSoftBank()) {&lt;br /&gt;
   // softbank&lt;br /&gt;
 } elseif ($agent-&amp;gt;isEZweb()) {&lt;br /&gt;
   // au&lt;br /&gt;
 } else {&lt;br /&gt;
   // imode&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 if (Net_UserAgent_Mobile::isMobile($_SERVER['HTTP_USER_AGENT'])) {&lt;br /&gt;
   // keitai&lt;br /&gt;
 } else {&lt;br /&gt;
   // pc&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==キャリア名取得==&lt;br /&gt;
 require_once 'Net/UserAgent/Mobile.php';&lt;br /&gt;
 $agent = Net_UserAgent_Mobile::singleton();&lt;br /&gt;
 echo $agent-&amp;gt;getName(); // DoCoMo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==携帯GPSはこちらのモジュール==&lt;br /&gt;
Net_UserAgent_Mobile_GPS&lt;/div&gt;</summary>
		<author><name>127.0.0.1</name></author>	</entry>

	</feed>