Okay, the output is (in my case):
Array ( [./files/sigs] => 129.30078125 ) Array ( [./files/temp] => 30.9736328125 ) Array ( [./files] => 20.1044921875 ) Array ( [./sigs/temp] => 7.12890625 ) Array ( [./sigs] => 167.689453125 ) Array ( [.] => 76.4501953125 )
I see that the totals (in kbytes) for each subdir is, for example, 129, 30, 20, 7, 167, and 76 respectively.
I am still unclear on how to add these values into one single variable so that I can then show disk uage for the entire sub-domain user.
I don't know why I find arrays so baffling, but honestly I can see the solution but not quite get there (newbies, what can ya do?).
Thanks for all your help.