Compzone.Org :: Podręcznik PHP :: DomElement->remove_attribute()
Która technologia najbardziej Cię interesuje?
PHP
ASP
AJAX
SQL
JavaScript
Inna
Sonda Wyniki

Add to Google

DomElement->remove_attribute()

(no version information, might be only in CVS)

DomElement->remove_attribute() --  Removes attribute

Opis

class DomElement {

bool remove_attribute ( string name )

}

Removes an attribute from the current DomElement node.

Parametry

name

The name of the attribute to remove.

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.

Migrating to PHP 5

Use DOMElement->removeAttribute().

Copyright © 2005-2006 Compzone.Org. Kopiowanie i wykorzystywanie materiałów zawartych na tej stronie bez zgody autora zabronione!