Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4133844
FetchMode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
422 B
Referenced Files
None
Subscribers
None
FetchMode.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment