I am receiving the above erron when attempting to run the example.
code:------------------------------------------------------
function GetInt4d($data, $pos) {
line 27 >> return ord($data[$pos]) | (ord($data[$pos+1]) << 8) | (ord($data[$pos+2]) << 16) |
(ord($data[$pos+3]) << 24);
??????>>}
end code:--------------------------------------------------
Is there a setting on my server that I needd to make?
My server has PHP 5
Does this work under PHP5?
I am also getting a slew of Undefined index: Excel/oleread.inc on line 138
$sbdBlock = $this->bigBlockChain[$sbdBlock];
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) : Excel/oleread.inc on line 27