template string php. Damian Siniakowicz. You could also use strtr: $template = '$who likes $what'; $vars = array( '$who' => 'tim', '$what' => 'kung pao', ...
確定! 回上一頁