Esempio n. 1
0
 function __construct()
 {
     $this->_cPtr = new_imaxdiv_t();
 }
Esempio n. 2
0
 function __construct($res = null)
 {
     if (is_resource($res) && get_resource_type($res) === '_p_imaxdiv_t') {
         $this->_cPtr = $res;
         return;
     }
     $this->_cPtr = new_imaxdiv_t();
 }