Page MenuHomeWickedGov Phorge

FetchMode.php
No OneTemporary

Size
422 B
Referenced Files
None
Subscribers
None

FetchMode.php

<?php
namespace Doctrine\DBAL;
/**
* Legacy Class that keeps BC for using the legacy APIs fetch()/fetchAll().
*
* @deprecated Use the dedicated fetch*() methods for the desired fetch mode instead.
*/
class FetchMode
{
/** @link PDO::FETCH_ASSOC */
public const ASSOCIATIVE = 2;
/** @link PDO::FETCH_NUM */
public const NUMERIC = 3;
/** @link PDO::FETCH_COLUMN */
public const COLUMN = 7;
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 12:21 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/43/aef35c876ad702d8f6d24ca06743
Default Alt Text
FetchMode.php (422 B)

Event Timeline