Tuesday, 13 August 2013

What variable "type" is this?

What variable "type" is this?

What is the variable type of PDO::FETCH_ASSOC ?
Is it a string?
<?php
# @???? - PDO Fetch Type
private $fetchType = PDO::FETCH_ASSOC;
?>

No comments:

Post a Comment