LdapTools\Utilities\UserParameters::setPostBinary PHP Méthode

setPostBinary() public méthode

Set the binary data that should come after the TSPropertyArray data. This needs to be in binary form, not hex.
public setPostBinary ( string $binary )
$binary string
    public function setPostBinary($binary)
    {
        $this->postBinary = $binary;
        return $this;
    }