Function Database_super_sqlserver->has_full_text
Definitions
sources/database/shared/sqlserver.php
- Find whether full-text-search is present.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$connection | mixed | No | No | required parameter | N/A | N/A | The DB connection |
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether full-text-search is present.
*
* @param mixed $connection The DB connection
* @return boolean Whether it is
*/
public function has_full_text($connection) : bool
* Find whether full-text-search is present.
*
* @param mixed $connection The DB connection
* @return boolean Whether it is
*/
public function has_full_text($connection) : bool