eval

eval -- Evaluate a string as PHP code

Description

mixed eval ( string code_str)

Príklad 1 . eval( ) example - simple text merge















As with anything that outputs its result directly to the browser , you can use the output-control functions to capture the output of this function , and save it - for example - in a string .