function theme_phpapi in Coder 5.2
Same name and namespace in other branches
- 5 coder.module \theme_phpapi()
- 6.2 coder.module \theme_phpapi()
- 6 coder.module \theme_phpapi()
- 7 coder_review/coder_review.module \theme_phpapi()
Format link to PHP documentation.
Parameters
$function: Function to link to.
1 theme call to theme_phpapi()
- _coder_6x_format_plural_warning in includes/
coder_6x.inc
File
- ./
coder.module, line 1589 - Developer Module that assists with code review and version upgrade that supports a plug-in extensible hook system so contributed modules can define additional review standards.
Code
function theme_phpapi($function) {
return l($function, "http://us.php.net/{$function}");
}