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

XMLDeclarationVersion Property

This property specifies the XML version.

Object Oriented Interface

public function getXMLDeclarationVersion();
public function setXMLDeclarationVersion($value);

Procedural Interface

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

Default Value

'1.0'

Remarks

This property specifies the XML version.

This may be set before writing a document. The default value is "1.0".

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]