Eloquent::exists PHP 메소드

exists() 공개 정적인 메소드

Determine if any rows exist for the current query.
public static exists ( ) : boolean
리턴 boolean
        public static function exists()
        {
            return \Illuminate\Database\Query\Builder::exists();
        }
Eloquent