Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
User Contributed Notes 1 note
up
down
0
alan at alanseiden dot com ¶1 year ago
db2_free_stmt() has been deprecated in favor of setting $stmt to an empty string. Example:
// close stmt resource and force it out of "scope"
$stmt = '';
Looks strange but it works.
