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=805d740dcd56630d0ea32986f2efcc9f9e62a740;p=mdref%2Fmdref 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.