On Monday, 18 April 2011 at 21:52, Ashley Sheridan wrote:
On Mon, 2011-04-18 at 21:41 +0100, Stuart Dallas wrote:
> > On Monday, 18 April 2011 at 21:27, Ashley Sheridan wrote:
> > I'm trying to get the usort function working inside of a class, but am
> > > having some issues. Basically, the compare
On Mon, 2011-04-18 at 21:41 +0100, Stuart Dallas wrote:
> On Monday, 18 April 2011 at 21:27, Ashley Sheridan wrote:
> I'm trying to get the usort function working inside of a class, but am
> > having some issues. Basically, the compare function which is the second
> > parameter isn't recognised, bu
On Monday, 18 April 2011 at 21:27, Ashley Sheridan wrote:
I'm trying to get the usort function working inside of a class, but am
> having some issues. Basically, the compare function which is the second
> parameter isn't recognised, but I'm not really sure how to indicate
> exactly where it is.
>
I'm trying to get the usort function working inside of a class, but am
having some issues. Basically, the compare function which is the second
parameter isn't recognised, but I'm not really sure how to indicate
exactly where it is.
I've gone over the usort() docs and read the user comments, and th
Working perfect, thanks :) I did RTFM but I did miss that :)
-Original Message-
From: Robert Cummings [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 24, 2006 3:46 AM
To: Peter Lauri
Cc: php-general@lists.php.net
Subject: Re: [PHP] usort within a class
On Thu, 2006-08-24 at 03:13 +0700
On Thu, 2006-08-24 at 03:13 +0700, Peter Lauri wrote:
> Hi,
>
> Is it possible to have the compare function in a class? I can not get it to
> work, this is pseudo code:
>
> class A {
>function getArray() {
> //dosomethingandgetanarray
> $array = blabla;
> usort($array, "$thi
Hi,
Is it possible to have the compare function in a class? I can not get it to
work, this is pseudo code:
class A {
function getArray() {
//dosomethingandgetanarray
$array = blabla;
usort($array, "$this->myCompareFunction");
//Or maybe "A::myCompareFunction"
}
7 matches
Mail list logo