Wordpress のプラグインとテーマには、上部に次のようなコメントがあります。
/**
* @package Akismet
*/
/*
Plugin Name: Akismet
Plugin URI: http://akismet.com/?return=true
Description: Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from comment and trackback spam</strong>. It keeps your site protected from spam even while you sleep. To get started: 1) Click the "Activate" link to the left of this description, 2) <a href="http://akismet.com/get/?return=true">Sign up for an Akismet API key</a>, and 3) Go to your <a href="admin.php?page=akismet-key-config">Akismet configuration</a> page, and save your API key.
Version: 2.5.6
Author: Automattic
Author URI: http://automattic.com/wordpress-plugins/
License: GPLv2 or later
*/
そして、管理インターフェースのプラグインのページにアクセスすると、プラグインは次のように一覧表示されます。
スクリーンショット-with-shadow.png http://img854.imageshack.us/img854/4526/screenshotwithshadow.png
それはドキュメントの標準的な構文ですか? プラグインファイルを読み取るためにプラグインファイルを実行すると想定していfile_get_contents
ますが、Wordpress はそれをどのように解析して、PHP で使用される操作可能な標準化された情報に変換するのでしょうか?