
{"id":1233,"date":"2010-03-31T22:14:40","date_gmt":"2010-03-31T16:44:40","guid":{"rendered":"http:\/\/froisa.com\/?p=1233"},"modified":"2010-03-31T22:14:40","modified_gmt":"2010-03-31T16:44:40","slug":"apc-alternate-php-cache","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/03\/31\/apc-alternate-php-cache\/","title":{"rendered":"APC alternate PHP cache ( apc_add )"},"content":{"rendered":"<p>The alternate PHP cache is free and open opcode cache for PHP.<br \/>\n<a>http:\/\/en.wikipedia.org\/wiki\/Opcode<\/a><\/p>\n<pre class=\"brush:php\">\n$variable= 'Iam ok';\napc_add('foo',$variable);\nvar_dump(apc_fetch('foo'));\n<\/pre>\n<p>the above code is not working as desired.<br \/>\nthe output we get is &#8220;bool(false)&#8221;<\/p>\n<p><a> http:\/\/www.techterms.com\/definition\/parse<\/a><br \/>\n-r code        Run PHP code without using script tags &#8216;<\/p>\n<p>Armstrong, Neil: The Eagle Has Landed<br \/>\n[audio:http:\/\/www.freeinfosociety.com\/media\/sounds\/18.mp3]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The alternate PHP cache is free and open opcode cache for PHP. http:\/\/en.wikipedia.org\/wiki\/Opcode $variable= &#8216;Iam ok&#8217;; apc_add(&#8216;foo&#8217;,$variable); var_dump(apc_fetch(&#8216;foo&#8217;)); the above code is not working as desired. the output we get is &#8220;bool(false)&#8221; http:\/\/www.techterms.com\/definition\/parse -r code Run PHP code without using script tags &#8216; Armstrong, Neil: The Eagle Has Landed [audio:http:\/\/www.freeinfosociety.com\/media\/sounds\/18.mp3]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[168,91],"tags":[402,803,1313],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1233"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=1233"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/1233\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=1233"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=1233"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=1233"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}