Aerospike\LDT\LDT::errorno PHP 메소드

errorno() 공개 메소드

Returns the status code for the previous operation.
public errorno ( ) : integer
리턴 integer
    public function errorno()
    {
        return $this->errorno;
    }