LdapTools\Utilities\TSPropertyArray::getPostBinary PHP Méthode

getPostBinary() public méthode

Get any binary data that was after the decoded binary TSPropertyArray data.
public getPostBinary ( ) : string
Résultat string
    public function getPostBinary()
    {
        return $this->postBinary;
    }