PHP 8.5.0 Alpha 1 available for testing

ibase_maintain_db

(PHP 5, PHP 7 < 7.4.0)

ibase_maintain_dbEjecuta un comando de mantenimiento en una base de datos Interbase

Descripción

ibase_maintain_db(
    resource $service_handle,
    string $db,
    int $action,
    int $argumento = 0
): bool
Advertencia

Esta función está actualmente no documentada; solo la lista de sus argumentos está disponible.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

add a note

User Contributed Notes

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