Hi,
I'm curious why I'm getting two different digests of the same message
using crc32() and hash('crc32'). I've tried both hash('crc32') and
hash('crc32b'), and neither match my crc32(). Some example code:
echo join("\n", array_map(create_function('$vals', 'return join(" =>
", $vals);'), ar
I'm trying to figure out if PHP has the facility to reference containing,
non-parent objects. I have three classes, embedded hierarchically, but which
are NOT extended classes of their containing objects. I'd like to be able to
reference variables in the higher-level objects from the lower-level
2 matches
Mail list logo