REGISTER











Introducere in JSON si PHP
#1
JSON ( JavaScript Object Notation ) este tot mai des folosit in lumea IT. Un fisier JSON se implementeaza foarte rapid, este folosit de tot mai multe servicii web. Pe scurt este foarte un mod rapid de a transporta date intre doua interfete.

1. Cum se genereaza un fisier json dintr-un array PHP ?



Se va afisa:
["sandor","ion","elena"]

2. Cum se transform un fisier json in array PHP ?



Se va afisa:
array(3) { [0]=> string(6) "sandor" [1]=> string(3) "ion" [2]=> string(5) "elena" }
Reply



Powered by MyBB All rights reserved
Developed with for FASTCS 2011 - 2024 FASTCS