Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > by-pkgid > 00062d9a138a4f480a29c418b9a4f3c1 > files > 31

php-pear-HTML_CSS-1.1.3-1mdv2008.1.noarch.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>
      Output
    </title>
    <link rel="stylesheet" href="book.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.69.1" />
    <link rel="start" href="index.html" title="HTML_CSS Manual" />
    <link rel="up" href="ch08.html" title=
    "Chapter&nbsp;8.&nbsp;API - Application Programming Interface" />
    <link rel="prev" href="re18.html" title="HTML_CSS::parseData" />
    <link rel="next" href="re19.html" title="HTML_CSS::toArray" />
<style type="text/css">
/*<![CDATA[*/
 body {
  background-color: white;
  color: black;
 }
 :link { color: #0000FF }
 :visited { color: #840084 }
 :active { color: #0000FF }
 h2.c1 {clear: both}
/*]]>*/
</style>
  </head>
  <body>
    <table class="htmlcssHeader">
      <tr>
        <td>
          <img src="img/pearsmall.gif" align="left" alt="PEAR logo" />
          <h1>
            HTML_CSS : The Definitive Guide
          </h1>
          <div class="navheader">
            <table width="100%" summary="Navigation header">
              <tr>
                <th colspan="3" align="center">
                  Output
                </th>
              </tr>
              <tr>
                <td width="20%" align="left">
                  <a accesskey="p" href="re18.html">Prev</a>&nbsp;
                </td>
                <th width="60%" align="center">
                  Chapter&nbsp;8.&nbsp;API - Application Programming Interface
                </th>
                <td width="20%" align="right">
                  &nbsp;<a accesskey="n" href="re19.html">Next</a>
                </td>
              </tr>
            </table>
          </div><br />
          <br />
        </td>
      </tr>
    </table>
    <div class="sect1" lang="en" xml:lang="en">
      <div class="titlepage">
        <h2 class="title c1">
          <a name="reference.api.output" id="reference.api.output"></a>Output
        </h2>
      </div>
      <div class="toc">
        <dl>
          <dt>
            <span class="refentrytitle"><a href="re19.html"><code class=
            "function">HTML_CSS::toArray</code></a></span> <span class=
            "refpurpose">- Returns the array of CSS properties</span>
          </dt>
          <dt>
            <span class="refentrytitle"><a href="re20.html"><code class=
            "function">HTML_CSS::toInline</code></a></span> <span class=
            "refpurpose">- Generates and returns the CSS properties of an
            element or class as a string for inline use.</span>
          </dt>
          <dt>
            <span class="refentrytitle"><a href="re21.html"><code class=
            "function">HTML_CSS::toFile</code></a></span> <span class=
            "refpurpose">- Generates CSS and stores it in a file.</span>
          </dt>
          <dt>
            <span class="refentrytitle"><a href="re22.html"><code class=
            "function">HTML_CSS::toString</code></a></span> <span class=
            "refpurpose">- Generates and returns the complete CSS as a
            string.</span>
          </dt>
          <dt>
            <span class="refentrytitle"><a href="re23.html"><code class=
            "function">HTML_CSS::display</code></a></span> <span class=
            "refpurpose">- Outputs the stylesheet to the browser.</span>
          </dt>
        </dl>
      </div>
      <p>
        Send result directly to browser, send it to file or capture to a PHP
        variable, you will certainly use one of them.
      </p>
    </div>
    <table class="htmlcssFooter">
      <tr>
        <td align="left">
          HTML_CSS : The Definitive Guide
        </td>
        <td align="right">
          v 1.1.3 : February 18, 2007
        </td>
      </tr>
    </table>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left">
            <a accesskey="p" href="re18.html">Prev</a>&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch08.html">Up</a>
          </td>
          <td width="40%" align="right">
            &nbsp;<a accesskey="n" href="re19.html">Next</a>
          </td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">
            <code class="function">HTML_CSS::parseData</code>&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top">
            &nbsp;<code class="function">HTML_CSS::toArray</code>
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>