We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4476e6 commit 276afa1Copy full SHA for 276afa1
README.md
@@ -216,7 +216,7 @@ $now = db_mysql_now();
216
217
#### `db_mysql_variable()`
218
219
-Returns value of specified `mysql` variable, or `false` if variable doesn't exist:
+Returns value of specified `mysql` variable, or `false` if the variable doesn't exist:
220
221
```php
222
$hostname = db_mysql_variable('hostname');
0 commit comments