callable

Run Settings
LanguagePHP
Language Version
Run Command
<?php function sapa($callback){ echo 'Selamat Pagi!!!'; if(is_callable($callback)){ call_user_func($callback, 'asep'); } else { echo'bukan data callable'; } } $call=function($text){ echo $text; }; sapa(111);
Editor Settings
Theme
Key bindings
Full width
Lines