Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12740772
DatabaseResult.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
455 B
Referenced Files
None
Subscribers
None
DatabaseResult.php
View Options
<?php
namespace
Keruald\Database\Result
;
use
IteratorAggregate
;
/**
* Represents a database result
*/
abstract
class
DatabaseResult
implements
IteratorAggregate
{
/**
* Gets number of rows in result
*/
public
abstract
function
numRows
()
:
int
;
/**
* Fetches a row of the result
* @return array|null An array if there is still a row to read; null if not.
*/
public
abstract
function
fetchRow
()
:
?
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Nov 16, 13:06 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3149234
Default Alt Text
DatabaseResult.php (455 B)
Attached To
Mode
rKERUALD Keruald libraries development repository
Attached
Detach File
Event Timeline
Log In to Comment