$input = "Hello"; $output = sprintf("%s", $input . " World!"); print $output;