(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0)
XMLWriter::startDtd -- xmlwriter_start_dtd — Create start DTD tag
���������
$qualifiedName
[, string $publicId
[, string $systemId
]] ) : bool���̻����
$xmlwriter
, string $qualifiedName
[, string $publicId
[, string $systemId
]] ) : boolStarts a DTD.
xmlwriter
�����ڹ��̵��á����ĵ� XMLWriter resource������Դ�����ڶ� xmlwriter_open_uri() �� xmlwriter_open_memory() �ĵ��á�
qualifiedName
The qualified name of the document type to create.
publicId
The external subset public identifier.
systemId
The external subset system identifier.
�ɹ�ʱ���� TRUE
�� ������ʧ��ʱ���� FALSE
��