首页 > 代码库 > laravel常用的功能函数表
laravel常用的功能函数表
Mail::sendMail::queue //排列一个新邮件发送Mail::later //在n秒后在发送队列中插入一条新邮件Mail::queueon //在给定的队列中排列一个新邮件Mail::pretend() //让mail对象假装发送邮件Mail::lateron //在n秒后在给定的队列中插入一条新邮件
Hash
Hash::makeHash::checkHash::needsRehash //检测串是否用给定的option hash过
Pagination
Pagination::sliderPagination::simplePaginator::make
Auth
Auth::attemptAuth::checkAuth::user()->email;Auth::loginUsingId(1);Auth::validateAuth::onceAuth::logout
Event
Event::listenEvent::fireEvent::queueEvent::flusher
App
App::bindApp::make(‘foo‘);App::singletonApp::instance
App::resolving
App::register
Cache
Cache::decrement //对cache中的参数做-1操作Cache::putCache::hasCache::addCache::getCache::foreverCache::rememberCache::rememberForeverCache::forgetCache::increment //+1操作
laravel常用的功能函数表
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。