```php title="PHP" getContent(); echo 'MIME type: ' . $result->getMimeType() . "\n"; echo 'Tables: ' . count($result->getTables()) . "\n"; ```