Files
mongo-php-driver/docs/api/MongoDB/Command/CommandResult.php
2014-06-12 03:19:17 -04:00

12 lines
201 B
PHP

<?php
namespace MongoDB\Command;
interface CommandResult extends \MongoDB\ServerResult
{
/**
* @return array Original response document from the server
*/
function getResponse();
}