fbsql_warnings

(PHP 4 >= 4.0.6, PHP 5 < 5.3.0)

fbsql_warningsEnable or disable FrontBase warnings

Descrierea

fbsql_warnings ([ bool $OnOff ] ) : bool

Enables or disables FrontBase warnings.

Parametri

OnOff

Whether to enable warnings or no.

Valorile întoarse

Returns true if warnings is turned on, false otherwise.

A se vedea și

  • fbsql_errno() - Returns the error number from previous operation
  • fbsql_error() - Returns the error message from previous operation

add a note add a note

User Contributed Notes

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