Re: usort inside a class

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It works thanks a lot!


--- On Fri, 5/9/08, Richard Heyes <richardh@xxxxxxxxxxx> wrote:

> From: Richard Heyes <richardh@xxxxxxxxxxx>
> Subject: Re:  usort inside a class
> To: itmaqurfe@xxxxxxxxx
> Cc: php-general@xxxxxxxxxxxxx
> Date: Friday, May 9, 2008, 8:47 PM
> > i'm trying to build a class that sorts a
> multidimensional array.
> > I'm using the php function "usort".
> > 
> > I declared the comparision function as a method of my
> class but i'm unable to give it as argument to the
> function usort.
> > 
> > this "usort($this->arr, $this->cmpi)"
> gaves the following error: usort() [function.usort]:
> Invalid comparison function
> > 
> > i tried to do "usort($this->arr,
> 'cmpi')" but it does not work either.
> 
> If it's anything like other functions, try this:
> 
> usort($this->arr, array($this, 'cmpi'));
> 
> -- 
> Richard Heyes
> 
> +----------------------------------------+
> | Access SSH with a Windows mapped drive |
> |    http://www.phpguru.org/sftpdrive    |
> +----------------------------------------+


      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux