Sweet! Thanks for the help!
-Original Message-
From: Martin Towell [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 7:15 PM
To: 'Bloom, Chris'; '[EMAIL PROTECTED]'
Subject: RE: [PHP] Sorting Multi-Dimensional Arrays using uksort()
try using usort() inst
9:57 AM
To: '[EMAIL PROTECTED]'
Cc: Bloom, Chris
Subject: [PHP] Sorting Multi-Dimensional Arrays using uksort()
Hey folks:
I have a function that returns an array. I'm assigning the returned array to
a variable inside another function:
--
$dirs = getFileArra
Hey folks:
I have a function that returns an array. I'm assigning the returned array to
a variable inside another function:
--
$dirs = getFileArray($parentDir,"title_2.txt");
--
If I use print_r() on the variable it writes out as expected:
--
Array
(
[0] => Array
3 matches
Mail list logo