免费起名测试:为您的宝贝选择完美的名字 (免费起名测试评分)

预测说说站2024-11-07 18:13:49
免费起名测试评分
你的姓名得分:{$score} "; echo "

总评及建议:{$name_info['comment']}

"; } ?> php $total, ]; } function parse_comment($heaven_earth) { // 获取天格的解析 $heaven_comment = get_comment($heaven_earth['heaven']); // 获取人格的解析 $personality_comment = get_comment($heaven_earth['personality']); // 获取地格的解析 $earth_comment = get_comment($heaven_earth['earth']); // 获取总格的解析 $total_comment = get_comment($heaven_earth['total']); // 拼接解析结果 $comment = "天格({$heaven_earth['heaven']}:{$heaven_comment}
"; $comment .= "人格({$heaven_earth['personality']}:{$personality_comment}
"; $comment .= "地格({$heaven_earth['earth']}:{$earth_comment} 免费起名测试
"; $comment .= "总格({$heaven_earth['total']}:{$total_comment}
"; return $comment; } function get_strokes($word) { // 使用 StrokeCount 类来计算笔画 $stroke_count = new StrokeCount; $strokes = $stroke_count->count($word); return $strokes; } function get_element($strokes) { // 根据笔画数获取五行 switch ($strokes) { case 1: case 2: case 3: return "木"; case 4: case 5: case 6: return "火"; case 7: case 8: case 9: return "土"; case 10: case 11: case 12: return "金"; case 13: case 14: case 15: return "水"; default: return "无"; } } function calculate_score($name_info) { // 计算姓名得分 $score = ($name_info['heaven_earth']['personality'] + $name_info['heaven_earth']['earth'] + $name_info['heaven_earth']['total']) % 100; return $score; } function get_comment($number) { // 根据数字获取解析 switch ($number) { case 1: return "大吉"; case 2: return "次吉"; case 3: return "中吉"; case 4: return "小吉"; case 5: return "半吉"; case 6: return "凶"; case 7: return "大凶"; case 8: return "次凶"; case 9: return "中凶"; case 10: return "小凶"; case 11: return "半凶"; default: return "未知"; } }

相关文章

猜你喜欢