Page MenuHomePhorge

Syncml11.php
No OneTemporary

Size
4 KB
Referenced Files
None
Subscribers
None

Syncml11.php

<?php
/**
* Syncroton
*
* @package Wbxml
* @subpackage Syncml
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2008-2009 Metaways Infosystems GmbH (http://www.metaways.de)
* @author Lars Kneschke <l.kneschke@metaways.de>
* @version $Id:Syncml11.php 4968 2008-10-17 09:09:33Z l.kneschke@metaways.de $
*/
/**
* class documentation
*
* @package Wbxml
* @subpackage Syncml
*/
class Syncroton_Wbxml_Dtd_Syncml_Syncml11 extends Syncroton_Wbxml_Dtd_Syncml_Abstract
{
protected $_codePages = array(
0x00 => array(
'codePageNumber'=> 0x00,
'dtdname' => 'SyncML',
'dpi' => '-//SYNCML//DTD SyncML 1.1//EN',
'url' => "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd",
'urn' => 'syncml:syncml1.1',
'tags' => array(
'Add' => 0x05,
'Alert' => 0x06,
'Archive' => 0x07,
'Atomic' => 0x08,
'Chal' => 0x09,
'Cmd' => 0x0a,
'CmdID' => 0x0b,
'CmdRef' => 0x0c,
'Copy' => 0x0d,
'Cred' => 0x0e,
'Data' => 0x0f,
'Delete' => 0x10,
'Exec' => 0x11,
'Final' => 0x12,
'Get' => 0x13,
'Item' => 0x14,
'Lang' => 0x15,
'LocName' => 0x16,
'LocURI' => 0x17,
'Map' => 0x18,
'MapItem' => 0x19,
'Meta' => 0x1a,
'MsgID' => 0x1b,
'MsgRef' => 0x1c,
'NoResp' => 0x1d,
'NoResults' => 0x1e,
'Put' => 0x1f,
'Replace' => 0x20,
'RespURI' => 0x21,
'Results' => 0x22,
'Search' => 0x23,
'Sequence' => 0x24,
'SessionID' => 0x25,
'SftDel' => 0x26,
'Source' => 0x27,
'SourceRef' => 0x28,
'Status' => 0x29,
'Sync' => 0x2a,
'SyncBody' => 0x2b,
'SyncHdr' => 0x2c,
'SyncML' => 0x2d,
'Target' => 0x2e,
'TargetRef' => 0x2f,
'Reserved for future use.' => 0x30,
'VerDTD' => 0x31,
'VerProto' => 0x32,
'NumberOfChanges' => 0x33,
'MoreData' => 0x34
)
),
0x01 => array(
'codePageNumber'=> 0x01,
'dtdname' => 'MetInf',
'dpi' => '-//SYNCML//DTD MetInf 1.1//EN',
'url' => 'http://www.syncml.org/docs/syncml_metinf_v11_20020215.dtd ',
'urn' => 'syncml:metinf1.1',
'tags' => array(
'Anchor' => 0x05,
'EMI' => 0x06,
'Format' => 0x07,
'FreeID' => 0x08,
'FreeMem' => 0x09,
'Last' => 0x0a,
'Mark' => 0x0b,
'MaxMsgSize' => 0x0c,
'Mem' => 0x0d,
'MetInf' => 0x0e,
'Next' => 0x0f,
'NextNonce' => 0x10,
'SharedMem' => 0x11,
'Size' => 0x12,
'Type' => 0x13,
'Version' => 0x14,
'MaxObjSize' => 0x15
)
)
);
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Nov 20, 6:01 PM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
387275
Default Alt Text
Syncml11.php (4 KB)

Event Timeline