API (Application Program Interface)

A package's API is the publicly documented entry points to the library or program within the package. For example, the classes or methods that are to be used with a PEAR package, or the commands for a command-line program are all elements of an API. Another example might be the templating language.

Any element of the program that is not intended to be used by the outside world, or is not documented, is not considered part of the API, and thus should not be relied upon in your programs as it may change in any future release.

PEAR Packages (Previous) Package stability (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.