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