So I'm writing the official PHP library to access my work library.
Just spent 20 minutes trying to figure out why it wasn't working
right.
The problem was ultimately here:
$rurl .= "?" + $this->getArgString();
See the mistake? Neither did the stupid PHP interpreter. I hate it
so much.