[PHP] pobierz, plaintext <?php $array = array( 10, 30, 50 );$string = '1/8/{0}/2/{1}/{2}'; // 1/8/10/2/30/50 ?>[PHP] pobierz, plaintext