Name: Anonymous 2011-01-14 10:33
Ive read definitions of both of these and I just dont have a clear idea of what they are. What I think they are is:
hook: replacing an interface function with your own function to change the functionality of an interface
callback: putting a function call inside a function call so when you call a function it calls your function that you gave it
is this right?
hook: replacing an interface function with your own function to change the functionality of an interface
callback: putting a function call inside a function call so when you call a function it calls your function that you gave it
is this right?