displays the content of variable
Permalink
Hello,
In jobs, how can I dispaly the content of a variable. Or what the equivalence of
var_dump, echo or print_f
I want to use it in function run() of my class in the job.
Thank you for help
In jobs, how can I dispaly the content of a variable. Or what the equivalence of
var_dump, echo or print_f
I want to use it in function run() of my class in the job.
Thank you for help
https://www.concrete5.org/marketplace/addons/php-code-block...
Or, use \Log::addEntry() to write to the log (accessible via dashboard).