Skip to content

Commit

Permalink
mod extract.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManueldG committed Feb 20, 2025
1 parent 386e748 commit 7502de0
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions reference/array/functions/extract.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: d58ee8eaaa7f716c51f66f5f1058ab3c42376d98 Maintainer: Manuel dG Status: ready -->
<!-- CREDITS: cucinato -->
<!-- EN-Revision: d58ee8eaaa7f716c51f66f5f1058ab3c42376d98 Maintainer: ManueldG Status: ready -->
<!-- CREDITS: pastore, cucinato -->
<refentry xml:id="function.extract" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>extract</refname>
<refpurpose>Restituisce delle variabili a partire da un array </refpurpose>
<refpurpose>Importa le variabili nella symbol table corrente a partire da un array </refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
Expand Down Expand Up @@ -204,15 +204,6 @@ blue, large, sphere, medium
]]>
</screen>
<para>
The <varname>$size</varname> wasn't overwritten because we specified
<constant>EXTR_PREFIX_SAME</constant>, which resulted in
<varname>$wddx_size</varname> being created. If <constant>EXTR_SKIP</constant> was
specified, then <varname>$wddx_size</varname> wouldn't even have been created.
<constant>EXTR_OVERWRITE</constant> would have caused <varname>$size</varname> to have
value "medium", and <constant>EXTR_PREFIX_ALL</constant> would result in new variables
being named <varname>$wddx_color</varname>,
<varname>$wddx_size</varname>, and

<varname>$size</varname> non è stato sovrascritto perché abbiamo specificato
<constant>EXTR_PREFIX_SAME</constant>, che ha portato alla
creazione di <varname>$wddx_size</varname>. Se fosse stato specificato
Expand Down

0 comments on commit 7502de0

Please sign in to comment.