Programming Language PHP
Namespace YouTube\Utils
Class Utils
Method/Function parseQueryString
Total Examples 1
1 code examples of PHP YouTube\Utils\Utils::parseQueryString extracted from open source projects
public function getJson()
{
return Utils::parseQueryString($this->getResponseBody());
}