PHP Conference Nagoya 2025

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.

add a note

User Contributed Notes

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