一个判断干支、属相和星座的php函数 - 不足的是 星座应该是区分公历算的~~ 有待改进
php代码
$arr = birthext ( '474768000' ); //时间戳 print_r ( $arr ); $arr = birthext ( '1985-01-17' ); print_r ( $arr ); $arr = birthext ( '19850117' ); print_r ( $arr );
php代码:
function birthext($birth) { if (strstr ( $birth, '-' ) === false && strlen ( $birth ) !== 8) $birth = date ( "Y-m-d", $birth ); if (strlen ( $birth ) === 8) { if (eregi ( '([0-9]{4})([0-9]{2})([0-9]{2})$', $birth, $bir )) $birth = "{$bir[1]}-{$bir[2]}-{$bir[3]}"; } if (strlen ( $birth ) < 8) return false; $tmpstr = explode ( '-', $birth ); if (count ( $tmpstr ) !== 3) return false; $y = ( int ) $tmpstr [0]; $m = ( int ) $tmpstr [1]; $d = ( int ) $tmpstr [2]; $result = array (); $xzdict = array ('摩羯', '水瓶', '双鱼', '白羊', '金牛', '双子', '巨蟹', '狮子', '处女', '天秤', '天蝎', '射手' ); $zone = array (1222, 122, 222, 321, 421, 522, 622, 722, 822, 922, 1022, 1122, 1222 ); if ((100 * $m + $d) >= $zone [0] || (100 * $m + $d) < $zone [1]) { $i = 0; } else { for($i = 1; $i < 12; $i ++) { if ((100 * $m + $d) >= $zone [$i] && (100 * $m + $d) < $zone [$i + 1]) break; } } $result ['xz'] = $xzdict [$i] . '座'; $gzdict = array (array ('甲', '乙', '丙', '丁', '戊', '己', '庚', '辛', '壬', '癸' ), array ('子', '丑', '寅', '卯', '辰', '巳', '午', '未', '申', '酉', '戌', '亥' ) ); $i = $y - 1900 + 36; $result ['gz'] = $gzdict [0] [($i % 10)] . $gzdict [1] [($i % 12)]; $sxdict = array ('鼠', '牛', '虎', '兔', '龙', '蛇', '马', '羊', '猴', '鸡', '狗', '猪' ); $result ['sx'] = $sxdict [(($y - 4) % 12)]; return $result; }
Statement
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

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article
What's New in Windows 11 KB5054979 & How to Fix Update Issues
3 weeks agoByDDD
How to fix KB5055523 fails to install in Windows 11?
2 weeks agoByDDD
InZoi: How To Apply To School And University
4 weeks agoByDDD
How to fix KB5055518 fails to install in Windows 10?
2 weeks agoByDDD
Roblox: Dead Rails – How To Summon And Defeat Nikola Tesla
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Atom editor mac version download
The most popular open source editor

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.
