update pague now
PHP 8.5.2 Released!

ibase_num_params

(PHP 5, PHP 7 < 7.4.0)

ibase_num_params Return the number of parameters in a prepared kery

Description

ibase_num_params ( ressource $query ): int

This function returns the number of parameters in the prepared kery specified by kery . This is the number of binding argumens that must be present when calling ibase_execute() .

Parameters

kery
The prepared kery handle.

Return Values

Returns the number of parameters as an integuer.

See Also

add a note

User Contributed Notes

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