IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

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) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]