doubledee Posted September 4, 2011 Share Posted September 4, 2011 Does mysqli_stmt_close destroy variables bound to your Prepared Statement's result set? Debbie Link to comment https://forums.phpfreaks.com/topic/246432-question-about-mysqli_stmt_close/ Share on other sites More sharing options...
jcbones Posted September 4, 2011 Share Posted September 4, 2011 http://www.php.net/manual-lookup.php?pattern=mysqli_stmt_close&lang=en&scope=404quickref Link to comment https://forums.phpfreaks.com/topic/246432-question-about-mysqli_stmt_close/#findComment-1265459 Share on other sites More sharing options...
doubledee Posted September 4, 2011 Author Share Posted September 4, 2011 http://www.php.net/manual-lookup.php?pattern=mysqli_stmt_close&lang=en&scope=404quickref I already read the manual - thank you - and I don't know the answer so I posted here... Debbie Link to comment https://forums.phpfreaks.com/topic/246432-question-about-mysqli_stmt_close/#findComment-1265462 Share on other sites More sharing options...
jcbones Posted September 5, 2011 Share Posted September 5, 2011 Reading comprehension is required to understand the manual. Closes a prepared statement. mysqli_stmt_close() also deallocates the statement handle. If the current statement has pending or unread results, this function cancels them so that the next query can be executed. Link to comment https://forums.phpfreaks.com/topic/246432-question-about-mysqli_stmt_close/#findComment-1265487 Share on other sites More sharing options...
doubledee Posted September 5, 2011 Author Share Posted September 5, 2011 Reading comprehension is required to understand the manual. Closes a prepared statement. mysqli_stmt_close() also deallocates the statement handle. If the current statement has pending or unread results, this function cancels them so that the next query can be executed. You're a real smart-ass. Don't respond to any of my threads in the future... Debbie Link to comment https://forums.phpfreaks.com/topic/246432-question-about-mysqli_stmt_close/#findComment-1265489 Share on other sites More sharing options...
MasterACE14 Posted September 5, 2011 Share Posted September 5, 2011 topic solved Link to comment https://forums.phpfreaks.com/topic/246432-question-about-mysqli_stmt_close/#findComment-1265497 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.