{"id":81,"date":"2015-01-01T22:55:22","date_gmt":"2015-01-01T20:55:22","guid":{"rendered":"https:\/\/burakcaliskan.org\/blog\/?p=81"},"modified":"2015-01-01T23:11:18","modified_gmt":"2015-01-01T21:11:18","slug":"php-txt-okuma","status":"publish","type":"post","link":"https:\/\/burakcaliskan.org\/blog\/php-txt-okuma\/","title":{"rendered":"PHP TXT Okuma"},"content":{"rendered":"<pre class=\"lang:php decode:true  \">&lt;?php\r\nheader('Content-Type: text\/html; charset=utf-8');\r\n\r\n$file = fopen(\"dosya.txt\",'r');\r\nwhile(!feof($file)){\r\n$satir = fgets($file);\r\necho \"$satir &lt;br \/&gt;\";\r\n}\r\nfclose($file);\r\n\r\n?&gt;<\/pre>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;?php header(&#8216;Content-Type: text\/html; charset=utf-8&#8242;); $file = fopen(&#8220;dosya.txt&#8221;,&#8217;r&#8217;); while(!feof($file)){ $satir = fgets($file); echo &#8220;$satir &lt;br \/&gt;&#8221;; } fclose($file); ?&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":[31,30,25,28,26],"_links":{"self":[{"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/81"}],"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=81"}],"version-history":[{"count":2,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/81\/revisions"}],"predecessor-version":[{"id":84,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/posts\/81\/revisions\/84"}],"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=81"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/categories?post=81"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/burakcaliskan.org\/blog\/wp-json\/wp\/v2\/tags?post=81"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}