2012年12月24日月曜日

僕の彼女を紹介しつつPHPでJSONファイルを扱います!

B13の笹本(偽名)こと大矢です。
今日はアレですね!アレ!という事で今日は僕の彼女を紹介します
こちらが彼女の写真です。ウェブサイトも持っているようです。見てあげてください。
紹介はこのくらいにします。本日はどうも、ありがとうございました。

などとここで終わらせる勇気が無かったのでPHPでのJSONファイルの扱い方について紹介しようと思います。こちらの記事をかなーり参考にしてPHPで使えるJSONクラスを作ってみました。

機能としてはJSONファイルを連想配列として読み込み、追加の処理を行い、また連想配列をJSON文字列として変換し保存する事ができます。
動作としてはコンストラクタの引数から得たファイル名でJSONデータを読み込み、addメソッドでデータを追加し、saveメソッドでJSONデータをファイルとして保存、closeメソッドでファイルを閉じています。ソースコードは以下のような感じです。

class Json {
 private $data;
 private $fp;
 private $filename;
 private $path = "./";

 public function __construct($name){

  $this->filename = $this->path . $name;
  $this->fp = fopen($this->filename,"r+");
  
  if(file_exists($this->filename)){
   flock($this->fp,LOCK_EX);
   $this->data = json_decode(fread($this->fp, filesize($this->filename)));

  }else{
   $this->data = array();
  }
 }

 public function add($data){
  array_push($this->data,$data);
 }

 public function save(){
  $this->fp = fopen($this->filename,"wb");
  fwrite($this->fp,json_encode($this->data));
 }

 public function close(){
  flock($this->fp, LOCK_UN);
  fclose($this->fp);
 }

}

このクラスを用いると以下のような感じになります。


$json = new Json("test.json");

$post_data = array("name" => "笹本","text" => "テストだよ");

$json->add($post_data);

$json->save();
$json->close();

上記の処理でname属性の『笹本』、test属性の『テストだよ』という文字列が『test.json』ファイルに追加されています。これをPOSTのデータ等が追加されるように変更していけば色々な物が作れそうです。

PHPでJsonを扱うには『json_decode』関数と『json_encode』関数を使用しています。 『json_decode』はJSON文字列を連想配列データとして変換。
『json_encode』は連想配列データをJSON文字列に変換してくれます。
MySQLなどのデータも連想配列で返ってくるのでこの関数とデータベースを組み合わせると、よりよくわからない物ができそうです。

ちなみに坂井くんの彼女はこの子らしいです、誰かが言っていました。怒られたら消します。ありがとうございました。

58 件のコメント:

  1. It’s always interesting to read articles from other authors and practice
    something from their web sites. 일본야동

    返信削除
  2. Wonderful article! That is the kind of information that are
    meant to be shared around the net. Disgrace on the seek engines for not positioning this publish upper!
    Come on over and talk over with my site . Thank you =) 일본야동

    返信削除
  3. Ӏf ʏou are іnterested, feel free to ѕend սѕ your articles foг օur rdview at:
    국산야동

    返信削除
  4. I am interested in this area if you are a great site but know some community forums. I think it should be a good opportunity to get feedback from others who are experienced. 일본야동

    返信削除
  5. Hi! I just would like to give you a huge thumbs up for the great info you have got right here on this post. I'll be coming back to your site for more soon. 국산야동

    返信削除
  6. Very nice post. I just stumbled upon your blog and wished to say that
    I have really enjoyed browsing your blog posts. In any case I'll be subscribing to your
    feed and I hope you write again very soon!오피

    返信削除
  7. Having read this I believed it was extremely informative. I appreciate you finding the time and energy to put this content together. 파워볼

    返信削除
  8. Online casinos are packed with all the games you’ll find in any land casino. 토토사이트

    返信削除
  9. What’s up to every , for the reason that I am really keen of reading this blog’s post to
    be updated daily. It consists of fastidious material.온라인바둑이

    返信削除
  10. It’s so good and so awesome. I am just amazed. I hope that you continue to do your work.바카라사이트

    返信削除
  11. I have a lot of spray lining knowledge but always learn something new. Keep up the good work and thank you again.카지노사이트탑

    返信削除
  12. Your site is excellent. I was really touched by this short article. I'm so pleased to discover the post I have actually been searching for a very long time. I covet the amount of individuals sympathize with your writing. You discover a great deal of understanding from my writing.바카라사이트

    返信削除
  13. Howdy! I simply want to give you a big thumbs up for the excellent info you’ve got right here on this post 토토

    返信削除

  14. Thank you a bunch for sharing this with all of us you actually realize what you are talking about! Bookmarked.
    Please also seek advice from my site =). We could have a hyperlink change contract between u 오피월드




    返信削除
  15. I have learn this put up and if I may just I desire to suggest you some attention-grabbing issues or tips.
    파워볼

    返信削除
  16. i was looking it for so long , and i found it finally that i know it will help me .
    온라인카지노사이트

    返信削除
  17. I have learn this put up and if I may just I desire to suggest you some attention-grabbing issues or tips.
    스포츠토토365

    返信削除
  18. Fine way of explaining, and nice piece of writing to get facts concerning my presentation focus, which i am going to deliver in institution of higher education. 카지노

    返信削除
  19. I was able to think a lot while looking at this post.
    I will pass this blog to many people. Definitely a good blog is very good. Thank you for sharing. 온라인카지노

    返信削除
  20. Thanks for sharing not only the good, but the hard and the bad as well. People look one way from the outside: accomplished, confident, whatever. It’s a gift that you share the fears and insecurities with your readers too. 파워볼게임

    返信削除
  21. Took me time to read all the comments, but I genuinely enjoyed the article. It proved to become extremely beneficial to me and I am positive to all of the commenters here! 카지노

    返信削除
  22. Wonderful beat ! I wish to apprentice while you amend
    your web site, how can i subscribe for a blog site? The account helped me a acceptable deal.
    I had been a little bit acquainted of this your broadcast
    provided bright clear idea. 경마

    返信削除
  23. Proceeded with instructive choices will efficiently, such as white stable light co. Great on sign in should get into the worker entrance will give of installments. Multi month following the left portion of the key phrase. As soon as you can permit you need to share your company related to love during the accreditation. Entryway establishment direct you will need to land their standing chances to your 야한소설

    返信削除
  24. I can’t imagine focusing long enough to research; much less write this kind of article. You’ve outdone yourself with this material. This is great content.대딸방

    返信削除
  25. Excellent post but I was wanting to know if you could write a little more on this subject? I’d be very grateful if you could elaborate a little bit more. Many thanks!

    스포츠마사지

    返信削除
  26. We’re a group of volunteers and opening a new scheme in our community. Your web site provided us with valuable info to work on. You’ve done an impressive job and our entire community will be thankful to you. 출장마사지

    返信削除
  27. ¡Gracias por tu maravillosa publicación personal!
    Disfruté bastante leyéndolo, resulta que eres un gran autor.

    Me aseguraré de marcar tu blog como favorito y, finalmente, volveré más tarde en la vida.
    Quiero animarte a continuar con tu gran trabajo, tener una
    buenos dias!


    https://www.totosafeguide.com

    返信削除
  28. Good post but I was wondering if you could write a litte more on this subject? I’d be very thankful if you could elaborate a little bit further. Appreciate it! 토토사이트

    返信削除
  29. Ce poste est très utile et très instructif, il n'y a aucun doute à ce sujet. J'ai trouvé celui-ci assez fascinant et il devrait faire partie de ma collection. Très bon travail!


    https://www.safecasinosite.net

    返信削除
  30. I needed to thank you for this great read!! I definitely enjoyed every little bit of it. I’ve got you book-marked to look at new stuff you post? Feel free to visit my website; 카지노사이트

    返信削除
  31. Hey man, .This was an excellent page for such a hard subject to talk about. I look forward to reading many more great posts like these. Thanks Feel free to visit my website; 배트맨토토

    返信削除
  32. We are really grateful for your blog post. You will find a lot of approaches after visiting your post. Great work. 토토사이트

    返信削除
  33. Thank you very much for this one. And i hope this will be useful for many people. 파워볼

    返信削除


  34. Nice post!I have never seen such a brilliantly written article in a long time. I am thankful to you that you produced this!
    바카라사이트

    返信削除

  35. Nicee post!!Thanks for sharing this quality information with us. I really enjoyed reading.
    토토사이트

    返信削除

  36. I am constantly surprised by the amount of information accessible on this subject.
    토토사이트

    返信削除
  37. "This is an informative post review. I am so pleased to get this post article and nice information.Thanks for sharing with us.

    토토리치 토토전문가 토토스페셜더블 해외스포츠토토

    返信削除
  38. Your blogs further more each else volume is so entertaining further serviceable It appoints me befall retreat encore. I will instantly grab your rss feed to stay informed of any updates.

    메이저리그일정 NBA 프로토

    返信削除
  39. slot777, one of the best sites, where the deposit method is easy and the minimum is very affordable, anti-thin wallets, play right now here hoki slot88 .

    返信削除
  40. site raja slot88 rtp having the highest slot rtp is much easier for you to make profits and wins easily. the king slot88 rtp site often gives special surprises that will bring you to the peak of victory in playing online slot games

    返信削除
  41. the newest and greatest online arcade game you can play here the newest raja slot where chaos is palpable and your safety is guaranteed here Join Now

    返信削除
  42. Playing crazy online slots on the ## website is the right choice because you can easily get mad here because the level of kemmagna is very funny and it's easy to win. https://slotonline.org

    返信削除
  43. I haven't heard of JSON file processing with PHP before! Interesting article, thanks for the detailed information. After work, I prefer to spend my time in casinos chile online, and all because of the fact that I am confident in this platform.

    返信削除
  44. Neat explanation about json. Thanks for providing the coding. Nice informative blog. Thanks for sharing this informative post. Keep sharing more interesting and informative blogs like this. DUI Lawyers In Arlington

    返信削除
  45. Come on, hurry up and register on the best site, here you will get lots of extraordinary wins, the best is the winning percentage, the Thai server is ready to hunt maxwin, situs deposit pulsa

    返信削除
  46. get big wins playing on gacor slot sites from red grandpa slots, you can get big wins here what else with Asia's best servers that will give you gacor, slot777 online

    返信削除
  47. Thank you for posting information. Have a nice day!

    返信削除
  48. I just love to read new topics from your blog.

    返信削除
  49. This content is simply exciting and creative.

    返信削除
  50. PHP is a server-side scripting language that is often used to create dynamic web pages. JSON is a lightweight data-interchange format that is easy to read and write.working with JSON data, then PHP is a good choice for handling it. The built-in functions make it easy to read and write JSON data, and JSON is a widely supported format.
    semi truck accident lawyers

    返信削除