예제 #1
0
파일: PDO.php 프로젝트: sinasalek/pdoplus
 /**
  * @param $result
  * @param int $field_offset
  * @return bool|object
  */
 public function fetchField(\database\Statement $result, $field_offset = 0)
 {
     return $result->fetchColumn($field_offset);
 }