388b9cdd5ede24fc20c5ccc618982a47bc2c9826
[awesomized/libmemcached] / docs / memcached_verbosity.pod
1 =head1 NAME
2
3 memcached_verbosity
4
5 =head1 LIBRARY
6
7 C Client Library for memcached (libmemcached, -lmemcached)
8
9 =head1 SYNOPSIS
10
11 #include <memcached.h>
12
13 memcached_return memcached_verbosity (memcached_st *ptr,
14 unsigned int verbosity);
15
16 =head1 DESCRIPTION
17
18 memcached_verbosity() modifies the "verbosity" of the
19 memcached(1) servers referenced in the C<memcached_st> parameter.
20
21 =head1 RETURN
22
23 A value of type C<memcached_return> is returned
24 On success that value will be C<MEMCACHED_SUCCESS>.
25 Use memcached_strerror() to translate this value to a printable string.
26
27 =head1 HOME
28
29 To find out more information please check:
30 L<http://tangent.org/552/libmemcached.html>
31
32 =head1 AUTHOR
33
34 Brian Aker, E<lt>brian@tangent.orgE<gt>
35
36 =head1 SEE ALSO
37
38 memcached(1) libmemcached(3) memcached_strerror(3)
39
40 =cut
41