怎样批量重置头像?
怎样批量重置头像?
By herowow
at 2018-01-12
0人收藏 • 1516人看过
怎样批量重置头像?
- 登录后方可回帖
1 个回复 | 最后更新于 2018-01-13
foreach,然后
$Avatar = new MDAvtars(mb_substr($UserInfo['UserName'], 0, 1, "UTF-8"), 256); $Avatar->Save(__DIR__ . '/../upload/avatar/large/' . $this->id . '.png', 256); $Avatar->Save(__DIR__ . '/../upload/avatar/middle/' . $this->id . '.png', 48); $Avatar->Save(__DIR__ . '/../upload/avatar/small/' . $this->id . '.png', 24); $Avatar->Free();