On Sun, Jun 20, 2010 at 08:47:53PM -0400, Brandon Rampersad wrote:
> $this->usort();
> self::usort();
> 
> On Sun, Jun 20, 2010 at 7:45 PM, Rick Pasotto <r...@niof.net> wrote:
> 
> > Within a class function I have defined another function for use with the
> > usort() function. How do I reference it?
> >
> > When it's not part of a class usort($arr,"cmp") works fine but when it's
> > within a class function I get this error:
> >
> > PHP Parse error:  syntax error, unexpected T_STRING, expecting T_FUNCTION
> >
> > Is it not in the scope of the class function?

Forgive my ignorance but I have absolutely no idea what you're trying to
tell me.

usort() is part of the language so when, why, how does it become an
object of some class?

-- 
"We have rights, as individuals, to give as much of our own money as
 we please to charity; but as members of Congress we have no right so
 to appropriate a dollar of public money." -- David Crockett
    Rick Pasotto    r...@niof.net    http://www.niof.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to