Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PHP - The __destruct Function
- A destructor is called when the object is destructed or the script is stopped or exited.
- If you create a __destruct() function, PHP will automatically call this function at the end of the script.
- https://linkjust.com/kr9
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement