MediaWiki API ヘルプ
このページは自動生成された MediaWiki API の説明文書ページです。
説明文書と例: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
format=php
(main | php)
- このモジュールは読み取りの権限を必要とします。
- ソース: MediaWiki
- ライセンス: GPL-2.0-or-later
データを PHP のシリアル化した形式で出力します。
パラメーター:
- formatversion
Output formatting
- 1
- Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).
- 2
- Modern format.
- latest
- Use the latest format (currently 2), may change without warning.
- 値 (次の値のいずれか1つ): 1、2、latest
- 既定: 1
例:
- クエリの結果を PHP 形式で返します。
- api.php?action=query&meta=siteinfo&siprop=namespaces&format=php [サンドボックスで開く]