You are here

function theme_phpapi in Coder 6.2

Same name and namespace in other branches
  1. 5.2 coder.module \theme_phpapi()
  2. 5 coder.module \theme_phpapi()
  3. 6 coder.module \theme_phpapi()
  4. 7 coder_review/coder_review.module \theme_phpapi()

Format link to PHP documentation.

Parameters

$function: Function to link to.

4 theme calls to theme_phpapi()
_coder_6x_format_plural_warning in includes/coder_6x.inc
_coder_security_eval_warning in includes/coder_security.inc
_coder_security_trigger_error_filter_t_warning in includes/coder_security.inc
_coder_security_trigger_error_filter_warning in includes/coder_security.inc
Define the warning callbacks.

File

./coder.module, line 2064

Code

function theme_phpapi($function) {
  return l($function, "http://php.net/{$function}");
}