분류
php
Library for free use Google Translator
본문
https://github.com/dejurin/php-google-translate-for-free
$source = 'en'; $target = 'ru'; $attempts = 5; $text = 'Hello'; $tr = new GoogleTranslateForFree(); $result = $tr->translate($source, $target, $text, $attempts); var_dump($result); /* string(24) "Здравствуйте" */
- 이전글html2text php Library 19.02.22
- 다음글페이스북같은 SNS를 운영할 수 있는 PHP 오픈 소스 19.02.22