BencodeSerializable
in
Provides an interface for serialising objects for bencoding in a controlled manner.
Table of Contents
Methods
- bencodeSerialize() : mixed
- Gets the data that should represent this object in a Bencode structure.
Methods
bencodeSerialize()
Gets the data that should represent this object in a Bencode structure.
public
bencodeSerialize() : mixed
Return values
mixed —Representative data.