PHP 8.4.6 Released!

Pdo\Firebird::getApiVersion

(PHP 8 >= 8.4.0)

Pdo\Firebird::getApiVersionGet the API version

Description

public static Pdo\Firebird::getApiVersion(): int

Returns the Firebird API version as defined by the C constant FB_API_VER in ibase.h.

Parameters

This function has no parameters.

Return Values

Returns the FireBird API as an int.

User Contributed Notes

There are no user contributed notes for this page.
To Top