does function extract() trim?
- From: lamp.lists@xxxxxxxxx (Lamp Lists)
- Date: Fri, 28 Mar 2008 13:59:14 -0700 (PDT)
do not laugh, but I "discovered" today function
extract(); :D
before I used:
foreach ($array as $key => $value)
{
${$key} = trim($value);
}
though, "trimming" $value is kind of important to me
and I would like to know if extract "trims" too?
thanks.
-ll
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
.
- Follow-Ups:
- Re: [PHP] does function extract() trim?
- From: Stut
- Re: [PHP] does function extract() trim?
- Prev by Date: Re: [PHP] PHP code to write excel spread*** with multiple workbooks
- Next by Date: Re: [PHP] does function extract() trim?
- Previous by thread: Re: [PHP] PHP code to write excel spread*** with multiple workbooks
- Next by thread: Re: [PHP] does function extract() trim?
- Index(es):