At 11:39 AM -0500 9/13/06, Richard Lynch wrote:
I figured somebody else must have needed this, so there'd have to be a
PHP function for it...
But I'm not finding it when I rtfm...
Given an array like this:
$t9 = array('F' => 'FIND', 'D' => 'FIND', 'E' =>'FIND', 'H' => 'HELP',
'I' => 'HELP');
I figured somebody else must have needed this, so there'd have to be a
PHP function for it...
But I'm not finding it when I rtfm...
Given an array like this:
$t9 = array('F' => 'FIND', 'D' => 'FIND', 'E' =>'FIND', 'H' => 'HELP',
'I' => 'HELP');
I'm looking for a built-in function that returns t
2 matches
Mail list logo