Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. array(1) { [0]=> array(5) { ["ID"]=> string(4) "2679" ["PackageName"]=>
  2. "Update for Windows 8.1 for x64-based Systems (KB2965065)" ["Description"]=>
  3. string(262) "Install this update to resolve issues in Windows." ["KB"]=>
  4. string(7) "2965065" ["Repo"]=> string(21) "Windows Update Server" }
  5.  
  6. $packages = array_values($this->control->fetchPackageTables($this->input->get("platform")));
  7.  
  8. [{"ID":"2679","PackageName":"Update for Windows 8.1 for x64-based Systems
  9. (KB2965065)","Description":"Install this update to resolve issues in Windows.",
  10. "KB":"2965065","Repo":"Windows Update Server"}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement