Located in File: /memcached-client.php
$stats (line 107)
Constructor memcached (line 222)
Method add (line 250)
Method decr (line 267)
Method delete (line 284)
Method disconnect_all (line 320)
Method enable_compress (line 338)
Method forget_dead_hosts (line 351)
Method get (line 367)
Method get_multi (line 407)
Method incr (line 471)
Method replace (line 489)
Method run_command (line 513)
NOTE: due to a possible bug in how PHP reads while using fgets(), each line may not be terminated by a \r\n. More specifically, my testing has shown that, on FreeBSD at least, each line is terminated only with a \n. This is with the PHP flag auto_detect_line_endings set to falase (the default).
Method set (line 547)
Method set_compress_threshold (line 562)
Method set_debug (line 579)
Method set_servers (line 596)