翻訳と辞書
Words near each other
・ Pearl Casias
・ Pearl Cays
・ Pearl Chase
・ Pearl Chertok
・ Pearl cichlid
・ Pearl City (Boca Raton)
・ Pearl City (disambiguation)
・ Pearl City Express
・ Pearl City High School
・ Pearl City High School (Hawaii)
・ Peapally
・ Peapatch, Virginia and West Virginia
・ Peapod
・ PEAQ
・ PEAQX
PEAR
・ Pear
・ Pear (disambiguation)
・ Pear (Užice)
・ Pear and Sister Pinecone
・ Pear drop
・ Pear Garden
・ Pear Island
・ Pear Lake
・ Pear Lake Ski Hut
・ Pear language
・ Pear Media
・ Pear New Mill
・ Pear people
・ Pear people (animation)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

PEAR : ウィキペディア英語版
PEAR

The PHP Extension and Application Repository, or PEAR, is a repository of PHP software code. Stig S. Bakken founded the PEAR project in 1999 to promote the re-use of code that performs common functions. The project seeks to provide a structured library of code, maintain a system for distributing code and for managing code packages, and promote a standard coding style. Though community-driven, the PEAR project has a PEAR Group which serves as the governing body and takes care of administrative tasks. Each PEAR code package comprises an independent project under the PEAR umbrella. It has its own development team, versioning-control and documentation.
==PEAR packages==
A PEAR package is distributed as a gzipped tar file. Each archive consists of source code written in PHP, . Many PEAR packages can readily be used by developers as ordinary third party code via simple include statements in PHP. More elegantly, the PEAR package manager which comes with PHP by default may be used to install PEAR packages so that the extra functionality provided by the package appears as an integrated part of the PHP installation. Unlike the Comprehensive Perl Archive Network (CPAN) archives, , PEAR packages do not have implicit dependencies so that a package's placement in the PEAR package tree does not relate to code dependencies. Rather, PEAR packages must explicitly declare all dependencies on other PEAR packages.
The PEAR base classes contain code for simulating object-oriented destructors and consistent error-handling. Packages exist for many basic PHP functions including authentication, caching, database access, encryption, configuration, HTML, web services and XML.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「PEAR」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.