คู่มือการใช้งาน: Api.php

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

The api.php file is the external access point for the MediaWiki API. See API:Main page for details on using the API.

Actions taken

Several actions are taken by api.php, including:

  • Check for PHP version 5.3.2 or higher and exit with an error message if a lower version is found.
  • 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.

ดูเพิ่ม