fbsql_warnings

(PHP 4 >= 4.0.6, PHP 5, PHP 7)

fbsql_warningsEnable or disable FrontBase warnings

Опис

bool fbsql_warnings ([ bool $OnOff ] )

Enables or disables FrontBase warnings.

Параметри

OnOff

Whether to enable warnings or no.

Значення, що повертаються

Returns TRUE if warnings is turned on, FALSE otherwise.

Прогляньте Також

  • 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