「php extension」を含む例文一覧(36)

  • PEAR is the PHP Extension and Application Repository.
    PEAR は、the PHP Extension and ApplicationRepository を意味します。 - 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
  • depends on a certain PHP extension
    特定の PHP 拡張モジュールに依存 - PEAR
  • recommended - recommended version of PHP extension.
    recommended - 推奨される PHP 拡張モジュールのバージョン。 - PEAR
  • exclude - incompatible versions of PHP extension.
    exclude - 互換性のない PHP 拡張モジュールのバージョン。 - 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
  • the PHP extension directory or
    ダイナミックライブラリPHP 拡張モジュールのディレクトリ、または - PEAR
  • max - maximum version of PHP extension supported.
    max - サポートされる PHP 拡張モジュールの最大バージョン。 - PEAR
  • package.xml 1.0 only supported php, package, and extension dependencies.
    package.xml 1.0 では、依存性として php、package および extensionのみをサポートしていました。 - PEAR
  • Provides useful packages for the PHP-Gtk extension.
    PHP-Gtk拡張の使いやすいパッケージを提供します。 - PEAR
  • A standard style for code written in PHP, specified here The PHP Extension Community Library (PECL), see more below
    PHP のコード作成に関する標準スタイル(こちらを参照) PHP 拡張モジュール・コミュニティライブラリ(PHP Extension Community Library: PECL)(詳細はこちらを参照) - PEAR
  • Gtk2 Provides useful packages for the PHP-Gtk2 extension.
    PHP-Gtk2拡張の使いやすいパッケージを提供します。 - 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
  • 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
  • min - minimum version of PHP extension to install this package.xml.
    min - この package.xml をインストールするために必要な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 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
  • 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
  • providesextension, like all other extension-related functions in PHP, is case-sensitive.
    providesextension は、PHP におけるすべての拡張モジュールに関する関数と同様、大文字小文字を区別します。 - PEAR
  • The extbinrelease release type is for PECL-style PHP Extension binary releases that are pre-compiled.
    リリース型 extbinrelease は、PECL 形式の 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
  • 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
  • This tag should be used for roles like the "ext" role that provide a binary PHP extension.
    このタグは、"ext" ロールのようにPHP のバイナリ拡張モジュールを提供するロールに対して使用します。 - PEAR
  • Note: In order to use SSL connections, your PHP installation must have the openssl extension enabled.
    注意SSL 接続を使用するには、 openssl拡張モジュールを有効にして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
  • Debug output of CLI gave now origin of extension (from PECL or not) and minimum extension version (rather than PHP).
    CLI のデバッグ出力で、拡張モジュールがどこのものなのか (PECL かどうか)と拡張モジュールの最小バージョン (PHP ではなく) を表示するようになりました。 - 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
  • 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
  • PHP's Informix extension deals with columns having the same names by overwriting the prior columns information.
    PHP のInformix 拡張モジュールでは、このような場合に最初のカラムの情報が上書きされてしまいます。 - 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
  • 辰旦端), 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
  • 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

例文データの著作権について