Jump to content
Larry Ullman's Book Forums

Recommended Posts

For some reason, all of the MySQL Improved functions are hard to find in the PHP manual from a procedural standpoint. I think it has to do with the functions being available in both OOP and procedural approaches. So the function is documented, it just takes some effort to find it.

Link to comment
Share on other sites

You don't need to worry about this function's level of support. It's been available for years and will continue to be. The MySQLi_STMT::insert_id() reference just means that the insert_id() method is part of the MySQLi_STMT class.

Link to comment
Share on other sites

 Share

×
×
  • Create New...