/
Gists
/ Anonymous self invoke functions
On gists
Anonymous self invoke functions
6.11.2018
PHP
Helpers-Filters-Plugins
anonymous.php
Raw
#
<?php call_user_func(function() { // your code here ... });