FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » about a piece of code from drupal 3.0.x
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
about a piece of code from drupal 3.0.x [message #175955] Thu, 10 November 2011 08:43 Go to previous message
zhang yun is currently offline  zhang yun
Messages: 3
Registered: July 2011
Karma:
Junior Member
hi all
i don't understand this function .if someone help me explain it ,i
would appreciate
the code:

// invoke hook $hook of module $name with optional arguments:
function module_invoke($name, $hook, $a1 = NULL, $a2 = NULL) {
$function = $name ."_". $hook;
if (function_exists($function)) {
return $function($a1, $a2);
}
}

what is it would return ? why write $function( $a1 , $a2);?
[Message index]
 
Read Message
Read Message
Previous Topic: about a piece of code from drupal 3.0.x
Next Topic: HELP!!! from PHP 5.16 to 5.3 Unable to load dynamic library
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Nov 07 18:40:09 GMT 2024

Total time taken to generate the page: 0.07788 seconds