Skip to content

Instantly share code, notes, and snippets.

@stevedev
Created April 12, 2013 15:32
Show Gist options
  • Save stevedev/5372900 to your computer and use it in GitHub Desktop.
Save stevedev/5372900 to your computer and use it in GitHub Desktop.
<?php
/**
* Will save the object cache before object is completely destroyed.
*
* Called upon object destruction, which should be when PHP ends.
*
* @since 2.0.8
*
* @return bool True value. Won't be used by PHP
*/
function __destruct() {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment