__construct() 공개 메소드

Constructor
public __construct ( resource $fd, mixed $pool = null )
$fd resource File descriptor
$pool mixed ConnectionPool
예제 #1
0
 public function __construct($fd, $pool = null)
 {
     parent::__construct($fd, $pool);
     $this->resultTypeStack = new \SplStack();
     $this->argsStack = new \SplStack();
 }