public array parse (string $viewCode)
Parses a Volt template returning its intermediate representation
1 | print_r( $compiler ->parse( '{{ 3 + 2 }}' )); |
public array parse (string $viewCode)
Parses a Volt template returning its intermediate representation
1 | print_r( $compiler ->parse( '{{ 3 + 2 }}' )); |
Designed by : w10schools
service@w10schools.com
Please login to continue.