Re: [PHP] Re: retrieving information about state of a function

2003-09-30 Thread Jon Kriek
So why not subscribe to the php.dev list and propose it there? -- Jon Kriek http://phpfreaks.com "Dennis Sterzenbach" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well I already do so, but I think it would be more smooth having a > function > provided by PHP for that purpose, b

Re: [PHP] Re: retrieving information about state of a function

2003-09-30 Thread Dennis Sterzenbach
> > I'm talking about disabled and enabled functions. > > You posted about (non-)existance / definition of functions. > > I already looked through this, and saw function still is defined but no > > longer enabled. > > How about using ini_get() to get the disabled functions, then parse that > for

Re: [PHP] Re: retrieving information about state of a function

2003-09-30 Thread John W. Holmes
Dennis Sterzenbach wrote: "Jon Kriek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] get_defined_functions() http://www.php.net/get_defined_functions function_exists() http://www.php.net/function_exists I'm talking about disabled and enabled functions. You posted about (non-)existanc

[PHP] Re: retrieving information about state of a function

2003-09-30 Thread Dennis Sterzenbach
"Jon Kriek" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > get_defined_functions() > http://www.php.net/get_defined_functions > > function_exists() > http://www.php.net/function_exists > I'm talking about disabled and enabled functions. You posted about (non-)existance / definition

[PHP] Re: retrieving information about state of a function

2003-09-30 Thread Jon Kriek
get_defined_functions() http://www.php.net/get_defined_functions function_exists() http://www.php.net/function_exists -- Jon Kriek http://phpfreaks.com "Dennis Sterzenbach" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello all, > > Wouldn't it be nice having a function which t