更新: | 2017-05-09 |
---|---|
作者: | @voluntas |
バージョン: | 3.14 |
URL: | http://voluntas.github.io/ |
MQTT をググって調べた人向け
更新: | 2017-05-09 |
---|---|
作者: | @voluntas |
バージョン: | 3.14 |
URL: | http://voluntas.github.io/ |
MQTT をググって調べた人向け
The API we are creating in this gist will follow these rules :
password
Grant Type only (no need for Authorization pages and such).v1.api.example.com
)The API will be written in PHP with the Symfony 2 framework. The following SF2 bundles are used :
parameters | |
--level=psr2 --verbose fix $FileDir$/$FileName$ | |
working directory | |
$ProjectFileDir$ |
<?php | |
/* | |
class一覧 | |
Human系 | |
└Human(Abstract) | |
└Japanese 日本人クラス。cm,kgで身長体重を入出力 | |
└American 米国人クラス。ft,lbで身長体重を入出力 | |
└English 英国人クラス。ft,stで身長体重を入出力 | |
└Hyde ハイドクラス。hyde,kgで身長体重を入出力 |