PDOStatement::closeCursor

Closes the cursor, enabling the statement to be executed again.

PDOStatement::closeCursor frees up the connection to the server so that other SQL statements may be issued, but leaves the statement in a state that enables it to be executed again.