I have a silly question. Is there a difference between unset() and ibase_close() in terms of ending connection to Firebird Database using ibase_connect()? I know that some people use unset() to PDO connections etc. Like: And then: or If they both are behaving the same, maybe one function is faster than the other one? Answer My knowledge of PHP is