PHP 7.0.6 Released

MongoGridFSCursor::current

(PECL mongo >=0.9.0)

MongoGridFSCursor::currentReturns the current file

Description

public MongoGridFSFile MongoGridFSCursor::current ( void )

Parameters

This function has no parameters.

Return Values

The current file.

User Contributed Notes

There are no user contributed notes for this page.
To Top