Answer the question
In order to leave comments, you need to log in
Php array - how to implement bulk replacement?
There is an array
$arr = array(
'Первый', 'Второй', 'Третий', 'Четвертый', 'Пятый', 'Шестой', 'Седьмой', 'Абракадабра', 'Чупакабра'
);
$arr = array(
1,2,5
);
//или
$arr = array(
0,5,6
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question