Manuale:api.php

From mediawiki.org
This page is a translated version of the page Manual:Api.php and the translation is 45% complete.

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

  • Construct an ApiMain object with the arguments passed via the URL and call its execute() method to do the actual API stuff.
  • Do any deferred updates.
  • Do some logging.

Vedi anche