Advertisement
sissou123

Untitled

Sep 9th, 2022
1,110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. PHP - The __destruct Function
  2. A destructor is called when the object is destructed or the script is stopped or exited.
  3.  
  4. If you create a __destruct() function, PHP will automatically call this function at the end of the script.
  5.  
  6. https://linkjust.com/kr9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement