<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pgsql.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ru',
  ),
  'this' => 
  array (
    0 => 'class.pgsql-lob.php',
    1 => 'PgSql\\Lob',
    2 => 'Класс PgSql\\Lob',
  ),
  'up' => 
  array (
    0 => 'book.pgsql.php',
    1 => 'PostgreSQL',
  ),
  'prev' => 
  array (
    0 => 'class.pgsql-result.php',
    1 => 'PgSql\\Result',
  ),
  'next' => 
  array (
    0 => 'book.sqlite3.php',
    1 => 'SQLite3',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/pgsql/pgsql.lob.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.pgsql-lob" class="reference">
 <h1 class="title">Класс PgSql\Lob</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 8 &gt;= 8.1.0)</p>

  
  <div class="section" id="pgsql-lob.intro">
   <h2 class="title">Введение</h2>
   <p class="para">
    Полностью непрозрачный класс, заменяющий ресурс <code class="literal">pgsql large object</code> в PHP 8.1.0.
   </p>
  </div>
  

  <div class="section" id="pgsql-lob.synopsis">
   <h2 class="title">Обзор класса</h2>

   
   <div class="classsynopsis"><div class="classsynopsisinfo">
    
     <span class="modifier">final</span>
     <span class="modifier">class</span> <strong class="classname"><strong class="classname">PgSql\Lob</strong></strong>
     {</div>
   }</div>
   

  </div>

 </div>

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