Skip to content

Commit f53ab50

Browse files
authored
Remove wddx_deserialize from extract example (#4840)
1 parent c9351ad commit f53ab50

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

reference/array/functions/extract.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,9 @@
170170
<para>
171171
<example>
172172
<title><function>extract</function> example</title>
173-
<para>
174-
A possible use for <function>extract</function> is to import into the
175-
symbol table variables contained in an associative array returned by
176-
<function>wddx_deserialize</function>.
177-
</para>
178173
<programlisting role="php">
179174
<![CDATA[
180175
<?php
181-
182-
/* Suppose that $var_array is an array returned from
183-
wddx_deserialize */
184-
185176
$size = "large";
186177
$var_array = array(
187178
"color" => "blue",

0 commit comments

Comments
 (0)