{"id":1711,"date":"2016-11-05T12:23:52","date_gmt":"2016-11-05T12:23:52","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=1711"},"modified":"2022-02-17T07:14:02","modified_gmt":"2022-02-17T07:14:02","slug":"temporary-file","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/php\/files\/temporary-file","title":{"rendered":"Temporary File"},"content":{"rendered":"<h4>\nCreating a temporary file<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\t\/\/Create temporary file destination\r\n\tif (!is_dir(&#39;temp\/&#39;)) {\r\n\t\t\tmkdir(&#39;temp&#39;, 0777, true);\r\n\t}\r\n\t$decrypted_filename = &#39;temp\/&#39; . uniqid(rand(), true) . &#39;.txt&#39;;\r\n\r\n\t\/\/Use it...\r\n\t\r\n\t\/\/Delete the file\r\n\tunlink($decrypted_filename);\r\n<\/code><\/pre>\n<p>\n&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Creating a temporary file \/\/Create temporary file destination if (!is_dir(&#39;temp\/&#39;)) { mkdir(&#39;temp&#39;, 0777, true); } $decrypted_filename = &#39;temp\/&#39; . uniqid(rand(), true) . &#39;.txt&#39;; \/\/Use it&#8230; \/\/Delete the file unlink($decrypted_filename); &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[58],"tags":[],"class_list":["post-1711","post","type-post","status-publish","format-standard","hentry","category-files"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=1711"}],"version-history":[{"count":1,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1711\/revisions"}],"predecessor-version":[{"id":1712,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/1711\/revisions\/1712"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=1711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=1711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=1711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}