From professional translators, enterprises, web pages and freely available translation repositories.
in order to do that we check the user agent string that the browser sends as part of its http request.
次により実用的なことをしてみましょう。ページを見ているユーザが使用 しているブラウザの種類を確認してみます。これを行なうには、ブラウザが httpリクエストの一部として送信したuser agent文字列を調べます。 この情報は、 変数 に 保存されています。phpでは、変数名は常にドル記号で始まります。 今、使用する変数は、 $_server["http_user_agent"] です。
this error occurs if you try to access an adabas d database that has not been started. ensure that you have defined a control user for the database, and then start the database.
このエラーが発生するのは、始動していない adabas d データベースにアクセスを試みた場合です。データベースに control ユーザーが指定してあることを確認してから、データベースを始動します。
use the user-agent feature if the website you are visiting asks you to use a different browser (and do not forget to send a complaint to the webmaster!)
あなたが訪れたウェブサイトから、他のブラウザを使うようにと言われたときには、 ユーザエージェント機能を使いましょう。(そして、ウェブマスターに文句を書いて送ることも忘れずに!)
you can use the check boxes at the top of the screen to build a user agent that is uniquely yours, by choosing your own combination of operating system name and version, platform, processor type, and language.
スクリーン上部のチェックボックス群を使って、あなた固有のユーザエージェントを作ることができます。os名、バージョン、プラットフォーム、プロセッサタイプ及び言語等を適宜組み合わせることでユニークなユーザエージェントヘッダが作成できます。
unfortunately most user agents do not send form data in this semi-colon separated format.
注意 htmlエンティティにマッチする変数については注意が必要です。 amp、 copy、 poundのようなものがブラウザから送信さ れた場合、エンティティの実体が望ましい変数名の代わりに使用されま す。これは明らかな問題点であり、w3cが何年も指摘し続けてきたこと です。リファレンスは、 http://www.w3.org/tr/html4/appendix/notes.html#h-b.2.2 にあります。phpでは、 .ini ディレクティブのarg_separatorにより引数のセパレータをw3cが 推奨するセミコロンに変更することが可能です。残念なことに多くのユー ザエージントは、このセミコロン区切り形式でデータを送信しません。 よりポータブルな方法としては、セパレータに の代わりに amp; を使用するというものがあります。この場合、phpの arg_separatorを変更する必要はありません。セパレータは $amp; の ままにしますが、urlは htmlentities() (urlencode($data))によりエンコー ドして下さい。
\<ahelp hid=\".\"\>enter the password for the control user.\</ahelp\>
\<ahelp hid=\".\"\>制御ユーザーのパスワードを入力します。\</ahelp\>