Home > Q&A > body text
$rep = "<?php echo \$vars['\1']; ?>";
$vars is an associative array
\ in this string of code What does $vars['\1'] mean, please explain