@@ -168,6 +168,9 @@ discard block |
||
| 168 | 168 | return PhpXmlRpc\Helper\Charset::instance()->encodeEntitites($data, $srcEncoding, $destEncoding); |
| 169 | 169 | } |
| 170 | 170 | |
| 171 | +/** |
|
| 172 | + * @param integer $timeT |
|
| 173 | + */ |
|
| 171 | 174 | function iso8601_encode($timeT, $utc=0) |
| 172 | 175 | { |
| 173 | 176 | return PhpXmlRpc\Helper\Date::iso8601Encode($timeT, $utc); |
@@ -195,6 +198,9 @@ discard block |
||
| 195 | 198 | return $encoder->encode($phpVal, $options); |
| 196 | 199 | } |
| 197 | 200 | |
| 201 | +/** |
|
| 202 | + * @param string $xmlVal |
|
| 203 | + */ |
|
| 198 | 204 | function php_xmlrpc_decode_xml($xmlVal, $options=array()) |
| 199 | 205 | { |
| 200 | 206 | $encoder = new PhpXmlRpc\Encoder(); |