You are here: Re: associative array to list « All PHP « IT news, forums, messages
Re: associative array to list

Posted by lskatz on 09/15/07 19:45

Ah, nevermind, I realized I was adding onto my output variable twice.
Here's the fixed up function

function formatDocumentation($ToC,$level=0){
if($level==0) $output="";
$numMenus=count($ToC);
$name=array_keys($ToC);
$indentation=stringMultiply(" ",$level);

foreach($ToC as $thisName => $content) {
$output.= "$indentation$thisName\n";
if(is_array($content)){
$output.= formatDocumentation($content,$level+1);
}
else{
$output.= "$indentation$content\n\n";
}
}
return $output;
}

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация