{"id":88,"date":"2015-01-01T23:10:15","date_gmt":"2015-01-01T21:10:15","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=88"},"modified":"2015-01-01T23:10:15","modified_gmt":"2015-01-01T21:10:15","slug":"php-txt-yazma","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/php-txt-yazma\/","title":{"rendered":"PHP TXT Yazma"},"content":{"rendered":"<pre class=\"lang:php decode:true\">&lt;?php\r\n$kontrol = fopen(\"dosya.txt\", \"a\") or exit(\"\");\r\nfwrite($kontrol,\"\\n\".\"yaz\u0131lacak i\u00e7erik\");\r\nfclose($kontrol);\r\n?&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?php $kontrol = fopen(&#8220;dosya.txt&#8221;, &#8220;a&#8221;) or exit(&#8220;&#8221;); fwrite($kontrol,&#8221;\\n&#8221;.&#8221;yaz\u0131lacak i\u00e7erik&#8221;); fclose($kontrol); ?&gt; &nbsp;<\/p>\n","protected":false},"author":2,"featured_media":83,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[22,20],"tags":[29,25,28,26,27],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/88"}],"collection":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":1,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/88\/revisions\/89"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media\/83"}],"wp:attachment":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}