Skip to content

Commit

Permalink
static method
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jul 16, 2014
1 parent 2930505 commit 3bd65a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Pinyin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
*
* @example
* <pre>
* $py = new Pinyin();
* echo $py->trans('带着希望去旅行,比到达终点更美好');
* echo Pinyin::trans('带着希望去旅行,比到达终点更美好'), "\n";
* //output: "dài zhe xī wàng qù lǔ xíng bǐ dào dá zhōng diǎn gèng měi hǎo"
* </pre>
*/
Expand Down

0 comments on commit 3bd65a9

Please sign in to comment.