You will notice that for prepared statements, the php.net list of functions is available at http://www.php.net/manual/en/class.mysqli-stmt.php even functions such as -> execute(); have the word void next to them what does this mean?
As I use many of these in my scripts, is it safe to do so?
Void just means nothing is returned when the method has finished executing.