|
PHP5中文手册
apc_add(PECL apc:3.0.13-3.0.14) apc_add — Cache a variable in the data store (only if it's not stored) 说明
bool apc_add
( string $key
, mixed $var
[, int $ttl
] )
参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 A apc_add() example
<?php 上例将输出:
|