PHP » GoLang |
login |
register |
about
|
GoLang XMLWriter::writeDtdEntity
request it (340)
GoLang replacement for PHP's XMLWriter::writeDtdEntity
[edit | history]
XMLWriter::writeDtdEntityxmlwriter_write_dtd_entity(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) XMLWriter::writeDtdEntity -- xmlwriter_write_dtd_entity — Write full DTD Entity tag DescriptionObject oriented style
bool XMLWriter::writeDtdEntity
( string
$name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)Procedural style
bool xmlwriter_write_dtd_entity
( resource
$xmlwriter
, string $name
, string $content
, bool $pe
, string $pubid
, string $sysid
, string $ndataid
)Writes a full DTD entity. Parameters
Return Values
Returns See Also
|
more
Recently updated
more
Most requested
more
Last requests
|