LdapTools\Utilities\UserParameters::setPostBinary PHP Method

setPostBinary() public method

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;
    }