apc_fetch

(PECL apc >= 3.0.0)

apc_fetch �ӻ�����ȡ���洢�ı���

˵��

apc_fetch ( mixed $key [, bool &$success ] ) : mixed

�ӻ�����ȡ���洢�ı���

����

key

key ��ʹ�� apc_store() �洢�ļ����� ������ݵ���һ�����飬�������е�ÿ��Ԫ�ص�ֵ��������

success

�ɹ�ʱΪ TRUE ʧ��ʱ FALSE��

����ֵ

�洢һ����������һ������ʧ��ʱ����; FALSE

����

Example #1 apc_fetch() ����

<?php
$bar 
'BAR';
apc_store('foo'$bar);
var_dump(apc_fetch('foo'));
?>

�������̻������

string(3) "BAR"

������־

�汾 ˵��
3.0.17 The success parameter was added.

�μ�