Skip to content

Commit

Permalink
Phonetics
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyamaSM authored Feb 22, 2017
1 parent 0fac5f1 commit c3640c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,18 @@ $res->antonyms();
//get only synonyms or null if not specfied in fetch
$res->synonyms();
```
### Phonetics
```php

$res = $oxford->lookFor('ace')
->talk();

// get the array of result
$res->get();
// get the link to the audio file of pronunciation
$res->speak();
//get the spelling
$res->spell();
//get the notation
$res->notation();
```

0 comments on commit c3640c9

Please sign in to comment.