Comments By: Seph
-
Technically a self calling function would be a callback function for an event, which of course does not exist in PHP. Nor is it supposed to, it's simply not the way PHP functions, if you need event based programming then go with a C# backend instead of using PHP.
posted on Aug 19, 2007 at 6:37pm | context
