$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.st…
ユーザーエージェントを調べる方法
javascript:alert(navigator.userAgent)
http://katozyun.web.fc2.com/urawaza/ua02.html
http://somethinweb.jp/test123/useragent.php
また,UAは以下のサイトでも確認することができます.
* 診断くん:http://www.taruo.net/e/?
* 確認くん:http://www.ugtop.com/spill.shtml
* 簡易 環境変数チェック:http://www.matsusaka.com/ENV
graffiti on the web
この投稿へのコメント
コメントはまだありません。