/ Gists / Anonymous self invoke functions
On gists

Anonymous self invoke functions

PHP Helpers-Filters-Plugins

anonymous.php Raw #

<?php

call_user_func(function() { 
  
  // your code here ...

});