Код: Выделить всё
$attribs = ' id= "header " class = "foo bar" style ="background-color:#fff; color: red; "';
Код: Выделить всё
array(
'id' => 'header',
'class' => array('foo', 'bar'),
'style' => array(
'background-color' => '#fff',
'color' => 'red'
)
)
Подробнее здесь: https://stackoverflow.com/questions/108 ... rations-in
Мобильная версия