/**
phpDox
Overview
Namespaces
Interfaces
Classes
Source
Overview
Classes
PDOStatement
fetchObject
Introduction
Synopsis
Parameter
Return
PDOStatement::
fetchObject
Fetches the next row and returns it as an object.
Signature
public function fetchObject(string $class_name,
$ctor_args )
Parameters
$class_name
— string
$ctor_args
—
Returns
mixed