__construct() 공개 메소드

public __construct ( $port = 9699, $address = "127.0.0.1" )
예제 #1
0
 function __construct()
 {
     parent::__construct(array('port' => 8002));
 }
예제 #2
0
파일: hello.php 프로젝트: biggtfish/Locker
 function __construct($init)
 {
     parent::__construct(array('port' => $init['port']));
 }