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 137281e commit 9e27c1cCopy full SHA for 9e27c1c
README.md
@@ -206,7 +206,7 @@ if (db_is_mysql()) {
206
207
#### `db_mysql_now()`
208
209
-Return database datetime, using `mysql` connection:
+Get database datetime, using `mysql` connection:
210
211
```php
212
$now = db_mysql_now();
@@ -216,7 +216,7 @@ $now = db_mysql_now();
216
217
#### `db_mysql_variable()`
218
219
-Return value of specified `mysql` variable, or `false` if the variable doesn't exist:
+Get the value of specified `mysql` variable, or `false` if the variable doesn't exist:
220
221
222
$hostname = db_mysql_variable('hostname');
0 commit comments