ibase_gen_id

(PHP 5, PHP 7 < 7.4.0)

ibase_gen_idIncrements the named generator and returns its new value

Descripción

ibase_gen_id(string$generator, int$increment = 1, resource$link_identifier = null): mixed
Advertencia

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Valores devueltos

Returns new generator value as integer, or as string if the value is too big.

To Top