Например, почему мне следует использовать это:
Код: Выделить всё
$output = sprintf("Here is the result: %s for this date %s", $result, $date);
Код: Выделить всё
$output = 'Here is the result: ' . $result . ' for this date ' . $date;
Подробнее здесь: https://stackoverflow.com/questions/138 ... on-or-inte
Мобильная версия