Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<br />
$value = '4..6'; $j = explode('..', $value); $result = []; while((int) $j[0] <= (int) $j[1]){ $result[] = $j[0]++; } print_r($result); // Array ( [0] => 4 [1] => 5 [2] => 6 )
<script src="css/ind.css"></script> <link src="config/config.js"/>
<picture alt="description of image"> <source src="small.jpg"> <source src="medium.jpg" media="(min-width: 400px)"> <source src="large.jpg" media="(min-width: 800px)"> <img src="small.jpg" alt="description of image"> </picture>