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

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

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