首页 > 后端开发 > php教程 > php递归解决一个问题

php递归解决一个问题

WBOY
发布: 2016-06-06 20:31:13
原创
1044 人浏览过

<code>function get_new_nums($days = 5)
{
    $custom_time = time() - 86400 * $days;
    $where['createtime > '] = $custom_time;
    $piano_nums = $this->yuepu_models->list_whrere($where, 'COUNT(1) AS nums');
    if ($piano_nums ;
    return $piano_nums;
}
get_new_nums();
</code>
登录后复制
登录后复制
登录后复制

直接echo的话,显示如下
140
97
64
22
0
0
我想返回大于100的值,就是那个140,但是现在用这个方法搞不定,返回的是0。
请大家帮忙看下该如何解决,谢谢了!

回复内容:

<code>function get_new_nums($days = 5)
{
    $custom_time = time() - 86400 * $days;
    $where['createtime > '] = $custom_time;
    $piano_nums = $this->yuepu_models->list_whrere($where, 'COUNT(1) AS nums');
    if ($piano_nums ;
    return $piano_nums;
}
get_new_nums();
</code>
登录后复制
登录后复制
登录后复制

直接echo的话,显示如下
140
97
64
22
0
0
我想返回大于100的值,就是那个140,但是现在用这个方法搞不定,返回的是0。
请大家帮忙看下该如何解决,谢谢了!

<code>function get_new_nums($days = 5)
{
    $custom_time = time() - 86400 * $days;
    $where['createtime > '] = $custom_time;
    $piano_nums = $this->yuepu_models->list_whrere($where, 'COUNT(1) AS nums');
    if ($piano_nums ;
    return $piano_nums;
}
get_new_nums();
</code>
登录后复制
登录后复制
登录后复制
相关标签:
php
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板