@@Korbinian
$stadt = 'Ankh-Morpork';
$anzahlGef = 3;
$anzahlIns = 42;
$weiblIns = 21;
$manIns = 21;
$template = 'In %1$s gibt es %2$d Gefängnisse. In diesen sitzen zur Zeit %3$d Gefangene ein. Davon wiederum sind %4$d weiblich und %5$d männlich.';
$ausgabe = sprintf($template, $stadt, $anzahlGef, $anzahlIns, $weiblIns, $manIns);
LLAP 🖖
--
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory
“When UX doesn’t consider all users, shouldn’t it be known as ‘Some User Experience’ or... SUX? #a11y” —Billy Gregory