本站提供最佳印度红绿源码规则服务,欢迎转载和分享。

【白猫ocr 源码】【gmsh源码】【ssrvpn源码】星座 源码 php_android星座查询源码

2024-11-08 10:59:33 来源:lua成品源码 分类:综合

1.php 自动计算12生肖

星座 源码 php_android星座查询源码

php 自动计算12生肖

       <?星座星座白猫ocr 源码php

        ////-->出生年月

        /

*

        计算个星座

        计算个生肖

        计算年龄

        */

        class timeage

        {

        public $y = 0;

        public $m = 0;

        public $d = 0;

        public $age = 0;

        public $time = 0;

        public function __construct($time)

        {

        $this->time = $time;

        $this->y = date('Y',$this->time);

        $this->m = date('m',$this->time);

        $this->d = date('d',$this->time);

        }

        public function getage()

        {

        $this->age = time() - $this->time;

        $this->age = $this->age////;

        return (int)$this->age;

        }

        public function getconstellation()

        {

        switch ($this->m)

        {

        case 1:

        if ($this->d < )

        {

        $this->constellation = '摩羯座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '水瓶座';

        return $this->constellation;

        }

        break;

        case 2:

        if ($this->d < )

        {

        $this->constellation = '水瓶座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '双鱼座';

        return $this->constellation;

        }

        break;

        case 3:

        if ($this->d < )

        {

        $this->constellation = '双鱼座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '白羊座';

        return $this->constellation;

        }

        break;

        case 4:

        if ($this->d < )

        {

        $this->constellation = '白羊座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '金牛座';

        return $this->constellation;

        }

        break;

        case 5:

        if ($this->d < )

        {

        $this->constellation = '金牛座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '双子座';

        return $this->constellation;

        }

        break;

        case 6:

        if ($this->d < )

        {

        $this->constellation = '双子座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '巨蟹座';

        return $this->constellation;

        }

        break;

        case 7:

        if ($this->d < )

        {

        $this->constellation = '巨蟹座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '狮子座';

        return $this->constellation;

        }

        break;

        case 8:

        if ($this->d < )

        {

        $this->constellation = '狮子座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '处女座';

        return $this->constellation;

        }

        break;

        case 9:

        if ($this->d < )

        {

        $this->constellation = '处女座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '天秤座';

        return $this->constellation;

        }

        break;

        case :

        if ($this->d < )

        {

        $this->constellation = '天秤座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '天蝎座';

        return $this->constellation;

        }

        break;

        case :

        if ($this->d < )

        {

        $this->constellation = '天蝎座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '射手座';

        return $this->constellation;

        }

        break;

        case :

        if ($this->d < )

        {

        $this->constellation = '射手座';

        return $this->constellation;

        }

        else

        {

        $this->constellation = '摩羯座';

        return $this->constellation;

        }

        break;

        }

        }

        public function getzodiac()

        {

        $this->animals = array('é¼ ', '牛', '虎', '兔', '龙', '蛇','马', '羊', '猴', '鸡', '狗', '猪');

        $this->zodiac = ($this->y - ) % ;

        return $this->animals[$this->zodiac];

        }

       }

       $age = strtotime('--');

       echo $age;

       $a = new timeage($age);

       echo '<br>';

        echo $a->y;

        echo '<br>';

        echo $a->m;

        echo '<br>';

        echo $a->d;

        echo '<br>';

        echo $a->time;

        echo '<br>';

        echo $a->age;

        echo '<br>';

        echo $a->getage();

        echo '<br>';

        echo $a->getconstellation();

        echo '<br>';

        echo $a->getzodiac();

       //没事干替你写了个全部的功能函数 写代码类 记得给好评

【本文网址:http://5o.net.cn/news/84a43799478.html 欢迎转载】

copyright © 2016 powered by 皮皮网   sitemap