Hack
HHVM
report a problem or make a suggestion
Search our Documentation
Documentation
Hack
Reference
Class
XMLWriter
startAttribute
XMLWriter::startAttribute
Starts an attribute
public function startAttribute( string $name, ): bool;
Parameters
string $name
- The attribute name.
Returns
bool
- - Returns TRUE on success or FALSE on failure.