Source of: /manual/en/function.ifx-get-char.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ifx.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'function.ifx-get-char.php',
1 => 'ifx_get_char',
),
'up' =>
array (
0 => 'ref.ifx.php',
1 => 'Informix Functions',
),
'prev' =>
array (
0 => 'function.ifx-get-blob.php',
1 => 'ifx_get_blob',
),
'next' =>
array (
0 => 'function.ifx-getsqlca.php',
1 => 'ifx_getsqlca',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="function.ifx-get-char" class="refentry">
<div class="refnamediv">
<h1 class="refname">ifx_get_char</h1>
<p class="verinfo">(PHP 4, PHP <=5.2.0)</p><p class="refpurpose"><span class="refname">ifx_get_char</span> — <span class="dc-title">Return the content of the char object</span></p>
</div>
<a name="function.ifx-get-char.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">string</span> <span class="methodname"><b>ifx_get_char</b></span>
( <span class="methodparam"><span class="type">int</span> <tt class="parameter">$bid</tt></span>
)</div>
<p class="para rdfs-comment">
Returns the content of the char object.
</p>
</div>
<a name="function.ifx-get-char.parameters"></a><div class="refsect1 parameters">
<h3 class="title">Parameters</h3>
<p class="para">
</p><dl>
<dt class="varlistentry">
<span class="term"><i><tt class="parameter">bid</tt></i>
</span>
</dt><dd class="listitem">
<p class="para">
The char object-id.
</p>
</dd>
</dl>
<p>
</p>
</div>
<a name="function.ifx-get-char.returnvalues"></a><div class="refsect1 returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
Returns the contents as a string, or <b><tt class="constant">FALSE</tt></b> on errors.
</p>
</div>
<a name="function.ifx-get-char.seealso"></a><div class="refsect1 seealso">
<h3 class="title">See Also</h3>
<p class="para">
</p><ul class="simplelist">
<li class="member"><a href="function.ifx-get-blob.php" class="function" rel="rdfs-seeAlso">ifx_get_blob()</a> - Return the content of a blob object</li>
</ul><p>
</p>
</div>
</div><?php manual_footer(); ?>