MediaWiki REL1_31
memcached.php
Go to the documentation of this file.
1<?php
2
11class Memcached {
12
13 public function __construct() {
14 }
15
16}
The phpstorm stubs package includes the Memcached class with two parameters and docs saying that they...
Definition memcached.php:11