You can modify extract( )'s
behavior by passing a second argument. Appendix A
describes the possible values for this second argument. The most
useful value is EXTR_PREFIX_SAME, which says that
the third argument to extract( ) is a prefix for
the variable names that are created. This helps ensure that you
create unique variable names when you use extract(
). It is good PHP style to always use
EXTR_PREFIX_SAME, as shown here: