Manuale:api.php

This page is a translated version of the page Manual:Api.php and the translation is 36% 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:

  • Verify that the PHP version is supported by the software and exit with an error message if is not.
  • 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