About This Rule Parse Configuration Keys Render Configuration Keys Description
| Name | phplookup |
| Type | macro |
| Syntax | [[php function-name]] |
None.
| Format | Key | Type | Description |
Xhtml | css | string | The CSS class for the <a> tag. |
Creates a lookup-link to the PHP manual for the given function name; it automatically ignores () at the end of a the function name. For example, this markup…
[[php function_exists()]]
… creates this XHTML:
<a href="http://php.net/function_exists">function_exists()</a>
Like so: function_exists()