From f04806471c251c39cd285036b6133ba8c06b20e8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Nov 2014 00:24:18 +0000 Subject: [PATCH] Statement::descAsync takes callback arg --- pq/Statement/descAsync.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pq/Statement/descAsync.md b/pq/Statement/descAsync.md index 31cf15b..cbcf605 100644 --- a/pq/Statement/descAsync.md +++ b/pq/Statement/descAsync.md @@ -1,14 +1,11 @@ -# array pq\Statement::descAsync() +# void pq\Statement::descAsync(callable $callback) [Asynchronously](pq/Connection/: Asynchronous Usage) describe the parameters of the prepared statement. ## Params: -None. - -## Returns: - -* array, list of type OIDs of the substitution parameters. +* callable $callback as function(array $oids) + A callback to receive list of type OIDs of the substitution parameters. ## Throws: -- 2.30.2