[FX.php List] Feature Request ( sample files ( undigging keys ) )

Dale Bengston dbengston at preservationstudio.com
Wed Jun 1 10:53:42 MDT 2005


Gjermund, this one is on my wish list as well.

Dale

On Jun 1, 2005, at 6:19 AM, Gjermund Gusland Thorsen wrote:

> Chris, I might have mentioned this before, but just to make sure you
> get it and for people to tell what their opinions are:
>
> (this example is for when ['foundCount'] == 1 )
>
> This is the way it has been:
> $currentKeyCurrencyData = key( $CurrencyData['data'] );
> $recordPointers = explode ( '.', $currentKeyCurrencyData );
> $currentCurrencyDataRecord = $recordPointers[0];
> $currentCurrencyDataModified = $recordPointers[1];
>
> This is the way I would like it to be:
> list( $rCurrencyRecid, $rCurrencyModid ) = explode( '.', $rCurrency 
> ['data'] );
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>



More information about the FX.php_List mailing list