We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9351ad commit f53ab50Copy full SHA for f53ab50
reference/array/functions/extract.xml
@@ -170,18 +170,9 @@
170
<para>
171
<example>
172
<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>
178
<programlisting role="php">
179
<![CDATA[
180
<?php
181
-
182
-/* Suppose that $var_array is an array returned from
183
- wddx_deserialize */
184
185
$size = "large";
186
$var_array = array(
187
"color" => "blue",
0 commit comments