Re: [PHP] RE: php-general Digest 9 Dec 2011 20:09:28 -0000 Issue 7604

2011-12-12 Thread David Harkness
On Mon, Dec 12, 2011 at 1:06 PM, David Savage wrote: > Would "ksort($sortarr,SORT_STRING)" on a 1 dimensional array with a key > comprised of > a person's name, > "-", and > time stamp > I..E. (key: david savage-2011-12-12 14:43:00) > actually delete duplicate keys from the array, if there were

Re: [PHP] RE: php-general Digest 9 Dec 2011 20:09:28 -0000 Issue 7604

2011-12-12 Thread Daniel P. Brown
On Mon, Dec 12, 2011 at 16:06, David Savage wrote: > I thought I posted this in the php.net web site under the "ksort" user notes, > but I don't know if it would be approved to be placed in the web site. > > Would "ksort($sortarr,SORT_STRING)" on a 1 dimensional array with a key > comprised of >

[PHP] RE: php-general Digest 9 Dec 2011 20:09:28 -0000 Issue 7604

2011-12-12 Thread David Savage
I thought I posted this in the php.net web site under the "ksort" user notes, but I don't know if it would be approved to be placed in the web site. Would "ksort($sortarr,SORT_STRING)" on a 1 dimensional array with a key comprised of a person's name, "-", and time stamp I..E. (key: david