ユーザーエージェントを調べる方法
javascript:alert(navigator.userAgent)
http://katozyun.web.fc2.com/urawaza/ua02.html
http://somethinweb.jp/test123/useragent.php
また,UAは以下のサイトでも確認することができます.
* 診断くん:http://www.t…
$string = ‘Hello World!’;
if(stristr($string, ‘earth’) === FALSE) {
echo ‘”earth” not found in string’;
}
// 出力は “earth” not found in string となります
参照元:http://www.php.net/manual/ja/function.stristr.php
graffiti on the web
この投稿へのコメント
コメントはまだありません。