phpを含む例文一覧と使い方
該当件数 : 783件
No Exceptions to this ruleData files package.xml replacement tasks should not be used to retrieve path locations for php, data, or www files. 例文帳に追加
このルールには例外はありません。 データファイル package.xml の replacementタスクを使用して php ファイルやデータファイル、www ファイルのパスを取得してはいけません。 - PEAR
The PEAR Group manages PEAR accounts and pearweb karma levels (i.e.: karma to use the web site to maintain packages).PHP CVS account If you want to administrate your code via CVS , you can also apply for a CVS account to have access to the pear CVS module on cvs.php.net. 例文帳に追加
PHP CVS アカウント CVS でコードを管理したければ、cvs.php.net 上のPEAR CVS モジュールにアクセスするCVS アカウントを申請できます。 - PEAR
Setting Auth's expiry time larger than the session timeout will still expire the session to the time the php session expires. 例文帳に追加
Auth の有効期限をセッションのタイムアウトより大きくしたとしても、PHP のセッションが期限切れになった時点で Auth も期限切れとなります。 - PEAR
Further in the document the PHP5-compatible way will be used. 例文帳に追加
このドキュメントでは、これ以降は PHP 5 互換の方法を使用します。 - PEAR
void $flexy- compile (string $template) 例文帳に追加
$flexy-compile()$flexy-compile()--コンパイルする必要があればマークアップを PHP にコンパイルする概要void $flexy-compile (string$template) - PEAR
Either you check each return value or - in PHP 5 - set the global PEAR error handler to throw exceptions as soon as an error occurs. 例文帳に追加
返り値をチェックするか、あるいは PHP 5の場合はグローバル PEAR エラーハンドラを設定してエラー時に例外をスローさせるようにします。 - PEAR
Note: Usage of this class compared to native PHP extensions such as IMAP is slow and may be feature deficient. 例文帳に追加
注意IMAPのような、ネイティブPHP拡張モジュールと比較した場合、このクラスの使用法は遅く、不十分な特徴かもしれません。 - PEAR
This installer which provides a distribution system for PHP packages and full application, support channels architecture and custom file tasks. 例文帳に追加
このインストーラは PHP パッケージやアプリケーションの配布用の仕組みを提供しており、チャネル構造や独自のファイルタスクに対応しています。 - PEAR
A Simple Example So you've got Subversion repository set up somewhere, and you want to take a look at what's inside with a PHP script. 例文帳に追加
単純な例 まずどこかに Subversion リポジトリを作成してください。 PHP スクリプトでどのように書けばよいのかを知りたいことでしょう。 - PEAR
Apart from that following people have contributed to the initial code base that is still being maintained by Edd: Jim Winstead jimw at php dot net例文帳に追加
最初のコードベースに対して貢献した以下の人々は別として、そのコードは現在も Edd によって保守されています。 Jim Winstead jimw at php dot net - PEAR
There are exceptions to the duplication rule, for instance a package that requires a higher PHP version, and takes advantage of newer versions in PHP will definitely be considered seriously. 例文帳に追加
既存のパッケージとの重複に関しては、例外もあります。 たとえば、PHP の新しいバージョンに対応したもので、その新しいバージョンの利点を生かしているパッケージなどは検討の対象となるでしょう。 - PEAR
To download and install the PHP engine, the Apache HTTP Server, and the MySQL database server as one stack, use one of the following AMP packages: 例文帳に追加
PHP エンジン、Apache HTTP サーバー、および MySQL データベースサーバーを 1 つのスタックとしてダウンロードしてインストールするには、次の AMP パッケージのいずれかを使用します。 - NetBeans
The amp-dev package includes the PHP engine, the Apache HTTP server, the MySQL database server, and the webstackui package, with desktop tools for using the AMP components. 例文帳に追加
amp-dev パッケージには、「AMP」コンポーネントを使用するためのデスクトップツールとともに、PHP エンジン、Apache HTTP サーバー、MySQL データベースサーバー、および webstackui パッケージが含まれています。 - NetBeans
The Navigator helps the user to familiarize themselves with the code by displaying code structures as elements of a list that shows the PHP structures of the currently active file. 例文帳に追加
ナビゲータでは、現在アクティブなファイルの PHP 構造を示すリストの要素としてコード構造が表示され、コードの理解を助けます。 - NetBeans
The editor enables the user to selectively hide and display modules, classes or functions of the currently edited file with PHP source code. 例文帳に追加
エディタでは、PHP ソースコードが含まれる現在編集中のファイルで、モジュール、クラス、または関数の表示と非表示を切り替えることができます。 - NetBeans
Like ASP (Active Server Page), PHP can be thought of as "dynamic HTML pages," since content will vary based on the results of interpreting the script. 例文帳に追加
ASP (Active Server Page)同様, PHPは「ダイナミックHTMLページ」と考えられる.なぜなら, そのスクリプトを解釈した結果に基づいてコンテントが変化するからである. - コンピューター用語辞典
To enable running a PHP application on a remote web server, you need to set up a run configuration that contains an FTP connection profile. 例文帳に追加
リモート Web サーバー上で PHP アプリケーションを実行できるようにするには、FTP 接続プロファイルを含む実行構成を設定する必要があります。 - NetBeans
If the check fails, which means that the user is not logged on, redirects the application to the front index.php page and cancels the PHP processing. 例文帳に追加
確認に失敗した場合、つまりユーザーがログオンしていない場合、最初の index.php ページにアプリケーションがリダイレクトされ、PHP の処理が取り消される。 - NetBeans
To put an HTML table inside the loop, first delete the closing curly braket from the loop,then type or paste the following code beneath the PHP block. 例文帳に追加
ループ内に HTML 表を置くには、まずループの閉じ丸括弧を削除し、次に PHP ブロックの下に次のコードを入力またはペーストします。 - NetBeans
If you already have a CVS repository somewhere else (e.g. on SourceForge), or if you don't want to maintain your code via CVS, you don't need the PHP CVS account. 例文帳に追加
もし CVS リポジトリをすでにどこか別のところ(例えば、SourceForge)に持っているか、CVS でコードを管理したくなければ、PHP CVS アカウントは必要ありません。 - PEAR
In addition to the below options all options for the PHP SOAP Client can be passed in this array and they will be passed onto the client. 例文帳に追加
以下のオプションに加えて、PHP SOAP クライアント用のすべてのオプションをこの配列に含めることが可能で、それらがクライアントに渡されます。 - PEAR
That means it is very likely that the methods fail when running in a php server module (e.g. apache) because there is user information available. 例文帳に追加
つまり、PHP を(Apache などの) サーバモジュールとして実行した場合は、ユーザ情報が取得できずにメソッドがうまく動作しない可能性もあります。 - PEAR
Take advantage of full syntax highlighting, code completion, pop-up documentation,and error checking for JSP, JSF, XML, JavaScript, CSS and PHP - even mixed. 例文帳に追加
NetBeans IDE では、EJB (Enterprise Java Beans) をほかの Java クラスと同じようにコーディングできます。 - NetBeans
JavaScript code completion is automatically provided when you code in .jsfiles, as well as within script tags when you work with other technologies(i.e., HTML, RHTML, JSP, PHP). 例文帳に追加
JavaScript のコード補完は、.js ファイル内でコーディングするとき、またほかのテクノロジ (HTML、RHTML、JSP、PHP など) を使用しているときに script タグ内で自動的に提供されます。 - NetBeans
For instructions on configuring your environment, see the PHPLearning Trail.例文帳に追加
環境の構成方法については、「PHP の学習」を参照してください。 - NetBeans
When the download is completed, run the file xampplite-win32-1.6.6a.exe.On Microsoft Vista, the User Access Control feature blocks the PHP installer from updating the Apache httpd configuration. 例文帳に追加
ダウンロードが完了したら、xampplite-win32-1.6.6a.exe ファイルを実行します。 Microsoft Vista の場合、ユーザーアクセス制御機能により、PHP インストーラは Apache httpd の構成を更新できません。 - NetBeans
For more information about using NetBeans IDE to develop PHP projects, RESTful web services, SaaS, and other Java EE applications, see the following resources: 例文帳に追加
NetBeans IDE を使用して PHP プロジェクト、RESTful Web サービス、SaaS、およびその他の Java EE アプリケーションを開発する方法の詳細については、次のリソースを参照してください。 - NetBeans
Later you can add more files to this folder that will be included in other PHP files. To create db.php in a new folder:例文帳に追加
あとで、そのフォルダにインクルードファイルをさらに追加できます。 - NetBeans
Now that you have a hosting account, you need an FTP account where you will transfer your PHP source and other related files for executing them on the server. 例文帳に追加
ホスティングアカウントができたので、PHP ソースとその他の関連ファイルをサーバー上で実行するために、それらを転送する FTP アカウントが必要です。 - NetBeans
This is required for PEAR compliance and is also the most portable way to include PHP code on differing operating systems and setups. 例文帳に追加
PEAR のルールであると言うだけでなく、オペレーティングシステムや設定が異なる情况でPHP コードを読み込む際の最も互換性の高い方法でもあります。 - PEAR
Only the PEAR package manager code will be bundled with every new release automatically. 例文帳に追加
PEAR パッケージマネージャだけが、PHP の新しいリリースにバンドルされるようになります。 - PEAR
Creating customized tasks in PHP Creating a custom task involves creating a class that validates xml, and performs the task when called upon. 例文帳に追加
PHP での独自タスクの作成 独自タスクを作成するためには、xml を検証したり実際にタスクを行ったりするクラスを作成することになります。 - PEAR
Documentation of the radius extension is available through the PHP manual at http://www.php.net/radius There are different Classes for the different authentication methods available through RADIUS. 例文帳に追加
radius 拡張モジュールのドキュメントは、PHP マニュアルのhttp://www.php.net/radiusにあります。 RADIUS で使用できるさまざまな認証方式に対応するクラス群が用意されています。 - PEAR
At the moment, Config can parse XML, PHP arrays, ini files, Apache conf and other generic type of configurations with comments and key-value pairs. 例文帳に追加
今のところ、Config が扱える形式は XML、PHP の配列、ini ファイル、Apache の設定ファイル、そしてコメントとキー/値のペアからなる汎用的な型のいずれかとなります。 - PEAR
Each of the allowed action strings is the lower case form of a standard SQL action, and turns on PHP emulation of the corresponding action. 例文帳に追加
アクション文字列として指定する内容は、標準 SQLで定義されているアクションを小文字に変換したものです。 このアクションを、PHP でエミュレートします。 - PEAR
Other engines available are regex (similar to Xipe's engine), Raw (For plain PHP files with no replacement or compiling) and Standard (depreciated). 例文帳に追加
それ以外に使用可能なものは、regex (Xipe のエンジンと似ています)、Raw (標準的な PHP ファイルで、置換やコンパイルを行いません) そして Standard (非推奨) があります。 - PEAR
You can specify a list of tokenizers that your sniff supports, allowing it to be used on PHP code, JavaScript code, or both. 例文帳に追加
自作の sniff でサポートするトークナイザの一覧を指定し、それらが PHP のコード用なのか JavaScript のコード用なのか両方用なのかを指定することができます。 - PEAR
Debug output of CLI gave now origin of extension (from PECL or not) and minimum extension version (rather than PHP). 例文帳に追加
CLI のデバッグ出力で、拡張モジュールがどこのものなのか (PECL かどうか)と拡張モジュールの最小バージョン (PHP ではなく) を表示するようになりました。 - PEAR
The DataGrid offers the ability to build out your data in a grid format in an HTML table, which is the most common method due to the nature of PHP. 例文帳に追加
DataGrid は、データをグリッド形式の HTML テーブルにする機能を提供しています。 PHP の性質上、おそらくこれが最もよく使用される形式でしょう。 - PEAR
You can pass "true" as parameter to enable hard disk names, but that can crash PHP and is disabled by default. 例文帳に追加
パラメータに"true" を指定することでハードディスク名を取得できるようになりますが、PHP をクラッシュさせる可能性があるのでデフォルトでは無効になっています。 - PEAR
In the Sources Folder field, browse for your PHP document root and create a subfolder there called NewPHPProject.The document root is the folder where the web server looks for files to open in the browser. 例文帳に追加
「ソースフォルダ」フィールドで、PHP ドキュメントルートを参照し、そこに NewPHPProject という名前のサブフォルダを作成します。 ドキュメントルートは、Web サーバーがブラウザで開くファイルを探すフォルダです。 - NetBeans
For a quick demonstration, see the NetBeans PHP Editor screencast.For applications requiring a database, the IDE supports wide-ranging support for most main-streamdatabases, especially MySQL.例文帳に追加
NetBeans の PHP エディタのスクリーンキャストに簡単なデモがあります。 アプリケーションにデータベースが必要な場合、IDE では、ほとんどの主なデータベース、特に MySQL がサポートされています。 - NetBeans
See here for information on installing Apache, MySQL, and PHP separately.You can install the software by executing the following command at the command prompt in the Terminal window: 例文帳に追加
Apache、MySQL、および PHP の個別インストールについては、ここを参照してください。 「端末」ウィンドウのコマンドプロンプトで次のコマンドを実行することで、ソフトウェアをインストールできます。 - NetBeans
In this lesson you create and configure the PHP project to develop your application, create a list of pages in the application, and define the relations between them. 例文帳に追加
このレッスンでは、アプリケーションを開発するために PHP プロジェクトを作成および構成し、アプリケーション内のページのリストを作成して、それらの関係を定義します。 - NetBeans
The purpose of PEAR is to provide: A structured library of open-source code for PHP users A system for code distribution and package maintenance 例文帳に追加
PEAR の目的は、次のものを提供することにあります。 PHP ユーザを対象とする、オープンソースなコードの構造化されたライブラリ コード配布およびパッケージ管理のためのシステム - PEAR
Private class members (meaning class members that are intended to be used only from within the same class in which they are declared; PHP does not yet support truly-enforceable private namespaces) are preceded by a single underscore. 例文帳に追加
プライベートなクラスメンバ(それが宣言されたクラスの内部からだけの使用を意図したクラスメンバ。 PHP は、プライベート名前空間をまだサポートしていません。 - PEAR
Documenting Exceptions Because PHP, unlike Java, does not require you to explicitly state which exceptions a method throws in the method signature, it is critical that exceptions be thoroughly documented in your method headers. 例文帳に追加
例外についてのドキュメント PHP では、Java とは異なり、そのメソッドがどんな例外をスローするのかをシグネチャで明示的に宣言することができません。 - PEAR
If you have not made any modifications to the default Max OS X install, the PEAR version you are running is the /usr/bin/pear which is configured for the PHP 4 version distributed with OS X. 例文帳に追加
Max OS X のデフォルトの状態から何も変更していない場合、使用している PEARは /usr/bin/pear であり、これは OS Xに含まれている PHP 4 用に設定されています。 - PEAR
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
