About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
CodyKochmann
3/28/2017 - 4:53 PM
share
Share
add_circle_outline
Save
immediately call an anonymous function in php
immediately call an anonymous function in php
anon.php
content_copy
file_download
<? call_user_func(function() { # your code here });
clear