World Wide Web

APC alternate PHP cache ( apc_add )

The alternate PHP cache is free and open opcode cache for PHP.
http://en.wikipedia.org/wiki/Opcode

$variable= 'Iam ok';
apc_add('foo',$variable);
var_dump(apc_fetch('foo'));

the above code is not working as desired.
the output we get is “bool(false)”

http://www.techterms.com/definition/parse
-r code Run PHP code without using script tags ‘

Armstrong, Neil: The Eagle Has Landed
[audio:http://www.freeinfosociety.com/media/sounds/18.mp3%5D

constants [ PHP ]

<?php
define("constant", "Apple");
echo constant,"\n" ;
?>


http://www.php.net/manual/en/language.constants.php
http://en.wikipedia.org/wiki/Constant_(programming)
[audio:http://www.joshwoodward.com/mp3/TheSimpleLife/JoshWoodward-TheSimpleLife-108-MorningBlue.mp3%5D
Artist. josh woodward.
This work is licensed under a Creative Commons Attribution 3.0 United States License.