Advertisement
Guest User

Untitled

a guest
Nov 1st, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.92 KB | None | 0 0
  1. Array1
  2.  
  3. array (size=3)
  4.   'TotalResults' => int 2
  5.   'ReturnedResults' => int 2
  6.   'Results' =>
  7.     array (size=2)
  8.       0 =>
  9.         array (size=24)
  10.           'Description' => string 'This is a test description.' (length=27)
  11.           'Category' =>
  12.             array (size=3)
  13.               ...
  14.           'Code' => string '0001' (length=4)
  15.           'Active' => boolean true
  16.           'PriceInclusive' => int 360
  17.           'PriceExclusive' => int 360
  18.           'Physical' => boolean true
  19.           'TaxTypeIdSales' => int 0
  20.           'TaxTypeIdPurchases' => int 0
  21.           'LastCost' => int 240
  22.           'AverageCost' => int 240
  23.           'QuantityOnHand' => int 5
  24.           'HasActivity' => boolean false
  25.           'Unit' => string '' (length=0)
  26.           'TextUserField1' => string '' (length=0)
  27.           'TextUserField2' => string '' (length=0)
  28.           'TextUserField3' => string '' (length=0)
  29.           'YesNoUserField1' => boolean false
  30.           'YesNoUserField2' => boolean false
  31.           'YesNoUserField3' => boolean false
  32.           'Modified' => string '2016-10-27T16:44:16.757' (length=23)
  33.           'ItemReportingGroupPurchasesName' => string 'Purchases' (length=9)
  34.           'ItemReportingGroupSalesName' => string 'Sales' (length=5)
  35.           'ID' => int 13740660
  36.       1 =>
  37.         array (size=24)
  38.           'Description' => string 'This is another test product.' (length=29)
  39.           'Category' =>
  40.             array (size=3)
  41.               ...
  42.           'Code' => string '0002' (length=4)
  43.           'Active' => boolean true
  44.           'PriceInclusive' => int 250
  45.           'PriceExclusive' => int 250
  46.           'Physical' => boolean true
  47.           'TaxTypeIdSales' => int 0
  48.           'TaxTypeIdPurchases' => int 0
  49.           'LastCost' => int 150
  50.           'AverageCost' => int 150
  51.           'QuantityOnHand' => int 20
  52.           'HasActivity' => boolean false
  53.           'Unit' => string '' (length=0)
  54.           'TextUserField1' => string '' (length=0)
  55.           'TextUserField2' => string '' (length=0)
  56.           'TextUserField3' => string '' (length=0)
  57.           'YesNoUserField1' => boolean false
  58.           'YesNoUserField2' => boolean false
  59.           'YesNoUserField3' => boolean false
  60.           'Modified' => string '2016-10-31T11:09:03.22' (length=22)
  61.           'ItemReportingGroupPurchasesName' => string 'Purchases' (length=9)
  62.           'ItemReportingGroupSalesName' => string 'Sales' (length=5)
  63.           'ID' => int 13819606
  64.  
  65. Array 2
  66.  
  67. array (size=3)
  68.   'TotalResults' => int 2
  69.   'ReturnedResults' => int 2
  70.   'Results' =>
  71.     array (size=2)
  72.       0 =>
  73.         array (size=24)
  74.           'Description' => string 'This is a test description.' (length=27)
  75.           'Category' =>
  76.             array (size=3)
  77.               ...
  78.           'Code' => string '0001' (length=4)
  79.           'Active' => boolean true
  80.           'PriceInclusive' => int 360
  81.           'PriceExclusive' => int 360
  82.           'Physical' => boolean true
  83.           'TaxTypeIdSales' => int 0
  84.           'TaxTypeIdPurchases' => int 0
  85.           'LastCost' => int 240
  86.           'AverageCost' => int 240
  87.           'QuantityOnHand' => int 5
  88.           'HasActivity' => boolean false
  89.           'Unit' => string '' (length=0)
  90.           'TextUserField1' => string '' (length=0)
  91.           'TextUserField2' => string '' (length=0)
  92.           'TextUserField3' => string '' (length=0)
  93.           'YesNoUserField1' => boolean false
  94.           'YesNoUserField2' => boolean false
  95.           'YesNoUserField3' => boolean false
  96.           'Modified' => string '2016-10-27T16:44:16.757' (length=23)
  97.           'ItemReportingGroupPurchasesName' => string 'Purchases' (length=9)
  98.           'ItemReportingGroupSalesName' => string 'Sales' (length=5)
  99.           'ID' => int 13740660
  100.       1 =>
  101.         array (size=24)
  102.           'Description' => string 'This is another test product.' (length=29)
  103.           'Category' =>
  104.             array (size=3)
  105.               ...
  106.           'Code' => string '0002' (length=4)
  107.           'Active' => boolean true
  108.           'PriceInclusive' => int 250
  109.           'PriceExclusive' => int 250
  110.           'Physical' => boolean true
  111.           'TaxTypeIdSales' => int 0
  112.           'TaxTypeIdPurchases' => int 0
  113.           'LastCost' => int 150
  114.           'AverageCost' => int 150
  115.           'QuantityOnHand' => int 20
  116.           'HasActivity' => boolean false
  117.           'Unit' => string '' (length=0)
  118.           'TextUserField1' => string '' (length=0)
  119.           'TextUserField2' => string '' (length=0)
  120.           'TextUserField3' => string '' (length=0)
  121.           'YesNoUserField1' => boolean false
  122.           'YesNoUserField2' => boolean false
  123.           'YesNoUserField3' => boolean false
  124.           'Modified' => string '2016-10-31T11:09:03.22' (length=22)
  125.           'ItemReportingGroupPurchasesName' => string 'Purchases' (length=9)
  126.           'ItemReportingGroupSalesName' => string 'Sales' (length=5)
  127.           'ID' => int 13819606
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement