Sybase 函数
在线手册:中文 英文
PHP手册

sybase_get_last_message

(PHP 4, PHP 5)

sybase_get_last_messageReturns the last message from the server

说明

string sybase_get_last_message ( void )

sybase_get_last_message() returns the last message reported by the server.

返回值

Returns the message as a string.

参见


Sybase 函数
在线手册:中文 英文
PHP手册
PHP手册 - N: Returns the last message from the server

用户评论:

uioreanu at hotmail dot com (22-Sep-2001 11:19)

This function comes from version 4.0.5,
and not from PHP 4 >= 4.0.0 as stated here.
So don't not waist time like I did searching for it.

http://www.php.net/ChangeLog-4.php
Version 4.0.5
30-Apr-2001
Added sybase_get_last_message() to the Sybase CT module. (Jan Fedak)