From 470544f38dc95f63cf667dea87fdf8364445b33d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 15 Nov 2013 12:34:39 +0100 Subject: [PATCH 1/1] http\Client::count --- http/Client.md | 2 +- http/Client/count.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 http/Client/count.md 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. -- 2.30.2