Manuali:api.php
Appearance
MediaWiki file: api.php | |
---|---|
Location: | / |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Find code • Find documentation |
The api.php file is the external access point for the MediaWiki API. See API:Main page for details on using the API.
Azzioni prisi
Tanti azzioni sunnu svorti di api.php, ncluduti
Cuntrolla d'aviri la virsioni PHP 5.3.2 o maiuri e ammustra un missaggiu d'erruri si na virsioni chiù vecchia è attruvata
- Include WebStart.php .
- Do some stuff to make cross-site requests to the API possible. See $wgCrossSiteAJAXdomains .
- Construct an
ApiMain
object with the arguments passed via the URL and call itsexecute()
method to do the actual API stuff.
- Do any deferred updates.
- Do some logging.