我有以下数组:
$artist = array("the roots", "michael jackson", "billy idol", "more", "and more", "and_YET_MORE"); $count = array(5, 3, 9, 1, 1, 3);
我想生成一个标签云,它将在$count封闭的h6标签和最低的封闭h1标签中包含更高编号的艺术家.
$count
h6
h1
php arrays tag-cloud
arrays ×1
php ×1
tag-cloud ×1