-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathapcuiterator.gettotalcount.html
More file actions
75 lines (61 loc) · 3.11 KB
/
Copy pathapcuiterator.gettotalcount.html
File metadata and controls
75 lines (61 loc) · 3.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Get total count</title>
<link media="all" rel="stylesheet" type="text/css" href="../../styles/theme-base.css" />
<link media="all" rel="stylesheet" type="text/css" href="../../styles/theme-medium.css" />
</head>
<body class="docs"><div class="navbar navbar-fixed-top">
<div class="navbar-inner clearfix">
<ul class="nav" style="width: 100%">
<li style="float: left;"><a href="apcuiterator.current.html">« APCUIterator::current</a></li>
<li style="float: right;"><a href="apcuiterator.gettotalhits.html">APCUIterator::getTotalHits »</a></li>
</ul>
</div>
</div>
<div id="breadcrumbs" class="clearfix">
<ul class="breadcrumbs-container">
<li><a href="index.html">PHP Manual</a></li>
<li><a href="class.apcuiterator.html">APCUIterator</a></li>
<li>Get total count</li>
</ul>
</div>
<div id="layout">
<div id="layout-content"><div id="apcuiterator.gettotalcount" class="refentry">
<div class="refnamediv">
<h1 class="refname">APCUIterator::getTotalCount</h1>
<p class="verinfo">(PECL apcu >= 5.0.0)</p><p class="refpurpose"><span class="refname">APCUIterator::getTotalCount</span> — <span class="dc-title">Get total count</span></p>
</div>
<div class="refsect1 description" id="refsect1-apcuiterator.gettotalcount-description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="modifier">public</span> <span class="methodname"><strong>APCUIterator::getTotalCount</strong></span>
( <span class="methodparam">void</span>
) : <span class="type">int</span></div>
<p class="para rdfs-comment">
Get the total count.
</p>
<div class="warning"><strong class="warning">Warning</strong><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
</div>
<div class="refsect1 parameters" id="refsect1-apcuiterator.gettotalcount-parameters">
<h3 class="title">Parameters</h3>
<p class="para">This function has no parameters.</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-apcuiterator.gettotalcount-returnvalues">
<h3 class="title">Return Values</h3>
<p class="para">
The total count.
</p>
</div>
<div class="refsect1 seealso" id="refsect1-apcuiterator.gettotalcount-seealso">
<h3 class="title">See Also</h3>
<ul class="simplelist">
<li class="member"><span class="methodname"><a href="apcuiterator.gettotalhits.html" class="methodname" rel="rdfs-seeAlso">APCUIterator::getTotalHits()</a> - Get total cache hits</span></li>
<li class="member"><span class="methodname"><a href="apcuiterator.gettotalsize.html" class="methodname" rel="rdfs-seeAlso">APCUIterator::getTotalSize()</a> - Get total cache size</span></li>
<li class="member"><span class="function"><a href="function.apcu-cache-info.html" class="function" rel="rdfs-seeAlso">apcu_cache_info()</a> - Retrieves cached information from APCu's data store</span></li>
</ul>
</div>
</div></div></div></body></html>