Latest JAS v1.1.0
144 plugins online

Code / Format_XML / setAttribute

Format_XML :: setAttribute
Method
include/format/xml.php

Description...

Arguments

path
Argument
attribute
Argument
value = false
Argument

Return values

Mixed
Returns

Examples

Format_XML SetAttribute method example
PHP
<?
  $format_xml->setAttribute($path, $attribute, $value = false);  //Call Format_XML::setAttribute method
?>

Comments (0)