Hack
HHVM
报告 bug 或提出建议。
搜索文档
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.