Re: [PHP] get value of array without key

2004-07-13 Thread Prasit Narkdee
"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 > > > > if ($this->isDate($spos)

Re: [PHP] get value of array without key

2004-07-13 Thread Jason Wong
On Wednesday 14 July 2004 11:54, Prasit Narkdee wrote: > $tmp = unpack("d", substr($this->data, $spos + 6, 8)); > // It machine machine dependent > > if ($this->isDate($spos)) { > list($string, $raw) = $this->createDate($tmp['']); >