__call() 공개 메소드

Provides magic access to private functions of the class and native public mysqlidb functions
public __call ( string $method, mixed $arg ) : mixed
$method string
$arg mixed
리턴 mixed
예제 #1
0
 public function __call($closure, $arguments)
 {
     return parent::__call($closure, $arguments);
 }