conf에 return hint 추가

메시지 전송 준비
This commit is contained in:
2018-01-21 06:08:39 +09:00
parent 60e7ee5c38
commit 47d5a07a81
8 changed files with 462 additions and 317 deletions
+5
View File
@@ -1,6 +1,11 @@
<?php
require_once(__dir__.'/../../d_setting/conf.php');
/**
* DB 객체 생성
*
* @return MeekroDB
*/
function newDB(){
$host = '_host_';
$user = '_user_';