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

Gjermund Gusland Thorsen ggt667 at gmail.com
Wed Jun 1 05:19:05 MDT 2005


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'] );


More information about the FX.php_List mailing list