Hi,
It seems to me that OCILogOff does not return anything. Evenif I do 
something like this:

$conn = OCILogOn("user", "passwd", "db");
$logoff = OCILogOff($conn);

$logoff is always empty. Does anyone know about this? any help?

Thanks.
Reuben D. Budiardja


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Reply via email to