<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.pdo-sqlite.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'pdo-sqlite.openblob.php',
    1 => 'Pdo\\Sqlite::openBlob',
    2 => 'Description',
  ),
  'up' => 
  array (
    0 => 'class.pdo-sqlite.php',
    1 => 'Pdo\\Sqlite',
  ),
  'prev' => 
  array (
    0 => 'pdo-sqlite.loadextension.php',
    1 => 'Pdo\\Sqlite::loadExtension',
  ),
  'next' => 
  array (
    0 => 'refs.database.vendors.php',
    1 => 'Vendor Specific Database Extensions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/pdo_sqlite/pdo/sqlite/openblob.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="pdo-sqlite.openblob" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Pdo\Sqlite::openBlob</h1>
  <p class="verinfo">(PHP 8 &gt;= 8.4.0)</p><p class="refpurpose"><span class="refname">Pdo\Sqlite::openBlob</span> &mdash; <span class="dc-title">Description</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-pdo-sqlite.openblob-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><strong>Pdo\Sqlite::openBlob</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$table</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$column</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$rowid</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><span class="type"><a href="language.types.null.php" class="type null">?</a></span><span class="type"><a href="language.types.string.php" class="type string">string</a></span></span> <code class="parameter">$dbname</code><span class="initializer"> = &quot;main&quot;</span></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$flags</code><span class="initializer"> = <strong><code><a href="class.pdo-sqlite.php#pdo-sqlite.constants.open-readonly">Pdo\Sqlite::OPEN_READONLY</a></code></strong></span></span><br>): <span class="type"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>|<span class="type"><a href="language.types.singleton.php" class="type false">false</a></span></span></div>

  <div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
  <p class="simpara">
   Description.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-pdo-sqlite.openblob-parameters">
  <h3 class="title">Parameters</h3>
  <dl>
   
    <dt><code class="parameter">table</code></dt>
    <dd>
     <span class="simpara">
      Description.
     </span>
    </dd>
   
   
    <dt><code class="parameter">column</code></dt>
    <dd>
     <span class="simpara">
      Description.
     </span>
    </dd>
   
   
    <dt><code class="parameter">rowid</code></dt>
    <dd>
     <span class="simpara">
      Description.
     </span>
    </dd>
   
   
    <dt><code class="parameter">dbname</code></dt>
    <dd>
     <span class="simpara">
      Description.
     </span>
    </dd>
   
   
    <dt><code class="parameter">flags</code></dt>
    <dd>
     <span class="simpara">
      One of the <strong><code><a href="class.pdo-sqlite.php#pdo-sqlite.constants.open-readonly">Pdo\Sqlite::OPEN_<span class="replaceable">*</span></a></code></strong>
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-pdo-sqlite.openblob-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="simpara">
   Description.
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-pdo-sqlite.openblob-errors">
  <h3 class="title">Errors/Exceptions</h3>
  <p class="simpara">
   When does this function issue <strong><code>E_*</code></strong> level errors,
   and/or throw <span class="exceptionname"><a href="class.exception.php" class="exceptionname">Exception</a></span>s.
  </p>
 </div>


 <div class="refsect1 examples" id="refsect1-pdo-sqlite.openblob-examples">
  <h3 class="title">Examples</h3>
  <div class="example" id="pdo-sqlite.openblob.example.basic">
   <p><strong>Example #1 <span class="methodname"><strong>Pdo\Sqlite::openBlob()</strong></span> example</strong></p>
   <div class="example-contents"><p>
    Description.
   </p></div>
   <div class="example-contents">
<div class="phpcode"><code><span style="color: #000000"><span style="color: #0000BB">&lt;?php<br /></span><span style="color: #007700">echo </span><span style="color: #DD0000">"Code example"</span><span style="color: #007700">;<br /></span><span style="color: #0000BB">?&gt;</span></span></code></div>
   </div>

   <div class="example-contents"><p>The above example will output:</p></div>
   <div class="example-contents screen">
<div class="examplescode"><pre class="examplescode">Code example</pre>
</div>
   </div>
  </div>
 </div>


 <div class="refsect1 notes" id="refsect1-pdo-sqlite.openblob-notes">
  <h3 class="title">Notes</h3>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <span class="simpara">
    Any notes that don&#039;t fit anywhere else should go here.
   </span>
  </p></blockquote>
 </div>


 <div class="refsect1 seealso" id="refsect1-pdo-sqlite.openblob-seealso">
  <h3 class="title">See Also</h3>
  <ul class="simplelist">
   <li><span class="methodname"><strong>ClassName::otherMethodName()</strong></span></li>
   <li><span class="function"><strong>some_function()</strong></span></li>
   
  </ul>
 </div>


</div><?php manual_footer($setup); ?>