Subversion Repositories oidplus

Rev

Rev 1156 | Rev 1236 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1156 Rev 1232
Line 50... Line 50...
50
         *
50
         *
51
         */
51
         */
52
        public function __destruct() {
52
        public function __destruct() {
53
                if ($this->res) {
53
                if ($this->res) {
54
                        oci_free_statement($this->res);
54
                        oci_free_statement($this->res);
-
 
55
                        $this->res = null;
55
                }
56
                }
56
        }
57
        }
57
 
58
 
58
        /**
59
        /**
59
         * @return bool
60
         * @return bool