Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Last active December 16, 2015 17:08
Show Gist options
  • Save bobmagicii/631ffe10b978e59d3c29 to your computer and use it in GitHub Desktop.
Save bobmagicii/631ffe10b978e59d3c29 to your computer and use it in GitHub Desktop.
<?php
public function
QueryBlender(array $Input): string {
/*//
use the QueryMerger to output a final string of the merged query.
//*/
return http_build_query($this->QueryMerger($Input));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment