XMLDeclarationEncoding Property

This property specifies the XML encoding to use.

Object Oriented Interface

public function getXMLDeclarationEncoding();
public function setXMLDeclarationEncoding($value);

Procedural Interface

ipworks_xml_get($res, 24 );
ipworks_xml_set($res, 24, $value );

Default Value

'utf-8'

Remarks

This property specifies the XML encoding to use.

This may be set before writing a document. The default value is "utf-8".

This is only applicable when writing XML.

This property is not available at design time.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 PHP Edition - Version 20.0 [Build 8307]