Hi
Thanks for ur help.
Its Working but I couldn't understand the syntax given by u
can u explain pls.
Thanks again.
On Sun, 6 Jan 2002, Gyozo Papp wrote:
> it may be better:
>
> array_walk($this->array, array(&$this, 'func1');
>
> "Attila Strauss" <[EMAIL PROTECTED]> wrote in message
>001d01c195db$67647da0$[EMAIL PROTECTED]">news:001d01c195db$67647da0$[EMAIL PROTECTED]...
> | hi
> |
> | $this->func1();
> |
> |
> | best regards
> | attila
> |
> |
> | >
> | >
> | > Hi All,
> | > I want to use "array_walk" function inside a class method. But the
> | > problem is i want the second argument to array_walk ( function name )
> | > be a another function of the same class. when i gave like that its telling
> | >
> | > Error : function not exist.
> | >
> | > class some()
> | > {
> | >
> | > function func1()
> | > {
> | > }
> | > function func2()
> | > {
> | > array_walk($array,"func1");
> | > }
> | > }
> | >
> | > What is the syntax or way to do this.
> | >
> | >
> | > Thanks in Advance.
> | >
> | > S.Murali Krishna
> | > [EMAIL PROTECTED]
> | > =====================================
> | > We grow slow trying to be great
> | >
> | > - E. Stanley Jones
> | > -------------------------------------
> | >
> | >
> | > --
> | > PHP General 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]
> | >
> |
>
S.Murali Krishna
[EMAIL PROTECTED]
=====================================
We grow slow trying to be great
- E. Stanley Jones
-------------------------------------
--
PHP General 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]