Manual says:
-------
"Any valid PHP code may appear inside a function, even other functions and
class definitions.

In PHP 3, functions must be defined before they are referenced. No such
requirement exists in PHP 4.

PHP does not support function overloading, nor is it possible to undefine or
redefine previously-declared functions. "
---------

I say:

What is function overloading?

Can a php user-defined function call itself from within itself?

thanks,
Ken




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to