PHP » GoLang |
login |
register |
about
|
pg_free_result(PHP 4 >= 4.2.0, PHP 5, PHP 7) pg_free_result — Free result memory Description
bool pg_free_result
( resource
$result
)pg_free_result() frees the memory and data associated with the specified PostgreSQL query result resource. This function need only be called if memory consumption during script execution is a problem. Otherwise, all result memory will be automatically freed when the script ends.
Parameters
Return Values
Returns Examples
Example #1 pg_free_result() example
<?php The above example will output: First field in the second row is: 2 See Also
|
more
Recently updated
more
Most requested
more
Last requests
|