LdapTools\Utilities\TSPropertyArray::getPostBinary PHP Метод

getPostBinary() публичный Метод

Get any binary data that was after the decoded binary TSPropertyArray data.
public getPostBinary ( ) : string
Результат string
    public function getPostBinary()
    {
        return $this->postBinary;
    }