1 | <?php |
||
15 | class Unsynchronisation |
||
16 | { |
||
17 | /** |
||
18 | * Encode unsynchronisation. |
||
19 | * |
||
20 | * @param string $data |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | public static function encode($data) |
||
28 | |||
29 | /** |
||
30 | * Decode unsynchronisation. |
||
31 | * |
||
32 | * @param string $data |
||
33 | * |
||
34 | * @return string |
||
35 | */ |
||
36 | public static function decode($data) |
||
40 | } |
||
41 |