Server application programming interface: Difference between revisions

Content deleted Content added
Undid revision 668558816 by Pacerier (talk) Sorry for reverting, the added reference just briefly mentions CGI and CLI SAPIs without going into any details
m typo
Line 20:
}}</ref> which is a module that, among other functions, provides an interface between PHP and the web server, implemented in a form that the server understands. This form is what is known as a SAPI.
 
There are different kinds of SAPIs for various web server extensions. For example, anotherother two SAPIs for the PHP language are [[Common Gateway Interface]] (CGI) and [[command-line interface]] (CLI).<ref name="php-installation" /><ref>{{cite web
| url = http://www.php.net/manual/en/features.commandline.introduction.php
| title = Command line usage: Introduction