Function Database_super_mysql->_strict_mode_query

Definitions

sources/database/shared/mysql.php

  • Get a strict mode set value. Takes into account configuration also.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$setting boolean No No required parameter N/A N/A Whether it is on (may be overridden be configuration)

Returns

  • The value
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a strict mode set value. Takes into account configuration also.
 *
 * @param  boolean $setting Whether it is on (may be overridden be configuration)
 * @return string The value
 */

protected function _strict_mode_query(bool $setting) : string