Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > 00062d9a138a4f480a29c418b9a4f3c1 > files > 89

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>
      HTML_CSS::removeGroupSelector
    </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="ch08s03.html" title="Grouping selectors" />
    <link rel="prev" href="re13.html" title="HTML_CSS::addGroupSelector" />
    <link rel="next" href="re15.html" title="HTML_CSS::setSameStyle" />
<style type="text/css">
/*<![CDATA[*/
 body {
  background-color: white;
  color: black;
 }
 :link { color: #0000FF }
 :visited { color: #840084 }
 :active { color: #0000FF }
 table.c1 {padding-bottom: 1em}
/*]]>*/
</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">
                  <code class="function">HTML_CSS::removeGroupSelector</code>
                </th>
              </tr>
              <tr>
                <td width="20%" align="left">
                  <a accesskey="p" href="re13.html">Prev</a>&nbsp;
                </td>
                <th width="60%" align="center">
                  Grouping selectors
                </th>
                <td width="20%" align="right">
                  &nbsp;<a accesskey="n" href="re15.html">Next</a>
                </td>
              </tr>
            </table>
          </div><br />
          <br />
        </td>
      </tr>
    </table>
    <div class="refentry" lang="en" xml:lang="en">
      <a name="package.html.html-css.html-css.removegroupselector" id=
      "package.html.html-css.html-css.removegroupselector"></a>
      <div class="titlepage"></div>
      <div class="refnamediv">
        <h2>
          Name
        </h2>
        <p>
          <code class="function">HTML_CSS::removeGroupSelector</code> - Removes
          a selector from a group.
        </p>
      </div>
      <div class="refsynopsisdiv">
        <h2>
          Synopsis
        </h2>
        <div class="funcsynopsis">
          <pre class="funcsynopsisinfo">
      require_once 'HTML/CSS.php';
     
</pre>
          <table border="0" summary="Function synopsis" cellspacing="0"
          cellpadding="0" class="c1">
            <tr>
              <td>
                <code class="funcdef">void|PEAR_Error <b class=
                "fsfunc">HTML_CSS::removeGroupSelector</b>(</code>
              </td>
              <td>
                <var class="pdparam">$group</var>,
              </td>
              <td>
                 
              </td>
            </tr>
            <tr>
              <td>
                 
              </td>
              <td>
                <var class="pdparam">$selectors</var><code>)</code>;
              </td>
              <td>
                 
              </td>
            </tr>
          </table>
          <table border="0" summary="Function argument synopsis" cellspacing=
          "0" cellpadding="0">
            <tr>
              <td>
                mixed  
              </td>
              <td>
                <var class="pdparam">$group</var>;
              </td>
            </tr>
            <tr>
              <td>
                string  
              </td>
              <td>
                <var class="pdparam">$selectors</var>;
              </td>
            </tr>
          </table>
        </div>
      </div>
      <div class="refsect1" lang="en" xml:lang="en">
        <a name="package.html.html-css.html-css.removegroupselector.desc" id=
        "package.html.html-css.html-css.removegroupselector.desc"></a>
        <h2>
          Description
        </h2>
        <p>
          This package is not documented yet.
        </p>
      </div>
      <div class="refsect1" lang="en" xml:lang="en">
        <a name="package.html.html-css.html-css.removegroupselector.param" id=
        "package.html.html-css.html-css.removegroupselector.param"></a>
        <h2>
          Parameter
        </h2>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term"><span class="type">mixed</span> <em class=
              "parameter"><code>$group</code></em></span>
            </dt>
            <dd>
              <p>
                CSS definition group identifier
              </p>
            </dd>
          </dl>
        </div>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term"><span class="type">string</span> <em class=
              "parameter"><code>$selectors</code></em></span>
            </dt>
            <dd>
              <p>
                Selector(s) to be removed, comma delimited.
              </p>
            </dd>
          </dl>
        </div>
      </div>
      <div class="refsect1" lang="en" xml:lang="en">
        <a name="package.html.html-css.html-css.removegroupselector.throws" id=
        "package.html.html-css.html-css.removegroupselector.throws"></a>
        <h2>
          Throws
        </h2>
        <p>
          <span class="emphasis"><em>throws</em></span>
          HTML_CSS_ERROR_NO_GROUP, HTML_CSS_ERROR_INVALID_INPUT
        </p>
      </div>
      <div class="refsect1" lang="en" xml:lang="en">
        <a name="package.html.html-css.html-css.removegroupselector.note" id=
        "package.html.html-css.html-css.removegroupselector.note"></a>
        <h2>
          Note
        </h2>
        <p>
          <span class="emphasis"><em>since</em></span> 0.3.0
        </p>
        <p>
          This function can not be called statically.
        </p>
      </div>
    </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="re13.html">Prev</a>&nbsp;
          </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch08s03.html">Up</a>
          </td>
          <td width="40%" align="right">
            &nbsp;<a accesskey="n" href="re15.html">Next</a>
          </td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">
            <code class="function">HTML_CSS::addGroupSelector</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::setSameStyle</code>
          </td>
        </tr>
      </table>
    </div>
  </body>
</html>