You are here

function theme_phpapi in Coder 6

Same name and namespace in other branches
  1. 5.2 coder.module \theme_phpapi()
  2. 5 coder.module \theme_phpapi()
  3. 6.2 coder.module \theme_phpapi()
  4. 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 1828
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}");
}