pdo free result

后端 未结 2 1614
忘了有多久
忘了有多久 2020-12-30 23:15

there is a mysql function in php called mysql_free_result(); I couln\'t find any similar function for PDO.

is there a pdo function to free the result of a database f

2条回答
  •  南方客
    南方客 (楼主)
    2020-12-30 23:59

    closest method is close cursor for PDO statements.

    http://us.php.net/manual/en/pdostatement.closecursor.php

提交回复
热议问题