PHP dom kullanan bir elementin id ayarlamak nasıl?

0 Cevap php

Ben bir elemanın id ayarlamak istiyorum. Php dom kullanıyorum. Ben şu işe nasıl anlayamadık.

DOMElement::setIdAttribute  ( string $name  , bool $isId  )

The only description I found for this in manual is - Declares the attribute name to be of type ID.

Bunu nasıl yapabilirim?

0 Cevap