PHP » GoLang |
login |
register |
about
|
GoLang DOMCdataSection::__construct
request it (219)
GoLang replacement for PHP's DOMCdataSection::__construct
[edit | history]
PHP DOMCdataSection::__constructPHP original manual for DOMCdataSection::__construct [ show | php.net ]DOMCdataSection::__construct(PHP 5, PHP 7) DOMCdataSection::__construct — Constructs a new DOMCdataSection object Description
public DOMCdataSection::__construct
( string
$value
)Constructs a new CDATA node. This works like the DOMText class. Parameters
Examples
Example #1 Creating a new DOMCdataSection object
<?php The above example will output: <?xml version="1.0" encoding="utf-8"?> <root><![CDATA[root value]]></root> See Also
|
more
Recently updated
more
Most requested
more
Last requests
|