NAME PHP - embedded PHP interpreter DESCRIPTION The module makes it possible to execute PHP code, call PHP functions and methods, manipulate PHP arrays, and create PHP objects. SYNOPSIS use PHP; General use # evaluate arbitrary PHP code; exception is thrown # and can be caught via standard eval{}/$@ block PHP::eval(<<'EVAL'); function print_val($arr,$val) { echo $arr[$val]; } class TestClass { fun
{{#tags}}- {{label}}
{{/tags}}