例文 (36件) |
PHP Extensionの部分一致の例文一覧と使い方
該当件数 : 36件
PEAR is the PHP Extension and Application Repository. 例文帳に追加
PEAR は、the PHP Extension and ApplicationRepository を意味します。 - PEAR
depends on a certain PHP extension 例文帳に追加
特定の PHP 拡張モジュールに依存 - PEAR
package.xml 1.0 only supported php, package, and extension dependencies. 例文帳に追加
package.xml 1.0 では、依存性として php、package および extensionのみをサポートしていました。 - PEAR
package.xml 2.0 supports dependencies on php, package, extension, os, architecture, and PEAR installer. 例文帳に追加
package.xml 2.0 ではphp、package、extension、os、architecture および PEAR installerをサポートします。 - PEAR
In order to use SaaS services in PHP you must have the PHP Extension and Application Repository (PEAR) installed. 例文帳に追加
PHP で SaaS サービスを使用するためには、PEAR (PHP Extension and Application Repository) がインストールされている必要があります。 - NetBeans
recommended - recommended version of PHP extension. 例文帳に追加
recommended - 推奨される PHP 拡張モジュールのバージョン。 - PEAR
exclude - incompatible versions of PHP extension. 例文帳に追加
exclude - 互換性のない PHP 拡張モジュールのバージョン。 - PEAR
And only files with extension php, php4, inc, phtml will be proceed. 例文帳に追加
また、拡張子php, php4, inc, phtmlのファイルのみがパースの対象となります。 - PEAR
What is PEAR? PEAR is short for "PHP Extension and Application Repository" and is pronounced just like the fruit. 例文帳に追加
PEAR とは? PEAR は、"PHP Extension and Application Repository" を省略したもので、果物の梨と同じように(「ペア」と)発音します。 - PEAR
The installconditions tag can contain 4 tags whose format can be found in the dependencies section: php, extension, os, and arch. 例文帳に追加
installconditions タグには 4 つのタグを含めることができます。 その書式は dependencies セクションにあるphp、extension、os および arch です。 - PEAR
Most of the tags for PECL-style PHP extension releases are identical to those for PEAR-style PHP script releases. 例文帳に追加
PECL 形式の PHP 拡張モジュールのタグのほとんどは、PEAR 形式の PHP スクリプトのリリース時のものと同じです。 - PEAR
providesextension, like all other extension-related functions in PHP, is case-sensitive. 例文帳に追加
providesextension は、PHP におけるすべての拡張モジュールに関する関数と同様、大文字小文字を区別します。 - PEAR
min - minimum version of PHP extension to install this package.xml. 例文帳に追加
min - この package.xml をインストールするために必要なPHP 拡張モジュールの最小バージョン。 - PEAR
Note: Please note that the zlib extension needs to be enabled in your PHP build in order to create the release tarball. 例文帳に追加
注意リリースの tar パッケージを作成するには、ローカルの PHP に zlib 拡張が必要です。 - PEAR
This tag should be used for roles like the "ext" role that provide a binary PHP extension. 例文帳に追加
このタグは、"ext" ロールのようにPHP のバイナリ拡張モジュールを提供するロールに対して使用します。 - PEAR
PHP's Informix extension deals with columns having the same names by overwriting the prior columns information. 例文帳に追加
PHP のInformix 拡張モジュールでは、このような場合に最初のカラムの情報が上書きされてしまいます。 - PEAR
Serialization to (and unserialization) from XML, using an extension of the MDB2 XML schema. (Unserialization from XML requires PHP 5). 例文帳に追加
MDB2 XML スキーマの使用による XML へのシリアライズとその復元(XML からの復元には PHP 5 が必要です)。 - PEAR
The name of the file containing a subclass definition is the subclass name with a PHP extension, e.g., 'Thing_Table.php'. 例文帳に追加
このクラス定義を含むファイルの名前は、クラス名に拡張子 php をつけたものになります。 - PEAR
PEAR (an acronym for PHP Extension and Application Repository) is a framework and distribution system for reusable PHP components. 例文帳に追加
PEAR (PHPExtension andApplicationRepositoryの短縮形)は、再利用可能な PHP コンポーネントのフレームワーク、そしてその配布システムのことです。 - PEAR
The PHP Extension Community Library (PECL)PECL PECL (pronounced "pickle") is a separate project that distributes PHP extensions (compiled code written in C, such as the PDO extension). 例文帳に追加
PHP 拡張モジュール・コミュニティライブラリ (PECL)PECL PECL("pickle" 《ピクル》と読みます)は PEAR とは独立したプロジェクトで、PHP 拡張モジュール (C で書かれたコードをコンパイルしたもの、たとえばPDO など) を配布しています。 - 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
To specify a dependency on a PHP extension that can be distributed as a PECL package, but could also be bundled with PHP by default, such as the PDO extension, use this dependency style:例文帳に追加
PECL パッケージとして配布することができるけれどもPHP にデフォルトでバンドルされている拡張モジュール、例えば PDO拡張モジュールなどへの依存性を指定するには、この形式を使用します。 - PEAR
Make sure you are running PHP 5.0 or newer on your local computer If you wish to use ftps, make sure you have enabled the openssl extension on your local computer in php.ini. 例文帳に追加
ローカルのコンピュータに PHP 5.0 以降をインストールする ftps を使用する場合は、 php.ini で openssl 拡張モジュールを有効にする - PEAR
The extsrcrelease release type is for PECL-style PHP extension releases that must be compiled in order to be useable. 例文帳に追加
リリース型 extsrcrelease は、PECL 形式の PHP 拡張モジュールリリース、つまり使用するためにはコンパイルが必要となるリリースを表します。 - PEAR
The extbinrelease release type is for PECL-style PHP Extension binary releases that are pre-compiled. 例文帳に追加
リリース型 extbinrelease は、PECL 形式の PHP 拡張モジュールバイナリリリース、つまりコンパイル済みのリリースを表します。 - PEAR
This container makes use of the PHP SOAP extension's client to provide authentication against a SOAP service. 例文帳に追加
このコンテナは、PHP の SOAP 拡張モジュールをクライアントとして用いて、SOAP サービスでの認証機能を提供します。 - PEAR
辰旦端), RTL and LTR writing directions as well as incomplete and gzipped fonts (as long as php's zlib extension is installed). 例文帳に追加
また、不完全なフォントや gzip 圧縮されたフォントにも対応しています(PHP の zlib 拡張モジュールがインストールされていることが前提です)。 - PEAR
Note: In order to use SSL connections, your PHP installation must have the openssl extension enabled.例文帳に追加
注意SSL 接続を使用するには、 openssl拡張モジュールを有効にしてPHP がインストールされている必要があります。 - PEAR
In addition, package.xml 2.0 supports depending on a static package located at a url, and depending on a package that provides an extension to PHP like PECL packages. 例文帳に追加
それに加えて package.xml 2.0 では特定の URL に存在する静的なパッケージに対する依存性やPECL のように PHP の拡張モジュールを提供するパッケージに対する依存性もサポートします。 - 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
In order for autoloading of subclass definitions to work, each of the subclasses must be defined in a separate file in a default directory, with a filename that is given by the class name with an added '.php' extension. 例文帳に追加
サブクラスの定義を自動で読み込ませるには、各サブクラスをデフォルトのディレクトリ内の個別のファイルで定義する必要があります。 ファイル名は、クラス名に拡張子 '.php' を付加したものとなります。 - PEAR
It prints out a description, the channel's shortcut name (alias) as well as mirror information.$ pear channel-info pear.php.netChannel pear.php.net Information:=================================Name and Server pear.php.netAlias pearSummary PHP Extension and Application Repository...Work with packages on a channelWhen installing or doing anything else with a package that is not in your default channel, you need to specify the channel by full name or alias: 例文帳に追加
これは、チャネルについての説明とその短縮名 (エイリアス)、そしてミラーの情報を表示します。 $ pear channel-info pear.php.netChannel pear.php.net Information:=================================Name and Server pear.php.netAlias pearSummary PHP Extension and Application Repository...チャネル上のパッケージの使用法 デフォルトのチャネル 以外にあるパッケージをインストールしたりその他の操作をしたりするには、チャネル名を(フルネームあるいは短縮形式で) 指定する必要があります。 - PEAR
例文 (36件) |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |