|
Posted by Andy Hassall on 07/07/06 20:15
On Fri, 07 Jul 2006 18:49:07 GMT, Mladen Gogala <gogala@sbcglobal.net> wrote:
>Chung, you're one of my favorite PHP masters and I learned few things from
>you on this group, but the work you're doing has already been done. PHP
>runkit extension, by Sara Golemon, has this possibility:
>
>RUNKIT_IMPORT_OVERRIDE (integer)
>
> runkit_import() flag indicating that if any of the imported functions,
> methods, constants, or properties already exist, they should be
> replaced with the new definitions. If this flag is not set, then any
> imported definitions which already exist will be discarded.
>
>This sounds very much like overloading to me.
That's just redefinition, not overloading...
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|