PHP » GoLang |
login |
register |
about
|
apc_add(PECL apc >= 3.0.13) apc_add — Cache a new variable in the data store DescriptionCaches a variable in the data store, only if it's not already stored.
Parameters
Return ValuesReturns TRUE if something has effectively been added into the cache, FALSE otherwise. Second syntax returns array with error keys. Examples
Example #1 A apc_add() example
<?php The above example will output: string(3) "BAR" string(3) "BAR" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|