From: Michael Wallner Date: Fri, 15 Nov 2013 11:34:39 +0000 (+0100) Subject: http\Client::count X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=470544f38dc95f63cf667dea87fdf8364445b33d;hp=65f4b5c844f8ed7cf7c6bc5f1fc7576aeab0e86c;p=mdref%2Fmdref-http http\Client::count --- diff --git a/http/Client.md b/http/Client.md index eb36e73..faacc44 100644 --- a/http/Client.md +++ b/http/Client.md @@ -1,4 +1,4 @@ -# class http\Client implements SplSubject +# class http\Client implements SplSubject, Countable The HTTP client. diff --git a/http/Client/count.md b/http/Client/count.md new file mode 100644 index 0000000..851ae1f --- /dev/null +++ b/http/Client/count.md @@ -0,0 +1,13 @@ +# int http\Client::count() + +Implements Countable. Retrieve the number of enqueued requests. + +> **Note:** The enqueued requests are counted without regard whether they are finished or not. + +## Params: + +None. + +## Returns: + +* int, number of enqueued requests.