$margin['top'] ?? null, 'margin-right' => $margin['right'] ?? null, 'margin-bottom' => $margin['bottom'] ?? null, 'margin-left' => $margin['left'] ?? null, ]; $div->setAttribute( 'style', css_array_to_string( $styles ) . $div->getAttribute( 'style' ) ); $content = $dom->saveHTML(); } return $content; }