Re: AW: [PHP] Hello
[email protected] (Alan Feuerbacher)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 8/28/2017 12:44 PM, AshleySheridan wrote: > On Mon, 2017-08-28 at 11:34 -0700, Sam Hobbs wrote: >> Alan Feuerbacher wrote: >>> What is a Stack? > refers to the whole architecture, e.g. Linux Apache MySQL PHP > (LAMP) > > Library is a collection of classes/functions usually, sometimes as > compiled code and not PHP source, that performs a specific task (or a > group of related tasks). An example would be something like the GD > library, which adds lots of image functionality to PHP. > > An API is an interface, which could be a remote one like in the case of > Twitter, or a local one, such as an interface to a database. Thanks! Alan