Home > Backend Development > PHP Tutorial > 还是关于【关于php数组排序的有关问题?】

还是关于【关于php数组排序的有关问题?】

WBOY
Release: 2016-06-13 12:37:37
Original
1041 people have browsed it

还是关于【关于php数组排序的问题?】
实在不好意思,应该是我描述的问题,版主没看清 哈哈 我也迷迷糊糊的结贴了。
http://bbs.csdn.net/topics/390595473?page=1#post-395606907

$arr = array('中','秋','节','快','乐')
Copy after login


实际我想要的效果,版主的程序已经差不多出来了,但是还差了一点就是版主的程序出来的都是【中】开头的,我想要的效果是前面的字也可以减少:
比如有这种的排序(里面红色字体的)
中秋节快乐
中秋节快
中秋节乐
中秋节

秋节快
秋节
节乐

中秋



最后最好也是成为一个数组~


我刚才想用前面帖子版主给的程序改下,但是俺不是专业程序员,刚开始学习,是在改不明白,再次还得麻烦大家帮忙,谢谢了

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template