Skip to content

Commit 9e27c1c

Browse files
committed
Minor readme fixes.
1 parent 137281e commit 9e27c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ if (db_is_mysql()) {
206206
207207
#### `db_mysql_now()`
208208
209-
Return database datetime, using `mysql` connection:
209+
Get database datetime, using `mysql` connection:
210210
211211
```php
212212
$now = db_mysql_now();
@@ -216,7 +216,7 @@ $now = db_mysql_now();
216216
217217
#### `db_mysql_variable()`
218218
219-
Return value of specified `mysql` variable, or `false` if the variable doesn't exist:
219+
Get the value of specified `mysql` variable, or `false` if the variable doesn't exist:
220220
221221
```php
222222
$hostname = db_mysql_variable('hostname');

0 commit comments

Comments
 (0)