外掛說明
PHPull is a WordPress plugin for developers who wish to easily and accurately reference php functions directly from the PHP.net website. The plugin is very easy to use and the tooltip display is easily customizable by updating an existing stylesheet theme or creating your own. More detailed information and examples can be found on the official plugin homepage, linked below.
Credit goes out to S.C. Chen for his Simple HTML DOM class that was used in this plugin. For more information on this class, please visit http://sourceforge.net/projects/simplehtmldom/.
Credit also goes out to Michael Leigeber for his amazingly lightweight tooltip javascript code. For more information on this class, please visit http://www.leigeber.com/2008/06/javascript-tooltip/. Michael also has a wonderful blog.
Related Links:
Change Log
- 1.0 – Support for Firefox 2/3, IE 6/7/8, Safari 3/4, class support
螢幕擷圖
安裝方式
Installing PHPull is as easy as following a few simple steps:
- Download the PHPull plugin from the WordPress Plugin Repository.
- Extract the .zip file to the
/wp-content/plugins/directory, preserving the PHPull directory - Browse to the Plugins page from your WordPress admin
- Activate PHPull from the list of inactive plugins on the plugins menu page.
- Browse to
Settings > PHPullif you would like to change your default theme. - Refer to the official plugin page for further documentation
常見問題集
What is the format of the PHPull tag?
PHPull is utilized by simply adding the following BBCode tag into your posts, wrapping the function name as follows:
[phpull]ksort[/phpull]
PHPull is also capable of handling class functions, i.e.:
[phpull class="domdocument"]getelementbytagname[/phpull]
Does PHPull currently support any other languages?
The short answer is no. If you would like to contribute to this project, please contact me and I would be more than willing to integrate multiple languages (only those supported by php.net mirrors).
使用者評論
這個外掛目前沒有任何使用者評論。

