bootstraphelpers.php

Functions

is_mobile()

is_mobile(  $str) : boolean

验证手机号格式

Parameters

$str

Returns

boolean

sms()

sms(  $mobile,   $content) : mixed

发送短信

Parameters

$mobile
$content

Returns

mixed

get_time()

get_time(  $time_type, boolean  $timestamp_flag = false) : array

Parameters

$time_type

1今天 2昨天 3本周 4上周 5近7天 6本月 7上月 8近30天 9本季度 10上季度 11本年 12上年

boolean $timestamp_flag

Returns

array

time_tran()

time_tran(  $the_time) : string

计算几分钟前、几小时前、几天前的几个函数

Parameters

$the_time

Returns

string

format_date()

format_date(  $time) : string

计算几分钟前、几小时前、几天前的几个函数

Parameters

$time

Returns

string