PHP速学教程(入门到精通)
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
PHP函数strtotime的扩展,针对函数strtotime +月时候的BUG做到扩展!
function add_month ( $base_time = null, $months = 1 ) { if ( is_null ( $base_time ) ) $base_time = time(); $x_months_to_the_future = strtotime ( "+" . $months . " months", $base_time ); $month_before = ( int ) date ( "m", $base_time ) + 12 * ( int ) date ( "Y", $base_time ); $month_after = ( int ) date ( "m", $x_months_to_the_future ) + 12 * ( int ) date ( "Y", $x_months_to_the_future ); if ( $month_after > $months + $month_before ) { $x_months_to_the_future = strtotime ( date ( "Ym01His", $x_months_to_the_future ) . " -1 day" ); } return $x_months_to_the_future; }
以上就是PHP函数strtotime的扩展的内容,更多相关内容请关注PHP中文网(www.php.cn)!
php免费学习视频:立即学习
踏上前端学习之旅,开启通往精通之路!从前端基础到项目实战,循序渐进,一步一个脚印,迈向巅峰!
已抢7337个
抢已抢95475个
抢已抢14940个
抢已抢52730个
抢已抢195932个
抢已抢87512个
抢