手机号替换

admin2年前Laravel728

 $vv = substr_replace($vv, '****', 3, 4) .

相关文章

修改密码

public function setpass(){    $mobile = request()->input('mobile');   &nbs...

压缩图片

public static function size($id, $img) { try { list($width, $height, $img_type, $attr) = @getimages...

发送公众号信息

* 发送消息 */public function tosend($openid, $title, $content, $time, $aid){    $tokens = $thi...

laravel 加cache锁

use Illuminate\Support\Facades\Redis; use Illuminate\Support\Facades\Cache; $lock = Ca...

接口返回处理

public function __construct()    {        $action = request()->rout...

excel 导出

header("Content-Type: application/vnd.ms-excel; name='excel'"); header("Content-Disposition:atta...