Re: [PHP] get value of array without key
"Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wednesday 14 July 2004 11:54, Prasit Narkdee wrote: > > $tmp = unpack("d", substr($this->data, $spos + 6, 8)); > > // It machine machine dependent > &g
[PHP] get value of array without key
$tmp = unpack("d", substr($this->data, $spos + 6, 8)); // It machine machine dependent if ($this->isDate($spos)) { list($string, $raw) = $this->createDate($tmp['']); // $this->addcell(DateRecord($r, 1));