update : 2015.11.03
php.shukuma.com검색:
|
apc_bin_load(PECL apc >= 3.1.4) apc_bin_load — Load a binary dump into the APC file/user cache 설명
bool apc_bin_load
( string
$data
[, int $flags = 0
] )Loads the given binary dump into the APC file/user cache. 인수
반환값
Returns 예제Example #1 apc_bin_load() example
<?php 참고
|