Recently, I was developing an API for a PHP application I’d built, to be utilized by other php programmers. Essentially, the php programmer passes a load of data to our API though a POST variable. This is as follows: $api->process($to_process, $data, $opt1, $opt2); $to_process is an array, as follows; $to_process = Array( Array(“FOO”, “BAR”, 1, [...]