[PHP] pobierz, plaintext <?php$fn = function($param1){ echo $param1; return true;};$fn('something');?>[PHP] pobierz, plaintext