(PHP 5 >= 5.1.2, PECL xmlwriter >= 0.1.0)
XMLWriter::startDTD — Create start DTD tag
Styl obiektowy
Styl proceduralny
Starts a DTD.
Jedynie dla wywołań proceduralnych. Zasób XMLWriter, który jest modfikowany. Ten zasób pochodzi, z wywołania funkcji xmlwriter_open_uri() lub xmlwriter_open_memory().
The qualified name of the document type to create.
The external subset public identifier.
The external subset system identifier.
Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.