Manuale:api.php
Appearance
archivio MediaWiki: api.php | |
---|---|
Ubicazione: | / |
Codice sorgente: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classi: | 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.
Azioni prese
Molte azioni sono svolte da api.php, tra cui:
Controlla di avere la versione PHP 5.3.2 o maggiore e mostra un messaggio di errore se una versione più vecchia è trovata
- 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.