复制代码 代码如下:
function getcloud( $data = array(), $minfontsize = 12, $maxfontsize = 30 )
{
$minimumcount = min( array_values( $data ) );
$maximumcount = max( array_values( $data ) );
$spread = $maximumcount – $minimumcount;
$cloudhtml = ”;
$cloudtags = ar万有引力常数ray(); 桂林航天工业学院
$spread == 0 && $spread = 1;
foreach( $data as $tag => $count )
{
$size = $minfontsize + ( $count R是的词性11; $minimumcount )
* ( $maxfontsize – $minfontsize ) / $spread;
$cloudtags[] = ‘<a style=消防演习作文221;font-size: ‘ . floor( $size ) . ‘px’
. ‘” href=”#” title=”\” . $tag .
‘\’ returned a count of ‘ . $count . ‘”>’
. htmlspecialchars( stripslashes( $tag ) ) . ‘</a>’;
}
return join( “\n”, $cloudtags ) . “\n”;
}
/**************************
**** sample usage ***/
$arr = array(‘actionscript’ => 35, ‘adobe’ => 22, ‘array’ => 44, ‘background’ => 43,
‘blur’ => 18, ‘canvas’ => 33, ‘class’ => 15, ‘color palette’ => 11, ‘crop’ => 42,
‘delimiter’ => 13, ̵我的儿媳艳玲6;depth’ => 34, ‘design’ => 8, ‘encode’ => 12, ‘encryption’ => 30,
‘extract’ => 28, ‘filters’ => 42);
echo getcloud($arr, 12, 36);
这里是摘自www.887551.com之前发布的文章。更多的技巧可以参考。
收集的二十一个实用便利的php函数代码
本文发布于:2023-04-06 13:35:40,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/86208942d1f4198d44990b478bec9e9f.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:PHP 创建标签云函数代码.doc
本文 PDF 下载地址:PHP 创建标签云函数代码.pdf
留言与评论(共有 0 条评论) |