exampleapi.php
来自「一款可以和GOOGLE媲美的开源统计系统,运用AJAX.功能强大. 无色提示:」· PHP 代码 · 共 14 行
PHP
14 行
<?phpclass Piwik_ExampleAPI extends Piwik_Plugin{ public function getInformation() { return array( 'name' => 'Example API', 'description' => 'Example Plugin: How to create an API for your plugin, to export your data in multiple formats without any special coding? Visit the <a href="index.php?module=API&action=listAllAPI#ExampleAPI">ExampleAPI example methods</a>.', 'author' => 'Piwik', 'homepage' => 'http://piwik.org/', 'version' => '0.1', ); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?