|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<refentry xml:id="pdo-sqlite.openblob" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 3 | + <refnamediv> |
| 4 | + <refname>Pdo\Sqlite::openBlob</refname> |
| 5 | + <refpurpose>Description</refpurpose> |
| 6 | + </refnamediv> |
| 7 | + |
| 8 | + <refsect1 role="description"> |
| 9 | + &reftitle.description; |
| 10 | + <methodsynopsis role="Pdo\\Sqlite"> |
| 11 | + <modifier>public</modifier> <type class="union"><type>resource</type><type>false</type></type><methodname>Pdo\Sqlite::openBlob</methodname> |
| 12 | + <methodparam><type>string</type><parameter>table</parameter></methodparam> |
| 13 | + <methodparam><type>string</type><parameter>column</parameter></methodparam> |
| 14 | + <methodparam><type>int</type><parameter>rowid</parameter></methodparam> |
| 15 | + <methodparam choice="opt"><type class="union"><type>string</type><type>null</type></type><parameter>dbname</parameter><initializer>"main"</initializer></methodparam> |
| 16 | + <methodparam choice="opt"><type>int</type><parameter>flags</parameter><initializer><constant>Pdo\Sqlite::OPEN_READONLY</constant></initializer></methodparam> |
| 17 | + </methodsynopsis> |
| 18 | + &warn.undocumented.func; |
| 19 | + <simpara> |
| 20 | + Description. |
| 21 | + </simpara> |
| 22 | + </refsect1> |
| 23 | + |
| 24 | + <refsect1 role="parameters"> |
| 25 | + &reftitle.parameters; |
| 26 | + |
| 27 | + <variablelist> |
| 28 | + <varlistentry> |
| 29 | + <term><parameter>table</parameter></term> |
| 30 | + <listitem> |
| 31 | + <simpara> |
| 32 | + Description. |
| 33 | + </simpara> |
| 34 | + </listitem> |
| 35 | + </varlistentry> |
| 36 | + <varlistentry> |
| 37 | + <term><parameter>column</parameter></term> |
| 38 | + <listitem> |
| 39 | + <simpara> |
| 40 | + Description. |
| 41 | + </simpara> |
| 42 | + </listitem> |
| 43 | + </varlistentry> |
| 44 | + <varlistentry> |
| 45 | + <term><parameter>rowid</parameter></term> |
| 46 | + <listitem> |
| 47 | + <simpara> |
| 48 | + Description. |
| 49 | + </simpara> |
| 50 | + </listitem> |
| 51 | + </varlistentry> |
| 52 | + <varlistentry> |
| 53 | + <term><parameter>dbname</parameter></term> |
| 54 | + <listitem> |
| 55 | + <simpara> |
| 56 | + Description. |
| 57 | + </simpara> |
| 58 | + </listitem> |
| 59 | + </varlistentry> |
| 60 | + <varlistentry> |
| 61 | + <term><parameter>flags</parameter></term> |
| 62 | + <listitem> |
| 63 | + <simpara> |
| 64 | + One of the <constant>Pdo\Sqlite::OPEN_<replaceable>*</replaceable></constant> |
| 65 | + </simpara> |
| 66 | + </listitem> |
| 67 | + </varlistentry> |
| 68 | + </variablelist> |
| 69 | + |
| 70 | + </refsect1> |
| 71 | + |
| 72 | + <refsect1 role="returnvalues"> |
| 73 | + &reftitle.returnvalues; |
| 74 | + <simpara> |
| 75 | + Description. |
| 76 | + </simpara> |
| 77 | + </refsect1> |
| 78 | + |
| 79 | + <refsect1 role="errors"> |
| 80 | + &reftitle.errors; |
| 81 | + <simpara> |
| 82 | + When does this function issue <constant>E_*</constant> level errors, |
| 83 | + and/or throw <exceptionname>Exception</exceptionname>s. |
| 84 | + </simpara> |
| 85 | + </refsect1> |
| 86 | + |
| 87 | + <refsect1 role="changelog"> |
| 88 | + &reftitle.changelog; |
| 89 | + <informaltable> |
| 90 | + <tgroup cols="2"> |
| 91 | + <thead> |
| 92 | + <row> |
| 93 | + <entry>&Version;</entry> |
| 94 | + <entry>&Description;</entry> |
| 95 | + </row> |
| 96 | + </thead> |
| 97 | + <tbody> |
| 98 | + <row> |
| 99 | + <entry>8.X.0</entry> |
| 100 | + <entry> |
| 101 | + Description |
| 102 | + </entry> |
| 103 | + </row> |
| 104 | + </tbody> |
| 105 | + </tgroup> |
| 106 | + </informaltable> |
| 107 | + </refsect1> |
| 108 | + |
| 109 | + <refsect1 role="examples"> |
| 110 | + &reftitle.examples; |
| 111 | + <example xml:id="pdo-sqlite.openblob.example.basic"> |
| 112 | + <title><methodname>Pdo\Sqlite::openBlob</methodname> example</title> |
| 113 | + <simpara> |
| 114 | + Description. |
| 115 | + </simpara> |
| 116 | + <programlisting role="php"> |
| 117 | +<![CDATA[ |
| 118 | +<?php |
| 119 | +echo "Code example"; |
| 120 | +?> |
| 121 | +]]> |
| 122 | + </programlisting> |
| 123 | + &example.outputs; |
| 124 | + <screen> |
| 125 | +<![CDATA[ |
| 126 | +Code example |
| 127 | +]]> |
| 128 | + </screen> |
| 129 | + </example> |
| 130 | + </refsect1> |
| 131 | + |
| 132 | + <refsect1 role="notes"> |
| 133 | + &reftitle.notes; |
| 134 | + <note> |
| 135 | + <simpara> |
| 136 | + Any notes that don't fit anywhere else should go here. |
| 137 | + </simpara> |
| 138 | + </note> |
| 139 | + </refsect1> |
| 140 | + |
| 141 | + <refsect1 role="seealso"> |
| 142 | + &reftitle.seealso; |
| 143 | + <simplelist> |
| 144 | + <member><methodname>ClassName::otherMethodName</methodname></member> |
| 145 | + <member><function>some_function</function></member> |
| 146 | + <!--<member><link linkend="some.id.chunk.to.link">something appendix</link></member>--> |
| 147 | + </simplelist> |
| 148 | + </refsect1> |
| 149 | + |
| 150 | +</refentry> |
| 151 | +<!-- Keep this comment at the end of the file |
| 152 | +Local variables: |
| 153 | +mode: sgml |
| 154 | +sgml-omittag:t |
| 155 | +sgml-shorttag:t |
| 156 | +sgml-minimize-attributes:nil |
| 157 | +sgml-always-quote-attributes:t |
| 158 | +sgml-indent-step:1 |
| 159 | +sgml-indent-data:t |
| 160 | +indent-tabs-mode:nil |
| 161 | +sgml-parent-document:nil |
| 162 | +sgml-default-dtd-file:"~/.phpdoc/manual.ced" |
| 163 | +sgml-exposed-tags:nil |
| 164 | +sgml-local-catalogs:nil |
| 165 | +sgml-local-ecat-files:nil |
| 166 | +End: |
| 167 | +vim600: syn=xml fen fdm=syntax fdl=2 si |
| 168 | +vim: et tw=78 syn=sgml |
| 169 | +vi: ts=1 sw=1 |
| 170 | +--> |
0 commit comments