![]()  | 
  
    Antidot PHP API
    version 0.16.0
    
   ##PHP API to simplify integration of Antidot components 
   | 
 
Interface for encoding/decoding parameters. More...
  
 Public Member Functions | |
| encode (array $parameters) | |
| Encode parameters.   | |
| decode ($parameters) | |
| Decode previously encoded parameters.   | |
Interface for encoding/decoding parameters.
Encoding parameters results in a string which should be decoded in order to retrieve original data.
Example for filters:
| decode | ( | $parameters | ) | 
Decode previously encoded parameters.
| $parameters | [in] encoded string representing parameters. | 
Implemented in AfsFilterCoder, AfsSortCoder, and AfsFeedCoder.
| encode | ( | array | $parameters | ) | 
Encode parameters.
| $parameters | [in] array of parameters. | 
Implemented in AfsFilterCoder, AfsFeedCoder, and AfsSortCoder.
 1.8.1.2