摘要: /** * 以二维数组的某个键对数组进行排序 * Param: 参数说明 * $data array 二维数组 * last_names string 数组中的键 * Return : 返回值 * $data array 排序后的二维数组 */ $last_names = array_column($data,'last_name'); array_multisort($last... 阅读全文
posted @ 2019-04-22 16:29 好笑。 阅读(107) 评论(0) 推荐(0) 编辑
摘要: //获取汉字首拼---注意:汉字不以u,v首拼 function getfirstchar($s0){ $fchar = ord($s0{0}); if($fchar >= ord("A") and $fchar = -20319 and $asc = -20283 and $asc = -19775 and $asc = -19218 and $asc ... 阅读全文
posted @ 2019-04-22 16:20 好笑。 阅读(288) 评论(0) 推荐(0) 编辑
摘要: /** * 中英数字混合的字符串截取 * Param: 参数说明 * 【in】$sourcestr string 截取字符串 * 【in】$cutlength int 截取长度 */ public function assoc_substr($sourcestr, $cutlength) { $returnstr = ... 阅读全文
posted @ 2019-04-22 16:01 好笑。 阅读(326) 评论(0) 推荐(0) 编辑