LMongo\Query\Cursor::toJson PHP 메소드

toJson() 공개 메소드

Get the items as JSON.
public toJson ( integer $options ) : string
$options integer
리턴 string
    public function toJson($options = 0)
    {
        return json_encode($this->toArray(), $options);
    }