Developer Forums | About Us | Site Map
Search  
HOME > PHPMANUAL


Sponsors





Web Host
site hosted by netplex
Partners

Online Manuals

mysqli_store_result

(PHP 5 CVS only)

mysqli_store_result -- Transfers a result set from the last query

Description

resource mysqli_store_result ( resource link)

Transfers the result set from the last query on the database connection represented by the link parameter to be used with the mysqli_data_seek() function.

Note: Although it is always good practice to free the memory used by the result of a query using the mysqli_free_result() function, when transfering large result sets using the mysqli_store_result() this becomes particularly important.

Copyright 2004-2024 GrindingGears.com. All rights reserved. Site hosted by NETPLEX