Server application programming interface: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0.9.5) (Whoop whoop pull up - 21816
 
(One intermediate revision by one other user not shown)
Line 6:
| url = http://searchsoa.techtarget.com/definition/Netscape-Server-Application-Programming-Interface
| title = Netscape Server Application Programming Interface (NSAPI)
| date = September 2005
| accessdate = 2013-09-22
| website = techtarget.com
| archive-date = 2016-11-16
}}</ref>
| archive-url = https://web.archive.org/web/20161116123047/http://searchsoa.techtarget.com/definition/Netscape-Server-Application-Programming-Interface
| url-status = dead
}}</ref>
 
As an example, [[PHP]] has a direct module interface called SAPI for different web servers;<ref name="php-installation">{{cite web
Line 25 ⟶ 29:
}}</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.
 
Different kinds of SAPIs exist for various web-server extensions. For example, in addition to those listed above, other SAPIs for the PHP language include the [[Common Gateway Interface]] (CGI) and [[command-line interface]] (CLI).<ref name="php-installation" /><ref>{{cite web
{{cite web
| url = http://www.php.net/manual/en/features.commandline.introduction.php
| title = Command line usage: Introduction
| accessdate = 2013-09-22
| accessdate Utiliza el ícono de edición para fijar, agregar o borrar clips:Para fijar un clip, manténlo presionado. Después de una hora, se borrarán todos los clips que no estén fijados.= 2013-09-22
| website = php.net
| archive-date = 2021-03-21
}}
| archive-url = https://web.archive.org/web/20210321035330/https://www.php.net/manual/en/features.commandline.introduction.php
</ref>
| url-status = dead
}}</ref>
 
== See also ==