mardi 6 mars 2018

How to just check a function and not perform it?

everyone, I created the following php code sequence myself-

if($conn->close()){ echo "<br>Disconnected successfully";   }   // Check disconnection

Is checking the function outcome, really performs that function?

If it performs that function, is it possible to just check a function and not actually perform it?

Aucun commentaire:

Enregistrer un commentaire