PHP Velho Oeste 2024

sybase_get_last_message

(PHP 4, PHP 5)

sybase_get_last_messageサーバーから直近のメッセージを返す

警告

この機能は PHP 7.0.0 で 削除 されました。

説明

sybase_get_last_message ( void ) : string

sybase_get_last_message() はサーバーからの直近のメッセージを返します。

返り値

メッセージを文字列で返します。

参考

add a note add a note

User Contributed Notes 1 note

up
-1
uioreanu at hotmail dot com
22 years ago
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)
To Top