[DOC-CVS] [doc-en] master: Remove wddx_deserialize from extract example (#4840)
[email protected] (Luffy via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-08-22T10:15:42+08:00
Commit: https://github.com/php/doc-en/commit/f53ab502a11a52e82baca372c37d64e3f298b17c
Raw diff: https://github.com/php/doc-en/commit/f53ab502a11a52e82baca372c37d64e3f298b17c.diff
Remove wddx_deserialize from extract example (#4840)
Changed paths:
M reference/array/functions/extract.xml
Diff:
diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml
index 9afaa06fe155..36e00bfbb8b9 100644
--- a/reference/array/functions/extract.xml
+++ b/reference/array/functions/extract.xml
@@ -170,18 +170,9 @@
<para>
<example>
<title><function>extract</function> example</title>
- <para>
- A possible use for <function>extract</function> is to import into the
- symbol table variables contained in an associative array returned by
- <function>wddx_deserialize</function>.
- </para>
<programlisting role="php">
<![CDATA[
<?php
-
-/* Suppose that $var_array is an array returned from
- wddx_deserialize */
-
$size = "large";
$var_array = array(
"color" => "blue",