11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!-- $Revision$ -->
3- <!-- EN-Revision: 97cb66b3f28d2394b70d3d5701b3136408fc412b Maintainer: cmb Status: ready -->
4-
3+ <!-- EN-Revision: de9c65c91ff1710d8b2d2ec955caea0162679305 Maintainer: cmb Status: ready -->
54<refentry xml : id =" function.filter-input-array" xmlns =" http://docbook.org/ns/docbook" >
65 <refnamediv >
76 <refname >filter_input_array</refname >
109 <refsect1 role =" description" >
1110 &reftitle.description;
1211 <methodsynopsis >
13- <type >mixed </type ><methodname >filter_input_array</methodname >
12+ <type class = " union " >< type >array</ type >< type >false</ type >< type >null</ type > </type ><methodname >filter_input_array</methodname >
1413 <methodparam ><type >int</type ><parameter >type</parameter ></methodparam >
15- <methodparam choice =" opt" ><type >mixed< /type ><parameter >definition </parameter ></methodparam >
14+ <methodparam choice =" opt" ><type class = " union " >< type >array< /type ><type >int</ type ></ type >< parameter >options </parameter >< initializer >< constant >FILTER_DEFAULT</ constant ></ initializer ></methodparam >
1615 <methodparam choice =" opt" ><type >bool</type ><parameter >add_empty</parameter ><initializer >&true; </initializer ></methodparam >
1716 </methodsynopsis >
1817 <para >
2928 <listitem >
3029 <para >
3130 Einer von <constant >INPUT_GET</constant >, <constant >INPUT_POST</constant >,
32- <constant >INPUT_COOKIE</constant >, <constant >INPUT_SERVER</constant >,
33- <constant >INPUT_SESSION</constant > oder
31+ <constant >INPUT_COOKIE</constant >, <constant >INPUT_SERVER</constant > oder
3432 <constant >INPUT_ENV</constant >.
3533 </para >
3634 </listitem >
3735 </varlistentry >
3836 <varlistentry >
39- <term ><parameter >definition </parameter ></term >
37+ <term ><parameter >options </parameter ></term >
4038 <listitem >
4139 <para >
4240 Array dass die Argumente enthält. Ein gültiger Key ist ein
9694 <programlisting role =" php" >
9795<![CDATA[
9896<?php
99- error_reporting(E_ALL | E_STRICT);
97+
10098/* data actually came from POST
10199$_POST = array(
102100 'product_id' => 'libgd<script>',
@@ -168,30 +166,6 @@ array(6) {
168166 </para >
169167 </refsect1 >
170168
171- <refsect1 role =" changelog" >
172- &reftitle.changelog;
173- <para >
174- <informaltable >
175- <tgroup cols =" 2" >
176- <thead >
177- <row >
178- <entry >&Version; </entry >
179- <entry >&Description; </entry >
180- </row >
181- </thead >
182- <tbody >
183- <row >
184- <entry >5.4.0</entry >
185- <entry >
186- Der Paramter <parameter >add_empty</parameter > wurde hinzugefügt.
187- </entry >
188- </row >
189- </tbody >
190- </tgroup >
191- </informaltable >
192- </para >
193- </refsect1 >
194-
195169 <refsect1 role =" notes" >
196170 &reftitle.notes;
197171 <note >
@@ -209,13 +183,12 @@ array(6) {
209183 <simplelist >
210184 <member ><function >filter_input</function ></member >
211185 <member ><function >filter_var_array</function ></member >
212- <member ><xref linkend =" filter.filters" /></member >
186+ <member ><xref linkend =" filter.filters" /></member >
213187 </simplelist >
214188 </para >
215189 </refsect1 >
216190
217191</refentry >
218-
219192<!-- Keep this comment at the end of the file
220193Local variables:
221194mode: sgml
0 commit comments