2010-03-28 22:10:10 +00:00
<?xml version="1.0" encoding="utf-8"?>
2009-07-11 07:21:14 +00:00
<!-- $Revision$ -->
2006-07-24 11:01:55 +00:00
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
2012-01-12 05:08:38 +00:00
<refentry xml:id= "httpquerystring.get" xmlns= "http://docbook.org/ns/docbook" >
2006-07-24 11:01:55 +00:00
<refnamediv >
<refname > HttpQueryString::get</refname>
<refpurpose > Get (part of) query string</refpurpose>
</refnamediv>
<refsect1 role= "description" >
&reftitle.description;
<methodsynopsis >
<modifier > public</modifier>
<type > mixed</type> <methodname > HttpQueryString::get</methodname>
<methodparam choice= "opt" > <type > string</type> <parameter > key</parameter> </methodparam>
2009-01-19 15:05:01 +00:00
<methodparam choice= "opt" > <type > mixed</type> <parameter > type</parameter> <initializer > 0</initializer> </methodparam>
2010-05-03 17:10:04 +00:00
<methodparam choice= "opt" > <type > mixed</type> <parameter > defval</parameter> <initializer > &null; </initializer> </methodparam>
2009-01-19 15:05:01 +00:00
<methodparam choice= "opt" > <type > bool</type> <parameter > delete</parameter> <initializer > false</initializer> </methodparam>
2006-07-24 11:01:55 +00:00
</methodsynopsis>
<para >
Get (part of) the query string.
</para>
<para >
2012-01-12 15:20:59 +00:00
The type parameter is either one of the <link linkend= "http.httpquerystring.constants" > HttpQueryString::TYPE_* constants</link> or a type abbreviation like
2012-01-11 02:15:08 +00:00
"b" for bool, "i" for int, "f" for float, "s" for string, "a"
for array and "o" for a stdClass object.
2006-07-24 11:01:55 +00:00
</para>
</refsect1>
<refsect1 role= "parameters" >
&reftitle.parameters;
<para >
<variablelist >
<varlistentry >
<term > <parameter > key</parameter> </term>
<listitem >
<para >
key of the query string param to retrieve
</para>
</listitem>
</varlistentry>
<varlistentry >
<term > <parameter > type</parameter> </term>
<listitem >
<para >
which variable type to enforce
</para>
</listitem>
</varlistentry>
<varlistentry >
<term > <parameter > defval</parameter> </term>
<listitem >
<para >
default value if key does not exist
</para>
</listitem>
</varlistentry>
<varlistentry >
<term > <parameter > delete</parameter> </term>
<listitem >
<para >
whether to remove the key/value pair from the query string
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role= "returnvalues" >
&reftitle.returnvalues;
<para >
Returns the value of the query string param or the whole query string if no key was specified on success or defval if key does not exist.
</para>
</refsect1>
2006-09-06 20:40:41 +00:00
<!-- Use when ERRORS exist
<refsect1 role= "errors" >
&reftitle.errors;
2006-07-24 11:01:55 +00:00
<para >
2006-09-06 20:40:41 +00:00
When does this function throw E_* level errors, or exceptions?
2006-07-24 11:01:55 +00:00
</para>
</refsect1>
-->
<!-- Use when a CHANGELOG exists
<refsect1 role= "changelog" >
&reftitle.changelog;
<para >
<informaltable >
<tgroup cols= "2" >
<thead >
<row >
<entry > &Version; </entry>
<entry > &Description; </entry>
</row>
</thead>
<tbody >
<row >
<entry > Enter the PHP version of change here</entry>
<entry > Description of change</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
-->
<!-- Use when examples exist
<refsect1 role= "examples" >
&reftitle.examples;
<para >
<example >
<title > A <function > HttpQueryString::get</function> example</title>
<para >
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example > tag, not out
</para>
<programlisting role= "php" >
< ![CDATA[
< ?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen >
< ![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role= "seealso" >
&reftitle.seealso;
<para >
<simplelist >
<member > <function > </function> </member>
<member > Or <link linkend= "somethingelse" > something else</link> </member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
2009-09-25 07:04:39 +00:00
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
2006-07-24 11:01:55 +00:00
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->