Warning: file_put_contents(): Only -1 of 55 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
msql_fieldtype msql_list_dbs mSQL PHP Manual msql_free_result (PHP 4, 5) — Free result memory Description bool ( resource $result ) msql_free_result() frees the associated with query_identifier ....
Forum und email

msql_free_result

(PHP 4, PHP 5)

msql_free_result — Free result memory

Description

bool msql_free_result ( resource $result )

msql_free_result() frees the memory associated with query_identifier . When PHP completes a request, this memory is freed automatically, so you only need to call this function when you want to make sure you don't use too much memory while the script is running.

Parameters

result

The result resource that is being evaluated. This result comes from a call to msql_query().

Return Values

Επιστρέφει TRUE σε επιτυχία ή FALSE σε αποτυχία.